Re: can't kill a PID

2002-11-03 Thread Matthew Gregan
be cleaned up by the kernel when init waits on it. -- Matthew Gregan |/ /|[EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: view output of process while

2002-04-18 Thread Matthew Gregan
On Wed, Apr 24, 2002 at 01:22:18PM +, Rory Campbell-Lange wrote: > Is it possible to log back into a machine over ssh and 'attach' to a > running process so that one can see the output of, say, a kernel > compile? Take a look at the ``screen''

Re: Applying kernel patch

1999-11-12 Thread Matthew Gregan
ian-user archives on debian.org, there are quite a few threads stored there relating to kernel patches. -- [ Matthew Gregan ] [ GPG ID: B63A1E95 ] [ [EMAIL PROTECTED] ] [ GPG fingerprint: FB83 2911 F170 B31C 9E4A E382 CA8A A2F6 B63A 1E95 ] pgpqoGnreclqS.pgp Description: PGP signature

Re: kernel upgrade options

1999-11-05 Thread Matthew Gregan
th. > Grateful for any help. I could, despite the online time involved, > download 2.2.13 but would learn nothing further here and would have to > face the problem later 2.4 if I want to keep up to date. You could download something a wee bit earlier, like 2.2.9 and patch it up from there

Re: kernel upgrade options

1999-11-04 Thread Matthew Gregan
-up things and having to reinstall, but it > wouldn't help I'd still not be able to apply patches. You could rename your kernel-source-2.2.1 to whatever the patch is expecting and run patch again with the arguments you used, but you are better off to cd into the the dir and use '

Re: kernel upgrade options

1999-11-02 Thread Matthew Gregan
not need to be compiled (between 2 and 13 > that is?). You don't need to compile any of them as you patch them up, you can if you want to test each patch, but otherwise just apply all of the patches and then do your compiling. make oldconfig is useful once you've applied patches, si

Re: package

1999-11-01 Thread Matthew Gregan
you feel like recompiling) grab the console-apt package - it shows both the package size and the installed size of each package on the main screen. -- [ Matthew Gregan ] [ GPG ID: B63A1E95 ] [ [EMAIL PROTECTED] ] [ GPG fingerprint: FB83 2911 F170 B31C 9E4A E382 CA8A A2F6 B63A 1E95 ] pgp

Re: Need a runlevel editor! (console ofcourse)

