Some YDL 5.0 problems

YDL running on the Sony Playstation 3

Moderator: billb

Some YDL 5.0 problems

Postby jathan_nj » 18 Dec 2006, 06:46

Total linux newbie here but I'm trying.. I'm having a couple of problems with YDL 5.0. When you install YDL 5.0 and reboot, you always get the following error:

/etc/rc.d/rc.sysinit: Line 240 -e: Command not found

This happens even if you don't install any additional apps. The message appears just after you see the "Starting udev" message during bootup.

I'm having problems installing a driver for a USB capture device and while the device is listed on the usb bus (using lsusb), the test program is giving me an error saying the driver does not appear to be loaded. I know that udev is responsible for this which is why I suspect this may be related to the error. Anyone else get this message and does anyone know the cause/fix for it?

Also, no matter what I do when I log in, when I try to log out I always get this error:

Logout is taking too long. Some applications refuse to close. Do you want to finish the logout anyway without closing these applications first?


This happens all the time even if you log in immediately after a fresh install, do nothing and then log out. Again, anyone else get this message and does anyone know the cause/fix for it?
jathan_nj
ydl newbie
ydl newbie
 
Posts: 3
Joined: 16 Dec 2006, 19:55

Postby UnReal-4-Life » 20 Dec 2006, 10:06

Yes I see this too when I shut down.

/etc/rc.d/rc.sysinit: Line 240 -e: Command not found
UnReal-4-Life
ydl newbie
ydl newbie
 
Posts: 4
Joined: 17 Dec 2006, 06:09
Location: Hollywood California

Postby starter15 » 20 Dec 2006, 19:49

yeah i get this same message. not sure why its happening either.
starter15
ydl newbie
ydl newbie
 
Posts: 16
Joined: 14 Dec 2006, 09:42

Postby kamika » 21 Dec 2006, 10:14

can you please check the file and post the content around line 240 ?
User avatar
kamika
Site Admin
Site Admin
 
Posts: 234
Joined: 22 Jun 2004, 09:13
Location: Saarbruecken, Germany

Postby UnReal-4-Life » 21 Dec 2006, 14:26

kamika wrote:can you please check the file and post the content around line 240 ?


Ok sence I'm a newbie to linux YDL. You are not being clear and assuming I know what you are talking about. My self or maybe all of us posting about this need or may need very detailed instructions on how to get what you are asking. I for sure do and would like to know how.Thanks.
UnReal-4-Life
ydl newbie
ydl newbie
 
Posts: 4
Joined: 17 Dec 2006, 06:09
Location: Hollywood California

Postby kamika » 22 Dec 2006, 00:06

:-)
i assume, that the file we are talking about exists on the system.

so you can use a command like less or more to show the file in the shell, or use a text editor (whichever you favor) to view the file.

e.g.
Code: Select all
vim /etc/rc.d/rc.sysinit


the area around line 240 is especially interesting. so go to the specific line and use cut n past do paste e.g. lines 200-280 here. (or the whole file if you prefer)

clear enough? if not, keep asking.

hope I could help.
User avatar
kamika
Site Admin
Site Admin
 
Posts: 234
Joined: 22 Jun 2004, 09:13
Location: Saarbruecken, Germany

Postby jathan_nj » 22 Dec 2006, 09:55

Here is the fix for the boot up error. Still no fix on the log out hanging for a non-root user.

The lines:

> if grep PS3 /proc/cpuinfo &> /dev/null && ! -e
> /etc/sysconfig/firstboot; then

are missing brackets (see man test):

It should look like:

if grep PS3 /proc/cpuinfo &> /dev/null && [ ! -e
/etc/sysconfig/firstboot ]; then

It also needs to all be on one line as above, or if split on two lines,
the newline on the first line needs to also be escaped as follows:

if grep PS3 /proc/cpuinfo &> /dev/null && [ ! -e \
/etc/sysconfig/firstboot ]; then

Note the spaces around the brackets are also important.
jathan_nj
ydl newbie
ydl newbie
 
Posts: 3
Joined: 16 Dec 2006, 19:55

Postby kamika » 22 Dec 2006, 11:28

very nice, thanks for the help.
User avatar
kamika
Site Admin
Site Admin
 
Posts: 234
Joined: 22 Jun 2004, 09:13
Location: Saarbruecken, Germany


Return to Playstation 3

Who is online

Users browsing this forum: No registered users and 102 guests

cron