RE: X Problems with newly added user

2001-04-13 Thread Stephen E. Hargrove

On Fri, 13 Apr 2001, Warren Melnick wrote:

> is she running on the console or is she a remote user?

Console.  She's running as a second user on my laptop.




> -Original Message-----
> From: Stephen E. Hargrove [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 13, 2001 12:10 PM
> To: [EMAIL PROTECTED]
> Subject: X Problems with newly added user
>
>
>
> I've just added a new user to my system (RH6.1), and she can't fire up X.
> When she enters startx, it creates .Xauthority, and then craps out with
>
> _IceTransSocketCreateListener: failed to bind listener
> _IceTransSocketUNIXCreateListener: ...SocketCreateListener() failed
> _IceTransMakeAllCOTServerListeners: failed to create listener for local
>
> ** WARNING ** Cannot establish any listening sockets
>
> I've read through several posts by searching goole.com and several man
> pages on xauth, Xsecurity, xhost, etc., but can't seem to get anywhere.
> (As a side note, her DISPLAY environment variable isn't getting set
> either.)
>
> I need to get her up rather quickly, so any advice or pointers (or better
> yet, solutions :) will be most welcome.
>
>

-- 
steve
*
Linux: http://exitwound.org
Mozart: http://mozart.sourceforge.net
Buck: http://www.BuckOwensFan.com
*



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



X Problems with newly added user

2001-04-13 Thread Stephen E. Hargrove


I've just added a new user to my system (RH6.1), and she can't fire up X.
When she enters startx, it creates .Xauthority, and then craps out with

_IceTransSocketCreateListener: failed to bind listener
_IceTransSocketUNIXCreateListener: ...SocketCreateListener() failed
_IceTransMakeAllCOTServerListeners: failed to create listener for local

** WARNING ** Cannot establish any listening sockets

I've read through several posts by searching goole.com and several man
pages on xauth, Xsecurity, xhost, etc., but can't seem to get anywhere.
(As a side note, her DISPLAY environment variable isn't getting set
either.)

I need to get her up rather quickly, so any advice or pointers (or better
yet, solutions :) will be most welcome.

-- 
steve
*
Linux: http://exitwound.org
Mozart: http://mozart.sourceforge.net
Buck: http://www.BuckOwensFan.com
*



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: rmmod

2000-11-09 Thread Stephen E. Hargrove

Ed Lazor wrote:

> >It is being run as a cron job to remove unused modules.  Take a look at
> >/etc/cron.d/kmod to see how it is being run.  If you don't want it to run,
> >then you will have to manualy take care of removing unneeded modules.
>
> But...  - dumb question here - ...  aren't the necessary ones loaded at
> boot time and that's all there is to it?
>

yes, they're also loaded as their needed.  for example, i have floppy support
compiled as a module.  when i mount the floppy drive, the module loads.  rmmod
ensures that it's unloaded later, when i'm not using it.

it doesn't hurt to leave it as a cronjob.
--
steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Can't open /dev/modem

2000-11-06 Thread Stephen E. Hargrove

everything was working fine, then i opened a webpage that was apparently
quite a resource hog (i watched it eat /all/ of my available ram).  my
system hung, and i was forced to power off.  now, when i fire up
gnome-ppp, pppd dies with the following message in my log file:

Nov  6 21:11:26 calypso pppd[1084]: Failed to open /dev/modem:
Permission denied

here's the ls on /dev/modem and /dev/ttyS2:

lrwxrwxrwx   1 root root   10 Nov  6 21:04 /dev/modem ->
/dev/ttyS2
crwSr-Sr--   1 root tty4,  66 Nov  6 21:12 /dev/ttyS2

what do i need to do to allow me to again gain access to /dev/modem
without su root?

thanks!
--
steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Samba problems - can't mount

2000-11-04 Thread Stephen E. Hargrove

Glen Lee Edwards wrote:

> I'm trying to mount linux box "a" to linux box "b" or vice versa.  Both
> are running samba-2.0.7-4.i386.rpm, samba-client-2.0.7-4.i386, and
> samba-common-2.0.7-4.i386.  I have the following in /etc/fstab:

i could be wrong about this, but if you're connecting two linux boxes,
shouldn't you be using nfs instead of samba?
--
steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Find IP for DSL

2000-11-03 Thread Stephen E. Hargrove

John Aldrich wrote:

> On Fri, 03 Nov 2000, Gordon Messmer wrote:
> > On Fri, 3 Nov 2000, John Aldrich wrote:
> >
> > > Hmm...ever think of tracerouting to your ISP's router and getting
> > > YOUR address? :-)
> >
> > traceroute doesn't do that for me on any machine I've got  :)
> >
> > My DSL modem doesn't even alter the TTL, so it doesn't show up in the
> > traceroute.
> >
> Hmm...you know...that *could* be a problem...maybe there's
> an interface on the DSL modem (telnet or web???) that'll
> show that info. I know my Netgear ISDN router will tell me
> that info if I go to the right menu option when telnetted
> in.

my cayman dsl modem has this same feature, which is accessible through a
browser.  i wrote a short perl job to fetch the page, pull the ip addy,
compare it to the previous ip addy, and email me if and when it changes.
i guess it all depends on the type of modem you're using.
--
steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



USB WebCams

2000-10-24 Thread Stephen E. Hargrove

Hey all.  I'm in the market for a new webcam, preferably USB.  I've
checked out the Linux-USB site, and they have several webcams which seem
to work, but the list seems mixed between quality and useability.

Does anyone have any recommendations as to which camera (1) is good
quality as to video/audio performance and (2) works with Linux?

Thanks!
--
Steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Kernel config file

2000-10-24 Thread Stephen E. Hargrove

"Christopher W. Aiken" wrote:

> When I run make xconfig to set up a new kernel,
> one of the "option buttons" is to "load config file".
>
> My question is how can I make a "config" file
> from my current running kernel?  I would like this
> config file as a starting point for when I build
> a new kernel.

cd /usr/src/linux
make oldconfig

it may not be exact, so you'll need to check it over before relying on
it.
--
Steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: will linux recognise extra controller and harddisks

2000-10-24 Thread Stephen E. Hargrove

[EMAIL PROTECTED] wrote:
> 
> I am thinking of adding 2 hard disks and control to access them
> The controller is a Promise Ultra 66  and couple of 30 GB hard
> disks
> 
> What is good controller for Linux at a fair price if this one won't do the job ?
> 


The Promise Ultra 66 will work.  See
http://www.ibiblio.org/mdw/HOWTO/mini/Ultra-DMA.html for more
information and how to make it work.
--
Steve



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: SIIG UltraATA 66 PCI Controller CN2468

2000-10-24 Thread Stephen E. Hargrove

Robert James Steele wrote:
> 
> I followed the Instructions and typed in
> ide2=0xefa8,0xefe0 ide3=0xeff0,0xfe4
> 
> and it found hde and hdf
> but when I go do a fdisk /dev/hde
> i get "Unable to open /dev/hde"
> 
> any ideas?


I had this same problem.  It was solved by executing

/sbin/insmod ide-disk

Of course, I had compiled ide support as a module.  YMMV.
--
Steve



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Need help setting up a stand-alone HP network printer

2000-10-23 Thread Stephen E. Hargrove

Jonathan Wilson wrote:

> Howdy,
>
> In our office we have a network laser printer, the kind with it's own ethernet card. 
>It's an HP. I'm pretty sure we can set up Linux to print to it, but I can't figure 
>out how - I tried printtool, but I'm not sure if it's an SMB printer or what.
>
> Any ideas?

I'm running an HP 2100TN.  I *think* I set it up as a SMB/Win95.  Following is the 
config from printtool:

Name: lp0|hp2|hp2000tn
Spool Directory: /var/spool/lpd/lp
File Limit in KB: 0
Remote Host: hp2000tn
Remote Queue: RAW
Input Filter: *auto* - PostScript

Then I added the following line to my /etc/hosts file:

192.168.2.50hp2000tn

Hope this helps!
--
Steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: SIIG UltraATA 66 PCI Controller CN2468

2000-10-23 Thread Stephen E. Hargrove

Robert James Steele wrote:

