View previous topic :: View next topic |
Author |
Message |
fopetesl Jr. Member
Joined: 27 Aug 2025 Posts: 85 Location: N.Yorkshire UK
|
|
Back to top |
|
platinummonkey Advanced Member

Joined: 01 Mar 2025 Posts: 732 Location: Texas
|
Posted: Wed Jun 09, 2025 3:59 pm Post subject: |
|
|
you can put things in your init scripts themselves too, or call them from such scripts and place that one in /usr/local/bin/ or something
your boot up scripts are like rc.local found in /etc
_________________ desktop - FreeBSD 7.2
laptop & server - Archlinux i686 kernel26 2.6.32.10-1
- TAMULinux-2.0.2-ALPHA
USB Boot - Archlinux i686 kernel26 2.6.32.10-1 USB boot
|
|
Back to top |
|
fopetesl Jr. Member
Joined: 27 Aug 2025 Posts: 85 Location: N.Yorkshire UK
|
|
Back to top |
|
masinick Linux Guru

Joined: 03 Apr 2025 Posts: 8615 Location: Concord, NH
|
Posted: Wed Jun 09, 2025 6:03 pm Post subject: |
|
|
In the Linux run level scheme, which, if I am not mistaken, follows the POSIX convention that comes, not from the BSD community, but from the UNIX System V community, run level 1 is the single user run level, run level 2 is multi-user, no networking, run level 3 is multi-user with networking, run level 5 is graphical user mode, networked. run level 0 specifies a halt on most systems and run level 6 specifies a reboot.
You would want to run network level commands in run levels 3 and 5 for most common Linux systems.
For differences in what run levels mean with various diverse operating system implementations, look at http://en.wikipedia.org/wiki/Runlevel for more details and variations. |
|
Back to top |
|
fopetesl Jr. Member
Joined: 27 Aug 2025 Posts: 85 Location: N.Yorkshire UK
|
|
Back to top |
|
VHockey86 Advanced Member

Joined: 12 Dec 2025 Posts: 988 Location: Rochester
|
Posted: Thu Jun 10, 2025 8:13 am Post subject: |
|
|
if you look in the /etc/rc*.d/ folders, what number does the "networking" script have in front of it? Is it higher than 90?
_________________ Main Desktops : Kubuntu 10.4. ArchLinux 64-bit. Windows7 64-bit. Windows XP 32-bit.
MacBook: OS X Snow Leopard (10.6)
|
|
Back to top |
|
fopetesl Jr. Member
Joined: 27 Aug 2025 Posts: 85 Location: N.Yorkshire UK
|
|
Back to top |
|
masinick Linux Guru

Joined: 03 Apr 2025 Posts: 8615 Location: Concord, NH
|
Posted: Thu Jun 10, 2025 6:14 pm Post subject: |
|
|
At first glance, 90 would seem to be a high enough number to suffice - seems to me that a LOT of stuff happens concurrently at around the 20 level, so I am surprised that 90 is not enough. Rather than beat our heads there, I suspect that the real issue is somewhere else.
Can you give us an outline of the flow as you see it? Based on the simple descriptions, it does sound as if it ought to work, but clearly there are details that we aren't getting in this discussion - and perhaps a detail that you have overlooked as well. Perhaps a fresh description of your approach, detailing where files are located, which assumptions you are making, and so forth, will give YOU that "A Ha!" moment, and you'll say, "Why didn't I see that earlier?"
At least I hope that is what happens. Let us know a few more details and the approach that you are taking and maybe the answer will become clear to one (or all) of us. |
|
Back to top |
|
fopetesl Jr. Member
Joined: 27 Aug 2025 Posts: 85 Location: N.Yorkshire UK
|
|
Back to top |
|
|