Search found 60 matches

by edwin.evans
Wed 13 Mar 2013, 17:53
Forum: Beginners Help ( Start Here)
Topic: RAM working space only 0MB
Replies: 1
Views: 848

RAM working space only 0MB

I'm getting an error of RAM working space only 0MB. I'm running off a flash drive. Any suggestion?

Will it help any to resize my personal storage file to be larger or smaller?
by edwin.evans
Thu 07 Mar 2013, 19:27
Forum: Users ( For the regulars )
Topic: Are scripts in init.d executed synchronously/alphabetically?
Replies: 2
Views: 1290

/sbin/init is the default target for the linux kernel to execute after it had finished extracting vmlinuz . Puppy /sbin/init is since Lupu a script that executes /bin/busybox init , that by default runs /etc/rc.d/rc.sysinit , which calls near its end /etc/rc.d/rc.services . This rc.services runs th...
by edwin.evans
Thu 07 Mar 2013, 18:37
Forum: Users ( For the regulars )
Topic: Are scripts in init.d executed synchronously/alphabetically?
Replies: 2
Views: 1290

Are scripts in init.d executed synchronously/alphabetically?

What order are the scripts in /etc/init.d executed? I figured it would be alphabetically but I'm seeing a script starting with P getting executed before one starting with A. Also, are these executed one after the other or in parallel? Is there a script that loads these scripts or is it compiled into...
by edwin.evans
Thu 07 Mar 2013, 16:07
Forum: Users ( For the regulars )
Topic: Run process after the network interfaces are configured?
Replies: 3
Views: 603

There is a discussion on this topic here http://murga-linux.com/puppy/viewtopic.php?p=689720#689720 LIBL has a nice one liner test which could be put in a script as follows- #!/bin/sh while true; do sleep 1 [ $(grep up /sys/class/net/*/operstate) ] && break done -your program or code here- ...
by edwin.evans
Wed 06 Mar 2013, 20:10
Forum: HOWTO ( Solutions )
Topic: How to configure wifi from the commandline
Replies: 185
Views: 485826

Does iwconfig list an interface? I think only if I run rc.network. I'm rebooting now to check for sure. If I run iwconfig, it doesn't list any wireless interface. Just lo and eth0. And the light on my adapter is not blinking. If I run rc.network at this point then the light starts blinking soon aft...
by edwin.evans
Wed 06 Mar 2013, 17:42
Forum: HOWTO ( Solutions )
Topic: How to configure wifi from the commandline
Replies: 185
Views: 485826

Does iwconfig list an interface? I think only if I run rc.network. I'm rebooting now to check for sure. If I run iwconfig, it doesn't list any wireless interface. Just lo and eth0. And the light on my adapter is not blinking. If I run rc.network at this point then the light starts blinking soon aft...
by edwin.evans
Wed 06 Mar 2013, 17:30
Forum: HOWTO ( Solutions )
Topic: How to configure wifi from the commandline
Replies: 185
Views: 485826

Semme wrote:Does iwconfig list an interface?
I think only if I run rc.network. I'm rebooting now to check for sure.
by edwin.evans
Wed 06 Mar 2013, 17:03
Forum: Users ( For the regulars )
Topic: Run process after the network interfaces are configured?
Replies: 3
Views: 603

Re: Run process after the network interfaces are configured?

Hi, I want to start up a program, but only after my WiFi adapter is live. I see that rc.network is starting this up, but the README says it runs as a parallel process which I assume means I can't rely on it being finished at any particular point, so what is a good way to run my program only after r...
by edwin.evans
Wed 06 Mar 2013, 17:02
Forum: HOWTO ( Solutions )
Topic: How to configure wifi from the commandline
Replies: 185
Views: 485826

Problem getting wifi module to load

I urge all newcomers only to resort to ndiswrapper as a last resort ! The success rate of ndiswrapper is low, and you will generally get a more reliable wifi connection by using a true Linux driver. I'm trying to start my WiFi adapter and then config it, all using scripts. I have the iwconfig/ifcon...
by edwin.evans
Wed 06 Mar 2013, 03:05
Forum: Users ( For the regulars )
Topic: Run process after the network interfaces are configured?
Replies: 3
Views: 603

Run process after the network interfaces are configured?