> Hi All
>
> I have a SIIG UltraATA 66 PCI IDE Controller Model CN2468
> (http://www.siig.com/ide/ultraata_66_pci.html) Info
> (http://www.siig.com/ide/ultraata_66_pci_specs.html) Specifications
> and am wondering if there are linux Drivers
> for this hardware.

What kernel version are you running?  I just finished this battle.  The HOWTO at
http://www.ibiblio.org/mdw/HOWTO/mini/Ultra-DMA.html should walk you through it (for 
the
most part).
--
Steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: starting apache

2000-10-16 Thread Stephen E. Hargrove

Bob Hartung wrote:
> 
> Hi,
>   I am making progress.  Apache, postgresql installed.  Now
> trying to make apache autostart on boot.  I could place a
> line in rc.local something like:
> 
>/usr/local/apache/bin/apachectl start
> 
>   but is there a way to place a file in init.d and then link
> to it from rc5.d?
> 

Hi Bob.  Just place the statement in your /etc/rc.d/rc.local file.  That
should do the trick.
--
Steve



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: make apache with php4

2000-10-15 Thread Stephen E. Hargrove

Bob Hartung wrote:

> Jeff,
>   Yesss I did. - several times. My confusion arises as to whether the
> file libphp3.a is proper since I am using php4.  This is probably just an
> example of my "newbie-ishness" but why would I want to call a php3 file when
> installing php4 unless apache simply is using php3 as an alias for any verison
> of php?

the INSTALL file that came with my php4 distribution says to do this:


   cd apache_1.3.x
   ./configure --prefix=//apache \
   --activate-module=src/modules/php4/libphp4.a
   make
   make install

--
Steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: cdrom

2000-10-15 Thread Stephen E. Hargrove

Jimmie Brandon wrote:

> I am runnug rh6.1.  I mounted my cdrom.
> My question is how do I read the files on the cdrom
> and
> how do I run or execute a file from the cdrom?

where did you mount the cdrom?  mine mounts at /mnt/cdrom, so to see the
files,

ls /mnt/cdrom

to execute a file,

/mnt/cdrom/program_to_execute

if you're not sure where the cdrom mounts at, look at /etc/fstab for an
entry that looks something like this:

/dev/cdrom  /mnt/cdrom  iso9660 noauto,owner,ro
0 0

the second colum (/mnt/cdrom) is the directory where it's mounted.
--
Steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: POP3

2000-10-15 Thread Stephen E. Hargrove

Okay, I've gotten past the denial problem.  I modified my hosts.allow,
and the system is now letting me in.  However, it doesn't recognize my
password.  I'm running RH6.2, and I've configured gnu-pop3d with PAM.
However, when I try to retrieve my mail, the system responds with:

Could not log in to the mail server.
The server responded:

Bad login

Please enter new password

So, apparently I've not configured gnu-pop3d correctly as it's not
correctly locating my password.  Does anyone have any experience with
this?  The documentation for gnu-pop3d is fairly sparse.

Thanks!
--
Steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: POP Mail

2000-10-15 Thread Stephen E. Hargrove

I just checked my log files and saw the following:

Oct 15 12:31:46 pappy gnu-pop3d[12161]: refused connect from
208-192-8-114.apex2000.net

which seems to indicate that the pop3 request is making it through my firewall,
but that the daemon is refusing to accept it.  Do I need to add something to my
hosts.allow file to allow the connection, and if so, what?

Thanks!
--
Steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: POP Mail

2000-10-15 Thread Stephen E. Hargrove

Mike Burger wrote:

> Default installations don't seem to include a POP3 daemon.  You just need
> to install one.  I've used cucipop, and gnu-pop3d...both with good results.

Anthony E. Greene wrote:

> Generally, the error messages given by GUI mail client are not specific
> enough to troubleshoot these problems. Use telnet from a machine outside the
> firewll and post the exact error message given:
>
>   telnet servername 110
>



Okay, I've installed gnu-pop3d and modified my inetd.conf as follows (and no,
I don't know what I'm doing ;) :

# Pop and imap mail services et al
#
pop-2   stream  tcp nowait  root/usr/sbin/tcpd  ipop2d
pop-3   stream  tcp nowait  root/usr/sbin/tcpd  gnu-pop3d

gnu-pop3d is locate in /usr/local/sbin/ and I've create a symlink in /usr/sbin
to point to it (just to ensure that it would be found when needed).  Following
is the applicable portion of my netstat -ap:

Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address   Foreign Address
State   PID/Program name
tcp0  0 *:pop-3 *:*
LISTEN  12052/inetd
tcp0  0 *:pop-2 *:*
LISTEN  12052/inetd

So, it appears that the system is listening for the pop3 connection, right?

I've got telnet pretty much locked down so that only I can get in through
ssh.  When I try to telnet to port 110, the system closes the connection with
the following message:

warning: Authentication failed.
Disconnected; connection lost (Connection closed by remote host.).

When I try it with the normal telnet (/usr/bin/telnet) to port 110, I get the
following:

Trying 63.101.116.77...
Connected to www.eesquire.com.
Escape character is '^]'.
Connection closed by foreign host.

I get the exact same response when I open standard telnet services in
inetd.conf and restart inet.  Clearly, I don't know what I'm doing.  If anyone
has suggestions as to how I should proceed, I'm all eyes.

Thanks!
--
Steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: RH 6.2 and Ultra 66 problem

2000-10-15 Thread Stephen E. Hargrove

Michael McLeod wrote:

> I tried the Kernel RPM route but I just could not get it right.  So I decided
> to go the patch route but the PATCH program does not recognize my kernel as a
> real file.  My kernel is at: /usr/src/linux-2.2.14  (patch would like to find
> it at /usr/src/linux) I can't get patch to apply the patch.  Can anyone help
> me.

Michael, if I'm understanding your problem correctly, you need to create a
symbolic link.  From /usr/src, enter this:

ln -s linux-2.2.14 linux

That'll make /usr/src/linux equivalent (or point) to /usr/src/linux-2.2.14.
--
Steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



POP Mail

2000-10-14 Thread Stephen E. Hargrove

Hey all.  I've set up my system to receive email, and according to
/var/log/maillog and my local 'mail' (from the command prompt), it's
receiving it just find.  However, when I try to access my server
remotely, my mail program says that there was a POP3 error and that I
should contact my system admin.

My server is behind a firewall, and I've opened ports 109 (pop2 - both
TCP and UDP) and 110 (pop3 - both TCP and UDP) to point to 192.168.1.10,
which is assigned to the network card receiving outside connections
(i.e., http, etc.).  I've also uncommented the appropriate lines in my
/etc/inetd.conf and restarted inet.  However,

netstat -apn | grep 109

returns

tcp0  0 0.0.0.0:109 0.0.0.0:*
LISTEN  8879/inetd

and

netstat -apn | grep 110

returns

tcp0  0 0.0.0.0:110 0.0.0.0:*
LISTEN  8879/inetd

and this would seem to indicate that although it's listening to the
correct port, it's not looking to the correct IP address.  Right?  If so,
how do I get it to listen to 192.168.1.10?

I've looked through various log files, but I can't find anything which
would indicate what the POP3 error might be (which would be correct since
it's looking to 0.0.0.0:109 and 0.0.0.0:110 rather than 192.168.1.10).
Can anyone point me to where I should be looking to get this bound to the
correct IP address?

Thanks!
--
Steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: rm and rmdir directives

2000-10-14 Thread Stephen E. Hargrove

Bob Hartung wrote:

> rm -dR apache_1.3.12
>
>  and rmdir --ignore-fail-on-non-empty apache_1.3.12

try rm -rf apache_1.3.12 and it that doesn't work, try it as root.

--
Steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Log Message

2000-10-13 Thread Stephen E. Hargrove

Can anyone tell me why the following message keeps appearing in my log
file?

Oct 13 18:03:52 pappy modprobe: can't locate module char-major-5

It's been happening consistenly everytime I telnet into the machine.
It's not a bother, but I'd really like to know how to make it go away.

Thanks!
--
Steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Ultra66 Performance

2000-10-11 Thread Stephen E. Hargrove

Now that I have my disk online and working, I ran a few diagnostics.
Unfortunately, I'm an idiot and don't really know if these numbers are
good or bad, so I'm hoping someone here can shed some light on this.
Here's the information on the disk.

# hdparm -i /dev/hde

Model=WDC WD450AA-00BAA0, FwRev=10.09K11, SerialNo=WD-WMA2E1419330
Config={ HardSect NotMFM HdSw>15uSec SpinMotCtl Fixed DTR>5Mbs FmtGapReq
}
RawCHS=16383/16/63, TrkSize=57600, SectSize=600, ECCbytes=40
BuffType=3(DualPortCache), BuffSize=2048kB, MaxMultSect=16, MultSect=off

DblWordIO=no, maxPIO=2(fast), DMA=yes, maxDMA=0(slow)
CurCHS=16383/16/63, CurSects=-66060037, LBA=yes
LBA CHS=1023/256/63 Remapping, LBA=yes, LBAsects=87930864
tDMA={min:120,rec:120}, DMA modes: mword0 mword1 mword2
IORDY=on/off, tPIO={min:120,w/IORDY:120}, PIO modes: mode3 mode4
UDMA modes: mode0 mode1 mode2


According to the promotional material, the specs of the disk are as
follows:

Western Digital Caviar 45.0GB EIDE Ultra ATA/66 3.5LP 5400RPM 9.5MS


Here's the disk performance:

# hdparm -Tt /dev/hde

/dev/hde:
 Timing buffer-cache reads:   128 MB in  2.75 seconds =46.55 MB/sec
 Timing buffered disk reads:  64 MB in  5.00 seconds =12.80 MB/sec


And here's the current settings of the disk:

# hdparm /dev/hde

/dev/hde:
 multcount=  0 (off)
 I/O support  =  0 (default 16-bit)
 unmaskirq=  0 (off)
 using_dma=  1 (on)
 keepsettings =  0 (off)
 nowerr   =  0 (off)
 readonly =  0 (off)
 readahead=  8 (on)
 geometry = 5473/255/63, sectors = 87930864, start = 0


Here's the info on the /proc/ide/pdc202xx.  Although the promotional
materials state that the disk its ATA/66 and the PCI board is 66MHz, it
appears to me that it's running at 33MHz.  But, again, you've got to
consider the idiot factor.

# cat pdc202xx

PDC20262 Chipset.
--- General Status
-
Burst Mode   : enabled
Host Mode: Normal
Bus Clocking : 33 PCI Internal
IO pad select: 4 mA
Status Polling Period: 14
Interrupt Check Status Polling Delay : 1
--- Primary Channel  Secondary Channel
-
enabled  enabled
66 Clocking enabled  disabled
   Mode MASTER  Mode MASTER
FIFO Empty   FIFO Empty
--- drive0 - drive1  drive0 --
drive1 --
DMA enabled:yes  no  nono
DMA Mode:   UDMA 4   NOTSET  NOTSET
NOTSET
PIO Mode:   PIO 4NOTSET   NOTSET
NOTSET


Here's the info in /proc/ide/ide2/hde/settings.  I have no idea how or
if I should affect these values:

namevalue   min max
mode
-   --- ---

bios_cyl54730   65535
rw
bios_head   255 0   255
rw
bios_sect   63  0   63
rw
breada_readahead4   0   127
rw
bswap   0   0   1
r
current_speed   0   0   69
rw
file_readahead  124 0   2097151
rw
ide_scsi0   0   1
rw
init_speed  0   0   69
rw
io_32bit0   0   3
rw
keepsettings0   0   1
rw
lun 0   0   7
rw
max_kb_per_request  64  1   127
rw
multcount   0   0   8
rw
nice1   1   0   1
rw
nowerr  0   0   1
rw
number  0   0   3
rw
pio_modewrite-only  0   255
w
slow0   0   1
rw
unmaskirq   0   0   1
rw
using_dma   1   0   1
rw



Did I leave anything out?  Can anyone tell me if the disk is performing
up to snuff?  And if not, what should I do to improve the performance?

Thanks!
--
Steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Promise Ultra66 SOLVED

2000-10-11 Thread Stephen E. Hargrove

Matt & Kristina Navarro-Haffner wrote:
> 
> This is probably a really stupid suggestion at this point after all the
> work you've done with it, but does /dev/hde really exist? And if so are
> the major, minor numbers correct for ide2 (33,0 I believe)?
> 

This got me to thinking, so I did a little poking around.  /dev/hde
exists, so I tried hdparm and it replied that the device wasn't
configured.  After giving it a little more thought, I tried insmod
ide-disk, and everything fell into place.

Oh what a difference a .o makes.

Thanks to everyone for your patience and assistance!
--
Steve



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Promise Ultra66

2000-10-10 Thread Stephen E. Hargrove

Michael McLeod wrote:

> Stephen,
> I tried the same thing from the mini and it didn't then I found instructions
> at this web site:
> http://www.linux.ucla.edu/pipermail/linux/2000-May/003326.html
> Yes it is the numbers in [ ] which you add the 2 to.  The mini is either
> dead wrong or just very confusing.

Well, I've done three things, one or a combination of which got me past the
boot problem.  (1) I made the changes to /etc/lilo.conf as you suggested.  (2)
I removed the initrd reference in /etc/lilo.conf as mentioned in my most recent
post.  (3) I compiled aic7xxx support into the kernel as opposed to loading it
as a module.  My reasoning, convoluted and poluted as it may be was that
ATA-DMA support didn't have a module option and was being compiled directly
into the kernel, so maybe the SCSI driver should be, too.  I don't think this
was necessarily sound reasoning, but after chasing this shadow for almost a
week, I'd grown desperate in my attempts to catch it.

So now, I'm past the kernel panic.

Still, although dmesg indicates that /dev/hde exists, fdisk says it can't open
/dev/hde.  I'll be danged if I know why, either.  All I can say at this point
is that the speed improvement over ISA had damned well better be worth it . . .
;)
--
Steve
cat suggestions | grep solution > /dev/try_like_hell_to_make_it_work




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: ppp changes hostname

