Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Devfsd and /dev permissions
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Xinos
n00b
n00b


Joined: 16 Sep 2002
Posts: 42
Location: Birmingham, Alabama

PostPosted: Wed Oct 30, 2002 6:45 pm    Post subject: Devfsd and /dev permissions Reply with quote

Hey guys maybe you can help me out. I know this has probably already been covered but I couldl not find what my problem is. All my devices in the /dev directory have root:root owner and group although devfsd starts on boot and the following is my devfsd.conf

# Sample /etc/devfsd.conf configuration file.
# Richard Gooch <rgooch@atnf.csiro.au> 3-JUL-2000
#
# The Gentoo Linux Team - http://www.gentoo.org/
# - Many fixes, etc
#
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/devfsd.conf,v 1.7 2002/05/12 21:48:18 azarah Exp $

# Enable full compatibility mode for old device names. You may comment these
# out if you don't use the old device names. Make sure you know what you're
# doing!
REGISTER .* MKOLDCOMPAT
UNREGISTER .* RMOLDCOMPAT

# You may comment out the above and uncomment the following if you've
# configured your system to use the original "new" devfs names or the really
# new names
#REGISTER vc/.* MKOLDCOMPAT
#UNREGISTER vc/.* RMOLDCOMPAT
#REGISTER pty/.* MKOLDCOMPAT
#UNREGISTER pty/.* RMOLDCOMPAT
#REGISTER misc MKOLDCOMPAT
#UNREGISTER misc RMOLDCOMPAT

# You may comment these out if you don't use the original "new" names
REGISTER .* MKNEWCOMPAT
UNREGISTER .* RMNEWCOMPAT

# Enable module autoloading. You may comment this out if you don't use
# autoloading
LOOKUP .* MODLOAD

# Uncomment the following if you want to set the group to "tty" for the
# pseudo-tty devices. This is necessary so that mesg(1) can later be used to
# enable/disable talk requests and wall(1) messages.
REGISTER ^pty/s.* PERMISSIONS -1.tty 0600
REGISTER ^pts/.* PERMISSIONS -1.tty 0600

# Uncomment this if you want permissions to be saved and restored
# NB: Do NOT change the following!
# Do not do this for pseudo-terminal devices
REGISTER ^pt[sy]/.* IGNORE
CHANGE ^pt[sy]/.* IGNORE
CREATE ^pt[sy]/.* IGNORE
DELETE ^pt[sy] IGNORE
REGISTER .* COPY /lib/dev-state/$devname $devpath
CHANGE .* COPY $devpath /lib/dev-state/$devname
CREATE .* COPY $devpath /lib/dev-state/$devname
DELETE .* CFUNCTION GLOBAL unlink /lib/dev-state/$devname
RESTORE /lib/dev-state

# You can force default like this :
# PERMISSIONS owner_and_group access_mode

# ALSA/OSS stuff
# Comment/change these if you want to change the permissions on
# the audio devices
LOOKUP snd MODLOAD ACTION snd
LOOKUP dsp MODLOAD
LOOKUP mixer MODLOAD
LOOKUP midi MODLOAD
REGISTER sound/.* PERMISSIONS root.audio 660
REGISTER snd/.* PERMISSIONS root.audio 660

# Give the cdrw group write permissions to /dev/sg0
# This is done to have non root user use the burner (scan the scsi bus)
REGISTER ^sg0$ PERMISSIONS root.cdrw 660
REGISTER ^sr0$ PERMISSIONS root.cdrw 660
REGISTER ^sg1$ PERMISSIONS root.cdrw 660
REGISTER ^sr1$ PERMISSIONS root.cdrw 660


# General note for the following auto creation of symlinks:
#
# If you change the device that the symlink points to,
# you should also remove the symlink before restarting
# devfsd

# Create /dev/cdrom for the first cdrom drive
LOOKUP ^cdrom$ CFUNCTION GLOBAL mksymlink cdroms/cdrom1 cdrom
REGISTER ^cdrom$ PERMISSIONS root.cdrom 660
REGISTER ^cdrom/cdrom1$ CFUNCTION GLOBAL mksymlink $devname cdrom
REGISTER ^cdrom/cdrom1$ PERMISSIONS root.cdrom 660
UNREGISTER ^cdrom/cdrom1$ CFUNCTION GLOBAL unlink cdrom


