Re: binding 2 or more IP addresses to one interface?

2004-11-15 Thread Mark Lanett
http://www.tldp.org/HOWTO/IP-Alias/ Mark L. Ivan Wills wrote: :: Hi :: I want to set up apache with some virtual hosts with different IP :: addresses and only have one NIC in the machine. Does any know how to :: bind more than one IP address to a NIC? :: :: Thanks :: Ivan :: :: -- :: ,

Re: Maintaining group ownership of new files

2004-10-26 Thread Mark Lanett
chown :GROUP DIR chmod g+s DIR ~mark Upayavira wrote: :: Hi, :: :: I've used a freeBSD server where, when a file is created, that file :: becomes owned by the group who owns the containing folder. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact

Re: Formatting an unused partition

2004-10-20 Thread Mark Lanett
:: Is it safe to mkfs on a disk that already has active, used :: partitions? Totally safe. Check your typing twice, format once. ~mark -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: home video, PAL to NTSC conversion

2004-10-02 Thread Mark Lanett
MPlayer, or more specifically mencoder, can transcode anything video to anything else video. ~mark Antonio Rodriguez wrote: :: Does anyone know of a script to convert a home video from PAL to :: NTSC? :: :: :: -- :: To UNSUBSCRIBE, email to [EMAIL PROTECTED] :: with a subject of "unsubscribe". Tr

Re: automatic poweroff

2002-06-23 Thread Mark Lanett
Try apm=on,power_off=1 ~mark - Original Message - From: "Osamu Aoki" <[EMAIL PROTECTED]> To: "debian-user" Sent: Saturday, June 22, 2002 10:13 PM Subject: Re: automatic poweroff > > On Sun, Jun 23, 2002 at 01:00:36AM -0400, Patrick M wrote: > > My machine wont power off when shut dow

Re: most secure services (DNS, Web, Mail)

2002-06-18 Thread Mark Lanett
djb's dns, but it's a slight pain to install. There is a debian source package somewhere. Also see http://cr.yp.to/djbdns.html but I don't recommending installing his package (he dumps all sorts of crap in /etc). ~mark - Original Message - From: "Shri Shrikumar" <[EMAIL PROTECTED]> To: "D

Re: apt-get dist-upgrade -u doesn't tell me what it's getting

2002-06-09 Thread Mark Lanett
I use apt-get -d -u dist-upgrade to fetch and see everything, and I do this in a cron job at midnight. Then when I feel like it I run apt-get -u dist-upgrade to actually install it. There's no reason to do "upgrade" because that's included in dist-upgrade. ~mark - Original Message - From:

Re: group equals username.. why?

2002-06-05 Thread Mark Lanett
It's called "user private groups" I think, and you want it. You can add generic groups as well of course, but the user should have their own private group. There is documentation about this somewhere; I read some on Red Hat's site once. ~mark - Original Message - From: "irado furioso com

Re: pcmcia orinoco in a desktop, problems

2002-05-17 Thread Mark Lanett
14, 2002 6:34 AM Subject: Re: pcmcia orinoco in a desktop, problems > In article <[EMAIL PROTECTED]>, @mailrelay.informatik.tu-muenchen.de:bounce-debian-user=debian-user=sunsyste [EMAIL PROTECTED] Mon May 13 23:10:03 2002 wrote: > > On Mon, 13 May 2002 14:03:32 -0700 > > "Mark

Re: Identical installations on several machines

2002-05-17 Thread Mark Lanett
dpkg --get-selections dpkg --set-selections - Original Message - From: "Lukas Ruf" <[EMAIL PROTECTED]> To: "Debian User" Sent: Friday, May 17, 2002 1:08 AM Subject: Identical installations on several machines > Dear all, > > using Debian 3.0, I really admire the dselect feature. As I h

pcmcia orinoco in a desktop, problems

2002-05-13 Thread Mark Lanett
I've been trying to set up a desktop machine to act as a wireless router and am having trouble getting the wireless card to work. This is an orinoco silver in a Lucent PCMCIA adapter - I chose to go with the name brand to minimize problems. However: Using: kernel-2.2.20-idepci, pcmcia-modules-2.2.

Re: Swapfiles

2002-04-18 Thread Mark Lanett
> >> Executables, being read-only, are mapped directly from disk and never > >> use any swap at all. Only data gets mapped to swap. > I am a little puzzled by the comment "executables do not use swap" and I > have to admit computer design is not my forte. You need swap for data because the compu

Re: strange vi

2002-02-19 Thread Mark Lanett
From: "Rich Puhek" <[EMAIL PROTECTED]> > ...ok, all that's cool, but nothing so far has answered the original > question: how does one get nvi to recognize the arrow keys? Things > worked fine until I upgraded to woody, now nvi isn't playing nice. All > the man page has to say is "The cursor arrow