2000-10-10 Thread Stephen E. Hargrove

fk wrote:


> > Though ppp works fine, when I'm connected, it changes my local machine's
> > hostname, i.e., when ppp isn't running the "hostname" command returns the
> > correct hostname, but once ppp is running the "hostname" command returns
> > the name of host I'm connected to.  When I exit from ppp, the "hostname"
> > command goes back to returning the correct name.
> >

linuxconf has an option to keep this from happening.  I can't remember exactly
where, but if you click through the screens, you're bound to find it.

Hope this helps.
--
Steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Promise Ultra66 FIXED (well, sort of . . .)

2000-10-10 Thread Stephen E. Hargrove

Okay, it finally occurred to me that my lilo.conf was wrong.  Note:

image=/boot/bzImage-ultra
 label=ultra
 initrd=/boot/initrd-2.2.17.img
 read-only
 root=/dev/sda1
 append="pci=reverse ide2=0x78d0,0x78d3 ide3=0x78c4,0x78c7"

This wasn't working because I was using the old initrd.  By removing
that line completely, the system came right up.

Now I have yet another problem.  dmesg contains the following regarding
the drive:

# dmesg | grep hd

ide2: BM-DMA at 0x7880-0x7887, BIOS settings: hde:pio, hdf:pio
ide4: BM-DMA at 0x7888-0x788f, BIOS settings: hdi:pio, hdj:pio
hde: probing with STATUS(0x50) instead of ALTSTATUS(0x01)
hde: WDC WD450AA-00BAA0, ATA DISK drive
hdf: probing with STATUS(0x00) instead of ALTSTATUS(0x01)
SCSI device sda: hdwr sector= 512 bytes. Sectors= 8388315 [4095 MB] [4.1
GB]
SCSI device sdb: hdwr sector= 512 bytes. Sectors= 8515173 [4157 MB] [4.2
GB]
hde: bad special flag: 0x03

So, /dev/hde is my new device.  I don't know what the last line is
referencing.  But,

# /sbin/fdisk /dev/hde

Unable to open /dev/hde

So, there's definitely something amiss.  Following is all of what I
believe to be the pertinent information.  If I need to provide anything
more, just say the word.

My /proc/ide contains the following:

# ls -al
total 0
dr-xr-xr-x   3 root root0 Oct 10 16:46 .
dr-xr-xr-x  52 root root0 Oct 10 11:30 ..
-r--r--r--   1 root root0 Oct 10 17:06 drivers
lrwxrwxrwx   1 root root0 Oct 10 17:06 hde -> ide2/hde
dr-xr-xr-x   3 root root0 Oct 10 17:06 ide2
-r--r--r--   1 root root0 Oct 10 17:06 pdc202xx

drivers is an empty file.  pdc202xx contains:

# cat pdc202xx

PDC20262 Chipset.
--- General Status
-
Burst Mode   : enabled
Host Mode: Normal
Bus Clocking : 33 PCI Internal
IO pad select: 4 mA
Status Polling Period: 14
Interrupt Check Status Polling Delay : 1
--- Primary Channel  Secondary Channel
-
enabled  enabled
66 Clocking disabled disabled
   Mode MASTER  Mode MASTER
FIFO Empty   FIFO Empty
--- drive0 - drive1  drive0 --
drive1 --
DMA enabled:no   no  nono
DMA Mode:   UDMA 4   NOTSET  NOTSET
NOTSET
PIO Mode:   PIO 4NOTSET   NOTSET
NOTSET

/proc/ide/ide2/hde contains the following information:

# ls -al
total 0
dr-xr-xr-x   2 root root0 Oct 10 17:08 .
dr-xr-xr-x   3 root root0 Oct 10 17:08 ..
-r--r--r--   1 root root0 Oct 10 17:09 driver
-r   1 root root0 Oct 10 17:09 identify
-r--r--r--   1 root root0 Oct 10 17:09 media
-r--r--r--   1 root root0 Oct 10 17:09 model
-rw---   1 root root0 Oct 10 17:09 settings

The file media contains: disk
The file model contains: WDC WD450AA-00BAA0, which is the correct
identity of the drive connected to the board.

Anybody have any ideas as to what I've screwed up now?

Thanks!
--
Steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Promise Ultra66

2000-10-10 Thread Stephen E. Hargrove

Michael McLeod wrote:
>
>I have just been working with an Ultra 66 and an upgrade of 6.0 to 6.2
and
>based on what I have been doing your ide2=. and ide3=. are
wrong.  I
>think they should be " ide2=0x78d0, 0x78d3   ide3=0x78c4, 0x78c7.
Maybe
>this will help.

I don't understand this.  According to the Ultra DMA HowTo, the formula
is:

RAID bus interface: Promise Technology Unknown device (rev 1).
   Vendor id=105a. Device id=4d33.
   Medium devsel.  IRQ 12.  Master Capable.  Latency=32.
   I/O at 0xe000.   (a)
   I/O at 0xd804.   (b)
   I/O at 0xd400.   (c)
   I/O at 0xd004.   (d)
   I/O at 0xc800.   (e)

 and pass "ide2=a,b+2 ide3=c,d+2" as a command line parameter to the
kernel.

My table is:

Bus  0, device  10, function  0:
Unknown mass storage controller: Promise Technology Unknown device
(rev 1).
  Vendor id=105a. Device id=4d38.
  Medium devsel.  IRQ 14.  Master Capable.  Latency=64.
  I/O at 0x78d0 [0x78d1].
  I/O at 0x78c4 [0x78c5].
  I/O at 0x78c8 [0x78c9].
  I/O at 0x78c0 [0x78c1].
  I/O at 0x7880 [0x7881].
  Non-prefetchable 32 bit memory at 0xfebc [0xfebc].

So, following the formula:

a = 0x78d0
b = 0x78c4 + 2 = 0x78c6
c = 0x78c8
d = 0x78c0 + 2 = 0x78c2

It appears to me that you've considered the bracketed numbers [0x78d1]
as b and [0x78c5] as d.

Don't misunderstand me.  I'm not arguing and I'm certainly going to give
your suggestion a go.  I'm just trying to understand where I got it
wrong.
--
Steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Promise Ultra66

2000-10-10 Thread Stephen E. Hargrove

Jamin Collins wrote:
>
>Does the system have USB ports? If so, are they enabled/disabled?
Also,
>what video card are you using?  I notice that the SCSI controller is
>attempting to use 11.  However, I've never really had much success with

>using this IRQ as my systems have had other devices that wanted this
IRQ
>(video and USB normally).  You might be getting away with using 11
because
>14 and 15 are dormant under the other kernel (I'm speculating here).


No USB ports.  Video runs on IRQ 4 (which oddly enough doesn't show in
/proc/interrupts).  The SCSI device has never complained about being on
IRQ 11, but just for kicks, I moved it to IRQ 3 with the same results
I've been seeing for almost a week now.

/proc/interrupts doesn't show it (because the only working kernel I have
doesn't know about the Promise board so therefore doesn't see it), but
IRQ 14 is where the Promise resides.  /proc/pci shows it to be such.

*sigh*
--
Steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Promise Ultra66

2000-10-09 Thread Stephen E. Hargrove

Jamin Collins wrote:
> 
> I know this has most likely been covered already.  But, if you boot without
> the IDE, what are the IO and IRQ address of the SCSI controller?  The
> behavior that you have listed is very similar to some conflicts I've seen
> with Advansys cards and IO/IRQ problems.
> 