# Create /dev/dvd for the second cdrom drive
# (change 'cdroms/cdrom1' to suite your setup)
#LOOKUP ^dvd$ CFUNCTION GLOBAL mksymlink cdroms/cdrom1 dvd
#REGISTER ^cdrom/cdrom1$ CFUNCTION GLOBAL mksymlink $devname dvd
#UNREGISTER ^cdrom/cdrom1$ CFUNCTION GLOBAL unlink dvd


# Create /dev/cdrw for the first cdrom on the scsi bus
# (change 'sr0' to suite your setup)
#LOOKUP ^cdrw$ CFUNCTION GLOBAL mksymlink sr0 cdrw
#REGISTER ^sr1$ CFUNCTION GLOBAL mksymlink $devname cdrw
#UNREGISTER ^sr1$ CFUNCTION GLOBAL unlink cdrw
LOOKUP ^dvd$ CFUNCTION GLOBAL mksymlink cdroms/cdrom0 dvd
REGISTER ^dvd$ PERMISSIONS root.cdrom 660
REGISTER ^cdrom/cdrom0$ CFUNCTION GLOBAL mksymlink $devname dvd
REGISTER ^cdrom/cdrom0$ PERMISSIONS root.cdrom 660
UNREGISTER ^cdrom/cdrom0$ CFUNCTION GLOBAL unlink dvd

# Create /dev/mouse
LOOKUP ^mouse$ CFUNCTION GLOBAL mksymlink misc/psaux mouse
REGISTER ^misc/psaux$ CFUNCTION GLOBAL mksymlink $devname mouse
UNREGISTER ^misc/psaux$ CFUNCTION GLOBAL unlink mouse

# Manage USB mouse
REGISTER ^input/mouse0$ CFUNCTION GLOBAL mksymlink $devname usbmouse
UNREGISTER ^input/mouse0$ CFUNCTION GLOBAL unlink usbmouse
REGISTER ^input/mice$ CFUNCTION GLOBAL mksymlink $devname usbmouse
UNREGISTER ^input/mice$ CFUNCTION GLOBAL unlink usbmouse

# devfsd.conf ends here


Any help would be appreciated.
_________________
~ Always ask questions!

K. Allan Wilson
Back to top
View user's profile Send private message
HogRider
Apprentice
Apprentice


Joined: 29 May 2002
Posts: 160

PostPosted: Wed Oct 30, 2002 9:34 pm    Post subject: Reply with quote

Stupid question: Do these groups (audio, cdrw, cdrom, etc) exist on your system? (/etc/group)

Also, any info in the logs? (syslog, messages, debug?)
_________________
Mike

"Computers are like air conditioners, they stop working properly if you open Windows"
perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
Back to top
View user's profile Send private message
Xinos
n00b
n00b


Joined: 16 Sep 2002
Posts: 42
Location: Birmingham, Alabama

PostPosted: Thu Oct 31, 2002 3:08 pm    Post subject: Here is /etc/group Reply with quote

Here is a copy of /etc/group let me know if there is anything else that might help. As far as I can tell there is not errors in the log files. I looked through them all and grepped them and all I can find is where the service is starting.


root::0:root
bin::1:root,bin,daemon
daemon::2:root,bin,daemon
sys::3:root,bin,adm
adm::4:root,adm,daemon
tty::5:
disk::6:root,adm
lp::7:lp
mem::8:
kmem::9:
wheel::10:root,allan
floppy::11:root
mail::12:mail
news::13:news
uucp::14:uucp
man::15:man
cron::16:cron
console::17:
audio::18:root,allan
cdrom::19:
dialout::20:root,allan
ftp::21:
games::22:
at::25:at
tape::26:root
video::27:root
squid::31:squid
gdm::32:gdm
xfs::33:xfs
named::40:named
mysql:x:60:
postgres::70:
cdrw::80:
apache::81:
users::100:games,allan
nofiles:x:200:
qmail:x:201:
postfix:x:207:
postdrop:x:208:
utmp:x:406:
nogroup::65533:
nobody::65534:
sshd:x:90:
mystore::53:
restart:x:407:root,allan
mp3:x:408:root,allan

