Search found 165 matches

by toothandnail
25. Apr 2012, 07:52
Forum: Misc
Topic: cron questions
Replies: 6
Views: 3286

Re: cron questions

You can edit the crontab with crontab -e and the file for root is located at /var/spool/cron/crontabs/root . Thanks. That's what I did in the end. Which showed a completely different crontab to the one I'd created. Knowing where the operational crontab is stored helps as well. I look after a number...
by toothandnail
25. Apr 2012, 07:49
Forum: Misc
Topic: cron questions
Replies: 6
Views: 3286

Re: cron questions

Tim CowChip wrote:

Code: Select all

sudo /usr/sbin/crond restart
Thanks. I was expecting a script in /etc/rc.d, which is what threw me.
does

Code: Select all

crontab -l
show your cron file?
No, but it did point me in the right direction. Too much time spent with Red Hat derived distros.

Paul.
by toothandnail
25. Apr 2012, 07:47
Forum: Misc
Topic: cron questions
Replies: 6
Views: 3286

Re: cron questions

Im by no means a geek,and im sure someone more clued up will get to you soon. But this link might give you a head start maybe :?: http://www.unixgeeks.org/security/newbie/unix/cron-1.html http://www.foogazi.com/2006/12/07/understand-cron-jobs-in-5-minutes/ Best of luck toothandnail :D :) Thanks. Fo...
by toothandnail
24. Apr 2012, 23:18
Forum: Misc
Topic: cron questions
Replies: 6
Views: 3286

cron questions

Two dumb cron questions. I've not really ever had to make changes to cron in Slackware or Slack-based distros, so I'm a bit lost.... First, is there anything special I need to do to get a crontab recognized? I need the extra granularity it provides, but even though I've added /etc/crontab, it doesn'...
by toothandnail
19. Apr 2012, 21:18
Forum: Live CD
Topic: No autologin with live CD
Replies: 2
Views: 3643

Re: No autologin with live CD

Is there a password for one. No! :) Since entering my original message, I've managed to boot the live version from a flash drive. Logged out, and then entered 'one' and pressed return - straight back to the desktop. So unless something had changed since I donwloaded the iso just after it was announ...
by toothandnail
19. Apr 2012, 17:44
Forum: Live CD
Topic: No autologin with live CD
Replies: 2
Views: 3643

No autologin with live CD

A friend of mine has just downloaded and burnt the latest live CD. He's trying to run it on a Packard Bell laptop. He's having a bit of a problem.... It seems that instead of autologin to the desktop, he's getting a GDM username/password prompt. I've not seen the machine, but I remembered that the s...
by toothandnail
16. Apr 2012, 14:44
Forum: Problems
Topic: Sound problem
Replies: 6
Views: 1990

Re: Sound problem

New graphics cards with HDMI out usually have an audio controller on board, e.g. my AMD graphics card uses snd-hda-intel module, too. Of course this audio out only works with the HDMI connection, but maybe it is set as default for you. You can check if you have more sound cards availabel with alsam...
by toothandnail
15. Apr 2012, 16:39
Forum: Problems
Topic: Sound problem
Replies: 6
Views: 1990

Re: Sound problem

Maybe you have a bios option to explicitly enable/disable on-board sound? Set it to on/enabled and not auto/off/.... http://ubuntuforums.org/showthread.php?t=1731782 Thanks for the link. I'll have a look when I get home in the morning (I do love night shifts... NOT ). I can't remember looking at th...
by toothandnail
15. Apr 2012, 15:46
Forum: Problems
Topic: Sound problem
Replies: 6
Views: 1990

Re: Sound problem

Do you know what audio chipset the onboard sound uses? Have you tried blacklisting the NVIDIA audio driver? Sorry for the slow reply - until a few minutes ago, I was only able to access the machine remotely... I'm not sure about the audio chipset. I think its Intel HDA, but the Nvidia seems to be o...
by toothandnail
14. Apr 2012, 15:07
Forum: Problems
Topic: Sound problem
Replies: 6
Views: 1990

Sound problem

I'm running Salix (64-bit) on an HP dc7900 small form factor machine. I had some problems with the onboard video (could only get X to run by using modeset=0, which messed up a few other things), so I fitted an Ausus EN210 pci-e video card (Geoforce G210 chipset). That works pretty well, except it se...