Re: KDE freeze on sarge

2004-07-07 Thread Thomas Adam
t86 from it for 24 hours, if you can. -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'll just save up your sins, Thomas, and punish you for all of them at once when you ge

Re: stuck on 1 shell variable, not re-updating.

2004-07-08 Thread Thomas Adam
italize -N1` for i in $(seq ) do echo "update dump set random= $(pwgen --no-capitalize -N1)"|mysql -uroot insert done ---- Replacing "" above with a number. If it is not fixed, find some other way of looping. -- Tho

Re: startup/boot links

2004-07-08 Thread Thomas Adam
ll rcconf Which is cluebie-friendly. Alternatively, use what is provided by default: % man update-rc.d -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'll just save up your sins,

Re: importing passwords from old system

2004-07-08 Thread Thomas Adam
--- Micha Feigin <[EMAIL PROTECTED]> wrote: > Is it possible to import the passwords from an old system? I upgraded pwconv should do this for you. See the manpage. -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor&

Re: PERL

2004-07-08 Thread Thomas Adam
question. It would do you some benefit to read this: http://www.catb.org/~esr/faqs/smart-questions.html -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'll just save up your s

Re: apt-get upgrade downloaded kernel source now what?

2004-07-08 Thread Thomas Adam
d-essential kernel-package and _read_ the following: http://www.hantslug.org.uk/cgi-bin/wiki.pl?LinuxHints/KernelCompiling HTH, -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'

Re: USB mouse with kernel 2.4.26

2004-07-08 Thread Thomas Adam
nds via /dev/gpmdata which X11 interprets as normal mouse movements. This option only works if you have gpm installed and running, of course. -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net &q

Re: personal crontab entry

2004-07-08 Thread Thomas Adam
--- "Rodney D. Myers" <[EMAIL PROTECTED]> wrote: > I've been experimenting with kcron, and setting up couple of personal > cron jobs, but I can't seem to find where kcron saves this info to. /etc/crontab -- Thomas Adam = "The Linux Weekend Mechanic&qu

Re: Convert Solaris userids to Linux-Debian

2004-07-08 Thread Thomas Adam
sume you'll be using shadow passwords? As mentioned in another thread, use 'pwconv'. -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'll just save up your sins,

Re: My eth0 is gone

2004-07-08 Thread Thomas Adam
ething completely different and unrelated to your problem. Furthermore, it gets run on each successive init. -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'll just save up y

Re: About extra features of less

2004-07-08 Thread Thomas Adam
did that? add: eval $(lesspipe) to ~/.bash_profile -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'll just save up your sins, Thomas, and punish you for all of them at once when you get

Re: About extra features of less

2004-07-08 Thread Thomas Adam
--- Steve Lamb <[EMAIL PROTECTED]> wrote: > Thomas Adam wrote: > > add: > > > eval $(lesspipe) to ~/.bash_profile > > Won't do much here. Darn that pesky zsh edging out bash. :P Change it then. :P Those that use Zsh (I'm one of them) should know h

Re: Fonts are larger

2004-07-08 Thread Thomas Adam
--- * Tong* <[EMAIL PROTECTED]> wrote: > As I said, the cause of the problem is beyond my wild > imagination. Is it the DPI of X? The interpretation of fonts? ... > puzzled. Look here: http://linuxgazette.net/issue96/adam.html -- Thomas Adam = "The Linux Weeke

Re: [OT] squidguard, dansguardian, other?? on a 486?

2004-07-08 Thread Thomas Adam
ed. I have written articles on setting up squid, dansguardian [1,2]. -- Thomas Adam [1] http://linuxgazette.net/issue81/adam.html#dansg [2] http://www.linuxgazette.com/issue78/adam.html = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://l

Re: squid advice pls

2004-07-08 Thread Thomas Adam
1 ~ 2 weeks of hard use, Squid just seems to gradually take more and > more RAM until its exhausted and a restart is needed... This is configurable in squid via the tags, listed in (and documented) /etc/squid/squid.conf. This file is very well documented. -- Thomas Adam = "The

Re: Keeping a customized file from being updated during package upgrade

2004-07-09 Thread Thomas Adam
just not touch the > /sbin/shutdown file, or better yet, redirect the new /sbin/shutdown file > to /sbin/shutdown.real instead? Is that possible? dpkg -i --force-confold /var/lib/info/dpkg/name_of_deb.deb -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazet

Re: apt-get update:"Dynamic MMap ran out of room"

2004-07-09 Thread Thomas Adam
> On Fri, Jul 09, 2004 at 06:33:07PM +0200, Jochen Demuth wrote: > > | E: Dynamic MMap ran out of room And to think I was only talking about FAQs recently. Sigh, sigh, sigh. -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor&

Re: restoring mbr

2004-07-09 Thread Thomas Adam
--- Paul Maser <[EMAIL PROTECTED]> wrote: > and tried a lilo -U, but nothing has worked. Read: http://www.hantslug.org.uk/cgi-bin/wiki.pl?LinuxHints/LostLILO -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor"

Re: restoring mbr

2004-07-09 Thread Thomas Adam
=10 *BUT* even then, that is poor poor poor advice, and superfluous to the question being asked. > This will totally blank the first 5K of space on the drive. The > "leftovers" from > the linux boot loader sometimes confuse Windows' installer. No the way you originally

Re: conversion from lindows to debian

2004-07-09 Thread Thomas Adam
y, so that you do not mix the two. -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'll just save up your sins, Thomas, and punish you for all of them at once when

Re: Prepare the Debian kernel-source, modversions.h

2004-07-09 Thread Thomas Adam
ecture type, be it 386,486, etc. Also, I recommend you install 'build-essential'. When you're lost again, use 'apt-cache search kernel-header | less' if you find the name of the package to be elusive. -- Thomas Adam = "The Linux Weekend Mechanic" -- http:/

Re: Prepare the Debian kernel-source, modversions.h

2004-07-09 Thread Thomas Adam
--- * Tong* <[EMAIL PROTECTED]> wrote: > Thanks Thomas, > > are you saying that I don't need kernel-source at all, and > merely the correct kernel-header would be enough? Should be. -- Thomas Adam = "The Linux Weekend Mechanic" -- ht

Re: update-rc.d usage

2004-07-09 Thread Thomas Adam
t there but you need to specify the actual script in /etc/init.d that is to be used, something like: update-rc.d defaults start 80 -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We&#x

Top-Posting (WAS: Re: is it possible to change apt-get's access priorities?)

2004-07-09 Thread Thomas Adam
e anyone who thinks of top-posting to read the following that was taken from the LUG I am a member of: http://www.hantslug.org.uk/cgi-bin/wiki.pl?MailingList/TopPosting -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor"

Re: update-rc.d usage

2004-07-09 Thread Thomas Adam
--- * Tong* <[EMAIL PROTECTED]> wrote: > > # update-rc.d local defaults start 80 > update-rc.d: error: codenumber must be a number between 0 and 99 update-rc.d local defaults 80 -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG E

Re: update-rc.d usage

2004-07-09 Thread Thomas Adam
al -> ../init.d/local /etc/rc4.d/S80local -> ../init.d/local /etc/rc5.d/S80local -> ../init.d/local station:~# -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'

Re: Mplayer Anyone?

2004-07-09 Thread Thomas Adam
e main to your sources.list. Change stable to testing or unstable according to the distribution you are using. "deb ftp://ftp.nerim.net/debian-marillat/ stable main". Then "apt-get install mplayer". (apt-cache search mplayer) -- that has a GUI component to it, IIRC. -- Tho

Re: eth0 does not remain

2004-07-09 Thread Thomas Adam
erfaces". The rest is self-explanatory -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'll just save up your sins, Thomas, and punish you for all of them at once when yo

Re: list of windows in wmaker: how to repair

2004-07-09 Thread Thomas Adam
--- NikZ <[EMAIL PROTECTED]> wrote: > Hello. I have Debian 3.0 r2 installed on my computer. As window-manager Repeating messages will not expedite an answer. Patience is your virtue here. Use it in good faith, and wait. -- Thomas Adam = "The Linux Weekend Mec

Re: Apt Questions

2004-07-10 Thread Thomas Adam
; dependencies? Again, only using aptitude. You can emulate the effect using deborphan/debfoster, otherwise. -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'll just save up your

Re: GUI-tool for network configuration

2004-07-10 Thread Thomas Adam
not live without a GUI, the only thing that'll come close is the use of 'etherconf', which you can install. -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'll

ACPI (WAS: Re: [I'm too lame to use Subjects...])

2004-07-10 Thread Thomas Adam
supports this. ACPI is not known for its stability in Linux. -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'll just save up your sins, Thomas, and punish you for all of t

Re: many packages depend on mozilla-browser but I build it from source

2004-07-10 Thread Thomas Adam
> Why do all these packages explictly depend on mozilla-browser? Don't > most people run Firefox now? If I just make "mozilla" launchible on the Nope, freedom of choice is a good thing. -- Thomas Adam = "The Linux Weekend Mechanic" -- http://li

Re: starting X hangs on network timeout

2004-07-11 Thread Thomas Adam
--- Micha Feigin <[EMAIL PROTECTED]> wrote: > > I'm not sure yet on what package to report this bug, but was wondering > if anyone else experiences it too. Have a look at the bugpage for 'xserver-xfree86'. If it isn't listed there, then maybe consider fili

Re: debian X startup

2004-07-12 Thread Thomas Adam
rc, and add: -query to the list of commands already there, then setup X on the client machines to broadcast to that address, exporting their $DISPLAY as appropriate. -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor"

Re: xorg.conf X & Y positions

2004-07-12 Thread Thomas Adam
fernet ccombinations but stil gap is thre. How is this Debian related? Debian is not using Xorg. -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'll just save up your sins, Thomas

Re: X freezes, chvt hangs.

2004-07-12 Thread Thomas Adam
.6 kernels have been known to break X in the manner you are having. I suggest trying a 2.4.X. The only thing I can suggest is for you to try a 2.4.X kernel and report back. Warmly, -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor"

Re: xdm won't start; console 7 broken

2004-07-12 Thread Thomas Adam
dren out in the cold. You'll just have to wait until the kernel flushes it, or the parent becomes active. But on the case of xdm the parent is init, so you're probably better of either rebooting, or at a push: telinit 1 telinit 2 -- Thomas Adam = "The Linux Weekend Mechanic&qu

Re: Any way to search executable name?

2004-07-12 Thread Thomas Adam
--- * Tong* <[EMAIL PROTECTED]> wrote: > I think Oliver's answer might be the only answer. Nope: # apt-get install apt-file && apt-file update $ apt-file search -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net &quo

Re: getty's on runlevels 4 & 5

2004-07-13 Thread Thomas Adam
Debian treated runlevels 2, 3, 4 and 5 exactely > the same and left it to the sysadmin to modify them. (see previous comment). -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'

Re: dselect alternatives

2004-07-13 Thread Thomas Adam
--- Greg Folkert <[EMAIL PROTECTED]> wrote: > apt-get is flat out much better. Some people are now recommending > aptitude as it has a more sane handling of suggests and recommends. Horses for courses. Aptitude is *far* from a useable product. -- Thomas Adam = "The Linux

Re: getty's on runlevels 4 & 5

2004-07-13 Thread Thomas Adam
you would have to ask -devel about that, or do what you seem so good at, and change it. -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'll just save up your sins, Thomas, and pun

Re: Statistic reports

2004-07-13 Thread Thomas Adam
e idea, and Hugo Mills (my LUG chairman) made a set of script just for this [1]. Note though, that number of e-mails sent does not necessarily indicate that they were helpful. -- Thomas Adam [1] http://www.carfax.org.uk/software/anamail/ = "The Linux Weekend Mechanic" --

Re: Why GTK apps show smaller fonts under KDE?

2004-07-15 Thread Thomas Adam
ome-font-properties" will sort this. -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'll just save up your sins, Thomas, and punish you for all of them at once when you g

Re: [Fwd: Installing package on debian]

2004-07-16 Thread Thomas Adam
owing up from... The output from apt-get or aptitude or whatever it is you use would be useful here, sine blindly showing us package versions is meaningless. -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- ht

Re: [Fwd: Installing package on debian]

2004-07-16 Thread Thomas Adam
--- Vijaya S <[EMAIL PROTECTED]> wrote: > Setting up expect (5.41.0-1) ... Now do: dpkg -L | grep 'usr/bin/expect' You should see: /usr/bin/expect. If not, mail the output of "dpkg -L expect" here. -- Thomas Adam = "The Linux Weekend Mechanic"

Re: [Fwd: Installing package on debian]

2004-07-16 Thread Thomas Adam
--- Vijaya S <[EMAIL PROTECTED]> wrote: > /usr/bin/expect So it installed just fine -- if there were dependency issues, it would not have installed. So I have no idea what it is you're having trouble with.... -- Thomas Adam = "The Linux Weekend Mechanic" -- http

Re: Unknown Scancode Errors

2004-07-16 Thread Thomas Adam
manpages. You might also consider posting some of the errors here to the list. You'll find them in /var/log/messages -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'l

Re: x apps won't start as root under normal user

2004-07-16 Thread Thomas Adam
ps. Of course, _really_ you shouldn't ever run Xapps as root for security reasons. What you should do is: su - password: xauth ~user/.Xauthority export DISPLAY=:0.0 Where ~user above us the username of the person who currently has X running. -- Thomas Adam = "The Linux Weekend M

Re: Software to HTMLize a text file?

2004-07-16 Thread Thomas Adam
--- stan <[EMAIL PROTECTED]> wrote: > I was wondering if there was anything like the tools that convert a > plain > old ASCU file to PostScript for HTML conversion? Why to PS and then HTML? Why not text -> HTML? txt2html - Text to HTML converter -- Thomas Adam =

Re: Bash equivalent to DOS /p

2004-07-16 Thread Thomas Adam
e the files are). -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'll just save up your sins, Thomas, and punish you for all of them at once when you get better. The experienc

RE: Bash equivalent to DOS /p

2004-07-16 Thread Thomas Adam
Making up commands is not a good practise to get into. There is no command "ll". If you mean "ll" to be an alias for "ls -l" then you should have stated so, since "ll" is not a standard alias at all, as far as bash is concerned in Debian. -- Thomas Adam

Re: Bash equivalent to DOS /p

2004-07-16 Thread Thomas Adam
--- Pete Clarke <[EMAIL PROTECTED]> wrote: > Why not pipe the output through less .. eg: > #> cat somedoc.txt | less Why would you want to cat the file _and_ page it? That is a useless use of cat here, as less accepts STDIN. -- Thomas Adam = "The Linux Weeke

Re: Bash equivalent to DOS /p

2004-07-16 Thread Thomas Adam
h less and more are pagers. You can of course just press and hold SHIFT and press PGUP/PGDN, but the scrollback availability is limited to both console and xterms. -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- htt

Re: Bash equivalent to DOS /p

2004-07-16 Thread Thomas Adam
--- Rus Foster <[EMAIL PROTECTED]> wrote: > Sound like STDOUT and STDERR I thought this too, but dumpkeys writes to STDOUT in this instance. -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxg

Re: Bash equivalent to DOS /p

2004-07-16 Thread Thomas Adam
--- Clive Menzies <[EMAIL PROTECTED]> wrote: > >From sid ~/.bashrc: > # some more ls aliases > #alias ll='ls -l' > #alias la='ls -A' > #alias l='ls -CF' > > I would guess that this would also apply to sarge Yup

Re: Bash equivalent to DOS /p

2004-07-16 Thread Thomas Adam
d since although it appears you're directing stderr/stdout to "some_filename" what happens is that only stdout is sent to "some_file". Why? Because stderr is duplicated (that's what the '&' means) to stdout before stdout is directed to the filename. To get

Re: Bash equivalent to DOS /p

2004-07-16 Thread Thomas Adam
at's still not a valid argument from [1]: awk -F: '/$user/ {print $2}' ./filename -- Thomas Adam [1] No, I don't want an obscure example, nor do I care. My point here is that the "Useless use of Cat" scenario still applies when a program can accept files. = &

Re: Listing Files - Permissions in Octal?

2004-07-18 Thread Thomas Adam
' * 644 -rw-r--r-- n6tadam n6tadam `trymr' 644 -rw-r--r-- n6tadam n6tadam `trytrytry.wav' 644 -rw-r--r-- n6tadam n6tadam `typical.png' 600 -rw--- n6tadam n6tadam `ugh.pdf' 644 -rw-r--r-- n6tadam n6tadam `vsound.wav' as an example. See the man page. :) -- Th

