Slackware :: Tmp Not Clearing Out At Boot Time

Dec 27, 2010

I've been using cron to clear /tmp at boot time but thought I'd try another method. After doing a little research I added the following line:

Code:
( cd /tmp && rm -rf -- * .* 2>/dev/null )
to /etc/rc.d/rc.S immediately after:

Code:
# Done checking root filesystem

And /tmp is not clearing out at boot time. This method seems to work for others.

View 14 Replies


ADVERTISEMENT

Slackware :: Stop At Boot Time To Increase Booting Time?

Mar 5, 2010

It looks,slackware is taking too much time to boot. It's starting daemons at boot time.

What are those daemons that i can stop at boot time to increase booting time?

What's the best way to stop starting daemons at boot time?

View 14 Replies View Related

Slackware :: Clearing Temp Directory At Shutdown

Nov 9, 2010

I just realized that my /tmp directory is not being cleared at shutdown time. How to enable this? I'm running -current.

View 8 Replies View Related

Software :: Clearing Log Files On Boot?

Jan 19, 2009

How to clear log files, also how to clear log files on boot.

View 3 Replies View Related

Slackware :: 13.1 Speeding Up Boot Time?

Jul 19, 2010

Just some things I changed to speed up the boot time.

In '/etc/rc.d/'

rc.acpid
Code:
echo "Starting ACPI daemon: /usr/sbin/acpid &"
/usr/sbin/acpid &
rc.hald

[Code]....

View 14 Replies View Related

Slackware :: Modules Being Loaded At Boot Time?

Jun 1, 2011

I just installed slack 13.37. I was poking around a little and I noticed that I have all these modules loaded... yet when I open up /etc/rc.d/rc.modules almost everything is commented out. how are these modules being loaded at boot time?

View 4 Replies View Related

Slackware :: How To Stop Starting Daemons At Boot Time

Dec 28, 2009

How to stop starting daemons at boot time? For example:rc.bluetooth

View 3 Replies View Related

Slackware :: Stop Wicd Daemon At Boot Time?

Feb 20, 2010

If i do

Code:
su
password:
cd /etc/rc.d
chmod 644 rc.wicd
chmod 644 rc.wireless
will it do the job?

View 5 Replies View Related

Slackware :: Fsck Not Checking Non-root File System At Boot Time

Apr 21, 2011

Fsck is not check any file system which are not root file system at boot time.

Normally it run: /sbin/fsck -A -R -C -a

But this command doesn't do anything.

I've tried to strace it, and looks like this:

Code:

View 2 Replies View Related

Slackware :: Framebuffer - I915 - And Current And Asus Eeepc - Halfway Through Boot Time The Screen Goes Blank

Mar 10, 2010

Got an Asus eeepc 900a. Runs Intel 915 graphics. Upgraded to slackware current last week. X would not start. Based on info here, I reverted back to earlier libdrm and xf86-video-intel. That got it working again.

Updated Slackware current again today. I think I got a new kernel. Now, halfway through boot time, the screen goes blank, then comes back and the font is tiny. Gone into framebuffer mode. If I start X, it just freezes. Nothing but a reboot will get out of it.

I have vga=normal in lilo.conf, but I read that this is no longer used. I can find no way to turn off framebuffer mode. From other threads here, I have tried append="i915.modeset=1" in lilo.conf. Has no effect.

I could revert Slackware to 13.0 from current, and that would make the eeepc useful again. Is there anything else I should try?

View 14 Replies View Related

General :: Change Time (Advanced Eastern Time) On Slackware 8.1?

Mar 24, 2010

