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
::
:: --
:: ,
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
:: 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]
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
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
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
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:
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
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
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
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.
> >> 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
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
Or don't use dselect. Just quit from it after installing, and use apt-get
afterwards.
~mark
You need to remove exim and install postfix in one command, e.g.
apt-get install postfix exim-
~mark
> 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
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
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
You might need to add yourself to the audio group;
ls -al /dev/dsp
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
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..
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: *
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
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
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
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
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
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
> 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
> - 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
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
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
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.
> 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
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
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
$ cat ~/.abcde.conf
CDDBURL="http://us.freedb.org/~cddb/cddb.cgi";
HELLOINFO=YOUR***EMAIL***HERE
OUTPUTFORMAT='${ARTISTFILE}/${ALBUMFILE}/${TRACKFILE}'
~mark
> 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
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
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
>
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
> 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
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
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
> 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
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
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
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
$ 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
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
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.
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 (
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
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
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
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
56 matches
Mail list logo