Search found 16 matches

by Anti
Wed 03 Sep 2008, 11:45
Forum: Games
Topic: ZSNES Super Nintendo emulator Puppy 4.0 SDL
Replies: 23
Views: 36921

Steem is a Atari ST emulator. There is a Linux version available at the site. I have not tried it on puppy but it works great on kubuntu.

http://steem.atari.st/download.htm
by Anti
Mon 25 Aug 2008, 20:21
Forum: Users ( For the regulars )
Topic: how can I boot Puppy 4.0 without a monitor?
Replies: 9
Views: 3557

I think what you are looking for is in the file /etc/profile. Maybe this: #xorgwizard creates this file, run once only... if [ ! -f /tmp/bootcnt.txt ];then [ -f /etc/resolutionfix ] && eval `cat /etc/resolutionfix` fi I think also the file /etc/videomode is needed. I have no real clue but I ...
by Anti
Mon 25 Aug 2008, 00:57
Forum: Beginners Help ( Start Here)
Topic: How can I run Puppy Linux without X server
Replies: 25
Views: 7497

To set the default GW add this line to /etc/rc.d/rc.local: #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: # Generated by dhcpcd for interface eth0 search lan nameserver 192.168.1.254 My router is handling DNS queries. I ...
by Anti
Sun 24 Aug 2008, 20:59
Forum: Beginners Help ( Start Here)
Topic: How can I run Puppy Linux without X server
Replies: 25
Views: 7497

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
by Anti
Sun 24 Aug 2008, 20:08
Forum: Engineering/Science/Simulation
Topic: BOINC 6.10.44
Replies: 36
Views: 51375

I use this sript in init.d to start and stop Boinc. #!/bin/sh # /etc/init.d/boinc # Start/stop/restart test -x /usr/BOINC/boinc || exit 0 case "$1" in start) echo "Starting BOINC." cd "/usr/BOINC" && exec ./run_client >>stdoutdae.txt 2>>stderrdae.txt & ;; st...
by Anti
Sat 23 Aug 2008, 01:04
Forum: Beginners Help ( Start Here)
Topic: How can I run Puppy Linux without X server
Replies: 25
Views: 7497

I think the command is exit 0.
by Anti
Fri 22 Aug 2008, 21:45
Forum: Beginners Help ( Start Here)
Topic: How can I run Puppy Linux without X server
Replies: 25
Views: 7497

try /root/ventrilo_srv/ventrilo_serv -f/path/to/your/ventirlo/files/ -d instead. the -d makes the ventrilo server run in daemon mode. The -f is the path to your ventrilo ini file and some other ventrilo files. Section 3 in the guide describes how to run a ventrilo server. The information to get your...
by Anti
Thu 21 Aug 2008, 22:32
Forum: Beginners Help ( Start Here)
Topic: How can I run Puppy Linux without X server
Replies: 25
Views: 7497

The line "exec xwin" starts X if that is what you are asking. Removing this line will prevent X from starting. There is a risk that removing the line will brake something. Either you try it or wait for a better suggestion by someone.
by Anti
Tue 19 Aug 2008, 14:25
Forum: Truly off-topic conversations
Topic: Wikipedia: Free access to the sum of all human knowledge,
Replies: 9
Views: 1616

The case against the wiki TAC article is legit in my opinion. The lack of sources in the article is a problem. Not even the court decision which is used to discredit Rath is accompanied with a source.
by Anti
Sun 17 Aug 2008, 13:23
Forum: Beginners Help ( Start Here)
Topic: How can I run Puppy Linux without X server
Replies: 25
Views: 7497

I edited the file extlinux.conf. I added pfix=nox in the file and X is not started automatically.

My install is a full install to a CF but maybe you could use the same method on your install anyway.
by Anti
Fri 15 Aug 2008, 20:05
Forum: Beginners Help ( Start Here)
Topic: Puppy on a CF
Replies: 10
Views: 5023

I had the same problem when I tried to install Puppy 4. My solution is: 1. Install puppy 3 using the installer. 2. Before you reboot your system you replace the files files vmlinuz, initrd.gz, pup_xxx.sfs, zdrv_xxx.sfs, on the card with the files from the Puppy 4 cd. 3. Reboot 4. Enjoy EDIT: I did a...
by Anti
Thu 14 Aug 2008, 21:23
Forum: Users ( For the regulars )
Topic: growing Forum problems, postings don't appear, blank page...
Replies: 40
Views: 15657

Flash wrote:I don't think a script to reduce image size would be possible.
There is a MOD in the MODdb that resizes images. If this has been suggested please don't mind this post.

MOD:http://www.phpbb.com/mods/db/index.php? ... ib_id=1645
by Anti
Mon 11 Aug 2008, 12:52
Forum: Beginners Help ( Start Here)
Topic: Ntpdate doesn't set the right time in Puppy 4 (Solved)
Replies: 9
Views: 9866

Thank you Eyes-Only!

Doing the same as you did solved my problem. I took the zoneinfo from kubuntu but it worked perfectly.
by Anti
Sun 10 Aug 2008, 17:04
Forum: Beginners Help ( Start Here)
Topic: Ntpdate doesn't set the right time in Puppy 4 (Solved)
Replies: 9
Views: 9866

That was not really the answer I was looking for but thanks for the input anyway. Hopefully will someone else be able to at least explain why this happens.
by Anti
Sat 09 Aug 2008, 23:56
Forum: Beginners Help ( Start Here)
Topic: Ntpdate doesn't set the right time in Puppy 4 (Solved)
Replies: 9
Views: 9866

I have now tried to use this guide to set the timezone manually, but to no avail.

I would be glad if someone could help me with this issue because I'm getting pretty frustrated.
by Anti
Thu 07 Aug 2008, 23:56
Forum: Beginners Help ( Start Here)
Topic: Ntpdate doesn't set the right time in Puppy 4 (Solved)
Replies: 9
Views: 9866

Ntpdate doesn't set the right time in Puppy 4 (Solved)

Hi, I'm a new Puppy user and a fairly new Linux user. I have managed to install Puppy to my compact flash card and it works pretty good. There is one problem still though. I have installed the ntpd package ( http://puppylinux.ca/tpp/bugs/ntp-4.2.4p4.pet ) but when I try to use ntpdate() the time is ...