I have a linux (Slackware) machine and the time/date is like, June 23rd 2003, 10:00am (It's 11 here) and I am not able to set the time to have it correct. I change the timezome to Montreal but the time is still wrong.

Is there a way to force it to sync with my domain controler or even another online NTP server?

View 1 Replies View Related

Slackware :: Clock Shows The Wrong Time In Slackware

May 10, 2011

I've been running arch linux, with my clock set to UTC with no problem. Recently I installed slackware on a different partition. During the setup I chose to set my clock to 'local time' instead of UTC by accident. Now in slackware my clock shows the wrong time. Also in arch it shows the same wrong time.

I booted back into slackware and ran pkgtool to enter the setup again, and changed my time to UTC. But this makes no difference. My clock is still wrong in both slackware and arch. Do I need to reboot after changing my clock settings in slackware before it takes effect? how the clock or the setup works.

View 8 Replies View Related

Fedora :: 11 Boot Time / System Hangs For A Very Long Time On Starting Udev?

Sep 25, 2009

When booting Fedora 11, my system hangs for a very long time on starting udev. Sometimes I get an I/O error. However, my hardware is fine. I do eventually get in to the system.

View 7 Replies View Related

Slackware :: Attempting To "speed Up Boot Time" By Using The "dash" Shell Instead Of "bash"?

Apr 23, 2010

i was attempting to "speed up boot time" by using the "dash" shell instead of "bash"there is a post on here which describes this.i installed the scripts and uhhhh....rebootednow it seems that i kinda sorta forgot to install "dash" before reboot and now ihave no system shell.no root user accessonly my regular user works, kinda...it seems that i cannot edit anything eitherit won't do any temp dataso with mc i cannot save any edited files.....prompt looks like thismichael@(none):i am hoping i just need to install dash....but with limited power at the command prompt this may be interesting.

View 5 Replies View Related

Ubuntu :: Very Slow Boot Time On AMD 30m / USB Hardware Doesn't Work After Computer Boot?

Mar 21, 2011

I've been a long time Windows user, but I've started a small firm and because of lack of funds, I've decided to install Ubuntu on my company's PCs.I have 8 PCs in total - 6 of them with Intel CPUs, and the last two with AMD CPUs. I bought the extra two computers because I've managed to find an extra two people to work at my company, and AMD-based PCs are cheaper so I've decided to buy them instead of Intel.Long-story short, I've installed Ubuntu 9.10 and boot time takes about half-an-hour. After the computers finally boot, USB hardware doesn't work at all. I was forced to buy PS/2 keyboards & mice and they both work fine after the PCs boot.I don't know what's causing this delay.I've enabled Cool 'n Quiet from BIOS.I've tried several instructions like editing the /etc/modules file.I've installed cpufreqd, tried to configure it, but it didn't work.I've check the CPU stats and my CPUs are running at 800MHz. I can't believe nobody managed to fix the 800MHz problem as I've noticed it's quite common among AMD Ubuntu users. I think I've tried almost anything that I've found on this forum.I can't keep asking my employees not to reboot their PCs. Both Chrome/Firefox crash a lot on Ubuntu so they're forced to restart their computers.The computer specs are: AMD Athlon II X2 240 dual-core @ 2.800MHz, 2GB RAM, 500GB HDD, etc.

View 9 Replies View Related

CentOS 5 :: How To Speed Up Boot Time / Disable Or Change Eth0 At Boot / Searching?

Jan 11, 2010

This on a Vostro 1220 Laptop w/ Intel 5300 wireless:

A.I have long boot up time.I think it's because of the eth0 network search which I don't use.I have an intel wireless 5300 card running.How can I speed up the boot time, i.e. disable or change the eth0 at boot, the searching?

B:When I restart or shutdown, the screen flashes repeatedly and gets some garbled colors along the top before finally rebooting looks like windows ME or something).This vostro has an intel x4500HD vid chipset in it.

C.How do I get into gnome configuration editor to turn on Metacity compositing? Alt-F2 and run gconf-editor doesn't do it. I don't do compiz, but need compositing.

D.I need to install Chromium Browser as it sync my bookmarks.I have RPMforge enabled btw also...how can I do that? I.e. rpm repo for chromium?

This will help me get off to a running start so I can get up to speed on CentOS..

View 3 Replies View Related

Fedora :: Increase The Boot Selection Time In Dual Boot System?

Mar 4, 2010

I am having dual boot system(windows 7 and Fedora 12).When i switch on my system.It show the the timer 3 sec in order to get boot selection window(means window which asks that what to start fedora 12 or windows 7).I want to increase this time from 3 to 10 sec.

[URL]

View 3 Replies View Related

Ubuntu :: Reduce Boot Time - Remove The Grub An Directly Boot

Mar 4, 2010

Splashtop caught my imagination of my own tv like computer-"1button and ready to go " have tried puppy xpudWebConverger still unhappy Now lucid aming for 10 sec boot-Keeping ma fingers crossed installed a minimal karmic and am getting a decent 27 sec I Jus Wanted to ask: Is there a way to remove the grub an directly boot into ubuntu -not just hiding it by editing grub.d files and any other ways to reduce boot time.......

View 9 Replies View Related

Ubuntu :: Slow Boot Time - Boot To Bios And Then The Screen Goes Black With A Blinking Cursor

Oct 14, 2010

I've got two laptops running Ubuntu. Both have had Lucid installed from the live cd. I have upgraded one of them to Maverick. Both distributions are running great after they boot up, but I haven't experienced any faster boot times with either distibution. Both boot to Bios and then the screen goes black with a blinking cursor in upper left corner of the screen. The black screen remains for 30 to 45 seconds and then I get the Ubuntu splash screen for maybe 5 seconds, and then desktop. Why am I not seeing faster boot times? I realize 45 to 60 seconds is good compared to other os's, but I anticipated much faster boot times. Shut down on the other hand is quite fast at maybe 5 to 10 seconds. Does anyone else get this black screen on boot? Seems like wasted time cause I can't tell what's going on during the time there is a black screen. This is not a real big deal breaker, as I don't reboot very often, but I just wonder why bootup isn't faster.

View 7 Replies View Related

Slackware :: Slackware Won't Boot In Dual Boot With Windows 7?

Jan 21, 2010

So I got slackware 13 from the website and created 4 partitions (primary) and left some (100GB) space as I planned to install windows 7 in that. After installing slack, when I booted from windows DVD (rtm) in partition section it said I already have 4 primary partition so windows cannot used the rest of space despite the fact that it was free (windows even grayed all options like new partition and format etc. for that space). So I thought I'd create 2-3 primary partition for linux (slackware) so that windows can use the free space and make it a primary partition.