/proc/interrupts:

   CPU0   CPU1   
  0: 569608 744300IO-APIC-edge  timer
  1:  1  1IO-APIC-edge  keyboard
  2:  0  0  XT-PIC  cascade
  8:  0  1IO-APIC-edge  rtc
  9:  27697  27605   IO-APIC-level  DC21143 (eth0)
 10:  21600  21925   IO-APIC-level  eth1
 11:  22779  24652   IO-APIC-level  aic7xxx
 13:  1  0  XT-PIC  fpu
NMI:  0
ERR:  0


/proc/ioports:

-001f: dma1
0020-003f: pic1
0040-005f: timer
0060-006f: keyboard
0070-007f: rtc
0080-008f: dma page reg
00a0-00bf: pic2
00c0-00df: dma2
00f0-00ff: fpu
03c0-03df: vga+
03f8-03ff: serial(auto)
7000-70ff: eth1
7400-74fe: aic7xxx
7800-787f: DC21143 (eth0)


> -Original Message-
> From: Stephen E. Hargrove [mailto:[EMAIL PROTECTED]]
> Sent: Monday, October 09, 2000 10:44 AM
> To: redhat-list
> Subject: Promise Ultra66
> 
> Well, the fun just never ends with this new controller.  This is a
> somewhat lengthy email, so if you're not interested, just delete it now
> and move on to brighter and shinier things. ;-)
> 
> I've read and re-read the HOWTO on this, but I /cannot/ keep the system
> from crashing.  It doesn't seem to like the co-existence of my PCI SCSI
> (from which I boot) and the Ultra66.   Here's the applicable section of
> my /proc/pci:
> 
> Bus  0, device  10, function  0:
> Unknown mass storage controller: Promise Technology Unknown device
> (rev 1).
>   Vendor id=105a. Device id=4d38.
>   Medium devsel.  IRQ 14.  Master Capable.  Latency=64.
>   I/O at 0x78d0 [0x78d1].
>   I/O at 0x78c4 [0x78c5].
>   I/O at 0x78c8 [0x78c9].
>   I/O at 0x78c0 [0x78c1].
>   I/O at 0x7880 [0x7881].
>   Non-prefetchable 32 bit memory at 0xfebc [0xfebc].
> 
> Based on this information, following is my /etc/lilo.conf.  The
> label=linux kernel knows nothing about the Ultra66, and therefore boots
> perfectly.  The label=ultra is the problem child.  The append statement
> was added (pursuant to the HOWTO) based on the information in /proc/pci.
> 
> boot=/dev/sda
> map=/boot/map
> install=/boot/boot.b
> prompt
> timeout=50
> default=linux
> 
> image=/boot/bzImage
> label=linux
> initrd=/boot/initrd-2.2.17.img
> read-only
> root=/dev/sda1
> 
> image=/boot/bzImage-ultra
> label=ultra
> initrd=/boot/initrd-2.2.17.img
> read-only
> root=/dev/sda1
> append="ide2=0x78d0,0x78c6 ide3=0x78c8,0x78c2"
> 
> I've tried pci=reverse.  I've tried pci=nobios.  I've tried hde=noprobe.
>  They all result in the following scenario.  Much of what follows is a
> recap of my prior post, as I want to be as complete as possible.  And
> just to be perfectly clear, the system BIOS is configured to boot from
> the PCI SCSI controller.
> 
> I'm running v2.2.17, and I've applied the proper patch from
> http://www.kernel.org/pub/linux/kernel/people/hedrick/ide-2.2.17/  and
> enabled the  following in the config:
> 
> Use DMA by default when available
> ATA Work(s) In Progress
> Promise PDC20246/PDC20262 support
> Special UDMA Feature
> Special Mode Feature
> 
> (I don't know that I needed the ATA Work(s) option, but since there
> wasn't any documentation available for it, I threw it in for good
> measure.)  The documentation for the Promise support option stated that
> I /must/ have the first option (Use DMA by default . . .).
> 
> Also, just for good measure, I've flashed the BIOS on the Ultra card to
> the latest and greatest version.
> 
> When I boot to the new kernel, everything SCSI goes south.  Following
> are some excerpts of the boot process.  I've edited out some stuff that
> is repeated multiple times, but if I cut something important, just let
> me know and I'll send it:
> 
> Uniform Multi-Platform E-IDE driver Revision: 6.30
> ide: Assuming 33MHz system bus speed for PIO modes; override with
> idebus=xx
> PDC2062: IDE controller on PCI bus 00 dev 50
> PDC2062: chipset revision 1
> PDC2062: not 100% native mode: will probe irqs later
> PDC2062: (U)DMA Burst Bit ENABLED Primary PCI Mode Secondary PCI Mode.
> PDC2062: FORCING PRIMARY MODE BIT 0x00 -> 0x01 MASTER
> PDC2062: FORCING SECONDARY MODE BIT 0x00 -> 0x01 MASTER
>ide2: BM-DMA at 0x78

Promise Ultra66

2000-10-09 Thread Stephen E. Hargrove

Well, the fun just never ends with this new controller.  This is a
somewhat lengthy email, so if you're not interested, just delete it now
and move on to brighter and shinier things. ;-)

I've read and re-read the HOWTO on this, but I /cannot/ keep the system
from crashing.  It doesn't seem to like the co-existence of my PCI SCSI
(from which I boot) and the Ultra66.   Here's the applicable section of
my /proc/pci:

Bus  0, device  10, function  0:
Unknown mass storage controller: Promise Technology Unknown device
(rev 1).
  Vendor id=105a. Device id=4d38.
  Medium devsel.  IRQ 14.  Master Capable.  Latency=64.
  I/O at 0x78d0 [0x78d1].
  I/O at 0x78c4 [0x78c5].
  I/O at 0x78c8 [0x78c9].
  I/O at 0x78c0 [0x78c1].
  I/O at 0x7880 [0x7881].
  Non-prefetchable 32 bit memory at 0xfebc [0xfebc].

Based on this information, following is my /etc/lilo.conf.  The
label=linux kernel knows nothing about the Ultra66, and therefore boots
perfectly.  The label=ultra is the problem child.  The append statement
was added (pursuant to the HOWTO) based on the information in /proc/pci.

boot=/dev/sda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
default=linux

image=/boot/bzImage
label=linux
initrd=/boot/initrd-2.2.17.img
read-only
root=/dev/sda1

image=/boot/bzImage-ultra
label=ultra
initrd=/boot/initrd-2.2.17.img
read-only
root=/dev/sda1
append="ide2=0x78d0,0x78c6 ide3=0x78c8,0x78c2"

I've tried pci=reverse.  I've tried pci=nobios.  I've tried hde=noprobe.
 They all result in the following scenario.  Much of what follows is a
recap of my prior post, as I want to be as complete as possible.  And
just to be perfectly clear, the system BIOS is configured to boot from
the PCI SCSI controller.

I'm running v2.2.17, and I've applied the proper patch from
http://www.kernel.org/pub/linux/kernel/people/hedrick/ide-2.2.17/  and
enabled the  following in the config:

Use DMA by default when available
ATA Work(s) In Progress
Promise PDC20246/PDC20262 support
Special UDMA Feature
Special Mode Feature

(I don't know that I needed the ATA Work(s) option, but since there
wasn't any documentation available for it, I threw it in for good
measure.)  The documentation for the Promise support option stated that
I /must/ have the first option (Use DMA by default . . .).

Also, just for good measure, I've flashed the BIOS on the Ultra card to
the latest and greatest version.

When I boot to the new kernel, everything SCSI goes south.  Following
are some excerpts of the boot process.  I've edited out some stuff that
is repeated multiple times, but if I cut something important, just let
me know and I'll send it:

Uniform Multi-Platform E-IDE driver Revision: 6.30
ide: Assuming 33MHz system bus speed for PIO modes; override with
idebus=xx
PDC2062: IDE controller on PCI bus 00 dev 50
PDC2062: chipset revision 1
PDC2062: not 100% native mode: will probe irqs later
PDC2062: (U)DMA Burst Bit ENABLED Primary PCI Mode Secondary PCI Mode.
PDC2062: FORCING PRIMARY MODE BIT 0x00 -> 0x01 MASTER
PDC2062: FORCING SECONDARY MODE BIT 0x00 -> 0x01 MASTER
   ide2: BM-DMA at 0x7880 - 0x7887, BIOS settings: hde: pio, hdf: pio
   ide3: BM-DMA at 0x7880 - 0x7887, BIOS settings: hde: pio, hdf: pio
hde: WDC WD450AA-00BAA0, ATA Disk Drive
ide2 at 0x78d0 - 0x78d7, 0x78c6 on irq 14

Then, it begins id'ing my SCSI devices.  However, it identifies each
device twice, such as:

Detected SCSI disk sdb @ scsi0, channel 0, id 1, lun 0

Detected SCSI disk sdb @ scsi0, channel 0, id 2, lun 0


And then, when it hits my Plextor CD-RW, it goes nuts:

Detected SCSI disk sdb @ scsi0, channel 0, id 3, lun 0

Detected SCSI disk sdb @ scsi0, channel 0, id 4, lun 0

Detected SCSI disk sdb @ scsi0, channel 0, id 5, lun 0

Detected SCSI disk sdb @ scsi0, channel 0, id 6, lun 0

Detected SCSI disk sdb @ scsi0, channel 0, id 7, lun 0

<*snip*>
Detected SCSI disk sdb @ scsi0, channel 0, id 15, lun 0

sr1: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
sr2: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
sr3: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
sr4: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
sr5: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
sr6: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
sr7: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
sr8: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
sr9: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
sr10: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
<*snip*>
SCSI disk error: host 0 channel 0 id 0 lun 0 return code=1802
sd08:01: old sense key None
<*snip*>
Non-extended sense class 0 code 0x0 scsidisk I/O error: dev 08:01,
sector 190242
EXT2-FS error (device sd(8,1)): ext2_read_inode: unable to read inode
block - inode=22617, block 90121

