Wolvix Forums
September 06, 2010, 07:12:47 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Wolvix GNU/Linux 2.0.0 Beta2 is released
 
   Home   Help Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: boot freezing  (Read 891 times)
Lobster_Johnson
Wolf Cub
*
Posts: 8


View Profile
« on: April 11, 2007, 08:35:29 PM »

I installed Wolvix Cub 1.0.5 on my Dell Latitude Pentium II laptop.
It worked fine after the first reboot.
Then I reboot again and it just stops after "Starting sysklogd daemons: /usr/sbin/syslogd
so...what's the problem/what should I do ?
Logged
Wolven
Administrator
Werewolf
*****
Posts: 1472



View Profile WWW
« Reply #1 on: April 11, 2007, 11:55:43 PM »

I'm not sure what the problem might be, but a search in the Slax forums came up with thread describing a similar problem.  Take a look at it , and see if it provides a solution.

Logged

Give a man Debian, and he'll learn Debian. Give a man SUSE, and he'll learn SUSE. But give a man Slackware, and he'll learn Linux
Lobster_Johnson
Wolf Cub
*
Posts: 8


View Profile
« Reply #2 on: April 12, 2007, 01:04:38 AM »

well, I took a look and tried this :
Quote
I booted the LiveCD and logged in as root. Then I executed:

# ldconfig -r /mnt/hda1    (Wolvix is installed to hda1.)


And it did nothing, just came up with the regular text a terminal opens up with.I wasn't sure weather what I was typing was right so I put a space before the # and replaced the l with an I - still nothing happened.I rebooted, and still- the same problem I started with.

Thanks alot, Lobster
Logged
Wolven
Administrator
Werewolf
*****
Posts: 1472



View Profile WWW
« Reply #3 on: April 12, 2007, 01:17:26 AM »

I was thinking perhaps this would work:
Quote
I found a Slackware reference to this exact problem. I edited the file, /etc/rc.d/rc.syslog to include "&" at the end of the line, /usr/sbin/syslogd.
Logged

Give a man Debian, and he'll learn Debian. Give a man SUSE, and he'll learn SUSE. But give a man Slackware, and he'll learn Linux
Lobster_Johnson
Wolf Cub
*
Posts: 8


View Profile
« Reply #4 on: April 12, 2007, 01:49:09 AM »

how do I do that?
and what exactly do I do?
(sorry if I'm causing you any trouble)
Logged
Wolven
Administrator
Werewolf
*****
Posts: 1472



View Profile WWW
« Reply #5 on: April 12, 2007, 01:52:47 AM »

Boot Wolvix from CD, then find and edit the file on the hard drive partition where you installed Wolvix, then try to boot the HD install again.

You're not causing me any trouble, =) Problems needs to be resolved. let me know if it works or not.

Edit: in the file /etc/rc.d/rc.syslog change this:

Quote

syslogd_start() {
  if [ -x /usr/sbin/syslogd -a -x /usr/sbin/klogd ]; then
    echo -n "Starting sysklogd daemons:  "
    echo -n "/usr/sbin/syslogd "
    /usr/sbin/syslogd

To this:

Quote
syslogd_start() {
  if [ -x /usr/sbin/syslogd -a -x /usr/sbin/klogd ]; then
    echo -n "Starting sysklogd daemons:  "
    echo -n "/usr/sbin/syslogd "
    /usr/sbin/syslogd  &

Note the added '&' to the end of the last line quoted here.

Logged

Give a man Debian, and he'll learn Debian. Give a man SUSE, and he'll learn SUSE. But give a man Slackware, and he'll learn Linux
Lobster_Johnson
Wolf Cub
*
Posts: 8


View Profile
« Reply #6 on: April 12, 2007, 02:22:07 AM »

Thanks, but it didn't work Sad
Logged
Wolven
Administrator
Werewolf
*****
Posts: 1472



View Profile WWW
« Reply #7 on: April 12, 2007, 02:25:07 AM »

Ok, that was a bummer. How about if you try to reinstall or go for a Frugal install. Or perhaps you could give 1.1.0 beta a try. It's fairly stable now.
Logged

Give a man Debian, and he'll learn Debian. Give a man SUSE, and he'll learn SUSE. But give a man Slackware, and he'll learn Linux
Lobster_Johnson
Wolf Cub
*
Posts: 8


View Profile
« Reply #8 on: April 12, 2007, 02:31:43 AM »

I think I will try a frugal install....what's the difference?
Logged
Wolven
Administrator
Werewolf
*****
Posts: 1472



View Profile WWW
« Reply #9 on: April 12, 2007, 02:50:30 AM »

Frugal install is a 'live' install to the hard drive, it's just like running Wolvix from a CD or USB stick, only it's running from the HD instead. This means that it won't behave like a 'full' normal install. There are certain limitations, for example: You'll need to set up a partition for saving changes, (done in the frugal installer) if not you'll loose all changes on reboot, just like when running from the CD.
Logged

Give a man Debian, and he'll learn Debian. Give a man SUSE, and he'll learn SUSE. But give a man Slackware, and he'll learn Linux
Lobster_Johnson
Wolf Cub
*
Posts: 8


View Profile
« Reply #10 on: April 12, 2007, 03:26:01 AM »

It works!
Thank you again!
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!