Re: Stop dselect installing packages

2002-02-05 Thread Mark Lanett
Or don't use dselect. Just quit from it after installing, and use apt-get afterwards. ~mark

Re: postfix dependancies

2002-01-08 Thread Mark Lanett
You need to remove exim and install postfix in one command, e.g. apt-get install postfix exim- ~mark

Re: dd /dev/hda /dev/hdb block size

2001-12-28 Thread Mark Lanett
> FUD! Tar does handle hard links! > Try it, before misleading innocent people:) Well that's good. So why doesn't the --help or man page mention it? ~mark

Re: dd /dev/hda /dev/hdb block size

2001-12-28 Thread Mark Lanett
No, don't use tar for system mirroring, it doesn't handle hard links. /usr/share is full of them (locales). Tar is only good for user-level stuff. Just use rsync for the initial and subsequent incremental backups. ~mark

Re: Where is basedebs.tgz?

2001-12-23 Thread Mark Lanett
Installing woody w/o net was hard because it doesn't have a single huge basedebs file any more. I had to read the debootstrap scripts and predownload all the listed debs myself. Also there was one missing from the list which caused the install to fail (probably fixed by now). It is by far easier t

Re: How do I get sound to work?

2001-12-21 Thread Mark Lanett
You might need to add yourself to the audio group; ls -al /dev/dsp

Re: Best way to mirror two drives

2001-12-18 Thread Mark Lanett
RAID is not a backup solution, it is a hardware failure solution. You will not be protected against user error. Running a mirror with a delay gives you a chance to recover accidentally deleted files. For backups: dd: Perfect copy. Only works with identical partitions. Slow (copies empty space). No

Re: Upgrading to Woody and Config'ing

2001-12-12 Thread Mark Lanett
dpkg -l or dpkg --get-selections From: "Ian Chilton" <[EMAIL PROTECTED]> > I ment, before I do the dist-upgrade, I wanted to remove stuff from the > base install that I didn't want..

Re: Install with some packages from stable and some from testing

2001-12-11 Thread Mark Lanett
What seems to work best is to (a) install the version of apt from woody (b) install an apt/preferences file (preferring potato over woody) (c) put both potato and woody lines in sources.list (d) mix and match as you wish (e.g. apt-get install samba/woody) My /etc/apt/preferences file: Package: *

Re: Kernel source

2001-12-09 Thread Mark Lanett
Note that the change file for 2.4.13 is almost identical, i.e. these aren't a pile of -16-specific bugs that are getting fixed. ~mark From: "Joachim Trinkwitz" <[EMAIL PROTECTED]> Here the README.Debian file accompanying kernel-source-2.4.16: kernel-source for DEBIAN T

Re: Mutt and filtering to multiple mailboxes

2001-12-06 Thread Mark Lanett
How do I get mutt to read my maildir? I put "mailboxes Maildir" in my .muttrc and it still wants to create Mail at startup. The docs say that mailbox type is autodetected but Maildir is hardly mentioned in the documentation, FAQ, man muttrc, etc. TIA, ~mark

Re: mp3 encoding

2001-11-26 Thread Mark Lanett
wget http://prdownloads.sourceforge.net/lame/lame3.89beta.tar.gz tar zxf lame3.89beta.tar.gz cd lame-3.89 ./configure --prefix=`cd ~; pwd` make install ~mark From: "jennyw" <[EMAIL PROTECTED]> > Assuming I'm not breaking any laws here, any suggestions on how to get MP3 > encoders for Debian Wood

building and debugging

2001-11-26 Thread Mark Lanett
I've been having some problems with nmbd (in samba). I want to do step through it to see why it is failing, but can't quite figure out getting symbols. I changed debian/rules to add --with-debug to the configure step, rebuilt, and installed. No symbols. I commented out dh_strip and went though it

Re: Debian TVIO like PVR

2001-11-23 Thread Mark Lanett
According to Tom's Hardware, realtime MPEG4 encoding requires about a 600mhz P3. An array of high speed disks is going to be noisy. I'd look at the Tivo's hardware list first, if you can't do it with equivalent hardware then the software is the problem. ~mark

Re: Increasing Swap

2001-11-18 Thread Mark Lanett
Unless I'm mistaken, swap in the 2.2 and 2.4 kernels only gets used when you run out of RAM. So if you are upping your RAM and not upping the number of tasks you run, there would be no need to increase swap. Less reason if anything, but disk space is too cheap to make it worth repartitioning downwa

Re: Installing from testing without editing sources.list

2001-11-14 Thread Mark Lanett
> if I add it to sources.list and then do an apt-get upgrade I get a > lot of packages from testing that I don't want. "Doctor, it hurts when I do this." "So don't do that." i.e. If you don't want to upgrade everything to woody then don't run apt-get upgrade when sources.list points at woody. I