Re: Magic mismatch??

2004-07-20 Thread Thomas Adam
a and replace it, it's a gonner. -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'll just save up your sins, Thomas, and punish you for all of them at once when you get b

Re: dpkg/apt question

2004-07-22 Thread Thomas Adam
--- Preston Boyington <[EMAIL PROTECTED]> wrote: > dpkg --set-selections < packages.txt > > then: > > apt-get install ^^^ Wrong. You want to do: apt-get dselect-upgrade -- Thomas Adam = "The Linux Weekend Mechanic" -- h

Re: Webmin dies on startup

2004-07-22 Thread Thomas Adam
--- Jonathan Melhuish <[EMAIL PROTECTED]> wrote: > I usually run the stable version, but I have also tried installing the > testing > version, to no avail. I have tried removing and re-installing both > versions. paste the output of: bash -x /etc/init.d/webmin sta

Re: cloning hdb4 to another machine

2004-07-27 Thread Thomas Adam
--- Wanda Round <[EMAIL PROTECTED]> wrote: > Would like to clone that to another machine hdb3 with 4.5 gb > total (was Mandrake). Entire hard drive is 10 gb. You'll want to read this, then: http://www.hantslug.org.uk/cgi-bin/wiki.pl?LinuxHints/OneDiskToAnother -- Thomas