1999-10-31 Thread Matthew Gregan
k :| It may be that you have to do something like: update-rc.d -f remove ...before you remake the links with update-rc.d. Not great, but still more convenient than having to rm them individually. -- [ Matthew Gregan ] [ GPG ID: B63A1E95 ] [ [EMAIL PROTECTED] ] [ GPG fingerprint: FB83 2911

Re: Debian Linux vs BSD

1999-10-31 Thread Matthew Gregan
D, but it's presumably a lot more secure. > openBSD code review must have been quite an impressive effort to say the > least... I think it took them about 1.5-2 years all up, with the majority of the problems being found and fixed in the first 6 months. Very impressive indeed, I thi

Re: Need a runlevel editor! (console ofcourse)

1999-10-30 Thread Matthew Gregan
s. This sounds exactly like what you need... -- [ Matthew Gregan ] [ GPG ID: B63A1E95 ] [ [EMAIL PROTECTED] ] [ GPG fingerprint: FB83 2911 F170 B31C 9E4A E382 CA8A A2F6 B63A 1E95 ] pgp1qbebEuaHT.pgp Description: PGP signature

Re: Debian Linux vs BSD

1999-10-30 Thread Matthew Gregan
ite... I'm not sure if the version in the OpenBSD distribution has been audited by the team or not, though. -- [ Matthew Gregan ] [ GPG ID: B63A1E95 ] [ [EMAIL PROTECTED] ] [ GPG fingerprint: FB83 2911 F170 B31C 9E4A E382 CA8A A2F6 B63A 1E95 ] pgpZfoiiZB3v9.pgp Description: PGP signature

Re: manual kernel recompile vs make-kpkg

1999-10-27 Thread Matthew Gregan
will happen. Oh, if you use make-kpkg to build kernels, when you install them with dpkg the updating of the System.map is handled as part of that, so you don't have to worry about it. If someone can post a better explanation, or a pointer to some information, I'd be very grateful... --

Re: manual kernel recompile vs make-kpkg

1999-10-27 Thread Matthew Gregan
and > zimage, and which one should I be using? bzImage is "big" zImage, and is able to load larger kernels (>1MB), whereas zImage is limited to something smaller (600kB?). You want to use bzImage all the time, unless your machine doesn't like booting such images (e.g. some lapt

Re: hdparm settings

1999-10-26 Thread Matthew Gregan
arm'. If it the settings look good, remove the '-n' and run again to actually make the links. -- [ Matthew Gregan ] [ GPG ID: B63A1E95 ] [ [EMAIL PROTECTED] ] [ GPG fingerprint:FB83 2911 F170 B31C 9E4A E382 CA8A A2F6 B63A 1E95 ] pgpGRMmxLKhYG.pgp Description: PGP signature

Re: segmentation faults

1999-10-24 Thread Matthew Gregan
ion)). I'm sure someone else can give you a better description that mine. :-) > Could anyone please point me towards a source of > information suitable to a novice. I can't think of anything off-hand, sorry... -- [ Matthew Gregan ] [ GPG ID: B63A1E95 ] [ [EMAIL PROTE

Re: Why isn't my ftp working?

1999-10-24 Thread Matthew Gregan
icular ftpd (the one from netbase) by installing the ftpd package. Or you can go with something else, like wu-ftpd* or proftpd, depending on your needs. As for where ftpd starts from, it's normally started by inetd when it's needed. Check out /etc/inetd.conf and look for an entry con

Re: New Kernel: make-kpkg vs. make bzLilo

1999-10-22 Thread Matthew Gregan
iasing to the CFLAGS in the makefile to get the kernel to build with gcc 2.95. This is because between egcs and the changeover to gcc 2.95, the default option for strict aliasing was changed from off to on, and the kernel won't built with it on. > I would like to try compiling the new 2.

Re: ensonique?

1999-10-21 Thread Matthew Gregan
. It doesn't sound as good as my Yamaha Waveforce YMF724 did (which was only half the price, too), but Yamaha aren't giving out the documentation for that chipset, so we won't be seeing support for it anytime soon. :-( -- [ Matthew Gregan ] [ GPG ID: B63A1E95 ] [ [E

Re: Purging mozilla

1999-10-20 Thread Matthew Gregan
of plenty of reasons why having dpkg remove such files would be really evil.i It *could* be done, though - if the package maintainer, for example, made the {pre,post}rm scripts look for known files and kill them (e.g. the script for mozilla could search the /home of every user for it's .mozil

Re: Help

1999-10-20 Thread Matthew Gregan
into problems doing this trick if you choose a card which is drastically different from your Savage4 though, such as picking a card with a weird RAMDAC or something. Your best bet would be to find out if X 3.3.5 is available as a set of Debian packages from somewhere, and upgrade using apt.

/etc/hosts manpage

1999-10-18 Thread Matthew Gregan
me know if there is, and what package it comes from?) I'd guess that netbase should be supplying the manpage, but I don't know. -- [ Matthew Gregan ] [ GPG ID: B63A1E95 ] [ [EMAIL PROTECTED] ] [ GPG fingerprint:FB83 2911 F170 B31C 9E4A E382 CA8A A2F6 B63A 1E95 ] pgpt

Re: Anyone using Sound Blaster PCI64?

1999-10-16 Thread Matthew Gregan
n't need to configure it with ISAPNP, because it's a PCI card, both the ALSA drivers and the kernel drivers find the card by themselves. I'm not sure about full-duplex mode, since I never use it. I'm pretty sure it works full-duplex under ALSA, but I have absolutely no id

Re: SoundBlaster 16 PNP WaveEffects help needed

1999-09-06 Thread Matthew Gregan
/apt/sources.list: deb-src http://http.us.debian.org/debian stable main contrib non-free -- [ Matthew Gregan ] [ crash.ihug.co.nz/~kinetik ] [ [EMAIL PROTECTED] ] [ PGP key ID: 2048/D1B2FF49 ] [ PGP fingerprint: 15 CF 1F D5 7C 59 63 F5 79 52 A5 7D EB 50 E5 27 ]

Re: "import"ing screenshots?

1999-09-06 Thread Matthew Gregan
after is imagemagick. Just watch out not to install libmagick4g-lzw, since that will break imagemagick (I don't think the maintainer has fixed it yet). Use the non-LZW one instead. Have fun. -- [ Matthew Gregan ] [ crash.ihug.co.nz/~kinetik ] [ [EMAIL PROTECTED] ]

Re: E! Enlightenment for newbie?

1999-08-28 Thread Matthew Gregan
example) so the largest listed resolution is the one you want to use. This is not a great solution. You could probably also try setting the virtual desktop size (via "Virtual") to the same as the resolution you want to use (e.g. "Virtual 800 600" in this example). Check out the m

Re: E! Enlightenment for newbie?

1999-08-27 Thread Matthew Gregan
mention this (well, it entered my mind, but since I only run X in 16/32bit, I don't know too much about the handling of colour shortages). The few times I've run X in 8bit mode, (using E!) it has looked quite nice (much better than trying a similar thing

Re: E! Enlightenment for newbie?

1999-08-27 Thread Matthew Gregan
really dependant on the X server configuration. Most of the themes for E! tend to use a *lot* of colours, so you'd probably find the problem you described was worse using E!, but that's not to say you can't use a low-colour theme... But the way apps handle colour allocation is out of the hands of the window-manager. Well, that's my thoughts on it. -- Matthew Gregan [EMAIL PROTECTED]

Re: Eterm - menus not usable.

1999-08-22 Thread Matthew Gregan
support pixmaps). Check out the Eterm manpage for info about changing the colours... Hope this helps. -- Matthew Gregan [EMAIL PROTECTED]

Re: fetchmail: SMTP connect to localhost failed: Connection refused

1999-08-20 Thread Matthew Gregan
m'" say? On a system where Exim is run from inetd, it won't show up as running in the process table unless there's a connection in progress... In response to the original question, check your /etc/inetd.conf and your /etc/hosts.{allow,deny} to make sure everything looks in order.

Re: xemacs21 questions

1999-08-15 Thread Matthew Gregan
s: (2) (warning/warning) Autoload error in: /usr/lib/xemacs/xemacs-packages/lisp/xemacs-devel/auto-autoloads: Already loaded When I start it and try to do something (e.g. I hit M-x and it opens another buffer with a bunch of those warnings).. -- Matthew Gregan [EMAIL PROTECTED]

Re: xemacs21 questions

1999-08-15 Thread Matthew Gregan
an't answer these sorry, since I don't use mule. -- Matthew Gregan [EMAIL PROTECTED]

Re: [OT] How fast is a PIII?

1999-08-06 Thread Matthew Gregan
sn't include the benefits you would receieve in a application optimized for and using the new P3 SSE instructions, obviously. Then there's quite a large difference in speed. -- Matthew Gregan [EMAIL PROTECTED]

Re: Gnomeicu problems

1999-07-30 Thread Matthew Gregan
rting... > Aborted Are you running the Gnome panel? If you aren't, that's probably the problem. GnomeICU is trying to create the applet in the panel, failing, and dying. Try starting it with the '-a' argument to stop the applet creation, e.g. gnomeicu -a That will work whether

Re: bash scripting

1999-07-26 Thread Matthew Gregan
r 30 seconds? I think he wants something along the lines of sleep. -- Matthew Gregan [EMAIL PROTECTED]

Re: bash scripting

1999-07-25 Thread Matthew Gregan
On Sun, Jul 25, 1999 at 12:53:58AM -0500, [EMAIL PROTECTED] wrote: > Is there a way to put a 30 second pause in your bash script? Use: sleep 30s 'man sleep' for more info. :-) -- Matthew Gregan [EMAIL PROTECTED]

Re: apt source file semantics

1999-07-25 Thread Matthew Gregan
a verbose description, try (if you haven't already): $ man sources.list The short answer is that it depends on what the type is (the first word of the line, e.g. 'deb'). It's much better explained in the man page than I can do (without basically repeating the m

Re: Is IRC #debian used often?

1999-07-20 Thread Matthew Gregan
it is undernet isn't it? Try irc.debian.org, in channel #debian. That seems like quite an active place, with a lot of friendly people. :-) I think that the irc.debian.org server is part of a network of IRC servers (OpenNetworks or something), which links a few similar interest servers t

Re: How to fix Netscape in the interim

1999-07-12 Thread Matthew Gregan
ill install Does this not break liburi-perl? If not, I wonder why it's taking so long for it to be fixed in potato... -- Matthew Gregan [EMAIL PROTECTED]

PGP5, mutt, and signed messages

1999-07-08 Thread Matthew Gregan
utt, though. I sent a test message to myself, and signed it with PGP5. When I receive the message, Mutt checks the signature and reports that it's 'good'. Good signature made 1999-07-08 00:39 GMT by key: 1024 bits, Key ID C22BCF6F, Created 1999-06-28 "Matthew

Re: Alternastive to using squid

1999-07-07 Thread Matthew Gregan
nnected directly to the internet... -- Matthew Gregan [EMAIL PROTECTED]

Netscape and X resources

1999-07-07 Thread Matthew Gregan
's toolbars. If anyone has a link or an example .Xdefaults, let me know. Thanks. -- Matthew Gregan [EMAIL PROTECTED]

Re: gnome session-panel & X problems

1999-07-04 Thread Matthew Gregan
being told that E wants your X session to end (since gnome-session is in control, not E). If you have a .gnome directory in your home dir, remove or rename that and try again. It may be you have some stale configs messing things up. Otherwise, something is probably pretty wrong with your Gnome

Re: gnome session-panel & X problems

1999-07-04 Thread Matthew Gregan
if you're running your X session using gnome-session then it's probably your old configs causing the problems... Otherwise you can always start gnome-name-service by hand when you need it. -- Matthew Gregan [EMAIL PROTECTED]

X modeline conversions

1999-07-01 Thread Matthew Gregan
e to what I want (1152x864 at 78Hz, but it's 70.8kHz horizontal frequency is just too much for my monitor to handle). If anybody can help, or point me in the right direction, I would be very happy. Thanks. :-) Oh, those Windows figures are from the Matrox monitor customizati

Re: Exim Problem (I think....)

1999-06-30 Thread Matthew Gregan
list, I thought that was my problem when my outgoing mail stopped working the other day, however after some poking around I discovered it was in fact Mutt looking for sendmail (and failing) that was my problem. This is a known bug in Mutt, and the solution is listed in the Debian bug database with

Re: ip masquerading/port forwarding

1999-06-27 Thread Matthew Gregan
th the obvious. However, this time you want to use the internal.ip of the masquerading machine (I think, try it both ways). If Samba needs UDP as well (I don't think it does...) then double up the entries, replacing 'tcp' with 'udp' for the second ones. I haven'

Re: emacs' delete behaviour changed?

1999-06-27 Thread Matthew Gregan
;t remember the exact reason, but it was because the old behavior was breaking parts of Emacs. -- Matthew Gregan [EMAIL PROTECTED]

(X)Emacs in the console

1999-06-16 Thread Matthew Gregan
someone tell me what I need to do to fix this, or point me to something which will help? Thanks. -- Matthew Gregan[EMAIL PROTECTED]

Re: matrox g400

1999-06-15 Thread Matthew Gregan
SVGA for example) will work with the G400 as well, since they are very similar (2D wise). As far as the 3D (GLX) drivers go, I've heard that they won't work without Matrox releasing some specs on them, but that remains to be seen, I guess. -- Matthew Gregan[EMAIL PROTECTED]

Re: where is xemacs21?

1999-06-12 Thread Matthew Gregan
is, I guess the packages are not quite ready yet, or I messed up somewhere. Cheers. -- Matthew Gregan[EMAIL PROTECTED]

Re: Exim config problems

1999-06-09 Thread Matthew Gregan
alify_recipient' was part of what I needed to change, but I decided it was best to find out instead of my ISP having to forward mail for my root account back and tell me my mail system was still broken. :-) Thanks again. -- Matthew Gregan[EMAIL PROTECTED]

Exim config problems

1999-06-08 Thread Matthew Gregan
a simple fix to solve this, but I don't know what it is... I've checked howtos but they only seem to cover other MTAs. :-/ Thanks in advance. -- Matthew Gregan[EMAIL PROTECTED]

Re: Netscape 4.6 crashes

1999-06-01 Thread Matthew Gregan
e the window manager affecting it. I was using Enlightenment, and I switched to WindowMaker suspecting that E was the problem. I discovered that it wasn't, and since you're having the same problems with IceWM, it looks to be WM independent. -- Matthew Gregan[EMAIL PROTECTED]

X and nice values

1999-05-28 Thread Matthew Gregan
If I use XDM/WDM, how can I set the nice value of X? I can figure out how I'd do it if I was starting X from the console, but I've no idea how to do it from WDM. Thanks in advance. -- Matthew Gregan[EMAIL PROTECTED]

Questions regarding kernel 2.2.1 and masquerading.

1999-03-29 Thread Matthew Gregan
really help.. what's the story with these Thanks in advance for your help to these relatively stupid questions. :-) -- Matthew Gregan[EMAIL PROTECTED]

RE: Problems installing Debian on a 486

1999-03-23 Thread Matthew Gregan
the tecra disk I would have though that'd fix the problem. Thanks again... -- Matthew Gregan[EMAIL PROTECTED]

Problems installing Debian on a 486

1999-03-23 Thread Matthew Gregan
dware, please let me know. Thanks in advance. -- Matthew Gregan[EMAIL PROTECTED]