Hi, I want to start up a program, but only after my WiFi adapter is live. I see that rc.network is starting this up, but the README says it runs as a parallel process which I assume means I can't rely on it being finished at any particular point, so what is a good way to run my program only after rc...
by edwin.evans
Mon 25 Feb 2013, 16:15
Forum: Users ( For the regulars )
Topic: rc.network disappearing from /etc/rc.d
Replies: 12
Views: 3148

If you are running in frugal mode : Check for wipeout files ! These are hidden files named like .wh. These are blocking things . Try to locate them in the save-file.2fs in /initrd/pup_ro2/etc/rc.d/.wh.rc.network and delete it/them and try to copy again. NOTE : directly in the save-file !! The RAM f...
by edwin.evans
Sun 24 Feb 2013, 19:50
Forum: Users ( For the regulars )
Topic: rc.network disappearing from /etc/rc.d
Replies: 12
Views: 3148

Semme wrote:SD cards aside, puppy pfix=ram should allow you to boot live.
I don't understand. How can it boot from ram? Isn't that non-persistent memory? What do you mean by boot live?
by edwin.evans
Sun 24 Feb 2013, 19:16
Forum: Users ( For the regulars )
Topic: rc.network disappearing from /etc/rc.d
Replies: 12
Views: 3148

Semme wrote:Maybe boot live, replacing this file >> /etc/rc.d/rc.sysinit.

Keep in mind rc.network's executable.
I'm not sure what you mean by boot live. I'm already running Puppy off an SD card. What should I do to boot live?
by edwin.evans
Sun 24 Feb 2013, 19:00
Forum: Users ( For the regulars )
Topic: rc.network disappearing from /etc/rc.d
Replies: 12
Views: 3148

Semme wrote:Hello Edwin- for the rest of the board, Pup 5.0, right?
Yes, I'm running Puppy 5.0. Any idea why this could happen?

(Sorry, I forgot to watch the topic before, thus the slow reply.)
by edwin.evans
Sun 24 Feb 2013, 18:31
Forum: Beginners Help ( Start Here)
Topic: Checking flash drive for corruption
Replies: 1
Views: 899

Checking flash drive for corruption

I'm running Puppy Linux on a SD Card. I think my file system is corrupted but I'm not sure how to tell for sure. I found e2fsck but I'm not sure how to use it since I'm not clear on how Puppy file systems are set up. Like what is vfat, ext2, etc? What is pup_ro1? Where can I find a good explanation ...
by edwin.evans
Sun 17 Feb 2013, 20:06
Forum: Users ( For the regulars )
Topic: rc.network disappearing from /etc/rc.d
Replies: 12
Views: 3148

rc.network disappearing from /etc/rc.d

I temporarily moved rc.network out or /etc/rc.d. Now I put it back but it keeps disappearing after I reboot. Is this whole directory getting copied from somewhere else? I can't figure out why the file is no longer there after I reboot. Please help. Thanks!
by edwin.evans
Thu 14 Feb 2013, 16:53
Forum: Users ( For the regulars )
Topic: Problem starting WiFi network adapter
Replies: 5
Views: 1226

What do you mean by a specific structure? Have you looked at any of them? They all have a "case" structure with a "start" and a "stop" section. Yes, I see that. I am putting the code to start the adapter in the start function. It seems like it only works if it runs aft...
by edwin.evans
Thu 14 Feb 2013, 16:50
Forum: Users ( For the regulars )
Topic: Problem starting WiFi network adapter
Replies: 5
Views: 1226

What do you mean by a specific structure? Have you looked at any of them? They all have a "case" structure with a "start" and a "stop" section. Yes, I see that. I am putting the code to start the adapter in the start function. It seems like it only works if it runs aft...
by edwin.evans
Thu 14 Feb 2013, 16:42
Forum: Users ( For the regulars )
Topic: Problem starting WiFi network adapter
Replies: 5
Views: 1226

rcrsn51 wrote:The scripts in /etc/init.d must have a very specific structure.

Instead, try putting the code from the script in /etc/rc.d/rc.local
Thanks! I will try this. What do you mean by a specific structure?
by edwin.evans
Thu 14 Feb 2013, 16:30
Forum: Users ( For the regulars )
Topic: Problem starting WiFi network adapter
Replies: 5
Views: 1226

Problem starting WiFi network adapter

Hi, I want to start my WiFi adapter without using the connect wizard. I have a script to do this now using ifconfig and iwconfig. The script works fine but the problem is that if I put the script in /etc/init.d it doesn't work. I can put it in /root/Startup and it is OK, but I need to load it as par...