Re: DIR_COLORS

2004-07-29 Thread Thomas Adam
[..output snipped..] You can uncomment the use of "eval `dircolors -b`" in ~/.bashrc -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'll just save up your sins, Thomas,

Re: Whats with this new Debian installer?

2004-08-08 Thread Thomas Adam
Ok, you don't have clickie things but big deal. Who cares? They're usable, intuitive and don't require lots of RAM to install. It just means that you have to use the keyboard more often. -- Thomas Adam -- "Frankly, Mr. Shankly, since you ask. You are a flatulent pain in t

Re: Whats with this new Debian installer?

2004-08-08 Thread Thomas Adam
e that woppps, they meant something else. -- Thomas Adam -- "Frankly, Mr. Shankly, since you ask. You are a flatulent pain in the arse." -- Morrissey. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Squatted harddisk

2004-08-09 Thread Thomas Adam
ccupying what space? I tried df, but that is very minimalistic. I'd like > to get a treeview of files and space in use... > Any suggestions? cd / && du -sk * Is probably your best bet (it's slow, mind). Can you also paste the output from the following commands: df -h

Re: Re: Is there a *console* screen capture

2004-08-09 Thread Thomas Adam
it that you want to take a screendump of the console (/dev/tty*)? If so: setterm -dump -file ~/output.dump && \ col -b < ~/output.dump ~/screen.capture Might help, although you'll find: http://www.p12n.org/hacks/screendump helpful. -- Thomas Adam -- "Frankly, Mr. Shankly, si