Re: DNS/BIND questions

2001-11-11 Thread Mark Lanett
> - Bind8 or Bind9(testing only i think)? DJB's DNS > - I currently have ONE static IP. If I choose this to be the name server > for all my domains, do I NEED/have-to-have a backup? Yes, DNS must have a backup. > - Does a backup namesever have to have a static IP? I can use a second > server ru

man formatting

2001-11-07 Thread Mark Lanett
Is there a way I can get man to not print out the page break stuff? Or maybe to think that pages are 1 lines long instead of 66. Also can I get it to format to terminal width instead of fully justified 50 characters wide? TIA, mark

Re: File Creation, Ownership & Permissions

2001-11-07 Thread Mark Lanett
search for "user private groups" In this case use: chgrp x xshare chmod g+s xshare ~mark - Original Message - From: "Brownridge, Tom" <[EMAIL PROTECTED]> To: Sent: Wednesday, November 07, 2001 6:00 AM Subject: File Creation, Ownership & Permissions > Can anyone tell me where I can fin

Re: Adding sound card

2001-11-07 Thread Mark Lanett
SBLive uses the emu10k, 512 uses the es1370 or 1371. ~mark From: "Rory O'Connor" <[EMAIL PROTECTED]> > I have a Creative Soundblaster PCI 512 which apparantly uses the soundcore > and emu10k1 drivers. It *should* be working but it's not.

Re: Right way of installing woody?

2001-11-06 Thread Mark Lanett
> Hi, > . > > which seems to me to be wrong. Why would I want a new package with an old > > config file? > Cause you are satisfied with the options you've set up and you don't want to > set it up again. But this was a vanilla potato being upgraded to woody. I changed nothing. I expect tha

Re: Shell Scripting Question

2001-11-05 Thread Mark Lanett
You can do basic script debugging with -x, as in: sh -x myscript Or use set -v in the script, as in: set -v for i in... cat ... done set +v ~mark - Original Message - From: "Sunny Dubey" <[EMAIL PROTECTED]> To: Sent: Monday, November 05, 2001 6:04 PM Subject: She

Re: Right way of installing woody?

2001-11-05 Thread Mark Lanett
I recently installed potato on a spare box and upgraded it to woody just to see how it went. Mostly painless, but not totally. I made a point to install debconf and apt-utils before doing the regular dist-upgrade. The woody packages complained about several scripts which were part of potato insta

Re: abcde and cddb

2001-11-05 Thread Mark Lanett
$ cat ~/.abcde.conf CDDBURL="http://us.freedb.org/~cddb/cddb.cgi"; HELLOINFO=YOUR***EMAIL***HERE OUTPUTFORMAT='${ARTISTFILE}/${ALBUMFILE}/${TRACKFILE}' ~mark

Re: Installing GNOME and KDE on Woody

2001-11-03 Thread Mark Lanett
> Still, I'm just trying to install Gnome and KDE on Woody. This is what worked on my potato box: # apt-get install task-kde ~mark

Re: PATH variable--where is it?

2001-10-30 Thread Mark Lanett
If you only want to change the settings for yourself, then edit them locally, NOT in the system-wide files, e.g.: $ cat .bash_profile ... export PAGER='less --quit-if-one-screen --quit-at-eof --jump-target=2 --ignore-case ' PATH=~/bin:${PATH} ~mark From: "Gary Turner" <[EMAIL PROTECTED]> > This

Re: Unable to telnet to localhost

2001-10-25 Thread Mark Lanett
Better to leave it off. No reason to install an insecure program just because of a test. If you want telnet-style functionality, use ssh. What I do: apt-get install ssh # Note: install server as daemon # disable crap in inetd apt-get -y remove --purge talkd telnetd fingerd pidentd biff ~mark >

Re: Cron

2001-10-21 Thread Mark Lanett
Why don't you just ping your gateway instead of some hapless web site (which might go down anyway). ~mark - Original Message - From: "Theo Wribe" <[EMAIL PROTECTED]> To: Sent: Sunday, October 21, 2001 4:42 PM Subject: RE: Cron > Thanks for all your answers real nice of you all, after a

Re: I've done it! Wanted SMP now I get Kernel Panic!

2001-10-17 Thread Mark Lanett
> Did you back up your old kernel someplace that lilo is aware of? Do you > have a Debian rescue disk that is SCSI aware? When I have recompiled and installed my kernel, I get a new "LinuxOLD" entry in Lilo automatically. I guess the dpkg install step does it. ~mark

Re: Why need an MTA in the defualt install ??