_________________
~ Always ask questions!

K. Allan Wilson
Back to top
View user's profile Send private message
Unixmonkey
n00b
n00b


Joined: 18 Oct 2002
Posts: 23

PostPosted: Thu Oct 31, 2002 5:21 pm    Post subject: Reply with quote

I read your posts carefully, but I can't gather what your problem is.

What is the problem?

maybe its the same as mine, I've added myself to the cdrom and cdrw groups, yet I still can't mount them without root access. Is this similar to your problem?
_________________
"Trading freedom for security is bad enough. Trading freedom for entertainment is disgusting."
Back to top
View user's profile Send private message
HogRider
Apprentice
Apprentice


Joined: 29 May 2002
Posts: 160

PostPosted: Thu Oct 31, 2002 7:23 pm    Post subject: Reply with quote

Xinos,

ls -l /dev returns all root:root? The dev links (/dev/cdroms/cdrom0) are intentially root:root, but the actual devices (/dev/ide/host0/bus1/target0/lun0/cd) should be $owner:$group (root:cdrom)

Code:
mwelker@steven .lostirc $ ls -l /dev/cdroms/cdrom0
lr-xr-xr-x    1 root     root           33 Dec 31  1969 /dev/cdroms/cdrom0 -> ../ide/host0/bus1/target0/lun0/cd
mwelker@steven .lostirc $ ls -l /dev/ide/host0/bus1/target0/lun0/cd
brw-------    1 mwelker  cdrom     22,   0 Dec 31  1969 /dev/ide/host0/bus1/target0/lun0/cd

_________________
Mike

"Computers are like air conditioners, they stop working properly if you open Windows"
perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
Back to top
View user's profile Send private message
Xinos
n00b
n00b


Joined: 16 Sep 2002
Posts: 42
Location: Birmingham, Alabama

PostPosted: Thu Oct 31, 2002 8:00 pm    Post subject: /dev problem Reply with quote

Yes, that is the problem that I am having. The group is not supposed to be root but I cannot determine why the devfsd service is not changing them like it should. Here is the output from a ls -l /dev. Let me know if anything else will help. I am beating my head on this one becuase I have to log out and back into X to burn a cd. THanks for the help guys.