Re: sound settings Sarge - KDE

2004-08-09 Thread Thomas Adam
tore" on logout and a "alsactl restore" on > login. i am guessing that somewhere there is an automated tool for this > though. Umm, yes, the alsa initscript handles this for you. -- Thomas Adam -- "Frankly, Mr. Shankly, since you ask. You are a flatulent pain in the ars

Re: Adding new hardware to existing system

2004-08-09 Thread Thomas Adam
dc ... that is either because scsi-emulation is taking over it, diverting it, or it is on another IDE channel. Again "dmesg | more" will help you there in ascertaining that information. There is also "discover" from the progency people which is an attempt to detect HW -- Th

Re: restarting network connections

2004-08-09 Thread Thomas Adam
On Mon, Aug 09, 2004 at 01:35:03PM -0700, Paul Maser wrote: > Besides rebooting, how do you restart the network connections > after making changes to /etc/network/interfaces? > Thanks; /etc/init.d/networking restart -- Thomas Adam -- "Frankly, Mr. Shankly, since you ask. You are a

Re: [Rant] The Endless Search for a Mail Client That Doesn't Suck

2004-08-09 Thread Thomas Adam
On Mon, Aug 09, 2004 at 02:08:15PM -0700, [EMAIL PROTECTED] wrote: > there, I've been known to break security, implement an SUID shell > script to hack the sendmail.cf file to change the system identity That doesn't do anything. SUID/GID bits on shell scripts are ignored.