Kernel panic: no init found. Try passing init = option to kernel.


I'm at

smbmount

2000-10-08 Thread Stephen E. Hargrove

Can anyone tell me what's wrong with the following command?

# smbmount //peacedog/c /mnt/stephen -d 777

This command results in the following error message:

mount error: Invalid argument
Please look at smbmount's manual page for possible reasons

I've looked at the man page for both smbmount and smbmnt and I can't see
what I'm doing wrong.  peacedog is a machine on my network, and c is a
shared resource.  I've verified this by (1) smbclient -L //peacedog and
(2) connecting to the resource from Win9x machines.

Thanks!
--
Steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Fun with Ultra-DMA

2000-10-06 Thread Stephen E. Hargrove

Paul Anderson wrote:

> This is strictly a guess...But when I have had this type of problem before
> it was becuase both the IDE and the SCSI were trying to be the primary boot
> device at the same time.  In my case I was forced to let the IDE be the
> primary boot device and shut the boot capcbility off on the SCSI device.  I
> was still able to "boot" from the SCSI devices using LILO.

Hi Paul.  Thanks for the response.  What parameter should I pass to LILO in
order to force the SCSI boot?  (I'm away from my primary computer right now,
and therefore without my bookmarks and normal resources.)

Thanks!
--
Steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Fun with Ultra-DMA

2000-10-06 Thread Stephen E. Hargrove