total 0
lr-xr-xr-x 1 root root 12 Oct 30 12:22 agpgart -> misc/agpgart
drwxr-xr-x 1 root root 0 Jan 1 1970 cdroms
crw------- 1 root root 5, 1 Oct 30 12:23 console
drwxr-xr-x 1 root root 0 Jan 1 1970 cua
lr-xr-xr-x 1 root root 5 Oct 30 12:22 cua0 -> cua/0
drwxr-xr-x 1 root root 0 Jan 1 1970 discs
drwxrwxrwx 1 root root 0 Oct 30 12:22 dri
lr-xr-xr-x 1 root root 9 Oct 30 12:22 dsp -> sound/dsp
lr-xr-xr-x 1 root root 10 Oct 30 12:22 dsp1 -> sound/dsp1
lr-xr-xr-x 1 root root 13 Oct 30 12:22 fd -> /proc/self/fd
lr-xr-xr-x 1 root root 8 Oct 30 12:22 fd0 -> floppy/0
lr-xr-xr-x 1 root root 13 Oct 30 12:22 fd0u1040 -> floppy/0u1040
lr-xr-xr-x 1 root root 13 Oct 30 12:22 fd0u1120 -> floppy/0u1120
lr-xr-xr-x 1 root root 13 Oct 30 12:22 fd0u1440 -> floppy/0u1440
lr-xr-xr-x 1 root root 13 Oct 30 12:22 fd0u1600 -> floppy/0u1600
lr-xr-xr-x 1 root root 13 Oct 30 12:22 fd0u1680 -> floppy/0u1680
lr-xr-xr-x 1 root root 13 Oct 30 12:22 fd0u1722 -> floppy/0u1722
lr-xr-xr-x 1 root root 13 Oct 30 12:22 fd0u1743 -> floppy/0u1743
lr-xr-xr-x 1 root root 13 Oct 30 12:22 fd0u1760 -> floppy/0u1760
lr-xr-xr-x 1 root root 13 Oct 30 12:22 fd0u1840 -> floppy/0u1840
lr-xr-xr-x 1 root root 13 Oct 30 12:22 fd0u1920 -> floppy/0u1920
lr-xr-xr-x 1 root root 12 Oct 30 12:22 fd0u360 -> floppy/0u360
lr-xr-xr-x 1 root root 12 Oct 30 12:22 fd0u720 -> floppy/0u720
lr-xr-xr-x 1 root root 12 Oct 30 12:22 fd0u800 -> floppy/0u800
lr-xr-xr-x 1 root root 12 Oct 30 12:22 fd0u820 -> floppy/0u820
lr-xr-xr-x 1 root root 12 Oct 30 12:22 fd0u830 -> floppy/0u830
drwxr-xr-x 1 root root 0 Jan 1 1970 floppy
crw-rw-rw- 1 root root 1, 7 Jan 1 1970 full
lr-xr-xr-x 1 root root 32 Oct 30 12:22 hda -> ide/host0/bus0/target0/lun0/disc
lr-xr-xr-x 1 root root 33 Oct 30 12:22 hda1 -> ide/host0/bus0/target0/lun0/part1
lr-xr-xr-x 1 root root 33 Oct 30 12:22 hda2 -> ide/host0/bus0/target0/lun0/part2
lr-xr-xr-x 1 root root 33 Oct 30 12:22 hda5 -> ide/host0/bus0/target0/lun0/part5
lr-xr-xr-x 1 root root 32 Oct 30 12:22 hdb -> ide/host0/bus0/target1/lun0/disc
lr-xr-xr-x 1 root root 33 Oct 30 12:22 hdb1 -> ide/host0/bus0/target1/lun0/part1
lr-xr-xr-x 1 root root 33 Oct 30 12:22 hdb2 -> ide/host0/bus0/target1/lun0/part2
lr-xr-xr-x 1 root root 33 Oct 30 12:22 hdb3 -> ide/host0/bus0/target1/lun0/part3
lr-xr-xr-x 1 root root 30 Oct 30 12:22 hdc -> ide/host0/bus1/target0/lun0/cd
drwxr-xr-x 1 root root 0 Jan 1 1970 ide
prw------- 1 root root 0 Oct 30 12:22 initctl
crw-r----- 1 root root 1, 2 Jan 1 1970 kmem
srw-rw-rw- 1 root root 0 Oct 30 12:23 log
crw-r----- 1 root root 1, 1 Jan 1 1970 mem
lr-xr-xr-x 1 root root 10 Oct 30 12:22 midi -> sound/midi
drwxr-xr-x 1 root root 0 Jan 1 1970 misc
lr-xr-xr-x 1 root root 11 Oct 30 12:22 mixer -> sound/mixer
lr-xr-xr-x 1 root root 10 Oct 30 12:22 mouse -> misc/psaux
crw-rw-rw- 1 root root 1, 3 Jan 1 1970 null
crw-r----- 1 root root 1, 4 Jan 1 1970 port
crw------- 1 root root 108, 0 Jan 1 1970 ppp
lr-xr-xr-x 1 root root 10 Oct 30 12:22 psaux -> misc/psaux
crw-rw-rw- 1 root root 5, 2 Oct 31 14:01 ptmx
drwxr-xr-x 1 root root 0 Jan 1 1970 pts
drwxr-xr-x 1 root root 0 Jan 1 1970 pty
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptya0 -> pty/m176
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptya1 -> pty/m177
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptya2 -> pty/m178
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptya3 -> pty/m179
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptya4 -> pty/m180
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptya5 -> pty/m181
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptya6 -> pty/m182
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptya7 -> pty/m183
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptya8 -> pty/m184
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptya9 -> pty/m185
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyaa -> pty/m186
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyab -> pty/m187
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyac -> pty/m188
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyad -> pty/m189
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyae -> pty/m190
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyaf -> pty/m191
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyb0 -> pty/m192
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyb1 -> pty/m193
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyb2 -> pty/m194
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyb3 -> pty/m195
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyb4 -> pty/m196
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyb5 -> pty/m197
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyb6 -> pty/m198
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyb7 -> pty/m199
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyb8 -> pty/m200
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyb9 -> pty/m201
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyba -> pty/m202
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptybb -> pty/m203
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptybc -> pty/m204
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptybd -> pty/m205
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptybe -> pty/m206
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptybf -> pty/m207
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyc0 -> pty/m208
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyc1 -> pty/m209
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyc2 -> pty/m210
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyc3 -> pty/m211
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyc4 -> pty/m212
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyc5 -> pty/m213
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyc6 -> pty/m214
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyc7 -> pty/m215
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyc8 -> pty/m216
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyc9 -> pty/m217
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyca -> pty/m218
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptycb -> pty/m219
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptycc -> pty/m220
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptycd -> pty/m221
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyce -> pty/m222
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptycf -> pty/m223
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyd0 -> pty/m224
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyd1 -> pty/m225
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyd2 -> pty/m226
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyd3 -> pty/m227
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyd4 -> pty/m228
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyd5 -> pty/m229
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyd6 -> pty/m230
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyd7 -> pty/m231
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyd8 -> pty/m232
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyd9 -> pty/m233
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyda -> pty/m234
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptydb -> pty/m235
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptydc -> pty/m236
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptydd -> pty/m237
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyde -> pty/m238
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptydf -> pty/m239
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptye0 -> pty/m240
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptye1 -> pty/m241
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptye2 -> pty/m242
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptye3 -> pty/m243
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptye4 -> pty/m244
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptye5 -> pty/m245
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptye6 -> pty/m246
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptye7 -> pty/m247
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptye8 -> pty/m248
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptye9 -> pty/m249
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyea -> pty/m250
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyeb -> pty/m251
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyec -> pty/m252
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyed -> pty/m253
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyee -> pty/m254
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyef -> pty/m255
lr-xr-xr-x 1 root root 6 Oct 30 12:22 ptyp0 -> pty/m0
lr-xr-xr-x 1 root root 6 Oct 30 12:22 ptyp1 -> pty/m1
lr-xr-xr-x 1 root root 6 Oct 30 12:22 ptyp2 -> pty/m2
lr-xr-xr-x 1 root root 6 Oct 30 12:22 ptyp3 -> pty/m3
lr-xr-xr-x 1 root root 6 Oct 30 12:22 ptyp4 -> pty/m4
lr-xr-xr-x 1 root root 6 Oct 30 12:22 ptyp5 -> pty/m5
lr-xr-xr-x 1 root root 6 Oct 30 12:22 ptyp6 -> pty/m6
lr-xr-xr-x 1 root root 6 Oct 30 12:22 ptyp7 -> pty/m7
lr-xr-xr-x 1 root root 6 Oct 30 12:22 ptyp8 -> pty/m8
lr-xr-xr-x 1 root root 6 Oct 30 12:22 ptyp9 -> pty/m9
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptypa -> pty/m10
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptypb -> pty/m11
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptypc -> pty/m12
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptypd -> pty/m13
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptype -> pty/m14
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptypf -> pty/m15
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyq0 -> pty/m16
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyq1 -> pty/m17
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyq2 -> pty/m18
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyq3 -> pty/m19
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyq4 -> pty/m20
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyq5 -> pty/m21
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyq6 -> pty/m22
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyq7 -> pty/m23
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyq8 -> pty/m24
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyq9 -> pty/m25
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyqa -> pty/m26
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyqb -> pty/m27
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyqc -> pty/m28
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyqd -> pty/m29
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyqe -> pty/m30
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyqf -> pty/m31
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyr0 -> pty/m32
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyr1 -> pty/m33
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyr2 -> pty/m34
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyr3 -> pty/m35
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyr4 -> pty/m36
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyr5 -> pty/m37
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyr6 -> pty/m38
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyr7 -> pty/m39
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyr8 -> pty/m40
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyr9 -> pty/m41
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyra -> pty/m42
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyrb -> pty/m43
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyrc -> pty/m44
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyrd -> pty/m45
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyre -> pty/m46
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyrf -> pty/m47
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptys0 -> pty/m48
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptys1 -> pty/m49
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptys2 -> pty/m50
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptys3 -> pty/m51
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptys4 -> pty/m52
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptys5 -> pty/m53
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptys6 -> pty/m54
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptys7 -> pty/m55
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptys8 -> pty/m56
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptys9 -> pty/m57
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptysa -> pty/m58
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptysb -> pty/m59
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptysc -> pty/m60
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptysd -> pty/m61
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyse -> pty/m62
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptysf -> pty/m63
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyt0 -> pty/m64
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyt1 -> pty/m65
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyt2 -> pty/m66
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyt3 -> pty/m67
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyt4 -> pty/m68
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyt5 -> pty/m69
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyt6 -> pty/m70
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyt7 -> pty/m71
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyt8 -> pty/m72
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyt9 -> pty/m73
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyta -> pty/m74
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptytb -> pty/m75
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptytc -> pty/m76
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptytd -> pty/m77
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyte -> pty/m78
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptytf -> pty/m79
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyu0 -> pty/m80
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyu1 -> pty/m81
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyu2 -> pty/m82
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyu3 -> pty/m83
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyu4 -> pty/m84
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyu5 -> pty/m85
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyu6 -> pty/m86
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyu7 -> pty/m87
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyu8 -> pty/m88
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyu9 -> pty/m89
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyua -> pty/m90
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyub -> pty/m91
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyuc -> pty/m92
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyud -> pty/m93
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyue -> pty/m94
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyuf -> pty/m95
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyv0 -> pty/m96
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyv1 -> pty/m97
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyv2 -> pty/m98
lr-xr-xr-x 1 root root 7 Oct 30 12:22 ptyv3 -> pty/m99
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyv4 -> pty/m100
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyv5 -> pty/m101
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyv6 -> pty/m102
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyv7 -> pty/m103
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyv8 -> pty/m104
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyv9 -> pty/m105
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyva -> pty/m106
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyvb -> pty/m107
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyvc -> pty/m108
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyvd -> pty/m109
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyve -> pty/m110
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyvf -> pty/m111
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyw0 -> pty/m112
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyw1 -> pty/m113
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyw2 -> pty/m114
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyw3 -> pty/m115
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyw4 -> pty/m116
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyw5 -> pty/m117
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyw6 -> pty/m118
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyw7 -> pty/m119
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyw8 -> pty/m120
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyw9 -> pty/m121
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptywa -> pty/m122
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptywb -> pty/m123
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptywc -> pty/m124
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptywd -> pty/m125
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptywe -> pty/m126
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptywf -> pty/m127
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyx0 -> pty/m128
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyx1 -> pty/m129
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyx2 -> pty/m130
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyx3 -> pty/m131
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyx4 -> pty/m132
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyx5 -> pty/m133
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyx6 -> pty/m134
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyx7 -> pty/m135
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyx8 -> pty/m136
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyx9 -> pty/m137
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyxa -> pty/m138
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyxb -> pty/m139
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyxc -> pty/m140
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyxd -> pty/m141
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyxe -> pty/m142
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyxf -> pty/m143
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyy0 -> pty/m144
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyy1 -> pty/m145
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyy2 -> pty/m146
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyy3 -> pty/m147
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyy4 -> pty/m148
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyy5 -> pty/m149
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyy6 -> pty/m150
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyy7 -> pty/m151
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyy8 -> pty/m152
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyy9 -> pty/m153
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyya -> pty/m154
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyyb -> pty/m155
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyyc -> pty/m156
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyyd -> pty/m157
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyye -> pty/m158
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyyf -> pty/m159
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyz0 -> pty/m160
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyz1 -> pty/m161
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyz2 -> pty/m162
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyz3 -> pty/m163
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyz4 -> pty/m164
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyz5 -> pty/m165
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyz6 -> pty/m166
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyz7 -> pty/m167
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyz8 -> pty/m168
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyz9 -> pty/m169
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyza -> pty/m170
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyzb -> pty/m171
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyzc -> pty/m172
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyzd -> pty/m173
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyze -> pty/m174
lr-xr-xr-x 1 root root 8 Oct 30 12:22 ptyzf -> pty/m175
crw-r--r-- 1 root root 1, 8 Jan 1 1970 random
lr-xr-xr-x 1 root root 33 Oct 30 12:22 root -> ide/host0/bus0/target1/lun0/part3
drwxr-xr-x 1 root root 0 Jan 1 1970 scsi
drwxr-xr-x 1 root root 0 Oct 30 12:22 sg
lr-xr-xr-x 1 root root 36 Oct 30 12:22 sg0 -> scsi/host0/bus0/target0/lun0/generic
drwxr-xr-x 1 root root 0 Jan 1 1970 shm
drwxr-xr-x 1 root root 0 Jan 1 1970 snd
drwxr-xr-x 1 root root 0 Jan 1 1970 sound
drwxr-xr-x 1 root root 0 Oct 30 12:22 sr
lr-xr-xr-x 1 root root 31 Oct 30 12:22 sr0 -> scsi/host0/bus0/target0/lun0/cd
lr-xr-xr-x 1 root root 4 Oct 30 12:22 stderr -> fd/2
lr-xr-xr-x 1 root root 4 Oct 30 12:22 stdin -> fd/0
lr-xr-xr-x 1 root root 4 Oct 30 12:22 stdout -> fd/1
drwxr-xr-x 1 root root 0 Jan 1 1970 tts
crw-rw-rw- 1 root root 5, 0 Jan 1 1970 tty
lr-xr-xr-x 1 root root 4 Oct 30 12:22 tty0 -> vc/0
lr-xr-xr-x 1 root root 4 Oct 30 12:22 tty1 -> vc/1
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty10 -> vc/10
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty11 -> vc/11
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty12 -> vc/12
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty13 -> vc/13
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty14 -> vc/14
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty15 -> vc/15
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty16 -> vc/16
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty17 -> vc/17
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty18 -> vc/18
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty19 -> vc/19
lr-xr-xr-x 1 root root 4 Oct 30 12:22 tty2 -> vc/2
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty20 -> vc/20
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty21 -> vc/21
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty22 -> vc/22
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty23 -> vc/23
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty24 -> vc/24
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty25 -> vc/25
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty26 -> vc/26
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty27 -> vc/27
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty28 -> vc/28
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty29 -> vc/29
lr-xr-xr-x 1 root root 4 Oct 30 12:22 tty3 -> vc/3
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty30 -> vc/30
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty31 -> vc/31
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty32 -> vc/32
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty33 -> vc/33
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty34 -> vc/34
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty35 -> vc/35
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty36 -> vc/36
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty37 -> vc/37
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty38 -> vc/38
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty39 -> vc/39
lr-xr-xr-x 1 root root 4 Oct 30 12:22 tty4 -> vc/4
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty40 -> vc/40
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty41 -> vc/41
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty42 -> vc/42
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty43 -> vc/43
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty44 -> vc/44
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty45 -> vc/45
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty46 -> vc/46
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty47 -> vc/47
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty48 -> vc/48
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty49 -> vc/49
lr-xr-xr-x 1 root root 4 Oct 30 12:22 tty5 -> vc/5
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty50 -> vc/50
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty51 -> vc/51
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty52 -> vc/52
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty53 -> vc/53
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty54 -> vc/54
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty55 -> vc/55
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty56 -> vc/56
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty57 -> vc/57
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty58 -> vc/58
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty59 -> vc/59
lr-xr-xr-x 1 root root 4 Oct 30 12:22 tty6 -> vc/6
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty60 -> vc/60
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty61 -> vc/61
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty62 -> vc/62
lr-xr-xr-x 1 root root 5 Oct 30 12:22 tty63 -> vc/63
lr-xr-xr-x 1 root root 4 Oct 30 12:22 tty7 -> vc/7
lr-xr-xr-x 1 root root 4 Oct 30 12:22 tty8 -> vc/8
lr-xr-xr-x 1 root root 4 Oct 30 12:22 tty9 -> vc/9
lr-xr-xr-x 1 root root 5 Oct 30 12:22 ttyS0 -> tts/0
crw-r--r-- 1 root root 1, 9 Oct 30 12:23 urandom
drwxr-xr-x 1 root root 0 Jan 1 1970 usb
drwxr-xr-x 1 root root 0 Jan 1 1970 vc
drwxr-xr-x 1 root root 0 Jan 1 1970 vcc
lr-xr-xr-x 1 root root 5 Oct 30 12:22 vcs -> vcc/0
lr-xr-xr-x 1 root root 5 Oct 30 12:23 vcs1 -> vcc/1
lr-xr-xr-x 1 root root 5 Oct 30 12:23 vcs2 -> vcc/2
lr-xr-xr-x 1 root root 5 Oct 30 12:23 vcs3 -> vcc/3
lr-xr-xr-x 1 root root 5 Oct 30 12:23 vcs4 -> vcc/4
lr-xr-xr-x 1 root root 5 Oct 30 12:23 vcs5 -> vcc/5
lr-xr-xr-x 1 root root 5 Oct 30 12:23 vcs6 -> vcc/6
lr-xr-xr-x 1 root root 5 Oct 30 13:30 vcs7 -> vcc/7
lr-xr-xr-x 1 root root 5 Oct 30 12:22 vcsa -> vcc/a
lr-xr-xr-x 1 root root 6 Oct 30 12:23 vcsa1 -> vcc/a1
lr-xr-xr-x 1 root root 6 Oct 30 12:23 vcsa2 -> vcc/a2
lr-xr-xr-x 1 root root 6 Oct 30 12:23 vcsa3 -> vcc/a3
lr-xr-xr-x 1 root root 6 Oct 30 12:23 vcsa4 -> vcc/a4
lr-xr-xr-x 1 root root 6 Oct 30 12:23 vcsa5 -> vcc/a5
lr-xr-xr-x 1 root root 6 Oct 30 12:23 vcsa6 -> vcc/a6
lr-xr-xr-x 1 root root 6 Oct 30 13:30 vcsa7 -> vcc/a7
crw-rw-rw- 1 root root 1, 5 Jan 1 1970 zero