Re: restarting network connections

2004-08-09 Thread Thomas Adam
On Mon, Aug 09, 2004 at 04:09:35PM -0700, Brian Nelson wrote: > /etc/init.d/networking restart > > It really only makes sense to use invoke-rc.d from maintainer scripts. We had this discussion a while back. Truth is, both work just fine. -- Thomas Adam -- "Frankly, Mr. Shankly,

Re: Perfect mirror copy?

2004-08-09 Thread Thomas Adam
On Tue, Aug 10, 2004 at 06:56:56PM -0600, Kent Andersen wrote: > what would be the procedure for making a perfect bootable copy of a primary > linux drive? http://www.hantslug.org.uk/cgi-bin/wiki.pl?LinuxHints/OneDiskToAnother Will be of use to you. -- Thomas Adam -- "Frankly,

Re: Ugly fonts on new KDE installation

2004-08-09 Thread Thomas Adam
On Mon, Aug 09, 2004 at 04:56:30PM -0700, Sean O'Dell wrote: > What could be working on my desktop system that's not working on the new > machine to make Tahoma look nice and crisp? http://linuxgazette.net/100/adam.html perhaps? -- Thomas Adam -- "Frankly, Mr. Shankly, s

Re: restarting network connections

2004-08-09 Thread Thomas Adam
On Mon, Aug 09, 2004 at 08:01:35PM -0400, Ralph Katz wrote: > Hmm... unlike the other responders, I've done this with /sbin/ifup, but > I'm no expert, just a humble desktop user. Perhaps the experts can shed > light on the different approaches? The script calls if{up,dow

Re: debian diskless pseudo tty devices

2004-05-14 Thread Thomas Adam
pty /boot/config-$(uname -r)" -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'll just save up your sins, Thomas, and punish you for all of them at once when you get better

Re: console keymap problem

2004-05-14 Thread Thomas Adam
ld > keyboard layout back... Where is the keymap of the console configured? 1. This is a known issue. 2. It's listed on the BTS [1] 3. In short: mv /etc/console/boottime.kmap.gz /etc/console/old dpkg-reconfigure console-data -- Thomas Adam [1] http://bugs.debian.org = "The Linux Weeken

Re: Xserver

2004-05-14 Thread Thomas Adam
he relevant information (from "lspci") etc should see you through. Kindly, -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'll just save up your sins, Thomas, and puni

Re: apt-get update failing -- sites down?

2004-05-15 Thread Thomas Adam
--- David Baron <[EMAIL PROTECTED]> wrote: > For several days now, update fails. Gets to the 37% mark and then waits > for > headers, starting around ftp://ftp.gwdg.de. Many of these yield their Use a different mirror (see 'apt-setup'). -- Thomas Adam = &q

Re: Getting wide ``dpkg -l'' output in scripts and pipes.

2004-05-18 Thread Thomas Adam
ge the value of 200, if it is too small. -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'll just save up your sins, Thomas, and punish you for all of them at o

Re: Getting wide ``dpkg -l'' output in scripts and pipes.

2004-05-18 Thread Thomas Adam
--- Adam Funk <[EMAIL PROTECTED]> wrote: > On Tuesday 18 May 2004 10:20, Thomas Adam wrote: > > > --- Adam Funk <[EMAIL PROTECTED]> wrote: > > > >> (Sorry about the long lines but they illustrate the output I'm > >> talking about.) >

Re: 400+ unwanted package removal

2004-05-18 Thread Thomas Adam
ons < file Then you *will* have to do: apt-get dselect-upgrade before you then apt-get install -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'll just save up your s

Re: Changing resolution/virtual in XF86Config-4

2004-05-18 Thread Thomas Adam
change, see the option for "ViewPort" in "man xf86config-4" else you might find the "gvidm" package handy. -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We

Re: [OT] Debian Users: Please boycott Paypal

2004-05-19 Thread Thomas Adam
e we are debian users, it does not make us a willing party or lobbyist group. Take your arguments elsewhere. -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'll just save up you

Re: kdeinit ma--kes m--y machi-ne hick--up every n--ow and th--en

2004-05-19 Thread Thomas Adam
ezes at the same time the journal is trying to be written to? At any case, I'd check your logs first of all, and possibly leave top(1) idling on a spare tty. -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://li

Re: nfs-common write pid file

2004-05-20 Thread Thomas Adam
--- Lucas Albers <[EMAIL PROTECTED]> wrote: > Does this syntax look correct, I just need to add in a --pidfie to > start-stop-deamon to have a pidfile written for the process, correct? > Assuming I have defined LOCKDPID and STATDPID. Why don't you run it, and see? -- Tho

Re: gdm root user startup with many windows

2004-05-21 Thread Thomas Adam
ession , but don't know how to fix it. I rebooted machine, but every > time same thing happen. I changed to log in with another user, strange > windows disappear. Depends on the window manager, which you failed to mention. Are you sure these programs are not listed in ~/.xsession ?

Re: /etc/network/interfaces statically defined default gateway

2004-05-25 Thread Thomas Adam
ess 192.168.0.6 > netmask 255.255.255.0 > network 192.168.0.0 > broadcast 192.168.0.255 > > ... instead of: > > auto eth1 > iface eth1 inet dhcp For which ever iface you want a gateway to be used, just add that directive to it: gateway -- Thomas Adam = "

Re: kernel and kdm problems

2004-06-01 Thread Thomas Adam
ses5 package which replaced a libcurses > package. I think the two are mutually exclusive. Any suggestion? # apt-get install libncurses5-dev -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net

Re: Can I install non debian source packages?

2004-06-01 Thread Thomas Adam
up the environment, configure it, build it, and also install > whatever other packages on which the package depends? That's fine. If you're running debian woody, see: http://www.apt-get.org -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Edit

Re: Can I install non debian source packages?

2004-06-01 Thread Thomas Adam
mp; make && su -c 'make install' [--options] to ./configure is optional -- it depends how rich a feature-set you want. "make install" must be run as root. But unless you have a reason not to, I suggest using .deb packages whenever you can. Does that help? -

Re: Using the cp command.

2004-06-10 Thread Thomas Adam
--- alex <[EMAIL PROTECTED]> wrote: > I'm trying to copy the contents of one partition to another with: > cp -afv (partition a)/* (partition b)/ Please see this: http://www.hantslug.org.uk/cgi-bin/wiki.pl?LinuxHints/OneDiskToAnother -- Thomas Adam = &

Re: fonts are ugly in some gtk apps

2004-06-22 Thread Thomas Adam
tp://linuxgazette.net/issue96/adam.html -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'll just save up your sins, Thomas, and punish you for all of them at once

Re: Reserving space for mail on /var

2004-06-22 Thread Thomas Adam
files are handled by logrotate -- you can get that to delete them on each rotation. -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'll just save up your sins, Thomas, and punish

Re: Well, time to cut to the bone...

2004-06-26 Thread Thomas Adam
ple office suite also, I guess. Hmm, you might get away with OO.o, again, it depends. -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'll just save up your sins, Thomas, and punish

Re: Mouse Jumps/ Moves Erratically

2004-06-26 Thread Thomas Adam
you have the trapped moth syndrome, it is probable that you have a protocol issue with the mouse. If it is simply a speed issue, this can be fine-tuned using 'xset' (see the manpage). -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Edito

Re: Well, time to cut to the bone...

2004-06-26 Thread Thomas Adam
--- cecil <[EMAIL PROTECTED]> wrote: > Thomas Adam wrote: Cecil, Kindly in future make sure you reply via the list. I charge for private consultancy. :) > will xmms even run on this system??? I really like my rant-radio! Yes, it will. -- Thomas Adam = "The Linux Weekend

Re: Questions about x window environment (kdm and xdm)

2004-06-27 Thread Thomas Adam
value contained in this file: /etc/X11/default-display-manager -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- http://linuxgazette.net " We'll just save up your sins, Thomas, and punish you for all of th

Re: screensaver in KDE

2004-08-09 Thread Thomas Adam
reensaver-command -- Thomas Adam -- "Frankly, Mr. Shankly, since you ask. You are a flatulent pain in the arse." -- Morrissey. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

<    1   2   3   4   5   >