Well, I'm just having a blast trying to get my Promise Ultra66
operational.  (Translation: #$&%!!#&*^%!!)

Here's the setup:  I have an embedded PCI SCSI, which works perfectly. 
The BIOS is set up to boot off this device.  I've added a Promise
Ultra66 in one of the PCI slots, and the system BIOS properly recognizes
it and the hard drive attached to it.  I've downloaded the patch at
http://www.kernel.org/pub/linux/kernel/people/hedrick/ide-2.2.17/ (since
I'm running version 2.2.17), patched the kernel and enabled the
following in the config:

Use DMA by default when available
ATA Work(s) In Progress
Promise PDC20246/PDC20262 support
Special UDMA Feature
Special Mode Feature

(I don't know that I needed the ATA Work(s) option, but since there
wasn't any documentation available for it, I threw it in for good
measure.)  The documentation for the Promise support option stated that
I /must/ have the first option (Use DMA by default . . .).

Also, just for good measure, I've flashed the BIOS on the Ultra card to
the latest and greatest version.

When I boot to the new kernel, everything SCSI goes south.  Following
are some excerpts of the boot process.  I've edited out some stuff that
is repeated multiple times, but if I cut something important, just let
me know and I'll send it:

Uniform Multi-Platform E-IDE driver Revision: 6.30
ide: Assuming 33MHz system bus speed for PIO modes; override with
idebus=xx
PDC2062: IDE controller on PCI bus 00 dev 50
PDC2062: chipset revision 1
PDC2062: not 100% native mode: will probe irqs later
PDC2062: (U)DMA Burst Bit ENABLED Primary PCI Mode Secondary PCI Mode.
PDC2062: FORCING PRIMARY MODE BIT 0x00 -> 0x01 MASTER
PDC2062: FORCING SECONDARY MODE BIT 0x00 -> 0x01 MASTER
   ide2: BM-DMA at 0x7880 - 0x7887, BIOS settings: hde: pio, hdf: pio
   ide3: BM-DMA at 0x7880 - 0x7887, BIOS settings: hde: pio, hdf: pio
hde: WDC WD450AA-00BAA0, ATA Disk Drive
ide2 at 0x78d0 - 0x78d7, 0x78c6 on irq 14

Then, it begins id'ing my SCSI devices.  However, it identifies each
device twice, such as:

Detected SCSI disk sdb @ scsi0, channel 0, id 1, lun 0

Detected SCSI disk sdb @ scsi0, channel 0, id 2, lun 0


And then, when it hits my Plextor CD-RW, it goes nuts:

Detected SCSI disk sdb @ scsi0, channel 0, id 3, lun 0

Detected SCSI disk sdb @ scsi0, channel 0, id 4, lun 0

Detected SCSI disk sdb @ scsi0, channel 0, id 5, lun 0

Detected SCSI disk sdb @ scsi0, channel 0, id 6, lun 0

Detected SCSI disk sdb @ scsi0, channel 0, id 7, lun 0

<*snip*>
Detected SCSI disk sdb @ scsi0, channel 0, id 15, lun 0

sr1: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
sr2: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
sr3: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
sr4: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
sr5: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
sr6: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
sr7: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
sr8: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
sr9: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
sr10: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
<*snip*>
SCSI disk error: host 0 channel 0 id 0 lun 0 return code=1802
sd08:01: old sense key None
<*snip*>
Non-extended sense class 0 code 0x0 scsidisk I/O error: dev 08:01,
sector 190242
EXT2-FS error (device sd(8,1)): ext2_read_inode: unable to read inode
block - inode=22617, block 90121

Kernel panic: no init found. Try passing init = option to kernel.

There's /got/ to be some conflict between the Ultra-patched drivers and
the SCSI devices.  When I boot with the older kernel, the SCSI drives
work fine. /etc/lilo.conf is set up to boot from /dev/sda1.

Anybody have any thoughts as to where I should begin looking or what I
may have screwed up?

Thanks!
--
Steve



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: unsubscribe -can someone at least bother to reply 4 the first time

2000-10-06 Thread Stephen E. Hargrove

[EMAIL PROTECTED] said:
> sod (sd) Chiefly British
>  n.
>  1.
>a.A sodomite.


# man sod
No manual entry for sod

hrm . . . according to Linux, this definition can't be correct.  ;-)
--
Steve



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Conferencing?

2000-10-06 Thread Stephen E. Hargrove

What's everyone using for Internet conferencing?  I've got several
machines masqueraded and behind a firewall.  Boss man wants to use
NetMeeting, but from my reading of Section 6 of the IP Masq HOWTO, H.323
programs (such as NetMeeting) are currently out of the question.

Basically, I need video, audio and filesharing capabilities, and I need
to get it set up pretty quick.  Any suggestions?

Thanks!
--
Steve



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: PCI Problems

2000-10-02 Thread Stephen E. Hargrove

"Mikkel L. Ellertson" wrote:

> Steve,
> I cann't help with this problem, but I thought I should warn you
> about one problem you will probably run into when you get this working.
> If you are going to keep booting from the SCSI drives, then you are going
> to have to add a couple of lines to /etc/lilo.conf so LILO know what
> drive is the first drive your BIOS sees.
>
> disk=/dev/sda
> bios=0x80

thanks for the info, mikkel, but the system is booting from the scsi drives
with no problem (right now).  once i get the system to recognize the pci
board though, this could become an issue.  i'll keep an eye on it.

thanks again.
--
Steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



PCI Problems

2000-09-29 Thread Stephen E. Hargrove

I just installed a new PCI IDE board in my machine.  It's a PCI ATA/IDE
66.  The machine is completely SCSI, so this is the first IDE drive to
be installed in the box.

At bootup, the BIOS recognizes it as a PCI board and spits out the
correct messages identifying the harddrive that is attached to it.
Linux is having problems correctly identifying the board, though.  The
first time through, kudzu identified it as a RAID device.  I modified
/etc/sysconfig/hwconfig and removed the entry.  On the next boot, kudzu
again identified it as a RAID device, so I told it to ignore it and not
add it to the hardware configuration.

My /proc/pci contains the following entry, which I believe pertains to
the card as I've never seen it before:

Bus 0, device 10, function 0:
RAID storage controller: CMD Unknown device (rev 1).
Vendor id=1095. Device id=648
Medium devsel. Fast back-to-back capable.  IRQ 9. Master Capable.
Latency=64. Min Gnt=2.Max Lat=4.
I/O at 0x7c20 [0x7c21].
I/O at 0x7c14 [0x7c15].
I/O at 0x7c18 [0x7c19].
I/O at 0x7c10 [0x7c11].

My /proc/interrupts also has a weird entry.  Here's the last few lines:

14:   4218 4130IO-APIC-level aic7xxx
NMI:  0
ERR:  0

I've never noticed the ERR: line before (although it could be normal,
just that I've never noticed it before).

I've compiled the kernel with PCI disk support as a module, and the
insmod command works fine.  However, when I attempt to access /dev/hda1,
I get the following:

mount: the kernel does not recognize /dev/hda1 as a block device
(maybe 'insmod driver'?)

Naturally, /dev/hda1 isn't being recognized because the system isn't
seeing my IDE card correctly.  Does anyone have any advice on how I
should proceed from here?  If I need to provide further info, just say
the word.

Thanks!
--
Steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Kernel Panic FIXED

2000-09-29 Thread Stephen E. Hargrove

thanks for everyone's assistance.  it was indeed the system map and initrd image.

thanks again!
--
Steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Kernel Panic

2000-09-28 Thread Stephen E. Hargrove

Statux wrote:

> aic.. is that something to do with SCSI? if so.. block-major-8 is the SCSI
> disk devices ("ls -l /dev | grep 8,"). don't have support for the SCSI
> stuff.. you aren't going to be able to mount anything. Do you have the
> initrd (initial ramdisk) support enabled? I understand that SCSI systems
> need it so the related modules get installed correctly...

yeah, aic7xxx.o is the module for my scsi board.  like i said, if i boot to
the old kernel (2.2.12-20), it works fine.  it's booting to the new kernel
that's giving me fits.  for some reason, the system seeks to be trying to
load the old aic7xxx.o (i.e., 2.2.12-20) rather than the one compiled with
2.2.17.


> do you have the option about setting version info on all modules (near the
> beginning of the config) enabled? (NOTE: in kernel 2.4.x, if you use ppp
> and want it to be compiled into the kernel, you cannot use the version
> info thingie.. dunno why they did that tho)

yes, i do.

--
Stephen E. Hargrove
Attorney at Law
http://www.StephenHargrove.com
*
Mozart: http://mozart.sourceforge.net
Texas Criminal Law: http://www.virtual-attorney.com/criminal
Linux & The Law Office: http://www.virtual-attorney.com/linux
BuckOwensFan.com:   http://www.BuckOwensFan.com
*






___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Kernel Panic

2000-09-28 Thread Stephen E. Hargrove

I'm testing v2.2.17, and have run into a problem.  While the kernel is
booting, I get the following error:

Loading aic7xxx module
/lib/aic7xxx.o: Kernel-module version mismatch
/lib/aic7xxx.o was compiled for kernel version 2.2.12-20smp while this
kernel is version 2.2.17.
kmod: failed to exec /sbin/modprobe -s -k block-major-8, errno=2
VFS: cannot open root device 08:01
Kernel panic: VFS: unable to mount root fs on 08:01

Obviously, I'm upgrading from 2.2.12.  Following are the steps I took:

tar xfvz linux-2.2.17
cd linux
make config
make dep
make clean
make bzImage

make modules
make modules_install

Everything /seems/ to have gone off without a hitch.  All of the modules
installed in /lib/modules/2.2.17 correctly.  The following directories
now exists in /lib/modules:

2.2.12-20
2.2.12-20smp
2.2.17

For whatever reason, aix7xxx doesn't seem to be recompiling or the
incorrect version is being installed.  I always assumed that when
booting a kernel (such as 2.2.17), it would look to the 2.2.17 modules
library.  But for some reason (again, I'm assuming here - dangerous
stuff), the system seems to be trying to pull the aic7xxx from the
2.2.12-20smp modules directory.

Does anyone have an idea as to where I need to go from here?  What am I
missing?

Thanks!
--
Steve



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: make dep problems

2000-09-28 Thread Stephen E. Hargrove

"Stephen E. Hargrove" wrote:
> 
> i'm trying to recompile my kernel (2.2.16).  I've been running
> 2.2.12smp, which was installed by default by RH during my 6.1
> installation.  I've make several recompiles in the past on 2.2.12, but
> I've just run into a problem I've never encountered.


Nevermind.  I figured it out.  I'm an idiot.

Thanks.
--
Steve



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



make dep problems

2000-09-27 Thread Stephen E. Hargrove

i'm trying to recompile my kernel (2.2.16).  I've been running
2.2.12smp, which was installed by default by RH during my 6.1
installation.  I've make several recompiles in the past on 2.2.12, but
I've just run into a problem I've never encountered.

When testing the 2.2.16 kernel, it died on a kernel panic.  After
tweaking with the .config for a while, I decided to do a fresh install
of 2.2.16.  So, I did the following:

tar xfvz linux-2.2.16.tar.gz
mv linux linux-2.2.16
ln -s linux-2.2.16 linux

I then copied my old .config into the new tree and did a make xconfig. 
After deciding everything looked okay, I entered make dep with the
following results:

make[1]: Entering directory `/usr/src/linux-2.2.16/arch/i386/boot'
make[1]: Nothing to be done for `dep'.
make[1]: Leaving directory `/usr/src/linux-2.2.16/arch/i386/boot'
scripts/mkdep init/*.c > .depend
scripts/mkdep `find /usr/src/linux-2.2.16/include/asm
/usr/src/linux-2.2.16/include/linux /usr/src/linux-2.2.16/include/scsi
/usr/src/linux-2.2.16/include/net -follow -name \*.h ! -name
modversions.h -print` > .hdepend
find: /usr/src/linux-2.2.16/include/asm: No such file or directory
make _sfdep_kernel _sfdep_drivers _sfdep_mm _sfdep_fs _sfdep_net
_sfdep_ipc _sfdep_lib _sfdep_arch/i386/kernel _sfdep_arch/i386/mm
_sfdep_arch/i386/lib _sfdep_arch/i386/math-emu
_FASTDEP_ALL_SUB_DIRS="kernel drivers mm fs net ipc lib arch/i386/kernel
arch/i386/mm arch/i386/lib arch/i386/math-emu"
make[1]: Entering directory `/usr/src/linux-2.2.16'
make -C kernel fastdep
make[2]: Entering directory `/usr/src/linux-2.2.16/kernel'
make[2]: *** No rule to make target
`/usr/src/linux-2.2.16/include/linux/autoconf.h', needed by
`/usr/src/linux-2.2.16/include/linux/modules/signal.ver'.  Stop.
make[2]: Leaving directory `/usr/src/linux-2.2.16/kernel'
make[1]: *** [_sfdep_kernel] Error 2
make[1]: Leaving directory `/usr/src/linux-2.2.16'
make: *** [dep-files] Error 2
---

I checked, and sure enough, autoconf.h doesn't exist.  What's up with
that?  Any advice would be greatly appreciated, as I need to get this
machine operational withe new kernel PDQ.

Thanks!
--
Steve



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Partitions

2000-09-25 Thread Stephen E. Hargrove

I'm preparing to install an IDE 45gb hard drive on a RH6.1 system.  It's
not a primary drive, and will mainly be used for extra storage of
documents.  I have a few elementary questions:

1) Other than making sure IDE support is compiled into the kernel, what
steps do I need to take to prepare for installing this device?

2) What steps are necessary to get it properly formatted for Linux?

3) Would it be okay to devote the entire 45gb to one partition, or will
it be necessary to divide it into numerous partitions?  If I need to
create more than one partition, how big should they be?

4) Also, I have a 4.5gb SCSI drive which currently mounts as /data on
/dev/sdb1.  Once I get the 45gb drive installed, all of the data on
/data will be moved to the new drive, leaving /dev/sdb1 unoccupied.  How
do I go about (a) deleting the partition and (b) redefining it as /www? 
Basically, I'm wanting to move all webserver-related files to this one
drive.

Thanks!
--
Steve



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: kernel configuration

2000-09-21 Thread Stephen E. Hargrove

Erik de Groot wrote:
> 
> Quick little question.
> 
> I am running RH 6.1 and seem to have changed my kernel config file and can't find 
>the config
> for my current kernel.
> 
> Is there a way to get the configuration from the current running kernel?

cd /usr/src/linux
make oldconfig

--
Steve



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Securing FTP/Telnet

2000-09-20 Thread Stephen E. Hargrove

I've turned off FTP and Telnet access to my linux server by commenting
out the following lines in inetd.conf:

# ftp   stream  tcp nowait  root/usr/sbin/tcpd  in.ftpd -l -a
# ftp   stream  tcp nowait  root/usr/bin/ftpd -L -a
# telnetstream  tcp nowait  root/usr/sbin/tcpd 
in.telnetd

Also, I've set up my box to only allow certain IP addresses to telnet or
FTP by adding the following to my hosts.allow:

in.telnetd:192.168.2.2, 192.168.2.3, 192.168.2.6

and hosts.deny:

in.telnetd:ALL

So, the way the system is currently set up, only 3 machines on the
internal network can telnet or FTP to the server.  Telnet and FTP have
been disabled, but ssh connections are currently working.

I now have external users who need to access FTP and telnet services on
the server (i.e., people from various locations with dynamic IP
addresses).  I need to ensure that both telnet and FTP are done only
through ssh2.  Is there a document that will walk me through
implementing this, or can anyone give me a quick run through of what I
need to do?

Thanks!
--
Steve



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Port Forwarding Maybe? SOLVED

2000-09-19 Thread Stephen E. Hargrove

That's the ticket!  Thank Michael.  I modified httpd.conf to listen to
192.168.1.10:80 and pointed the pinhole on the DSL router to
192.168.1.10 and now is working perfectly.

Thanks again!
--
Steve



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Port Forwarding Maybe?

2000-09-19 Thread Stephen E. Hargrove

Sorry for the confusing info in my original post.  Let my try to clarify
based on the questions received.

"Michael R. Jinks" wrote:
> 
> Does the DSL modem have two associated IP's as well -- 192.168.1.254 and
> also the 66.x.x.x address you mention below?


192.168.1.254 is the internal IP address of the DSL modem.  66.x.x.x is
the IP address assigned to the connection between my ISP and the DSL
modem.

> Are the "internal network" and "connects to DSL" addresses above both residing
> on one system?  (that's what I assume but you don't say explicitly)

Yes.


> So in English, you're forwarding 66.x.x.x:80 on the Cayman to either
> 192.168.2.1:80 or 192.168.1.10:80 on your internal system?

Yes.

> About the internal system -- does it pass those packets on to some other
> machine, or does it house the web daemon itself?  At this point I'm a little
> confused about your network topology.

The machine has two NICs:

192.168.1.10 connects to the DSL modem.
192.168.2.1 connects to the internal network.

This machine houses the the web daemon.

> The "outside network" in this sentence is The Internet?  Or a DMZ between
> your "home" network and the outside?

Yes.  Any connection made from outside my internal network, i.e.,
someone trying to access Apache from the Internet.


> How are 192.168.1.0 and 192.168.2.0 connected?

I don't understand this question.

> 
> > I'm specifically requesting
> > http://66.xxx.xxx.xxx/index.html, which does exist.
> >
> > - If I configure Apache to listen to 192.168.1.10:80, the system responds
> > that the website is unreachable.
> 
> Which system?

That's the response received when trying to access the webserver from
the Internet (i.e., from outside the internal network - from home,
another office, etc.).

 
> > I'm using IP Masquerade  to mask all traffic on the internal network out
> > through 192.168.1.10 and the router.
> 
> _and_ the router?  Please explain what that means.

Internal requests for external resources route out 192.168.1.10, which
is connected to the DSL router, which is connected to the Internet.

> Which network -- 192.168.2.0 or 192.168.1.0 -- do you mean by the "internal"
> network?

192.168.2.0 is the internal network.
192.168.1.0 houses the NIC connecting to the DSL router (192.168.1.10)
and the DSL router (192.168.1.254).


> I think what would help me the most is if you could describe your network
> layout a little more -- specifically, where does the web server live, how many
> machines are actually involved, and which network addresses reside where?


192.168.2.1 is a NIC on the server.
192.168.2.2 is a workstation.
192.168.2.6 is a workstation.
etc.

192.168.1.10 is a NIC on the same server previously mentioned.
192.168.1.254 is the DSL router.  The router connects to 192.168.1.10
and the Internet.


192.168.2.2---|---||--|
192.168.2.6---|Server |192.168.1.10| DSL router   | 66.x.x.x
192.168.2.8---|192.168.2.1|eth1| 192.168.1.254|-
Internet
192.168.2.9---|___eth0||__|


I hope this helps.  If I can provide further info, please let me know.

--
Steve



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Port Forwarding Maybe?

2000-09-18 Thread Stephen E. Hargrove

I've been chasing a problem now for a few days, and it's driving me nuts.
Hopefully someone here can shed some light on my obviously darkened (at
best) understanding.

Two NICs:
192.168.2.1 - internal network
192.168.1.10 - connects to DSL router
192.168.1.254 - DSL router/Modem

I'm trying to let the external world access an internal webserver.  On the
DSL router (Cayman 3220-H), I've created a pinhole for incoming requests to
port 80.  Following are the scenarios:

- If I point the pinhole to 192.168.2.1, attempting to access my webserver
from outside the network results in a timeout.

- If I point the pinhold to 192.168.1.10 and use ipmasqadm portfw -a -P tcp
-L 192.168.1.10 80 -R 192.168.2.1 80, the system responds that the page
contains no data.  I'm specifically requesting
http://66.xxx.xxx.xxx/index.html, which does exist.

- If I configure Apache to listen to 192.168.1.10:80, the system responds
that the website is unreachable.

I'm using IP Masquerade  to mask all traffic on the internal network out
through 192.168.1.10 and the router.

Can anyone offer me any advice on how to make my internal webserver
available to the external world?

Thanks in advance, and if you need more information, just say the word!
--
Steve





___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



just a test

2000-09-18 Thread Stephen E. Hargrove

test




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Mount problems

2000-09-16 Thread Stephen E. Hargrove

I'm trying to mount a shared directory on a Win98 system using the
following command:

smbmount //peacedog/g /mnt/stephen -d 777

The system responds with the following message:

SMBFS: need mount version 6
mount error: Invalid argument
Please look at smbmount's manual page for possible reasons

Does anyone know where I can find mount version 6 (or which package to
download)?  I've poked around various places and haven't been able to
locate it.

Thanks!
--
Steve



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Pinholes, Port 80 and other nonsense

2000-08-23 Thread Stephen E. Hargrove

The basic problem is that when I try to access my http server, I receive
the following message:

Network error
Unable to request URL from host 63.101.116.77:80: Connection refused

The background is a little convoluted, so if I leave anything out, just
let me know and I'll be glad to supplement.

192.168.2.1 is my Linux box.  It's running httpd on port 80.  A netstat
-an | grep LISTEN | grep 80 reveals that http is listening to port 80. 
This machine masquerades at 192.168.2.0, forwarding external requests to
192.168.1.10, which is a network card connected to a Cayman DSL
modem/router/firewall defined as 192.168.1.254.  Querying the Cayman
reveals the following IP information:

IP Interfaces:
ENET (lan): ( up broadcast default rip-send v1 rip-receive v1 )
  inet 192.168.1.254 netmask 255.255.255.0 broadcast 192.168.1.255
  physical address 00.00.89.2a.e6.8a mtu 1500
PPP (vcc1): ( up point-to-point address-mapping )
  inet 63.101.116.77 netmask 0.0.0.0 peer address 207.18.66.1
  physical address 00.00.00.00.00.00 mtu 1500

I'm working on the assumption that 63.101.116.77 is the dynamic IP
address assigned by my ISP.  On the Cayman, I've defined a "pinhole" as
follows:

Protocol: TCP
External Port: 80
Internal Port: 80
Internal IP Address: 192.168.2.1

According to the documentation, this should pass TCP requests for port
80 to the internal IP address of 192.168.2.1.  Judging from the error
message, it appears to be working.

Internally, if I access http://192.168.2.1, everything works properly. 
Apache serves up the webpages.  However, when I access
http://63.101.116.77, I get the error message given above.  Does anyone
have any idea as to why this connection is being refused?  Do I need to
give some sort of ipchains command that will allow the request to pass
through to 192.168.2.1?  If so, what would that be?

Again, if I need to provide more information, just say the word.

Thanks!
--
Steve



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: DSL & Dual NICs

2000-08-23 Thread Stephen E. Hargrove

A big "thank you" to everyone who participated in this thread.  My
network is now functional!
--
Steve



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



DSL (SOL/DOA)

2000-08-19 Thread Stephen E. Hargrove

Okay, I've taken everyone's recommendations to heart concerning eth0,
eth1 and my private network.  I can access all machines locally, but IP
Masquerade isn't working (i.e., I can't ping outside of 192.168.2.0
UNLESS I'm working from 192.168.2.1, in which case I can access both the
private network and the Internet).  I've set up the following:

eth0: 192.168.2.1
eth1: 192.168.1.10

192.168.2.x is now my private network.  192.168.1.x relates to the
outside world.  eth1 is set to 192.168.1.10 because it connects to my
DSL modem/router which is set to 192.168.1.254.  Following is my netstat
-rn:

Kernel IP routing table
Destination Gateway   Genmask  Flags  MSS
Window  irtt Iface
192.168.2.1  0.0.0.0   255.255.255.255 UH 0
0   0 eth0
192.168.1.100.0.0.0   255.255.255.255 UH 0
0   0 eth1
192.168.2.0  0.0.0.0   255.255.255.0
U 0 0   0 eth0
192.168.1.0  0.0.0.0   255.255.255.0
U 0 0   0 eth1
127.0.0.0  0.0.0.0   255.0.0.0
U 0 0   0  lo
0.0.0.0  192.168.1.254  0.0.0.0
UG  0 0   0 eth1

I execute the following in my rc.local during boot-up (this is necessary
because the tulip driver conflicts with the eth0 driver if they're both
activated during boot-up):

insmod /lib/modules/2.2.12-20/net/tulip.o
/etc/sysconfig/network-scripts/ifup eth1
route add default gw 192.168.1.254 eth1
/etc/rc.d/rc.dsl

/etc/rc.d/rc.dsl contains my ipchains commands for setting up IP
Masquerade.  In addition to the normal IP Masq commands (/sbin/depmod
-a, /sbin/modprobe ip_masq_ftp, etc.), the following is executed:
/sbin/ipchains -P forward DENY
/sbin/ipchains -A forward -s 192.168.1.10/24 -j MASQ

/proc/sys/net/ipv4/ip_forward is set to 1
/proc/sys/net/ipv4/ip_dynaddr is set to 1

The default gateway on all machines within the 192.168.2.x network is
set to 192.168.2.1.  For example, here's the netstat on one of the
machines:

Kernel IP routing table
Destination Gateway   Genmask Flags  MSS Window
irtt Iface
192.168.2.6 0.0.0.0   255.255.255.255 UH 0
0   0 eth0
192.168.2.0 0.0.0.0   255.255.255.0  U0
0   0 eth0
192.168.2.0 0.0.0.0   255.255.255.0  U0
0   0 eth0
127.0.0.0 0.0.0.0   255.0.0.0
U0 0   0 lo
0.0.0.0192.168.2.10.0.0.0
UG 0 0   0 eth0

All Win9x machines point to 192.168.2.1 as well.

I've run a traceroute to an external address, and here's the result:

# traceroute 208.221.108.11
traceroute to 208.221.108.11 (208.221.108.11), 30 hops max, 38 byte
packets
1  pappy (192.168.2.1)  0.588 ms  0.431 ms  0.422 ms
2  * * *
3  * * *
4  * * *

etc., etc., etc.  It appears that 192.168.2.1 isn't routing the packets
to 192.168.1.10.  Again, from the machine defined as 192.168.2.1, I can
access the private network and the world.  But from any other machine, I
can only access the 192.168.2.x network.  I'm sure the fix is something
simple, but right now, it's beyond me.  Anyone have any ideas?

Thanks.
--
Steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



DSL & Dual NICs

2000-08-16 Thread Stephen E. Hargrove

My server has two NICs, eth0 (192.168.1.1) and eth1 (192.168.1.10).
eth0 connects to my private network and eth1 connects to the external
DSL modem (Cayman 3220 DSL router).  The router acts as a firewall
(which I hate but really can't do anything about).  The router is
defined as 192.168.1.254, and has 4 ethernet connections on the front.
If I plug directly into the router, I can access http://192.168.1.254
from my browser and configure it.  However, I can't access it from any
station on my network (i.e., from 192.168.1.1 or 192.168.1.6, etc.).
When I attempt, it responds with the following error:

A network error occurred:
unable to connect to server (TCP Error: No route to host)
The server may be down or unreachable

I can't ping it or telnet to it, either.  So, I must have something
wrong in my routing tables, right?  Here's my netstat -rn:

Kernel IP routing table
Destination Gateway Genmask Flags   MSS Window  irtt
Iface
192.168.1.1 0.0.0.0 255.255.255.255 UH0 0  0
eth0
192.168.1.100.0.0.0 255.255.255.255 UH0 0  0
eth1
192.168.1.0 0.0.0.0 255.255.255.0   U 0 0  0
eth0
192.168.1.0 0.0.0.0 255.255.255.0   U 0 0  0
eth1
127.0.0.0   0.0.0.0 255.0.0.0   U 0 0  0
lo
0.0.0.0 192.168.1.254   0.0.0.0 UG0 0  0
eth1
0.0.0.0 192.168.1.254   0.0.0.0 UG0 0  0
eth0

I'm using IPMasquerade, and as far as that goes, everything seems to be
working correctly (all PCs can access the 'net, etc.).

Does anyone have any ideas on how I can go about accessing
192.168.1.254?  I'm stumped.
--
Steve




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



test

2000-06-10 Thread Stephen E. Hargrove

just a test.  sorry.



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




Route Problem

2000-05-25 Thread Stephen E. Hargrove

well, it's more a nuisance than a problem.  following is my netstat -rn:

Kernel IP routing table
Destination Gateway Genmask Flags   MSS Window  irtt
Iface
192.168.1.1 0.0.0.0 255.255.255.255 UH0 0  0
eth0
192.168.1.100.0.0.0 255.255.255.255 UH0 0  0
eth1
192.168.1.0 0.0.0.0 255.255.255.0   U 0 0  0
eth0
192.168.1.0 0.0.0.0 255.255.255.0   U 0 0  0
eth1
127.0.0.0   0.0.0.0 255.0.0.0   U 0 0  0
lo
0.0.0.0 192.168.1.254   0.0.0.0 UG0 0  0
eth1
0.0.0.0 192.168.1.100.0.0.0 UG0 0  0
eth0

as you can see, i'm the proud owner of two default gateways.  i've tried
to delete the 192.168.1.10 gateway, but apparently i'm too dense to
properly structure the route del command.  the man page isn't very
helpful, and all of the books i have only discuss adding to the route
table.

anybody have an idea?
--
Steve
http://www.StephenHargrove.com
*
Mozart: http://www.virtual-attorney.com/mozart
Linux & The Law Office: http://www.Virtual-Attorney.com/linux
Texas Criminal Law: http://www.Virtual-Attorney.com/criminal
BuckOwensFan:  http://www.BuckOwensFan.com
*


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




Re: ICQ

2000-04-05 Thread Stephen E. Hargrove

Ray Parish wrote:
>
> What ICQ program does this list suggest for Linux? Thanks

i use everybuddy (www.everybuddy.com).  i don't know about the other
programs, but everybuddy lets you chat regardless of whether the other
person uses aim, icq, msn or yahoo.
--
steve



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




Re: Is WP8 for linux free dowload still available?

2000-03-29 Thread Stephen E. Hargrove

Lyndon Sundmark wrote:
>
> Does anyone know whether Corel's Wordperfect for Linux is still
> available as a free download and if so where?
> 
> I have gone to the usual sites: Corel, CDROM, and Download.com but to no
> avail. ( ie the download links do not work)

http://linux.corel.com
--
steve



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




WP Office 2000

2000-03-27 Thread Stephen E. Hargrove

The original press release from Corel stated that Office 2000 would be
available for download to currently registered users on March 27.  I've
looked on their website and can't find anything about a download.  The only
thing that mentions anything about a download is "WordPerfect Office 2000
for Linux will be available online and on store shelves in early April
2000."  Does anyone know anything about what's up?
--
Steve



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




Re: Tape Drive Woes

2000-03-24 Thread Stephen E. Hargrove

Adam Sleight wrote:

> have you tried
> tar cvfM /dev/st0 /whatever/directory; mt -f /dev/st0 rewoff

Here's what I get:

[root@linux Stephen]# tar cvfM /dev/st0 /home; mt -f /dev/st0 rewoff
tar: Removing leading `/' from archive names
home/
home/lost+found/
home/ftp/
home/ftp/bin/
home/ftp/bin/compress
tar: WARNING: Cannot close /dev/st0 (3, -1): Input/output error
Prepare volume #2 for /dev/st0 and hit return:

when I hit ctl-c to break out:

/dev/st0: Input/output error

> instead of /dev/st0  you may need to use /dev/nst0

/dev/nst0 gives the same input/output error message that /dev/st0 gives.
--
steve



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




Re: Tape Drive Woes

2000-03-24 Thread Stephen E. Hargrove

Bigdog wrote:
> 
> Have you tried some of the simple commands to check that the drive
> itself is OK, such as:
> 
> mt -f /dev/st0 status
> 

Here's the feedback I'm getting.  It's all the same, and quite immediate.

[root@linux Stephen]# mt -f /dev/st0 rewind
/dev/st0: Input/output error

[root@linux Stephen]# mt -f /dev/st0 retension
/dev/st0: Input/output error

[root@linux Stephen]# mt -f /dev/st0 erase
/dev/st0: Input/output error

[root@linux Stephen]# mt -f /dev/st0 tell
/dev/st0: Input/output error

[root@linux Stephen]# mt -f /dev/st0 load
/dev/st0: Input/output error

--
steve



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




Re: Tape Drive Woes

2000-03-24 Thread Stephen E. Hargrove

Hidong Kim wrote:
>
> Have you tried just regular tar?
>
> tar cvf /some/directory /dev/st0

/dev/st0 is nonresponsive.  The tape whirs during boot-up and dmesg lists
the drive as mentioned before.  Other than this, nothing.

> Also, check the permissions on /dev/st0 to see if your user is allowed
> to access it.  Good luck,

I'm running as root.  Here's the ls -al:

crw-rw   1 root disk   9,   0 May  5  1998 /dev/st0
--
steve



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




Re: OT: ntop

2000-03-21 Thread Stephen E. Hargrove

Alan Mead wrote:
>
> Any port?  Are you running it as root?  100 is a privileged port.  I would
> try something > 1000.  But I think you must still be root to run it.

i'm running it as root.  i've tried various ports (e.g., 1000, 1050, 3000,
1024, etc.) all with the same results:

Network error
Unable to read URL from host 192.168.1.1: no response from server

--
steve



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




Re: OT: ntop

2000-03-21 Thread Stephen E. Hargrove

Hal Burgiss wrote:
>
> Mine is:
>
> [hal@feenix hal]$ ll /sbin/ntop
> -rwsr-xr-x   1 root sys255928 May  3  1999 /sbin/ntop*
>
> I installed via RPM, so this probably whoever did the spec file. Since
> it needs to go into promiscuous mode (AFAIK), it may need to be
> owned by root also.


well, i did a chmod 6755 on it such that it appeared as:

-rwsr-sr-x   1 Stephen  users  746388 Mar 21 10:17 /usr/local/sbin/ntop

and chmod 755 so it is:

-rwxr-xr-x   1 Stephen  users  746388 Mar 21 10:17 /usr/local/sbin/ntop

but the result is still the same.  i also get the same results when
owner/group is root, so that can't be it either.
--
steve



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




Re: NeoMagic Chip

1999-11-26 Thread Stephen E. Hargrove

Jay Guerette wrote:

> Do you have enough memory to support that color depth at that resolution?
>
> ---
> Jay Guerette
> Operations Group
> Raging Bull, Inc.
> 100 Brickstone Square
> Andover, MA 01810
> 978-247-5554

I think this is it.  At 2mb, and given that everything else looks correct, it's
the only explanation.  Since there's no other place around the place, this must
be the place.

Thanks, guys.  Now to see about getting this ram upgraded . . .
--
Steve



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



NeoMagic Chip

1999-11-25 Thread Stephen E. Hargrove

I'm running Linux on a Gateway Solo 2500, and I've installed the patch at
ftp://ftp.redhat.com/pub/XFCom/XFCom-neomagic-libc5-2.0.0-1.i386.rpm, but I
cannot seem to get startx -- -bpp 24 working at 1024x768.  Is this possible.
Attached is my XF86Config file.  Sorry to send attachments to the list, and
thanks for any input you guys may have.
--
Steve




Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
#ModulePath "/usr/X11R6/lib/modules"
EndSection

#Section "Module"
#Load "xf86Jstk.so"
#EndSection

Section "ServerFlags"
#NoTrapSignals
#DontZap
#DontZoom
#DisableVidModeExtension
#AllowNonLocalXvidtune
#DisableModInDev
#AllowNonLocalModInDev
EndSection

Section "Keyboard"
Protocol"Standard"
AutoRepeat  500 5
#XkbDisable
XkbKeymap   "xfree86(us)"
EndSection

Section "Pointer"
#Protocol"Microsoft"
#Device  "/dev/ttyS0"
Protocol"PS/2"
Device  "/dev/psaux"
Emulate3Buttons
Emulate3Timeout50
EndSection

Section "Monitor"
Identifier  "Generic Multisync"
VendorName  "Unknown"
ModelName   "Unknown"
HorizSync   30-64
VertRefresh 50-100

# 640x480 @ 60 Hz, 31.5 kHz hsync
Modeline "640x480" 25.175 640  664  760  800   480  491  493  525
# 800x600 @ 60 Hz, 37.8 kHz hsync
Modeline "800x600" 40 800  840  968 1056   600  601  605  628 +hsync +vsync
# 1024x768 @ 60 Hz, 48.4 kHz hsync
Modeline "1024x768"651024 1032 1176 1344   768  771  777  806 -hsync -vsync

EndSection

Section "Device"
Identifier  "NeoMagic"
#Chipset"NM2160"
#IOBase 0xfea0
#MemBase0xfd00
#VideoRam   2048
#DacSpeed   90
#Option "linear"
#Option "nolinear"
#Option "sw_cursor"
#Option "hw_cursor"
#Option "no_accel"
#Option "intern_disp"
#Option "extern_disp"
#Option "mmio"
#Option "no_mmio"
#Option "lcd_center"
#Option "no_stretch"
EndSection

Section "Screen"
Driver  "svga"
Device  "NeoMagic"
Monitor "Generic Multisync"
Subsection "Display"
Depth   8
Modes   "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth   16
Modes   "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth   24
Modes   "1024x768" "800x600" "640x480"
EndSubsection
EndSection