So, Next I formatted with slack (3 partition, 2 Primary, 1 extended, total space for slack 50GB) and after its installation I worked my way with windows, but it just created one partition of 100Gb, won't let me create any saying all primary partitions are created. Anyway, I created that partition and installed windows 7. But it messed up my lilo (slack won't show in boot menu) neither can I create any new partition.

After all I reformatted again created 2 partitions for windows (that actually became 3 as windows 7 create 100Mb separate partition for system). Installed windows correctly. Then I booted with slack , which allowed only creating 1 partition as 3 were already there. So I created 1 extended partition, in which I created 4 partition 1 to mount for /boot (100M), 1 for /swap (3G), 1 for home (10G), 1 for / (35G) everything worked fine till I reached last point to install lilo. At that point it said cannot install Lilo (I tried all options simple, expert, install to MBR etc.) but it just won't install. Anyway, after that it said you can install it manually so I clicked OK. Then it said setup complete, remove disk and press alt+ctrl+del to reboot, which I did. But there is just windows 7, no slack ?

View 9 Replies View Related

Ubuntu Installation :: Newer Kernel Updates AFTER 2.6.32-17 Has A Randomness At Boot Time Whether The System Will Completely Boot Or Not?

Jul 26, 2010

I've been having a problem on my AMD based machine, 4cpu, gigabyte ga-ma78gm-s2h Mobo, 8GB mem, two 2 terabyte Sata HDs.One thing I've found is that any kernel after 2.6.32-17 has a randomness at boot time whether the system will completely boot or not.

For instance just today I downloaded and installed 2.6.32-24

It fails to boot (I've tried cold boot, warm boot).Running its repair also fails to completely boot.My experience is that if I keep trying it "may" eventually boot but I believe there was some change after 2.6.32-17-generic that's causing the problem.Because as with 2.6.32.23... which also fails to complete bootup many times... eventually my guess is that 2.6.32.24 will also boot "sometimes".But why does 2.6.32.17 always boot for me? Something changed and its not my setup.

View 1 Replies View Related

Ubuntu :: Code For Clearing RAM As Cache?

Jun 20, 2010

post the code for clearing RAM as cache?

View 2 Replies View Related

Ubuntu :: Clearing ALT+F2 History In 11.04 / Natty

May 12, 2011

How do I clear the ALT+F2 'run a command' history that appears in Ubuntu Natty? The Terminal command I used to use in 10.10 to clear the history no longer works in the new Unity command launcher. I've tried searching within files on my hard drive to see if I can find where the data is stored, but no such luck.

View 3 Replies View Related

Software :: Clearing BIOS Password With GDB?

Aug 13, 2010

I came across this article: [URL] while looking for a way to clear my BIOS password. I wonder if this is possible with gdb? I've had no luck by trying "output x70 2e" and "output 70 2e", the former asks for a symbol table to be loaded.

View 3 Replies View Related

Slackware :: Change From Military Time In 13.1?

Jan 21, 2011

I can't find how to do this.

View 8 Replies View Related

Slackware :: Fans Working All The Time?

May 19, 2011

i'm using slackware 13.37. (Sony Vaio VGN-FS315H)

my fans are working all the time, they are loud and it's annoying.

I already did sensors-detect, but I get this message every time.

Code:
Sorry, no sensors were detected.

This is relatively common on laptops, where thermal management is handled by ACPI rather than the OS.

View 2 Replies View Related

Slackware :: Set Time Limits For Certain Users?

Feb 6, 2011

so when they log on to their profile in kde, they have a max of "x" hrs per day, but not necessarily on any set schedule. can it be done?

View 5 Replies View Related

Slackware :: Only One App Can Use Sound Card At Time?

Sep 13, 2010

Only one app can use my sound card at time.

This is the alsa-info: [URL]

There's a lot of errors like that in the Internet but none really present a solution, seems like this is an old problem that has been solved a while ago by alsa, but not here.

View 4 Replies View Related

Slackware :: TeTeX Time For Update?

Jun 9, 2011

I use Slackware from version 12.0 When i have two write something more formal the choice is always Latex. But as we all know the TEX version presented in Slackware is no longer supported (since 2009), I produce some report that used algorithmic package and in Windows generates correctly (last TexLive) but in Slackware64 13.34 give error because don't understand some macros.

We all know that the tex version is outdated, and TexLive may be too big, but I'm starting this thread so we could find a solution.

For example MiKTeX can be a suitable substitute?

View 14 Replies View Related

Slackware :: Wireless Drops Out All The Time In 13.37

May 11, 2011

I did a fresh install of Slackware 13.37, and everything is great, and thanks to Pat and the team.

Recently I notice that Wireless drops out all the times, and it will show low connection first, then basically drops.

Is there anything I forgot to do?

For me, I normally have two ways to bring up wireless, sometime I use WICD, sometimes I just use "ifconfig....iwconfig...dhcpcd eth1"

btw, if I log in WindowsXP, wireless never or seldom drops.

View 13 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved