View previous topic :: View next topic |
Author |
Message |
aslocum Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 28 May 2004 Posts: 217 Location: Germany, Frankfurt
|
Posted: Wed Jun 23, 2004 9:53 am Post subject: devfsd.conf / palm usb / reiser problem |
|
|
Hi,
my sony clie palm works only under root so i have searched this forum and found this:
add to devfsd.conf:
Code: | #Manage Palm pilot devices
LOOKUP ^pilot$ CFUNCTION GLOBAL mksymlink usb/tts/1 pilot
REGISTER ^usb/tts/1$ CFUNCTION GLOBAL mksymlink $devname pilot PERMISSIONS root.users
REGISTER ^usb/tts/1$ PERMISSIONS root.users 666
UNREGISTER ^usb/tts/1$ CFUNTION GLOBAL unlink pilot
|
when i boot i get an error liek this:
bad WHAT in line UNREGISTER ^usb/tts/1$ CFUNTION GLOBAL unlink pilot
and the system wont boot.
something about reiserfs cannot be checked and if this is a reiser partionen i can try to --rebuild-sb
--rebuild-sb wont produce any errors but the error remains. if i edit the devfsd.conf and uncommet the palm lines, gentoo boots fine.
sorry about my bad english.
i use kernel-2.6.7 and reiserfs on / |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Z? Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/1215207793425e63f979f49.png)
Joined: 22 Jan 2003 Posts: 118 Location: Waterloo, Ontario, Canada
|
Posted: Sun Jun 27, 2004 4:01 pm Post subject: |
|
|
There's a typo in this line:
Quote: | UNREGISTER ^usb/tts/1$ CFUNTION GLOBAL unlink pilot |
It should be:
Quote: | UNREGISTER ^usb/tts/1$ CFUNCTION GLOBAL unlink pilot |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
aslocum Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 28 May 2004 Posts: 217 Location: Germany, Frankfurt
|
Posted: Sun Jun 27, 2004 5:24 pm Post subject: |
|
|
thx ! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|