Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Mar 2007 00:55:45 +0100
From:      Aniruddha <mailing_list@planet.nl>
To:        Chris Slothouber <chris@hier7.com>
Cc:        User Questions <freebsd-questions@freebsd.org>
Subject:   Re: Help needed syncing Palm Treo 650 with FreeBSD
Message-ID:  <45F1F401.3030705@planet.nl>
In-Reply-To: <45F1E583.9050909@hier7.com>
References:  <0740B9A6C3639441850D84E94767945C02EAAC23@DMM00038.link2.gpn.gov.uk> <45F18BE6.5050206@unsane.co.uk> <45F1906D.3030301@planet.nl> <45F19149.80205@unsane.co.uk> <45F1E138.5030601@planet.nl> <45F1E583.9050909@hier7.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Chris Slothouber wrote:
> Check out /etc/defaults/devfs.rules
>
>
Thanks at least now I found devfs.rules :-) . I adjusted it accordingly 
(and /etc/rc.conf) but still my Palm refuses to sync. Maybe this error 
message reveals something:

# /etc/rc.d/devfs restart
/etc/rc.d/devfs: WARNING: devfs_set_ruleset: you must specify a ruleset
number
/etc/rc.d/devfs: WARNING: devfs_apply_ruleset: you must specify a ruleset


*Part of devfs.rules which I edited:*
# Devices typically needed to support logged-in users.
# Requires: devfsrules_hide_all
#
[devfsrules_unhide_login=3]
add path 'ptyp*' unhide
add path 'ptyq*' unhide
add path 'ptyr*' unhide
add path 'ptys*' unhide
add path 'ptyP*' unhide
add path 'ptyQ*' unhide
add path 'ptyR*' unhide
add path 'ptyS*' unhide
add path 'ttyp*' unhide
add path 'ttyq*' unhide
add path 'ttyr*' unhide
add path 'ttys*' unhide
add path 'ttyP*' unhide
add path 'ttyQ*' unhide
add path 'ttyR*' unhide
add path 'ttyS*' unhide
add path fd unhide
add path 'fd/*' unhide
add path stdin unhide
add path stdout unhide
add path stderr unhide
add path 'ttyU*' mode 0666
*
My changes to /etc/rc.conf*
# -- sysinstall generated deltas -- # Thu Mar  8 17:55:42 2007
# Created: Thu Mar  8 17:55:42 2007
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
hostname="freebsd.lan"
ifconfig_sk0="DHCP"
inetd_enable="NO"
ipv6_enable="YES"
keymap="us.iso"
linux_enable="YES"
sshd_enable="YES"
usbd_enable="YES"
devfs_system_ruleset="system"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45F1F401.3030705>