2001-10-13 Thread Mark Lanett
From: "Dave Sherohman" <[EMAIL PROTECTED]> > 1) Go into /etc/inetd.conf, comment out all lines that mention > "smtp" (there should only be one), and restart inetd > (/etc/init.d/inetd restart). I think this will do both of those steps: /usr/sbin/update-inetd --disable smtp ~mark

Re: not cleanly unmounted?

2001-10-13 Thread Mark Lanett
I sometimes have a problem with non-hda drives because they spin down. The unmount command tries to spin them up, doesn't wait long enough, and you have an unclean unmount. ~mark > hi. after recompiling 2.4.10, my boot process is fine until the end > where i get an error: "/dev/hdd2 was not clean

Re: Tool to estimate ftp and/or http performance

2001-10-12 Thread Mark Lanett
> Is there a tool to which I can provide a list of URLs and that based on an > actual 50-100K transfer shows the more performant server ? apt-cache show netselect However, it doesn't work for me. ping works. ~mark

Re: Segfaults while copying files on IDE

2001-10-10 Thread Mark Lanett
From: "Fabien Piuzzi" <[EMAIL PROTECTED]> > I highly suspect the second one to be the source of all my troubles (as it > has proven multiple time in the past to be unrealiable) but the system > won't recognize the first one at boot time if the second one is not there > (not a jumper mis-configurat

Re: telnet sucks

2001-10-07 Thread Mark Lanett
From: "David Turetsky" <[EMAIL PROTECTED]> > I use telnet all the time. I'd be very interested in hearing about a > better alternative ssh. I have the telnet client installed but not the server (In fact I have no inetd services installed). If I needed to telnet into work then I'd expect the netw

Re: network

2001-10-05 Thread Mark Lanett
man 5 interfaces (the sample is missing the gateway line) ~mark - Original Message - From: "Michael Grover" <[EMAIL PROTECTED]> To: Cc: Sent: Friday, October 05, 2001 7:51 PM Subject: Re: network > > I do have a /etc/network/interfaces file > But it just has local host defined in it

Re: network

2001-10-05 Thread Mark Lanett
$ dpkg -S /etc/init.d/network\* netbase: /etc/init.d/networking Do you have netbase installed? My interfaces are described in /etc/network/interfaces ~mark - Original Message - From: "Michael Grover" <[EMAIL PROTECTED]> To: "Debian" Sent: Friday, October 05, 2001 7:01 PM Subject: netw

Re: Kde

2001-10-05 Thread Mark Lanett
From: "Ben Simpson" <[EMAIL PROTECTED]> > You'll have to wait for future versions of Debian to get KDE. Or go to the website from the future, kde.debian.net. deb http://kde.debian.net potato main crypto optional deb ftp://kde.debian.net/pub/kde potato main crypto optional deb http://kde.rap.uca

Re: network

2001-10-01 Thread Mark Lanett
From: "Jason Boxman" <[EMAIL PROTECTED]> > I like to check /var/log/dmesg and syslog. The card that cannot ping or be > pinged may actually be experiencing a hardware issue. I had a card once that > I was able to assign an IP to, but it failed to function. It turns out it > was an IRQ conflict.

Re: DNS forwarding

2001-09-30 Thread Mark Lanett
From: "Robert Waldner" <[EMAIL PROTECTED]> > Can your DNS-forwarder resolve reverse-dns for your internal IPs? > Reverse-lookup is the most likely candidate for delays I can think of. I agree. I solved this all with djbdns but it is convoluted. I created two aliased IPs on my internal interface (

Re: DNS forwarding

2001-09-30 Thread Mark Lanett
From: "Christian Schoenebeck" <[EMAIL PROTECTED]> > What do you mean with 'broken DNS entries on the intranet boxes'? My guess is that your intranet boxes are pointed to multiple DNS servers. They contact the first and it times out, then they contact your new DNS server (which works). ~mark

Re: DNS forwarding

2001-09-29 Thread Mark Lanett
For dns caching, I would say use dnscache from djbdns instead. However running both a dns cache for internet names and a dns server for private DNS names requires ip aliasing, which is a bit annoying. However the 10-second delay suggests that something is timing out. Perhaps you have broken dns ent

Re: Simple backups

2001-09-28 Thread Mark Lanett
From: "Daniel Toffetti" <[EMAIL PROTECTED]> > Well, in fact, I need two different classes of backup: one is for a few > documents, scripts and programs, which tar.gz'd amounts to less than ... > The other one is a backup of the system, including /etc, /home and a > few other things like dpkg selec

Re: DNS/Domain questions

2001-09-28 Thread Mark Lanett
First, off, my guess is that you are using NAT. That is, you have 1 public IP address and several machines at home which share that IP using NAT (provided by a SOHO dsl/cable router box). In this case your home machines will never be visible to the public world. You don't need to provide DNS for t