[lug] RE: LUG digest, Vol 1 #556 - 12 msgs
Ken Younger
kenyr at ustman.com
Mon Oct 9 09:16:31 MDT 2000
Please remove me from the Digest list.
Thanks.
-----Original Message-----
From: lug-admin at lug.boulder.co.us [mailto:lug-admin at lug.boulder.co.us]
Sent: None
To: lug at lug.boulder.co.us
Subject: LUG digest, Vol 1 #556 - 12 msgs
Send LUG mailing list submissions to
lug at lug.boulder.co.us
To subscribe or unsubscribe via the web, visit
http://lists.lug.boulder.co.us/mailman/listinfo/lug
or, via email, send a message with subject or body 'help' to
lug-request at lug.boulder.co.us
You can reach the person managing the list at
lug-admin at lug.boulder.co.us
When replying, please edit your Subject line so it is more specific than
"Re: Contents of LUG digest..."
Today's Topics:
1. Re: linux network (llornkcor)
2. Re: A bit confused (Sean Reifschneider)
3. backup error (JEFF PFOHL)
4. RE: backup error (Deva Samartha)
5. Doh. Cannot start X (Anders Knudsen)
6. Re: Doh. Cannot start X (Sean Reifschneider)
7. Re: Debian Stuff & Linux on iMac / Wireless Networking (Nate Duehr)
8. Re: linux network (Nate Duehr)
9. Re: Doh. Cannot start X (Tkil)
10. Re: linux network (llornkcor)
11. Re: [lug]SecureCRT (Warren Sanders)
12. firewall security (llornkcor)
--__--__--
Message: 1
From: llornkcor <llornkcor at llornkcor.com>
Reply-To: ljp at llornkcor.com
Organization: llornkcor rocknroll
To: lug at lug.boulder.co.us
Subject: Re: [lug] linux network
Date: Sat, 7 Oct 2000 12:30:33 -0600
Reply-To: lug at lug.boulder.co.us
> llornkcor> I am utterly confused at this point.
>
> everything looks right except for the eth0 device setting itself
> as default gateway. It was probibly working before because the
> first default gateway is the one that it will use, and you
> likely had your ethernet device up first and then your ppp
> device (overriding the eth0 default gateway).
>
> Just remove the default gw from eth0 and it should be happy.
Ahh, I found where my confusion was... linuxconf apparently was in
control of the default gateway, and setting it with netcfg ( and
restarting networking, etc.) didn't matter a hill of beans to it
for some reason. I take it netcfg and linuxconf use different
config files? Anybody know which file(s) linuxconf uses for
networking stuff? Or am I (again) way off base? I'd rather use an
editor, so I know what is really happening there.
Thanks-
LP
--__--__--
Message: 2
Date: Sat, 7 Oct 2000 12:55:59 -0600
From: Sean Reifschneider <jafo at tummy.com>
To: lug at lug.boulder.co.us
Subject: Re: [lug] A bit confused
Reply-To: lug at lug.boulder.co.us
On Sat, Oct 07, 2000 at 03:47:52AM -0600, Nate Duehr wrote:
>Why the limitation in Linux to two SCSI burners? Is it something that
could
It's some sort of bug... At first we thought it was in the ide-scsi
code, but it behaves exactly the same with SCSI burners. I'd like to
find the time to dig through the code and see if I can track anything
down, but I suspect it's going to be subtle.
>eventually be remedied with kernel code? Do you know from experience, or
is
>there a standard warning against doing it? (I'm betting experience
here...)
I've never seen it mentioned, but it definitely does not work. I can set
up 4 burners and burn to two of them, then the other two, but if I do
3 at a time it fails. It's not a bandwidth issue, it fails if I have
two controllers in the machine with two drives hooked to each.
>I've been wondering about the Phillips 12X IDE burners (can you tell I'm
>impatient and have big bandwidth at work?)... ever used any that run that
>fast under Linux? I've heard that they really burn at around 10x, but
>still...
I haven't used 12 burners, we have 4 4x and 4 8x. Mostly we're going for
less expensive drives and trying to run in parallel. With start up and
fixating time added in, you'll probably be getting more like 7 to 8 minutes
for a full 700MB burn, instead of the 6 that a 12x rating would indicate.
But it's likely to be faster than what you'd get with a pure 10x burner
(which would have the same extra time requirements).
Sean
--
"Smart... Subtle... And trickier than a bathtub full of jello." -- Blue
Sean Reifschneider, Inimitably Superfluous <jafo at tummy.com>
tummy.com - Linux Consulting since 1995. Qmail, KRUD, Firewalls, Python
--__--__--
Message: 3
Date: Sat, 7 Oct 2000 15:06:48 -0600
From: "JEFF PFOHL" <pfohl at sandia.gov>
To: lug at lug.boulder.co.us
Subject: [lug] backup error
Reply-To: lug at lug.boulder.co.us
This one is new to me. Anything I need to worry about?
root> tar cvf /dev/ht0 .
and it scrolls through the files/directories as it writes to tape. At
the very end:
tar: Error exit delayed from previous errors
Thanks!
--
JEFF PFOHL
E-MAIL: pfohl at sandia.gov
PHONE : (505) 844-7033 work
(505) 299-9516 home
(505) 844-6729 fax
http://nucalf.physics.fsu.edu/pfohl
"My grandfather once told me that there are two kinds of people:
Those who do the work and those who take the credit. He told me to
try to be in the first group; there was much less competition."
- Indira Ghandi, the late Prime Minister of India
--__--__--
Message: 4
Date: Sat, 07 Oct 2000 16:53:54 -0600
To: lug at lug.boulder.co.us
From: Deva Samartha <YTAFTDJAHCWS at spammotel.com>
Subject: RE: [lug] backup error
Reply-To: lug at lug.boulder.co.us
It should show you somewhere in the stderr output, what the
error was.
When I get this error it is most of the time a file which has changed
it's size while being backed up - or a "busy" file, like the
Windows swap file ( on a smb file system).
It can be of concern since the backup was done with an
error.
save the stderr output to a file and look thru there.
like
tar cvf /dve/ht0 . 1> /tmp/tar1.log 2> /tmp/tar2.log &
tail -f /tmp/tar2.log
Samartha
To: lug at lug.boulder.co.us Subject: **Fwd: [lug] backup error
>
>This one is new to me. Anything I need to worry about?
>root> tar cvf /dev/ht0 .
>and it scrolls through the files/directories as it writes to tape. At
>the very end:
>tar: Error exit delayed from previous errors
>Thanks!
>--
--__--__--
Message: 5
From: "Anders Knudsen" <andersk at uswest.net>
To: lug at lug.boulder.co.us
Date: Sat, 7 Oct 2000 19:10:01 -0600
Reply-to: aknudsen.96 at alum.mines.edu
Subject: [lug] Doh. Cannot start X
Reply-To: lug at lug.boulder.co.us
OK, I know this is a newbie type question. But...I've search the net
(web and news), searched the mailing list archives, and I have yet
to find a "good" answer to this. So...I'm hoping someone knows
what causes this, and what I can do to mitigate.
Up until today, I have been able to "startx" on my RH6.2 box using
my user account no prob. So...I was updating mysql, recompiling,
and everythings looking OK. I reboot. I re log in. I type "startx" and
I get:
Authentication failed - cannot start X server.
Perhaps you do not have console
ownership?_X11TransSocketUNIXConnect: Can't connect: errno =
111
giving up.
xinit: Connection refused (errno 111): unable to connect to X server
xinit: No such process (errno 3): Server error.
Now, WTF happened? I messed with some file perms in /var but
changed them back thinking that maybe something there caused
this to happen.
Right now, I can only do startx as root. Not funny :)
Confused, and needs some help/direction.
TIA,
-Anders.
--__--__--
Message: 6
Date: Sat, 7 Oct 2000 22:20:43 -0600
From: Sean Reifschneider <jafo at tummy.com>
To: lug at lug.boulder.co.us
Subject: Re: [lug] Doh. Cannot start X
Reply-To: lug at lug.boulder.co.us
On Sat, Oct 07, 2000 at 07:10:01PM -0600, Anders Knudsen wrote:
>Up until today, I have been able to "startx" on my RH6.2 box using
>my user account no prob. So...I was updating mysql, recompiling,
>and everythings looking OK. I reboot. I re log in. I type "startx" and
What are the permissions on your X program?
guin:jafo$ which X
/usr/X11R6/bin/X
guin:jafo$ ls -l /usr/X11R6/bin/X
lrwxrwxrwx 1 root root 8 Jun 27 22:51 /usr/X11R6/bin/X ->
Xwrapper*
guin:jafo$ ls -l /usr/X11R6/bin/Xwrapper
-rws--x--x 1 root root 6260 Mar 6 2000
/usr/X11R6/bin/Xwrapper*
guin:jafo$
Notice that Xwrapper is mode 4755, owned by root. I'd guess that yours is
not.
Sean
--
Don't be mean. We don't have to be mean because, remember, no
matter where you go, there you are. -- _Buckaroo_Banzai_
Sean Reifschneider, Inimitably Superfluous <jafo at tummy.com>
tummy.com - Linux Consulting since 1995. Qmail, KRUD, Firewalls, Python
--__--__--
Message: 7
Date: Sat, 07 Oct 2000 23:54:58 -0600
Subject: Re: [lug] Debian Stuff & Linux on iMac / Wireless Networking
From: Nate Duehr <nate at natetech.com>
To: <lug at lug.boulder.co.us>
Reply-To: lug at lug.boulder.co.us
Here's what I have on one of my machines. It doesn't have the
"proposed-updates" stuff, but it does have the security stuff.
I had to go grab an SSH client for the Mac to get it in this e-mall! :)
I haven't put a proper mirror site in this particular machine yet either.
'netselect' is nice for finding a good mirror site to use.
The other machine is off (my desktop machine in the other room), if you need
the other stuff, I can send that later...
# /etc/apt/sources.list
deb http://security.debian.org stable/updates main contrib non-free
deb http://http.us.debian.org/debian potato main contrib non-free
deb http://non-us.debian.org/ potato/non-US main contrib non-free
The order does matter in case someone forgets to roll the version number of
a package properly when one gets updated (rare, but it happens in the
"unstable" branch sometimes...)
Nate
on 10/7/00 10:54 AM, Michael J. Pedersen at marvin at keepthetouch.org wrote:
> On Sat, Oct 07, 2000 at 03:36:57AM -0600, Nate Duehr wrote:
>> One of these days something so evil is going to happen during an upgrade
>> that I'll be able to convince someone to let me try installing some
Debian
>> servers -- then I'll show someone a multi-site upgrade remotely when a
>> security patch comes out on security.debian.org, and they'll approve the
>> project to convert them all...
>
>
> That is the sweetest feature of Debian, I think. Upgrading as many
computers
> as you need to, as easily as you can imagine. It really is great stuff.
>
> Now, if we could get something like dsh from the AIX side (distributed
shell,
> meant for use on the IBM SP clusters. which are a real beast), it would be
> perfect. Allow for the same command to be executed on all servers all at
the
> same time.
>
> 'TWould be perfect, and I would be able to show zero benefit to anybody
trying
> to stay with RedHat :)
>
>> For those new to Debian, always make sure you add a line to
>> /etc/apt/sources.list for security.debian.org, and I almost always have
at
>> least one machine with a line to add the "proposed-updates" section to
the
>> mix also...
>
> Ya know, I've never had those two lines in there. Despite knowing
something
> about Debian, I still know there's a lot I need to learn. Care to give me
(and
> possibly others) some insights with your sources.list file?
>
>> Michael, do you think the "proposed-updates" is a bad name for that
stuff?
>> It's highly regulated as to what can be put in there, and it's 99.9% of
the
>> time stable. It sounds to similar to unstable, or like it should be a
part
>> of unstable, if you ask me. It should be called something like
>> "tested-updates"...
>
> At this point, I can't even comment fairly. I need to look into it more
still
> :(
--__--__--
Message: 8
Date: Sun, 08 Oct 2000 00:01:31 -0600
Subject: Re: [lug] linux network
From: Nate Duehr <nate at natetech.com>
To: <lug at lug.boulder.co.us>
Reply-To: lug at lug.boulder.co.us
That's the first thing that my script I run after KickStart building RH
servers does... rpm -e linuxconf!
That thing has more viral qualities than many so-called viruses!
I must admit, I rather appreciate when it's on the machine to help someone
who's new to Linux through an initial installation, though.
I guess that's the definition of a love/hate relationship?
Nate
on 10/7/00 12:30 PM, llornkcor at llornkcor at llornkcor.com wrote:
>> llornkcor> I am utterly confused at this point.
>>
>> everything looks right except for the eth0 device setting itself
>> as default gateway. It was probibly working before because the
>> first default gateway is the one that it will use, and you
>> likely had your ethernet device up first and then your ppp
>> device (overriding the eth0 default gateway).
>>
>> Just remove the default gw from eth0 and it should be happy.
>
> Ahh, I found where my confusion was... linuxconf apparently was in
> control of the default gateway, and setting it with netcfg ( and
> restarting networking, etc.) didn't matter a hill of beans to it
> for some reason. I take it netcfg and linuxconf use different
> config files? Anybody know which file(s) linuxconf uses for
> networking stuff? Or am I (again) way off base? I'd rather use an
> editor, so I know what is really happening there.
>
> Thanks-
> LP
>
> _______________________________________________
> Web Page: http://lug.boulder.co.us
> Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug
>
--__--__--
Message: 9
To: lug at lug.boulder.co.us
Subject: Re: [lug] Doh. Cannot start X
From: Tkil <tkil at scrye.com>
Reply-To: Tkil <tkil at scrye.com>
Date: 08 Oct 2000 02:03:53 -0600
Reply-To: lug at lug.boulder.co.us
sean already suggested checking permissions on xwrapper. you might
also make sure that you don't have an extra IPC unix-domain socket
lying around; X creates one of these for running clients on the same
machine as the server. it usually lives in /tmp somewhere:
$ ls -ald /tmp/.X*
-r--r--r-- 1 root tkil 11 Sep 24 09:14 /tmp/.X0-lock
drwxrwxrwt 2 root tkil 1024 Sep 24 09:14 /tmp/.X11-unix
it's a long shot, but this has been known to confuse later sessions,
if they didn't get removed properly.
t.
--__--__--
Message: 10
From: llornkcor <llornkcor at llornkcor.com>
Reply-To: ljp at llornkcor.com
Organization: llornkcor rocknroll
To: lug at lug.boulder.co.us
Subject: Re: [lug] linux network
Date: Sun, 8 Oct 2000 06:28:19 -0600
Reply-To: lug at lug.boulder.co.us
On Sun, 08 Oct 2000, you wrote:
> That's the first thing that my script I run after KickStart
> building RH servers does... rpm -e linuxconf!
>
> That thing has more viral qualities than many so-called viruses!
>
> I must admit, I rather appreciate when it's on the machine to
> help someone who's new to Linux through an initial installation,
> though.
>
> I guess that's the definition of a love/hate relationship?
>
I remember when it first came out, I tried it, changed one thing,
and it ended up messing up so many things, but it didn't change
any of the regular config files. I just re-installed. I dont know
what happened, but it does things you don't tell it to. Kinda like
MS. It thinks it knows whats best for my system. It's a nice idea,
but the implimentation of it ....
Ya thats the last time I use that thing.
LP
--__--__--
Message: 11
Date: Sun, 8 Oct 2000 10:42:39 -0600
From: "Warren Sanders" <sanders at b-squared.net>
To: lug at lug.boulder.co.us
Subject: [lug] Re: [lug]SecureCRT
Reply-To: lug at lug.boulder.co.us
To best answer the question see: http://grc.com/optout.htm
This is for shareware-like programs.
--
Warren Sanders (I'm my kid's Dad)
Ãdea's photo album: http://adea.b-squared.net
>** excuse me, what is an "adware/spyware"
> program?
--__--__--
Message: 12
From: llornkcor <llornkcor at llornkcor.com>
Reply-To: ljp at llornkcor.com
Organization: llornkcor rocknroll
To: lug at lug.boulder.co.us
Date: Sun, 8 Oct 2000 10:44:51 -0600
Subject: [lug] firewall security
Reply-To: lug at lug.boulder.co.us
I found a canned firewall/masq script that works rather
effortlessly, called firemasq, does anyone have experience with
it, or want to comment on how secure it may be?
http://northernlights.bizland.com/firewalls.htm
LP
--__--__--
_______________________________________________
LUG mailing list
LUG at lug.boulder.co.us
http://lists.lug.boulder.co.us/mailman/listinfo/lug
End of LUG Digest
More information about the LUG
mailing list