_________________
~ Always ask questions!

K. Allan Wilson
Back to top
View user's profile Send private message
HogRider
Apprentice
Apprentice


Joined: 29 May 2002
Posts: 160

PostPosted: Thu Oct 31, 2002 8:26 pm    Post subject: Reply with quote

Xinos,

I didn't state it well,

" lr-xr-xr-x 1 root root 31 Oct 30 12:22 sr0 -> scsi/host0/bus0/target0/lun0/cd " is correct because it's a link.

The key now is to:
" ls -l /dev/scsi/host0/bus0/target0/lun0/cd "

and verify the results.
_________________
Mike

"Computers are like air conditioners, they stop working properly if you open Windows"
perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
Back to top
View user's profile Send private message
Xinos
n00b
n00b


Joined: 16 Sep 2002
Posts: 42
Location: Birmingham, Alabama

PostPosted: Fri Nov 01, 2002 2:43 pm    Post subject: Thanks Reply with quote

I can't believe it I guess I have to much going on. The permissions where right there where just set on the device not on the sym link in the /dev directory. Once I added myself to the cdrw and cdrom groups (duh) it worked great. Thanks for the help and I am sorry, I should have gotten this one on my own. I do have to say though that this is what is so great about the Gentoo community, there is no bashing. Everyone is genuinely polite , helpful and great resources. Thanks again :D
_________________
~ Always ask questions!

K. Allan Wilson
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum