How can I run Puppy Linux without X server

Booting, installing, newbie
Message
Author
Anti
Posts: 16
Joined: Thu 07 Aug 2008, 23:32

#21 Post by Anti »

You could always add:

ifconfig eth0 192.168.0.1 netmask 255.255.255.0
(change to your IP and netmask)

in /etc/rc.d/rc.local

tommyhill
Posts: 29
Joined: Fri 16 Jun 2006, 01:13

#22 Post by tommyhill »

What about the default gateway and DNS ip addresses... How do they get added ? I'm getting ready to remaster another cd soon...

Anti
Posts: 16
Joined: Thu 07 Aug 2008, 23:32

#23 Post by Anti »

To set the default GW add this line to /etc/rc.d/rc.local:

Code: Select all

#route add default gw 192.168.1.254
(change to your GW)

For DNS etit the file /etc/resolv.conf

My resolv.conf looks like this:

Code: Select all

# Generated by dhcpcd for interface eth0
search lan
nameserver 192.168.1.254
My router is handling DNS queries.

I have not tried to change the settings but this is what I found while googleing. If you have a possibility to try the settings before remastering the CD would be good.

tommyhill
Posts: 29
Joined: Fri 16 Jun 2006, 01:13

#24 Post by tommyhill »

Thanks Anti -

I'm going to give the network settings a try this evening...

I'll let you know what happens...
Last edited by tommyhill on Thu 28 Aug 2008, 01:48, edited 1 time in total.

tommyhill
Posts: 29
Joined: Fri 16 Jun 2006, 01:13

#25 Post by tommyhill »

I received this error message in the ventrilo logs...

20080828 15:03:41 Unable to open configuration file '/root/ventsrv.ini'.
20080828 15:03:41 ERROR: Unable to read configuration data. Exiting.

From the above information, looks like linux was looking for the configuration data file at the root directory.

Maybe I should just copy the ini file and drop it in the root directory...

tommyhill
Posts: 29
Joined: Fri 16 Jun 2006, 01:13

#26 Post by tommyhill »

Good news -

I remastered another cd, made some modifications, and now everything is working!!!!

The system boots without any problems and ventrilo loads automatically...

Thanks guys!!!!!

Post Reply