RE: Where do you put your swap partition?

2008-01-26 Thread Mike Kuhar
I think that's quite reasonable. -mike (Sorry to be late to the show.) All my systems run from a single disk drive. I put the swap partition as close to the middle of the disk on the theory that that'll minimize seek time for a function I want to run as quickly as possible. Is this rea

RE: Where do you put your swap partition?

2008-01-23 Thread Mike Kuhar
Subject: Re: Where do you put your swap partition? On 2008-01-23T15:17:29-0500, Mike Kuhar wrote: > Most things stated in this chain are true. But a couple notes. First, a > swap partition is not the same as a normal partition, i.e. ext2 or ext2. > That is, in Window's s

RE: Where do you put your swap partition?

2008-01-23 Thread Mike Kuhar
On Jan 23, 2008, at 1:40 AM, Ron Johnson wrote: > Rick wrote >> On my own systems, I make swap huge (10 GB or more for 1 GB RAM -- >> Disk >> is cheap!) so I can mount /tmp on a tmpfs file system. > > > > Is this for apps that say "if malloc() fails, I create a tmp file"? > IOW, you pre

RE: /var/archive

2008-01-23 Thread Mike Kuhar
[snip] > /var/archives is strange that in my box I have: /var/cache/apt/archives To > clean the archives after upgrade you have to do: > Yes, my mistake; it's where you say. > sudo apt-get clean > Done that - works a treat! What is the object of the archive, though? Thanks very much to all who

RE: /etc/host.conf questions

2007-10-30 Thread Mike Kuhar
That would be /etc/nsswitch.conf on the line marked 'hosts' -mike -Original Message- From: Paul E Condon [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 30, 2007 11:21 AM To: debian-user@lists.debian.org Subject: /etc/host.conf questions I'm running Etch. I'm involved in a project to

RE: Kernel compile the old way

2006-11-10 Thread Mike Kuhar
I went to compile a vanilla kernel from kernel.org, and so read the directions at the Debian site. They seem to me to be needlessly complicated. Is there something in Debian which would prevent me from compiling a kernel the good old fashioned way -- make menuconfig make && make modules_instal

RE: kill someone logged on

2005-09-07 Thread Mike Kuhar
> -Original Message- > From: debian [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 07, 2005 2:36 PM > To: debian-user@lists.debian.org > Subject: Re: kill someone logged on > > > On Wed, Sep 07, 2005 at 07:30:08PM +0100, debian wrote: > > > [EMAIL PROTECTED]:~$ ps -aux | grep

RE: kill someone logged on

2005-09-07 Thread Mike Kuhar
> -Original Message- > From: debian [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 07, 2005 2:33 PM > To: debian-user@lists.debian.org > Subject: Re: kill someone logged on > > > On Wed, Sep 07, 2005 at 02:34:18PM -0400, Mike Kuhar wrote: > > &g

RE: kill someone logged on

2005-09-07 Thread Mike Kuhar
> please, > > finger reports > > Login Name Tty Idle Login Time > Office Office Phone > alice Miss Alice Mc Cool *:0 Sep 6 17:25 > joe Joe Mc Cool *tty1 1:17 Sep 6 20:24 > joe Joe Mc Cool *pts/2 Sep

RE: alias strange problem

2005-07-13 Thread Mike Kuhar
> -Original Message- > From: roberto [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 13, 2005 4:09 AM > To: debian users > Subject: alias strange problem > > > Hi all, today i got stuck into the following problem with my > ~/.bashrc which i attach here: > =

RE: Missing /var/log/wtmp

2004-02-04 Thread Mike Kuhar
> -Original Message- > From: Cheryl Homiak [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 04, 2004 10:54 AM > To: [EMAIL PROTECTED] > Subject: Re: Missing /var/log/wtmp > > > Ok, I recompiled my kernel with bsd process accounting > compiled in. But I > still must be missing a st

Re: Unstable upgrade

2003-11-29 Thread Mike Kuhar
On Sat, 2003-11-29 at 17:16, Greg Folkert wrote: > On Sat, 2003-11-29 at 16:38, Mike Kuhar wrote: > > Has anyone been able to do an apt-get update/upgrade today? I seem to > > be able to do an update successfully, but there doesn't seem to be > > anything to upgrade.

Unstable upgrade

2003-11-29 Thread Mike Kuhar
Has anyone been able to do an apt-get update/upgrade today? I seem to be able to do an update successfully, but there doesn't seem to be anything to upgrade. It's been this way for the past week. -mk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Cont

RE: apt damaged need help to fix.

2003-10-05 Thread Mike Kuhar
> -Original Message- > From: Dan Hunt [mailto:[EMAIL PROTECTED] > Sent: Sunday, October 05, 2003 1:29 AM > To: [EMAIL PROTECTED] > Subject: apt damaged need help to fix. > > > Ever do something careless and not know how to fix it? > > Early this morning I purposely deleted the .deb files

RE: Allowing any user to shutdown from gnome

2003-10-01 Thread Mike Kuhar
-Original Message- From: David Fokkema [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 9:09 AM To: debian list Subject: Re: Allowing any user to shutdown from gnome On Wed, 2003-10-01 at 13:34, Ben Edwards wrote: > On Mon, 2003-09-29 at 11:00, Martin Jungowski wrote: > > > Y

Re: [gdm] strange behaviour when starting GDM

2003-09-12 Thread Mike Kuhar
On Fri, 2003-09-12 at 04:26, Pim Bliek | PingWings.nl wrote: > Hi, > > > I'm glad it works for you now. I also like the graphical greeter with the > > sunflower, but for now I'm waiting out the fix rather than backing off the > > image library. It hasn't seemed to affect anything else I do. > > I

RE: Debian, too easy?

2002-10-24 Thread Mike Kuhar
I've worked with HPUX, AIX and Solaris. I've delt with Debian, RH ans Suse. I find that Debian is closest to any of the above UNIXs. If you know Debian, you can find your way around any UNIX box. As far as a registry is concerned, UNIX/Linux does not need it. A registry is the biggest waste of

RE: gdm, log in as root?

2002-10-16 Thread Mike Kuhar
To be able to log into gdm as root, edit /etc/gdm/gdm.conf AllowRoot under [security]: AllowRoot=true This allows you to login as root only from the console. Since you're not logging in over the network this isn't that great of a security risk. -mk > -Original Message- > From: Dale Hai

Re: running ntpdate as user

2002-09-19 Thread Mike Kuhar
I think a better way to handle this is to forget about running ntpdate as a user. Instead, setup ntpdate, as root, in crontab to run every 12 or 24 hours. -mk On Wed, 2002-09-18 at 18:49, Andrew Pritchard wrote: > > > Anyone know what I need to change in order to run ntpdate as a user > > > wit

RE: Aptitude and apt-get

2002-09-10 Thread Mike Kuhar
ither may check? -mk > -Original Message- > From: Jeff [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 10, 2002 4:10 PM > To: [EMAIL PROTECTED] > Subject: Re: Aptitude and apt-get > > > Mike Kuhar, 2002-Sep-10 13:43 -0400: > > Thanks for the reply, J

RE: Local address lookup

2002-09-10 Thread Mike Kuhar
Hi Jan, I'll assume that you have the default gateway setup and a static route to your local net. Check /etc/nsswitch.conf to insure that you have the entry: hosts: files dns Also, for hosts on the same network, you don't have to specify domain names. So your entries should look like this /etc

RE: Aptitude and apt-get

2002-09-10 Thread Mike Kuhar
Thanks for the reply, Jeff. After reinstalling apt, aptitude and dpkg, I still had the same problem. -mk > -Original Message- > From: Jeff [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 10, 2002 12:55 PM > To: [EMAIL PROTECTED] > Subject: Re: Aptitude and apt-g

Aptitude and apt-get

2002-09-10 Thread Mike Kuhar
Hi everyone, I've got a strange one. As root, in aptitude, I'll do an update successfully. Then I do an upgrade, the files download, the progress bar will not show total progress, just progress per file, then reset to 0% for the next file. When the files complete downloading, I hit a carrige r

UNSUBSCRIBE

2002-03-14 Thread Mike Kuhar

RE: language and charset settings

2002-02-13 Thread Mike Kuhar
If you run 'dpkg-reconfigure locales' you can install and set default the different locales available. -mk -Original Message- From: Steffen Evers [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 12, 2002 2:24 PM To: debian-user@lists.debian.org Subject: language and charset settings He

RE: root account problem

2002-02-10 Thread Mike Kuhar
Be advised.  Before deleting files, be sure you know how to replace them.  In most cases, it's mor prudent to make copies of files instead of deleting them.  Such as change .profile to .profile.bak.  Don't put yourself into a position where you might go past the point of no return.   To re

Re: install nslookup

2002-01-31 Thread Mike Kuhar
You will need to install the dnsutils package. -mk On Thu, 2002-01-31 at 04:12, wang wrote: > hello! > i want to use nslooup > what soft i need to install ? > THANKS > wang > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe"

Re: /var/cache/apt/archives

2002-01-10 Thread Mike Kuhar
What you say is correct. But with that logic, one can't complain because their apt cache grows to tremendous size. -mk On Thu, 2002-01-10 at 11:22, Craig Dickson wrote: > Mike Kuhar wrote: > > > If you do 'apt-get autoclean', this "removes package files that

Re: /var/cache/apt/archives

2002-01-10 Thread Mike Kuhar
If you do 'apt-get autoclean', this "removes package files that can no longer be downloaded, and are largely useless." -mk On Thu, 2002-01-10 at 08:59, c wrote: > just to point out again automatic removal of old .deb's can lead to more > hassle if you need to roll back to the previous versio

Kernel Panic

2002-01-03 Thread Mike Kuhar
Hello everyone, Yesterday I built the kernel-source-2.4.17. All seemed well. I had re-booted a couple times without problems. Today, however, I get the error message "Kernel panic:VFS:unable to mount root fs on 03:03". Two months ago I had converted by fs from ext2 to ext3. I'm wondering what

RE: auto-mounting /cdrom

2001-12-29 Thread Mike Kuhar
To use automount/autofs, you must build the support into your kernel, then install the autofs package. Although it doesn't act exactly like you discribed. If you put a cd into the drive, nothing will happen until the first time you access it. It'll stay mounted till a timeout is reached, then um

RE: How to handle whitespace in filenames ???

2001-12-19 Thread Mike Kuhar
How about: find /etc -name pump\* -print The \* supplies the wild card pump to find. So any instance of pump and what follows is listed. To find the instance of the file 'pump it' in /etc of any of it sub-directories. find /etc -name pump\* -print | grep 'pump it' Michael W. Kuhar * mailto:[

RE: ATI Radeon - driver?

2001-12-17 Thread Mike Kuhar
: ATI Radeon - driver? Dne po 17. prosinec 2001 00:18 Mike Kuhar napsal(a): > Hi All, > > I know the driver in X for the ATI Rage series of cards is r128. What > is the driver used for the ATI Radeom? ati, at least in Xfree 4.1.x Ax -- Vaclav Hula [EMAIL PROTECTED]

ATI Radeon - driver?

2001-12-16 Thread Mike Kuhar
Hi All, I know the driver in X for the ATI Rage series of cards is r128. What is the driver used for the ATI Radeom? -mk

RE: libgnomeprint-bin package problem

2001-11-27 Thread Mike Kuhar
ginal Message- From: Christian Marillat [mailto:[EMAIL PROTECTED] Behalf Of Christian Marillat Sent: Tuesday, November 27, 2001 1:55 PM To: Mike Kuhar Subject: Re: libgnomeprint-bin package problem >> "MK" == Mike Kuhar <[EMAIL PROTECTED]> writes: > For whatever reason, whe

Re: libgnomeprint-bin_o.32-3_i386.deb problems

2001-11-25 Thread Mike Kuhar
print-bin_0.32-3_i386.deb (--unpack): subprocess dpkg-deb --control returned error exit status 2 Errors were encountered while processing: /var/cache/apt/archives/libgnomeprint-bin_0.32-3_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1) -mk Mike Kuhar wrote: For whatever reason, when

libgnomeprint-bin_o.32-3_i386.deb problems

2001-11-25 Thread Mike Kuhar
For whatever reason, when I apt-get upgrade yesterday, it removed nautilus from my system. Broken dependancies? Anyway, today, while trying to re-install nautilus, I think I traced the problem down to: dpkg-deb: `libgnomeprint-bin_0.32-3_i386.deb' is not a debian format archive Could whoever

RE: Default DHCP client

2001-11-25 Thread Mike Kuhar
, November 25, 2001 4:51 AM To: debian-user@lists.debian.org Subject: Re: Default DHCP client on Sat, Nov 24, 2001 at 02:14:11PM -0500, Mike Kuhar ([EMAIL PROTECTED]) wrote: > > What is Debian's default DHCP client, pump, dhcp-client or dhcpcd? AFAIK, pump. Though you can install others

Default DHCP client

2001-11-24 Thread Mike Kuhar
What is Debian's default DHCP client, pump, dhcp-client or dhcpcd? Thank you. -mk

Aptitude errors

2001-11-22 Thread Mike Kuhar
Happy Thanksgiving All, Strange. I 'apt-get upgrade' both my desktop and laptop today. A new aptitude is installed, 2.7.2-1. After installation, aptitude works great on my laptop. On my desktop, however, I get the following error: aptitude: pkg_grouppolicy.cc:779: void pkg_grouppolicy_ta

GDM Login Error

2001-10-08 Thread Mike Kuhar
Greetings, I get this strange error after X starts, but before the GDM login screen: "No servers were defined in the configuration file and xdmcp was disabled. This can only be a configuration error. So I have started a single server for you. You should log in and fix the configuration. Note

gdm Login error

2001-10-06 Thread Mike Kuhar
Greetings, I get this strange error after X starts, but before the GDM login screen: "No servers were defined in the configuration file and xdmcp was disabled. This can only be a configuration error. So I have started a single server for you. You should log in and fix the configuration. Note t

apt problems with http.us.debian.org?

2001-09-03 Thread Mike Kuhar
Good evening Fellow Debians, I went to do an apt-get upgrade, just a few moments ago, after doing an update on unstable. It told me I had 54 packages to upgrade. The problem is that only half actually downloaded and upgraded from http.us.debian.org. The rest 404'd on me. What gives? Any one e

RE: apt problems with http.us.debian.org?

2001-09-03 Thread Mike Kuhar
OK. Thanks for the info. Michael W. Kuhar EDS * 1.440.366.5195 - Home * mailto:[EMAIL PROTECTED] * 1.440.892.6419 - Bus * mailto:[EMAIL PROTECTED] -Original Message- From: Oliver Elphick [mailto:[EMAIL PROTECTED] Sent: Monday, September 03, 2001 6:29 PM To: Mike Kuhar Cc: debian-user

RE: apt-get testing package on an otherwise stable box

2001-08-02 Thread Mike Kuhar
Yes. Change one of your entries in /etc/apt/sources.list from stable to unstable, 'apt-get update', then 'apt-get install package_name'. Then change your edited entry in /etc/apt/sources.list back to stable, and 'apt-get update'. Mike * mailto:[EMAIL PROTECTED] -Original Message- From

RE: can't install task-ximian-gnome

2001-08-02 Thread Mike Kuhar
I wouldn't recommend mixing Ximian's and Debian's versions of Gnome. I found major dependancy differences between the two. Either work your way through Ximian's implementation of switch to Debian's, which is what I ended up doing. Your choice. Good luck. Mike * mailto:[EMAIL PROTECTED] -

Kernel 2.4.1 Mis-configuring 3c509b NIC

2001-02-22 Thread Mike Kuhar
I can start up kernel 2.2.17 and the 3c509b Nic has the proper address and intr, 0210 and 03. However, when I startup kernel 2.4.1, the NIC gets configured as 0220 12. Am I doing something wrong here, or is this some kind of bug? One more question, where can I find the source for getty? Mike