Droid: "You can't pass out free software here."

2001-06-02 Thread Robert Cymbala

   http://www.newsforge.com/article.pl?sid=01/06/01/1540231
 ---
(Thanks, Dan Kegal, who posted that to LULA in L.A.).




Installation Problems

2001-06-02 Thread Margarete Hans
H.
I think I made some progress.
Usually, my filesystem wouldn't mount.
This time, using

loadlin linux root=/dev/ram initrd=root.bin disksize=1.44

(linux is my linux kernel)
(all the files are on c:\, a dos partition)
the kernel booted fine but then ended with
"
Partition check:
 hda: hda1 hda2 hda3 < hda5 hda6 hda7 >
RAMDISK: Compressed image found at block 0
invalid compressed format (err=2)<6>apm: BIOS version 1.1 Flags 0x03
(Driver version 1.13)
apm: disabled on user request.
EXT2-fs warning: checktime reached, running e2fsck is recommended
VFS: Mounted root (ext2 filesystem).
Freeing unused kernel memory: 156k freed
kmod: failed to exec /sbin/modprobe -s -k binfmt-464c, errno = 2
kmod: failed to exec /sbin/modprobe -s -k binfmt-464c, errno = 2
Kernel panic: No init found. Try passing init= option to kernel.
ide0: unexpected interrupt, status=0x80, count=1
"

What do I pass to init= ?

I tried

loadlin linux root=/dev/ram initrd=root.bin disksize=1.44 init=single

as described in
http://www.ibiblio.org/mdw/HOWTO/BootPrompt-HOWTO-2.html#ss2.6,
the kernel image was loaded, but loadlin then reported
" can't open image file for initrd".
What should I do?

Besides, how come there is no kernel panic because of the
"invalid compressed format (err=2)" ?

Derek



Re: I need a windows-linux solution

2001-06-02 Thread Craig Kelley
On Sat, 2 Jun 2001, L.U.S.T List wrote:

>  --
>  List: Linux User Support Team List
>  Sender:   Brian Schramm <[EMAIL PROTECTED]>
>  Subject:  I need a windows-linux solution
>  Date: Sat, 2 Jun 2001 22:06:17 -0400 (EDT)
>  --
>
> I have a Linux machine on a cable modem.  That server has a lot of files
> that I need to get to from a Windows machine in another location that is
> on a dsl line.  I have tried samba but it is aparently blocked at the
> cable co.  I think NFS is open but there is no nfs client that I have
> gotten to work on windows yet I have pcnfs installed on my Debian server
> and my local 95 machine does not attach to it.  I have tried ice-nfs and
> omni for client software.
>
> Is there a way to do this?  Is there a problem in doing this?  I am at my
> wits end.

Hrmm, I know the Linux end supports tunneling protocols; but it's been so
long since I used Windows that I'm not certain it can yet.  I seem to
remember something about a 'Microsoft Virtual Network Adapter' that did
it;  Is there a linux box where the Windows machine is?

You can try enabling NFS version 3 in your kernel configuration to see if
that fixes the windows NFS clients.

-- 
It won't be long before the CPU is a card in a slot on your ATX videoboard
Craig Kelley  -- [EMAIL PROTECTED]
http://www.isu.edu/~kellcrai finger [EMAIL PROTECTED] for PGP block




Re: exim is making me crazy

2001-06-02 Thread Robert Cymbala

On Fri, Jun 01, 2001 at 10:28:57PM +0200, General Alcazar wrote:
> So, can somebody tell me what I have to do so that exim begins
> to wait for incoming SMTP connections?
 [ ... ]


Glad to meet you.  It made me crazy too.  Try looking at the following
guide.  Below is the link and the relevant section.  Does it help?
Bye for now, Robert.

  http://www.lafn.org/~cymbala/Debian/t4700ct.html#mmc_email

--
Make sure SMTP is listening (if it's not listening, this command will
have no output):

  netstat -a | grep -i smtp 

If not (SMTP is not listening if above command gives no output):

  Add a line for SMTP to /etc/inetd.conf... 
 #:MAIL: Mail, news and uucp services. 
 smtp stream tcp nowait mail /usr/sbin/exim exim -bs 
  Stop and start internet super-server: 
   /etc/init.d/inetd stop 
   /etc/init.d/inetd start 
  Check again: 
netstat -a | grep -i smtp 

-- 
 Robert Cymbala [EMAIL PROTECTED] ...or... [EMAIL PROTECTED]
QUEBEC CITY -- The leaders of 34 Western Hemisphere nations...
   promised to create a hemisphere in which `no one is left
 behind.' -- April 23. JAMES GERSTENZANG, L.A. Times



Re. Total confusion

2001-06-02 Thread Sidney Brooks

Steve Kowalik wrote:

On Sat, Jun 02, 2001 at 11:06:35AM -0700, Sidney Brooks uttered:
> Then /sbin/modprobe -v ppp
> Response: modprobe: Can't open dependencies file
> /lib/modules/2.2.14-15.0/modules.dep (No such file or directory)
>
Run depmod -a as root to fix that particular problem.

I ran depmod -a as root and got:
Can't open  /lib/modules/2.2.14-5.0/modules.dep for writing.

Again the number seems to indicate my kernel version is 2.2.14, which it 
shouldn't be. However, I do not know enough about kernels to be sure.





Re: How can i get my printer to work??

2001-06-02 Thread John Hughes
>> 
>>  Subject: How can i get my printer to work??
>>  Date: Sat, Jun 02, 2001 at 02:59:37PM -0500
>> 
>> In reply to:John Hughes
>> 
>> Quoting John Hughes([EMAIL PROTECTED]):
>> > I have a lexmark 3200 connected on LP0. how can i get it to print?
>> > 
>> 
>> What have you tried from the Printing-HOWTO that didn't work?

Ok, i managed to get farther in cups, and managed to configure cups for my 
printer. But when i
print something, the printer doesnt do anything. also, in Kups, when I try to 
edit the cupsd config
file, i get an error message "error while loading configuration file !"

I took a look at the cupsd error log, and found some weird things:

Job 5 queued on 'Lexmark 3200' by 'root'.
started filter /usr/lib/cups/filter/texttops (PID 6001) for job 5
started filter /usr/lib/cups/filter/pstops (PID 6002) for job 5
started filter /usr/lib/cups/filter/cupsomatic (PID 6003) for job 5
started filter /usr/lib/cups/backend/parallel (PID 6004) for job 5
PID 6003 stopped with status 32!




Re: Installation Problems

2001-06-02 Thread Robert Cymbala

Margaret wrote:
 >I assume that no one responded to my original message because it was
 >in rich text format so here it is again - hopefully in plain text
 >this time.
  [ ... ]

I've installed Debian on a similar computer (without a CD-ROM drive)
and along the way had to deal with the error message you're seeing.  I
carefully documented everything...

  http://www.lafn.org/~cymbala/Debian/t4700ct.html
  and
  http://www.lafn.org/~cymbala/Debian/t4700ct.html#install

In particular, check-out this part:
  "Here's another way to boot from Rescue Disk that worked with BIOS
   version 2.70"

My best tip is this: Check your BIOS version.  The computer I had was
given to me with BIOS 2.70 and it needed to be upgraded to 5.0 (big
leap).  Upgrading the BIOS made the Debian disks work a lot better!

Yours,
-- 
 Robert Cymbala [EMAIL PROTECTED] ...or... [EMAIL PROTECTED]
QUEBEC CITY -- The leaders of 34 Western Hemisphere nations...
   promised to create a hemisphere in which `no one is left
 behind.' -- April 23. JAMES GERSTENZANG, L.A. Times



Re. Total Confusion

2001-06-02 Thread Sidney Brooks

Nick wrote:

[snip]
>I have the2.2.r3 version of Debian. The full kernel description is
>2.0.38-2.0.38-3.
Can't comment on any of your other issues at the moment, but your
kernel version *can't* be right - I'm running Debian 2.2r2 which came
with kernel 2.2.18pre?, and which I've recently updated to 2.2.19 ...

I got these numbers from the kernel image module on the installation disk. 
After reviewing this note, I went back to the disk and found other kernel 
versions on it, including the two that Nick gives above.


At this point, I do not know which is actually installed. I tried the 
command kernelversion and got the response 2.2, which is no help.


Using dmesg, I get linux version 2.2.14-5.0 ([EMAIL PROTECTED]). 
I do not know if this is the kernel version installed or not. I guess that 
I must ask how one finds the full kernel version.




Re: iptables and 2.4.4 kernel in testing

2001-06-02 Thread Steve Kowalik
On Sat, Jun 02, 2001 at 11:44:17PM -0400, Simon Read uttered:
> Folks,
> 
> I have a two difficulties interpreting this message: iptables is not a
> dynamically loadable  module in 2.4.4  but is compiled in;  no modules
> were built at all for my 2.4.4 kernel.
>
*slap*
Do _not_ build iptables directly into the kernel. Modules Are Good[tm].
Build the iptables/netfilter stuff as modules, and it will probably all
start working.

-- 
Steve
  "I'm a sysadmin because I couldn't beat a blind monkey in a coding contest."
--Me



Re: Total Confusion

2001-06-02 Thread Steve Kowalik
On Sat, Jun 02, 2001 at 11:06:35AM -0700, Sidney Brooks uttered:
>   Then /sbin/modprobe -v ppp
>   Response: modprobe: Can't open dependencies file 
> /lib/modules/2.2.14-15.0/modules.dep (No such file or directory)
>
Run depmod -a as root to fix that particular problem.


-- 
Steve
  "I'm a sysadmin because I couldn't beat a blind monkey in a coding contest."
--Me



iptables and 2.4.4 kernel in testing

2001-06-02 Thread Simon Read
Folks,

I'm trying  to build a firewall  using the 2.4.4  kernel and iptables.
The kernel seems  to configure and build without  problems, but when I
try to run iptables to specify a rule I get a message like:

modprobe: Can't locate module ip_tables
iptables v1.2.2: can't initialize iptables table `nat': iptables who? (do you ne
ed to insmod?)
Perhaps iptables or your kernel needs to be upgraded.

I have a two difficulties interpreting this message: iptables is not a
dynamically loadable  module in 2.4.4  but is compiled in;  no modules
were built at all for my 2.4.4 kernel.

Can someone  tell me what  I need to  do to get iptables  working with
this  kernel?   I'd  also  appreciate  some pointers  on  getting  the
protocol masquerading  modules to compile in statically  to the kernel
(I  dislike  and  distrust  dynamically loadable  kernel  modules  for
reasons I don't need to get into here).

Simon



Re: I need a windows-linux solution

2001-06-02 Thread Jonathan D. Proulx
On Sat, Jun 02, 2001 at 10:06:17PM -0400, Brian Schramm wrote:
:I have tried samba but it is aparently blocked at the
:cable co.

Apparently because it doesn't work or because the cable co. said
they're blocking it?

You can use "nmap" to determine if bits on ports 137-9 are filtered
between the hosts (or call the cable co and ask, but the support folks
probably won't understand...)

Just on the winblows side of things:

you are maping the drive (or trying to) by hand
\\cable.host.ip.num\file-system not relying on network neighborhood
which is well um, S*(T.

You have NetBIOS over TCP enabled on the Window$ box.

The share name in samba.conf must be under some # of characters to
work (12 or 14), it took me three weeks to findout why I could use 3
out of 4 exports. 

That's all my thoughts for now.

I feel your pain,
-Jon




Re: disconnection problems

2001-06-02 Thread John Hasler
David Purton writes:
> These connection failures which occur when pppd receives this CBCP
> message first appear in my logs on May 24, and I'm trying to work out
> whether this is something wrong at my end, or if my ISP has changed
> something recently.

Looks like your ISP has a problem to me.
-- 
John Hasler
[EMAIL PROTECTED]
Dancing Horse Hill
Elmwood, Wisconsin



Re: How can i get my printer to work??

2001-06-02 Thread Wayne Topa

Subject: How can i get my printer to work??
Date: Sat, Jun 02, 2001 at 02:59:37PM -0500

In reply to:John Hughes

Quoting John Hughes([EMAIL PROTECTED]):
> I have a lexmark 3200 connected on LP0. how can i get it to print?
> 

What have you tried from the Printing-HOWTO that didn't work?

-- 
MACINTOSH stands for Most Applications Crash If Not The Operating
System Hangs.
___



Re: Total Confusion

2001-06-02 Thread Bob Nielsen
On Sun, Jun 03, 2001 at 03:51:57AM +0100, Nick wrote:
> On Fri, 01 Jun 2001 18:15:02 -0700, Sidney Brooks
> <[EMAIL PROTECTED]> wrote:
> 
> [snip]
> >I have the2.2.r3 version of Debian. The full kernel description is 
> >2.0.38-2.0.38-3.
> 
> Can't comment on any of your other issues at the moment, but your
> kernel version *can't* be right - I'm running Debian 2.2r2 which came
> with kernel 2.2.18pre?, and which I've recently updated to 2.2.19 ...

I suppose it could happen if he put kernel-image on hold then upgraded
from slink to potato.

Bob



Re: xscreensaver

2001-06-02 Thread Jonathan D. Proulx
On Sat, Jun 02, 2001 at 07:21:30PM -0500, ktb wrote:

:Every .xinitrc I have put together has exec lines for each line in the
:file.  If I understand it correctly all exec does is execute the
:program.  The tricky part is when back-grounding programs with "&" there
:has to be one, usually the window manager, which *isn't* back-grounded.  I
:have one .xinitrc for a kiosk which has everything back-grounded except 
:Netscape.   

Hmmm...

exec executes something in place of the current process.  If you are
in a bash shell and type "exec tcsh" when you exit tcsh you will exit
you login session (or xterm or what ever).  If you had simply typed
"tcsh" when you exit you'll be back in bash.

Obviously, this is working for you though.  I suspect it's because
you're backgrounding the jobs.

The example I was refering to wasn't backgrounded.  Alot of people
don't background setting the root window (not required because it
exits quickly and goes on to the next thing, though consistency would
be good too).

I didn't consider that backgrounding the job would make the "exec"
work.

-Jon



disconnection problems

2001-06-02 Thread David Purton

Hi,

I'm trying to track down a problem that has recently surfaced with my
ppp connection.

sys info: i586 running linux kernel 2.4.4 and pppd version 2.4.1

a few times recently my connection has died (usually when idle) with the
following messages in my ppp.log file:



Jun  2 13:19:38 twoflower pppd[313]: sent [LCP EchoReq id=0x44  
magic=0x9d1952ee]
Jun  2 13:19:38 twoflower pppd[313]: rcvd [LCP EchoRep id=0x44 magic=0x0]
Jun  2 13:19:42 twoflower pppd[313]: rcvd [CBCP code=0x5 id=0x1]
Jun  2 13:19:42 twoflower pppd[313]: Unsupported protocol 'CallBack Control Prot
ocol (CBCP)' (0xc029) received
Jun  2 13:19:42 twoflower pppd[313]: sent [LCP ProtRej id=0x2 c0 29 05 01 00 04]
Jun  2 13:19:42 twoflower pppd[313]: rcvd [IPCP TermReq id=0x2]
Jun  2 13:19:42 twoflower pppd[313]: IPCP terminated by peer
Jun  2 13:19:42 twoflower pppd[313]: Script /etc/ppp/ip-down started (pid 1796)
Jun  2 13:19:42 twoflower pppd[313]: sent [IPCP TermAck id=0x2]
Jun  2 13:19:42 twoflower pppd[313]: Script /etc/ppp/ip-down finished (pid 1796)
, status = 0x0
Jun  2 13:19:43 twoflower pppd[313]: rcvd [LCP TermReq id=0x3]
Jun  2 13:19:43 twoflower pppd[313]: LCP terminated by peer
Jun  2 13:19:43 twoflower pppd[313]: sent [LCP TermAck id=0x3]
Jun  2 13:19:46 twoflower pppd[313]: Connection terminated.
Jun  2 13:19:46 twoflower pppd[313]: Connect time 34.1 minutes.




These connection failures which occur when pppd receives this CBCP
message first appear in my logs on May 24, and I'm trying to work out
whether this is something wrong at my end, or if my ISP has  changed
something recently.

It is possible that the problem is related to the 2.4.4 kernel, which
I installed about a week before the problem first appeared.


Normally I have very few drop outs or disconnections of any kind - so
three in the last week or so does count as something not right


thanks in advance

David


Today people in droves hurry up past Heumoz to Villars 
on the road to the ski hills, so they can rush down them
as fast as possible, so they can hurry up again in order
to rush down again.  In a way this is funny,...

Francis A Schaeffer

David Purton

http://www.chariot.net.au/~dcpurton/
[EMAIL PROTECTED]




Re: I need a windows-linux solution

2001-06-02 Thread Alvin Oga

hi Brian

on your Linux box... amke sure you have samba configured properly...

- think you're making things more difficult than it is..

- make sure that the firewall does notprevent you from
  getting to the "samba ports"

linux# cat /etc/exports
- export /home/brian you want the client_win_box to read/wrie

linux# cat /etc/smb.conf
- make sure /home/brian is listed

windows side...
network make the drive,  linux:/home/biran to V: or whatever

===
=== what do you mean ... samba is apparently blocked at the cable co ???
=== that's NOT reasonable...
===
=== easy test is to have a windowPC on the same lan as the linux box
=== and see if it works locally on the same wire... than going
=== across the internet on 2 DSL lines is matter of firewalls and
=== security *you* allow or disallow access to *your* machines
===


- always use ip#  .. not  host.domain_name.com
- if you have dynamic ip# on your dsl hummm ... more fun
times..

you can also install ssh on your windows PC...
- use ssh to log into your linux box and do your magic

- use scp to copy fils from linux to windows or vice versa

- when copying files from linux to windows filesystems...
its a good idea to backup your windows box due to 
some old incompatibilities between window and unix
time stamps and file permissions

- samba-2.0.7 or better should be okay w/ linux-2.2.16 or better

and for more fun... you can use (secure)VNC to do your magic too
from linux to windows or vice versa

c ya
alvin
http://www.Linux-1U.net  500Gb 1U Raid5 


On Sat, 2 Jun 2001, Brian Schramm wrote:

> I have a Linux machine on a cable modem.  That server has a lot of files
> that I need to get to from a Windows machine in another location that is
> on a dsl line.  I have tried samba but it is aparently blocked at the
> cable co.  I think NFS is open but there is no nfs client that I have
> gotten to work on windows yet I have pcnfs installed on my Debian server
> and my local 95 machine does not attach to it.  I have tried ice-nfs and
> omni for client software.
> 
> Is there a way to do this?  Is there a problem in doing this?  I am at my
> wits end.
> 
> Please help.
> 



Re: I need a windows-linux solution

2001-06-02 Thread Brian Schramm
OK I need to make it a little more clear.  I need to access these files in
realtime.  They are used for outlook and other programs.  I could use a
routine to update the local files but the size and time does not allow for
that.  I need to be able to access it like a norma drive.

Brian

Brian Schramm
[EMAIL PROTECTED]ICQ 104442754  AIM schrammbrian
www.linuxexpert.org

   
On Sun, 3 Jun 2001, Sebastian Becerra wrote:

> Have you tried. .. FTP??
> 
> Check out Proftpd.  (Although just about any server you pick will end up
> having a huge security hole in the future; not much you can do about it
> besides running a reasonably recent release.)
> 
> - Original Message -
> From: "Brian Schramm" <[EMAIL PROTECTED]>
> To: "NCSA Dicussion" <[EMAIL PROTECTED]>; "L.U.S.T List"
> <[EMAIL PROTECTED]>; 
> Sent: Saturday, June 02, 2001 10:06 PM
> Subject: I need a windows-linux solution
> 
> 
> > I have a Linux machine on a cable modem.  That server has a lot of files
> > that I need to get to from a Windows machine in another location that is
> > on a dsl line.  I have tried samba but it is aparently blocked at the
> > cable co.  I think NFS is open but there is no nfs client that I have
> > gotten to work on windows yet I have pcnfs installed on my Debian server
> > and my local 95 machine does not attach to it.  I have tried ice-nfs and
> > omni for client software.
> >
> > Is there a way to do this?  Is there a problem in doing this?  I am at my
> > wits end.
> >
> > Please help.
> >
> > Brian
> >
> > Brian Schramm
> > [EMAIL PROTECTED]ICQ 104442754  AIM schrammbrian
> > www.linuxexpert.org
> >
> >
> >
> >
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> >
> >
> 



Re: Total Confusion

2001-06-02 Thread Nick
On Fri, 01 Jun 2001 18:15:02 -0700, Sidney Brooks
<[EMAIL PROTECTED]> wrote:

[snip]
>I have the2.2.r3 version of Debian. The full kernel description is 
>2.0.38-2.0.38-3.

Can't comment on any of your other issues at the moment, but your
kernel version *can't* be right - I'm running Debian 2.2r2 which came
with kernel 2.2.18pre?, and which I've recently updated to 2.2.19 ...

HTH
Nick Boyce
Bristol, UK
--
I'd rather have a bottle in front of me
than a frontal lobotomy.



Re: I need a windows-linux solution

2001-06-02 Thread Sebastian Becerra
Have you tried. .. FTP??

Check out Proftpd.  (Although just about any server you pick will end up
having a huge security hole in the future; not much you can do about it
besides running a reasonably recent release.)

- Original Message -
From: "Brian Schramm" <[EMAIL PROTECTED]>
To: "NCSA Dicussion" <[EMAIL PROTECTED]>; "L.U.S.T List"
<[EMAIL PROTECTED]>; 
Sent: Saturday, June 02, 2001 10:06 PM
Subject: I need a windows-linux solution


> I have a Linux machine on a cable modem.  That server has a lot of files
> that I need to get to from a Windows machine in another location that is
> on a dsl line.  I have tried samba but it is aparently blocked at the
> cable co.  I think NFS is open but there is no nfs client that I have
> gotten to work on windows yet I have pcnfs installed on my Debian server
> and my local 95 machine does not attach to it.  I have tried ice-nfs and
> omni for client software.
>
> Is there a way to do this?  Is there a problem in doing this?  I am at my
> wits end.
>
> Please help.
>
> Brian
>
> Brian Schramm
> [EMAIL PROTECTED]ICQ 104442754  AIM schrammbrian
> www.linuxexpert.org
>
>
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]
>
>



Re: I need a windows-linux solution

2001-06-02 Thread Petr \[Dingo\] Dvorak
On Sat, 2 Jun 2001, Brian Schramm wrote:

BS> I have a Linux machine on a cable modem.  That server has a lot of files
BS> that I need to get to from a Windows machine in another location that is
BS> on a dsl line.  I have tried samba but it is aparently blocked at the
BS> cable co.  I think NFS is open but there is no nfs client that I have
BS> gotten to work on windows yet I have pcnfs installed on my Debian server
BS> and my local 95 machine does not attach to it.  I have tried ice-nfs and
BS> omni for client software.
BS> 
BS> Is there a way to do this?  Is there a problem in doing this?  I am at my
BS> wits end.

Samba works thru isp's as far as i know, it's been few years since i toyed with
it, but try to google for 'lanman over internet' ..

if this is one time thing, just get one of the shareware ftp servers and
install it on your windows machine and then just ftp the files out of it .. or
you could just use ftp client on windows machine and ftp the files into the
linux machine .. 

Dingo.


  ).|.(
'.'___'.'
   ' '(>~<)' '
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-ooO-=(_)=-Ooo-=-=-=-=-=-=-=-=-=-=-=-=-=-
Petr [Dingo] Dvorak [EMAIL PROTECTED]
Coder - Purple Dragon MUD   pdragon.org port 
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ 369D93 ]=-=-
 Debian version 2.2.18pre21, up 3 days, 13 users, load average: 1.00
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-




I need a windows-linux solution

2001-06-02 Thread Brian Schramm
I have a Linux machine on a cable modem.  That server has a lot of files
that I need to get to from a Windows machine in another location that is
on a dsl line.  I have tried samba but it is aparently blocked at the
cable co.  I think NFS is open but there is no nfs client that I have
gotten to work on windows yet I have pcnfs installed on my Debian server
and my local 95 machine does not attach to it.  I have tried ice-nfs and
omni for client software.

Is there a way to do this?  Is there a problem in doing this?  I am at my
wits end.

Please help.

Brian

Brian Schramm
[EMAIL PROTECTED]ICQ 104442754  AIM schrammbrian
www.linuxexpert.org

   



(RESOLVED) Re: libpcap0 question

2001-06-02 Thread Curtis Hogg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I finally found out how to do it (RTFMing really does work). In my
/usr/src/libpcap-0.6.2/ dir, i did
ld -o libpcap.so -shared *.o

and that produced what appears to be a working .so libpcap (as in, my
program didn't horribly complain when i started it and it appears to be
working perfectly)

I wrote a patch against the configure script and Makefile.in for
libpcap-0.6.2, which is attached to this message if anyone wants it.

- -- Curtis Hogg [EMAIL PROTECTED]
- --

Cheit's Lament:
If you help a friend in need, he is sure to remember you--
the next time he's in need.
- --
Email 1 - [EMAIL PROTECTED]
Email 2 - [EMAIL PROTECTED]
WWW - [in transit]

On Fri, 1 Jun 2001, Aaron Brashears wrote:

> On Thu, May 31, 2001 at 03:03:08AM -0600, Curtis Hogg wrote:
> > My question then, is this? How/where did the .so file come from? When I
> > compiled libpcap 0.6.2 from source from www.tcpdump.org, all i got was a
> > libpcap.a file.
>
>
> I'm also working on a project using libpcap and libpcap dev, and I
> noticed this little issue. However, I don't have to redistribute, so I
> wasn't worried.  Try looking at the source, the diffs, and contact the
> maintainer if you're still wondering.
>
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>

-BEGIN PGP SIGNATURE-
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBOxmKSrHXK8DxaQMZEQKmogCg3ol+h1o62OHnHe7ZcpTjdYn1Ne8An31o
r0+pkpGdNBw69vHHDpx91l1V
=e37l
-END PGP SIGNATURE-
*** configure.old   Sat Jun  2 18:15:47 2001
--- configure   Sat Jun  2 18:16:13 2001
***
*** 2255,2258 
--- 2255,2259 
  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  
+ test -z "$INSTALL_SO" && INSTALL_SO='${INSTALL} -m 755'
  
  
***
*** 2419,2422 
--- 2420,2424 
  [EMAIL PROTECTED]@%$INSTALL_SCRIPT%g
  [EMAIL PROTECTED]@%$INSTALL_DATA%g
+ [EMAIL PROTECTED]@%$INSTALL_SO%g
  
  CEOF
*** Makefile.in.old Wed Jan 17 21:06:24 2001
--- Makefile.in Sat Jun  2 18:10:06 2001
***
*** 53,56 
--- 53,57 
  INSTALL_PROGRAM = @INSTALL_PROGRAM@
  INSTALL_DATA = @INSTALL_DATA@
+ INSTALL_SO = @INSTALL_SO@
  RANLIB = @RANLIB@
  
***
*** 92,98 
$(SRC) $(HDR) $(TAGHDR)
  
! CLEANFILES = $(OBJ) libpcap.a $(GENSRC) $(GENHDR) lex.yy.c
  
! all: libpcap.a
  
  libpcap.a: $(OBJ)
--- 93,99 
$(SRC) $(HDR) $(TAGHDR)
  
! CLEANFILES = $(OBJ) libpcap.a libpcap.so $(GENSRC) $(GENHDR) lex.yy.c
  
! all: libpcap.a libpcap.so
  
  libpcap.a: $(OBJ)
***
*** 101,104 
--- 102,109 
$(RANLIB) $@
  
+ libpcap.so: $(OBJ)
+   @rm -f $@
+   ld -o libpcap.so -shared $(OBJ)
+ 
  scanner.c: $(srcdir)/scanner.l
@rm -f $@
***
*** 141,144 
--- 146,154 
$(INSTALL_DATA) libpcap.a $(DESTDIR)$(libdir)/libpcap.a
$(RANLIB) $(DESTDIR)$(libdir)/libpcap.a
+   $(INSTALL_SO) libpcap.so $(DESTDIR)$(libdir)/libpcap.so.0.6.2
+   @rm -f $(DESTDIR)$(libdir)/libpcap.so.0
+   ln -s $(DESTDIR)$(libdir)/libpcap.so.0.6.2 
$(DESTDIR)$(libdir)/libpcap.so.0
+   @rm -f $(DESTDIR)$(libdir)/libpcap.so
+   ln -s $(DESTDIR)$(libdir)/libpcap.so.0 $(DESTDIR)$(libdir)/libpcap.so
[ -d $(DESTDIR)$(includedir) ] || \
(mkdir -p $(DESTDIR)$(includedir); chmod 755 
$(DESTDIR)$(includedir))
***
*** 157,160 
--- 167,173 
  uninstall:
rm -f $(DESTDIR)$(libdir)/libpcap.a
+   rm -f $(DESTDIR)$(libdir)/libpcap.so.0.6.2
+   rm -f $(DESTDIR)$(libdir)/libpcap.so.0
+   rm -f $(DESTDIR)$(libdir)/libpcap.so
rm -f $(DESTDIR)$(includedir)/pcap.h
rm -f $(DESTDIR)$(includedir)/pcap-namedb.h


Re: xscreensaver

2001-06-02 Thread ktb
On Sun, Jun 03, 2001 at 01:55:18AM +0200, Jeroen Valcke wrote:
> On Sat, Jun 02, 2001 at 06:28:58PM -0500, ktb wrote:
> > Try -
> > exec xscreensaver &
> 
> Thanks for your very quick respons but this doesn't seem to work.
> xscreensaver doesn't get started automatically when I log in?
> Does this work for you?
> Regards

Yes it works for me.  Here is a link in the archives explaining which
file to use with regard to your start method -
http://www.geocrawler.com/archives/3/199/1998/6/0/1322730/

This is an abbreviated version of my .xinitrc.  I don't run a screen
saver on this computer. -

#!/bin/sh
bggen slategray slategray slategray black|xv -root -quit - &
exec xset b 0 0 &
exec xrdb -load .Xresources &
exec xmodmap .Xmodmap & 
exec imwheel &
exec pwm 

Permissions are -
scab:~$ ll .xinitrc
-rw-r--r--1 kent kent 1.0k Jun  2 13:49 .xinitrc

kent

-- 
 From seeing and seeing the seeing has become so exhausted
 First line of "The Panther" - R. M. Rilke




Re: Installation Problems

2001-06-02 Thread Margarete Hans
> Hi,
>
> Your hard disk is IDE? DO you know the name and make.
Hard Drive Type 65 (813MB) (?). It is IDE.
> But in your case I suspect the problem with the floppy
> disk. Try to use the best disk when you run rawwrite
>
> or check the badblock fisrt.
How do I check that?
>
> TO make sure your computer is bootable in Linux you
> can try loadlin provided that you can boot into DOS,
> Pls fine loadlin some where in debian ftp server, put
> it
> like c:\loadlin.exe
> And the kernel image I am not sure where to download
> it may be some one has an idea, If you need I can send
> you one made by me.) for example you save the kernel
> image as the file c:\bzimage
>
When I found the loadlin program, (in the installation instructions,
http://www.debian.org/releases/stable/i386/install, 6.3.1) there was a
description of how to install linux from a DOS partition. As indicated
there, I put the install.bat, loadlin.exe, base, driver, rescue and
root disc onto the laptop harddrive (using winzip and multidisc
spanning , a real pain - I don't have a modem on the laptop). When
starting loadlin followed simply by "linux" (my kernel image), the
same thing happened as when I was using the compact rescue disc: the
kernel started fine, went through a couple of pages of
initializations, then
"
[MS-DOS FS Rel. 12, FAT 16, check=n, conv=b, uid=0, gid=0, unmask=022]
[me=0x23,  . some other similar values ]
Transaction block size =512
Invalid session or number
Kernel panic: VFS: Unable to mount root fs on 3:02
ide0: unexpected interrupt, status=0x80, count=1
"
When I tried
loadlin linux root=/dev/hda1 (my DOS partition), same start but then:
"
request_module[n]s_cp437: Root fs not mounted
Unable to load NLS charsetcp437

repeat last 2 lines then

VFS: Mounted root (msdos filesystem) readonly.
Freeing unused kernel memory: 156k freed
Warning unable to open an initial console.
Kernel panic: No init found. Try passing init= option to kernel.
ide0: unexpected interrupt, status=0x80, count=1
"
With loadlin linux root=/dev/hda2 (my unformatted linux partition),
same as without indicating root=.
With loadlin linux root=/dev/ram (as is done in the install.bat), same
start but then:
"
[MS-DOS FS Rel. 12, FAT 16, check=n, conv=b, uid=0, gid=0, unmask=022]
[me=0x23,  . some other similar values ]
Transaction block size = 512
Kernel panic: VFS: Unable to mount root fs on 01:00

> Then at the dos prompt type
> loadlin bzimage root=/dev/hda2
>
> Just to check if the kernel is loaded. You will have
> the error at last as /dev/hda2 is not a root partition
> at the moment but you can watch if the kernel detects
> everything. Please post the message that the kernel
> inform.

I guess that means that the kernel loads well, but has problems
mounting the filesystem.


>
> If you need the kernel reply me.
>
> Regards
>




Re: Wireless Conection

2001-06-02 Thread Sergio E. Schvezov
ok i've fixed it, it works, great, change the MTU from 1500 to 1492 and
it's running smoothly :)
thanks
* Jonathan D. Proulx ([EMAIL PROTECTED]) wrote:
> On Sat, Jun 02, 2001 at 06:55:05PM -0300, Sergio E. Schvezov wrote:
> 
> :Well so far it fairly works for almost everything except for http :(
> 
> I had a similar problem when I put in my DSL. Not the same, it only
> affected boxes behind my Debian box that was runing NAT to share the
> connection, the machine that was directly attached to the DSL
> router/gateway worked fine.
> 
> Any way the fix for me was lowering the MTU on the machines HTTP
> wasn't passing through for (to 1464 looks like).
> 
> Not quite the same problem, but it's a place to start looking.
> 
> HTH,
> -Jon
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 



Re: xscreensaver

2001-06-02 Thread ktb
On Sat, Jun 02, 2001 at 07:53:12PM -0400, Jonathan D. Proulx wrote:
> On Sat, Jun 02, 2001 at 06:28:58PM -0500, ktb wrote:
> :Try -
> :exec xscreensaver &
> :kent
> 
> NO DON"T DO IT!
> 
> This will stop processing the file and make the screensaver the last
> thing that executes (ie no window manager) and if you close the
> screensaver you Xwindows session will exit.
> 
> Only "exec" a windowmanager, unless you really want to do some thing
> odd.
> 
> Sorry to shout, but I saw someone "exec xsetroot" which ofcourse
> promptly closed the Xsession after changing the background color, and
> they had a hell of a time figuring out "why X was crashing"
>

Every .xinitrc I have put together has exec lines for each line in the
file.  If I understand it correctly all exec does is execute the
program.  The tricky part is when back-grounding programs with "&" there
has to be one, usually the window manager, which *isn't* back-grounded.  I
have one .xinitrc for a kiosk which has everything back-grounded except 
Netscape.   

> :On Sun, Jun 03, 2001 at 01:27:08AM +0200, Jeroen Valcke wrote:
> 
> :>xscreensaver &
> :> However it doesn't work. What's wrong. Adding to the .xinitrc file is
> :> correct isn't?
> 
> For some reason I've been unable to fathom if you start X from the
> console with "startx" it looks at one config file if you're using xdm
> (or gdm, wdm, what ever) to get a graphic login it looks at a
> different one.
> 
> These two files are .xinitrc and .xsession, I've symlinked mine 
> (ln -s .xinitrc .xsession) and forgotten which method uses which file.

This is a valid point.  We have no idea how he is starting X.  He
might have better luck with .xsession.  I was just assuming he was
starting from the command line.  Not a good assumption.
kent

-- 
 From seeing and seeing the seeing has become so exhausted
 First line of "The Panther" - R. M. Rilke




Re: [OT] True console in X?

2001-06-02 Thread Brian Potkin
On Sat, Jun 02, 2001 at 08:32:37AM -0500, Lance Simmons wrote:

> Is there a way to cut and paste between real consoles and an
> x-window session? That would be cool.

Having recently got round to using screen I know that cutting and
pasting between a virtual console and X can be done with it.  A console
session can be detached (screen -rd) and imported to X.  Then you can
copy and cut from that session.

Personally, I think it is an excellent program even if used solely on
the console.  And there is a Debian package of it.

Brian.




Re: Packet Traffic

2001-06-02 Thread Jonathan D. Proulx
On Sat, Jun 02, 2001 at 04:06:55PM -0700, Alvin Oga wrote:

:think you'd end up with snmp and/or perf tools
:
:- a nice link i found ... nothing that helps you ??

I liked the link :)

I agree snmp to get the info.  There's plenty of tools command line
and otherwise to view it.

We use snmp with cricket (which takes the snmp data and creates near
real time graphs via a CGI interface) to monitor our network
equipment.  We don't look at the servers directly, just the switch
ports they're on, but you can go host by host and get more detailed
info if you want.

-Jon



Re: xscreensaver

2001-06-02 Thread Jeroen Valcke
On Sat, Jun 02, 2001 at 06:28:58PM -0500, ktb wrote:
> Try -
> exec xscreensaver &

Thanks for your very quick respons but this doesn't seem to work.
xscreensaver doesn't get started automatically when I log in?
Does this work for you?
Regards

-- 
Jeroen Valcke   jeroen@valcke.com   
ICQ# 30116911   Home page: http://www.valcke.com/jeroen
Phone +32(0)56 32 91 37 Mobile +32(0)486 88 21 26
Precious few are born with it ...  even fewer know what to do with it.
-No Fear-



Re: xscreensaver

2001-06-02 Thread Jonathan D. Proulx
On Sat, Jun 02, 2001 at 06:28:58PM -0500, ktb wrote:
:Try -
:exec xscreensaver &
:kent

NO DON"T DO IT!

This will stop processing the file and make the screensaver the last
thing that executes (ie no window manager) and if you close the
screensaver you Xwindows session will exit.

Only "exec" a windowmanager, unless you really want to do some thing
odd.

Sorry to shout, but I saw someone "exec xsetroot" which ofcourse
promptly closed the Xsession after changing the background color, and
they had a hell of a time figuring out "why X was crashing"

:On Sun, Jun 03, 2001 at 01:27:08AM +0200, Jeroen Valcke wrote:

:>  xscreensaver &
:> However it doesn't work. What's wrong. Adding to the .xinitrc file is
:> correct isn't?

For some reason I've been unable to fathom if you start X from the
console with "startx" it looks at one config file if you're using xdm
(or gdm, wdm, what ever) to get a graphic login it looks at a
different one.

These two files are .xinitrc and .xsession, I've symlinked mine 
(ln -s .xinitrc .xsession) and forgotten which method uses which file.

-Jon




Re: Wireless Conection

2001-06-02 Thread Jonathan D. Proulx
On Sat, Jun 02, 2001 at 06:55:05PM -0300, Sergio E. Schvezov wrote:

:Well so far it fairly works for almost everything except for http :(

I had a similar problem when I put in my DSL. Not the same, it only
affected boxes behind my Debian box that was runing NAT to share the
connection, the machine that was directly attached to the DSL
router/gateway worked fine.

Any way the fix for me was lowering the MTU on the machines HTTP
wasn't passing through for (to 1464 looks like).

Not quite the same problem, but it's a place to start looking.

HTH,
-Jon



Re: xscreensaver

2001-06-02 Thread ktb
On Sun, Jun 03, 2001 at 01:27:08AM +0200, Jeroen Valcke wrote:
> Hey,
> 
> simple question. I want to invoke the xscreensaver(daemon) automatically
> after I logged in.
> I added this line to my .xinitrc file
>   # Start xscreensaver daemon
>   xscreensaver &
> However it doesn't work. What's wrong. Adding to the .xinitrc file is
> correct isn't?
> Xscreensaver works fine when I invoke it manually.

Try -
exec xscreensaver &
kent

-- 
 From seeing and seeing the seeing has become so exhausted
 First line of "The Panther" - R. M. Rilke




xscreensaver

2001-06-02 Thread Jeroen Valcke
Hey,

simple question. I want to invoke the xscreensaver(daemon) automatically
after I logged in.
I added this line to my .xinitrc file
# Start xscreensaver daemon
xscreensaver &
However it doesn't work. What's wrong. Adding to the .xinitrc file is
correct isn't?
Xscreensaver works fine when I invoke it manually.

Thanks.
-Jeroen-

-- 
Jeroen Valcke   jeroen@valcke.com   
ICQ# 30116911   Home page: http://www.valcke.com/jeroen
Phone +32(0)56 32 91 37 Mobile +32(0)486 88 21 26
The good thing about standards is that there are so many to choose from.
-Andrew S. Tanenbaum-



Re: Lilo and Win2k

2001-06-02 Thread Mike Egglestone
I believe that Win9x or ME will boot on any partition... but
from my experience... I had to put windows NT 4.0 workstation
on the hda or I could't boot from itI assuming that would be the same
for win2k

Mike
- Original Message -
From: "Kent West" <[EMAIL PROTECTED]>
To: "John Hughes" <[EMAIL PROTECTED]>
Cc: 
Sent: Saturday, June 02, 2001 1:14 PM
Subject: Re: Lilo and Win2k


> John Hughes wrote:
>
> >I am trying to get my dualboot machine to work properly. using Lilo, i
can boot linux, which occupies
> >/dev/hda
> >
> >When i tried to get it to boot Win2k, which occupies /dev/hdb, it came up
with something about NTDLTR or something like that. How can i get it to boot
win2k?
> >
> I'm not 100% sure, but I'm about 90% sure that Windows insists on
> "owning" the first partition of the first drive for its boot files. What
> this means is that I believe you'll have to reverse your setup, so that
> W2K is on /dev/hda and Linux is on /dev/hdb.
>
> Perhaps someone else on this list can verify or deny this claim.
>
> Kent
>
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]
>
>



Re: Lilo and Win2k

2001-06-02 Thread Susumu Takuwa
> On Sat,  2 Jun 2001 15:02:41 -0500 (CDT)
John Hughes writes:

JH> I am trying to get my dualboot machine to work properly. using Lilo, i can 
boot linux, which occupies
JH> /dev/hda
JH> 
JH> When i tried to get it to boot Win2k, which occupies /dev/hdb, it came up 
with something about NTDLTR
JH> or something like that. How can i get it to boot win2k?

GRUB boot loader support booting Windows on not /dev/hda.
When you setup GRUB on your Linux or create GRUB boot floppy,
you can boot Windows by using `map' command. ie) When you
execute following,

 map (hd0) (hd1)
 map (hd1) (hd0) 

you exchange /dev/hda and /dev/hdb virtually.
GRUB:http://www.gnu.org/software/grub/


When we discussed the same article, Romain Lerallut insisted
that LILO also supported that feature.

> On Sat, 13 Jan 2001 15:32:58 +0100
Romain Lerallut writes:

RL> Just FYI you can also swap disks with LILO.
RL> (I've not often seen it mentioned so I guess I'll say it aloud here)
RL> 
RL> 
RL> Apart from the syntax that was a bit more evoluted than GRUB's it is
RL> exactly the same.
RL> It's something like this:
RL> 
RL>   map-drive = 0x80  # Logically swap the drives so that when
RL> they
RL> to = 0x81   #  are accessed via the BIOS, the second
RL> drive
RL>   map-drive = 0x81  #  will appear as the first and the
RL> first as
RL> to = 0x80   #  the second.
RL> 
RL> 
RL> (from http://www.wwnet.net/~stevelim/booting.html)
RL> 
RL> LILO's not dead (yet) :-)
RL> 
RL> Romain


Susumu Takuwa






Re: Packet Traffic

2001-06-02 Thread Alvin Oga

hi ya jonathan...

donno if you already checked... but..

i just tried searching google too ...

think you'd end up with snmp and/or perf tools

- a nice link i found ... nothing that helps you ??

Viewing your Network in RealTime
http://sunsite.uakom.sk/sunworldonline/swol-09-1999/swol-09-realtime2_p.html


have fun linuxing
alvin
http://www.Linux-Sec.net - see ethernet section for network/ethernet apps


On Sat, 2 Jun 2001, Jonathan Daugherty wrote:

> Despite the recent question about traffic monitoring on multiple machines, 
> does anyone know of a good COMMAND-LINE tool to give accurate counts of 
> packet transfers
> AND errors?  I'm working on a hardware stats / performance program for nearly 
> 50 machines.
> 



I want to make a Debian friendly box.

2001-06-02 Thread DrkMessiah
Hello and thank you for taking the time to read this.

I have an old IBM Aptiva M71 with a NEC XV15 monitor that I am going to 
upgrade
for use with linux, preferably the Debian Distribution. This means maxing out
the RAM to 128 and getting rid of the mwave sound/modem card and installing a
new video card.

The cards I'm considering to replace the mwave are the ATI Xpert 128 pci card
for video and the Soundblaster AWE64 ISA card for sound. I've read the
documentation for the cards currently supported by the latest release of
Debian, both cards are supported. What I am looking for is a person who
actually has either of these cards in their system or has experience 
installing
them under linux. I would like to find out if they are happy with how the 
cards
performed with linux, if the cards were a pain in the butt to get to work
properly, that sort of thing.

The functions this PC will be performing when it is up and running will be to
play games and web browsing. I know, light weight and trivial jobs for a linux
box but I need something that won't crash every five minutes and that kids
can't accidentally delete an important system file and make the computer
unusable.

P.S.
Price of the cards is a major issue, although I'm sure their are cards out
there that give better performance and work better under linux.



Packet Traffic

2001-06-02 Thread Jonathan Daugherty
Despite the recent question about traffic monitoring on multiple machines, does 
anyone know of a good COMMAND-LINE tool to give accurate counts of packet 
transfers
AND errors?  I'm working on a hardware stats / performance program for nearly 
50 machines.

-- 

Jonathan Daugherty
Dept. of Computer Science / UCNS Workstation Support Group
The University of Georgia



Re: Network traffic monitor

2001-06-02 Thread Alvin Oga

hi daniel

lots of apps...

for network connections...
iptraf, showtraf, netwatch, tcpview, statnet, etc..

even "tcpdump | grep 'what you want to see' "

for network statistics...
mrtg, 

http://www.Linux-Sec.net -- see the ethernet section

c ya
alvin


On Sat, 2 Jun 2001, Daniel de los Reyes wrote:

> I need to monitor the bandwidth that is being used between certain ports
> of several machines. (Traffic in port P of machine A comming from
> machine B) What tools can use to measure this?
> 



Re: Lilo and Win2k - switch

2001-06-02 Thread Alvin Oga

hi ya

- either reinstall so that win2k is on hda1   or
- get a new disk  and make linux hdb

probably faster to get windows to reinstall 
than to copy/move stuff around...

c ya
alvin


On Sat, 2 Jun 2001, Phil Brutsche wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> A long time ago, in a galaxy far, far way, someone said...
> 
> >
> > I am trying to get my dualboot machine to work properly. using Lilo, i can 
> > boot linux, which occupies
> > /dev/hda
> >
> > When i tried to get it to boot Win2k, which occupies /dev/hdb, it came
> > up with something about NTDLTR or something like that. How can i get
> > it to boot win2k?
> 
> In your current configuration, you don't.  Windows *must* be on /dev/hda
> someplace.
> 
> Easiest thing to do is switch /dev/hda and /dev/hdb and work out the boot
> loader.
> 
> - -- 
> - --
> Phil Brutsche [EMAIL PROTECTED]
> 
> GPG fingerprint: 9BF9 D84C 37D0 4FA7 1F2D  7E5E FD94 D264 50DE 1CFC
> GPG key id: 50DE1CFC
> GPG public key: http://tux.creighton.edu/~pbrutsch/gpg-public-key.asc
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.0.4 (GNU/Linux)
> Comment: Made with pgp4pine
> 
> iD8DBQE7GWFc/ZTSZFDeHPwRAnYGAKDapNrt/MhezZ//e3L1o0kAbPmSUwCgqaxI
> w7k5nnxqd9Ym9rnAtlIdQXk=
> =YAxX
> -END PGP SIGNATURE-
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 



Re: Port Sentry - users

2001-06-02 Thread Alvin Oga

hi john

i think its more the issue of what "users" do after they see
the portscan log messsages...

changing fw rules due to portscan loggs is like shooting yourself
in the foot if one does not know why you're updating the fw rules
( "i heard someone say update the fw to stop port scans" is not good 
( enough of a reason 

c ya
alvin
http://www.Linux-Sec.net

On 2 Jun 2001, John Hasler wrote:

> > It is trivial to spoof the source address of a portscan, allowing one to
> > cause your machine to block access from your nameservers or your clients
> > or other important sites.
> 
> While certainly no panacea, portsentry isn't that stupid.  The authors
> thought about this and provided for it.
> -- 



Re: Lilo and Win2k

2001-06-02 Thread Phil Brutsche
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

A long time ago, in a galaxy far, far way, someone said...

>
> I am trying to get my dualboot machine to work properly. using Lilo, i can 
> boot linux, which occupies
> /dev/hda
>
> When i tried to get it to boot Win2k, which occupies /dev/hdb, it came
> up with something about NTDLTR or something like that. How can i get
> it to boot win2k?

In your current configuration, you don't.  Windows *must* be on /dev/hda
someplace.

Easiest thing to do is switch /dev/hda and /dev/hdb and work out the boot
loader.

- -- 
- --
Phil Brutsche   [EMAIL PROTECTED]

GPG fingerprint: 9BF9 D84C 37D0 4FA7 1F2D  7E5E FD94 D264 50DE 1CFC
GPG key id: 50DE1CFC
GPG public key: http://tux.creighton.edu/~pbrutsch/gpg-public-key.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: Made with pgp4pine

iD8DBQE7GWFc/ZTSZFDeHPwRAnYGAKDapNrt/MhezZ//e3L1o0kAbPmSUwCgqaxI
w7k5nnxqd9Ym9rnAtlIdQXk=
=YAxX
-END PGP SIGNATURE-



Re: Port Sentry - good idea

2001-06-02 Thread Alvin Oga

hi ya raj

> Is it wise to block an ip just because it did a port scan?
> What if s/he spoofs the ip and puts your ip as source address?

thats exactly what the next level of "script kiddies" does 
to get you to block all incoming legit connections
- in this case..block connections from your own clients ??

- port scanning is so common it better/cheaper to have
  dedicated hosts for each "port"

- too much headache to read false port scan reports that
  tom, dick and harry scanned ya...
- fw should only allow only certain ports to pass thru
to certain serves only... otherwise log it...
and check the fw later...

- if they have your fw root passwd too.. ***oooppsss***

- dedicated dns server, web server, smtp, pop3 servers are cheaper to
  maintain that to setup all machines to check all ports

c ya
alvin

On Sat, 2 Jun 2001, Rajkumar S. wrote:

> On Sat, 2 Jun 2001, Roderick Cummings wrote:
> 
> > Now when portsentry detects a port scan it blocks the ip making the
> > scan.
> 
> I am not an expert in security, but some doubts.
> 
> Is it wise to block an ip just because it did a port scan?
> What if s/he spoofs the ip and puts your ip as source address?
> 
> raj
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 



Wireless Conection

2001-06-02 Thread Sergio E. Schvezov
hi everyone, i'm a dsl user whom subscribed to this service (duh!), and am
having trouble with the pppoe package suplied by debian in sid, currently i'm
using the one suplied by my ISP (pppoe is from Network Telesystems), but 
i'd prefer 2 use the debian one ;)

Well so far it fairly works for almost everything except for http :(
they are configured exactly (almost) the same, i can connect with no trouble
i can do pop, smtp, ping but not http (haven't tried ftp)

i;m currently using kernel 2.4.3 (if it helps)
well any sugestions help!!!
TIA



Getting modules.conf to load sound at startup

2001-06-02 Thread Chris Kenrick
I've managed to get sound working on an SB16 sound card (manually modprobing
from the command line works), but I'm having trouble trying to get it to
load at bootup.  Yes, I did run update-modules after each change...  but
after reboot no sound drivers are present according to lsmod, and dmesg
shows no sound-related messages.  Must be some nuance I'm missing here...

/etc/modutils/sb looks as follows...
options sb io=0x220 irq=5 dma=1
alias sound sb


/etc/modules.conf is:
### This file is automatically generated by update-modules
#
# Please do not edit this file directly. If you want to change or add
# anything please take a look at the files in /etc/modutils and read
# the manpage for update-modules.
#
### update-modules: start processing /etc/modutils/0keep
# DO NOT MODIFY THIS FILE!
# This file is not marked as conffile to make sure if you upgrade modutils
# it will be restored in case some modifications have been made.
#
# The keep command is necessary to prevent insmod and friends from ignoring
# the builtin defaults of a path-statement is encountered. Until all other
# packages use the new `add path'-statement this keep-statement is essential
# to keep your system working
keep

### update-modules: end processing /etc/modutils/0keep

### update-modules: start processing /etc/modutils/aliases
# Aliases to tell insmod/modprobe which modules to use

# Uncomment the network protocols you don't want loaded:
# alias net-pf-1 off# Unix
# alias net-pf-2 off# IPv4
# alias net-pf-3 off# Amateur Radio AX.25
# alias net-pf-4 off# IPX
# alias net-pf-5 off# DDP / appletalk
# alias net-pf-6 off# Amateur Radio NET/ROM
# alias net-pf-9 off# X.25
# alias net-pf-10 off   # IPv6
# alias net-pf-11 off   # ROSE / Amateur Radio X.25 PLP
# alias net-pf-19 off   # Acorn Econet

alias char-major-10-130 softdog
alias char-major-10-175 agpgart
alias char-major-81 bttv
alias char-major-108ppp_generic
alias /dev/ppp  ppp_generic
alias tty-ldisc-3   ppp_async
alias tty-ldisc-14  ppp_synctty
alias ppp-compress-21   bsd_comp
alias ppp-compress-24   ppp_deflate
alias ppp-compress-26   ppp_deflate

# Crypto modules (see http://www.kerneli.org/)
alias loop-xfer-gen-0 loop_gen
alias loop-xfer-3 loop_fish2
alias loop-xfer-gen-10 loop_gen
alias cipher-2 des
alias cipher-3 fish2
alias cipher-4 blowfish
alias cipher-6 idea
alias cipher-7 serp6f
alias cipher-8 mars6
alias cipher-11 rc62
alias cipher-15 dfc2
alias cipher-16 rijndael
alias cipher-17 rc5


### update-modules: end processing /etc/modutils/aliases

### update-modules: start processing /etc/modutils/eepro
options eepro io=0x210 irq=10

### update-modules: end processing /etc/modutils/eepro

### update-modules: start processing /etc/modutils/paths
# This file contains a list of paths that modprobe should scan,
# beside the once that are compiled into the modutils tools
# themselves.

# This used to be quite a list, but upstream merged some Debian patches
# so we currently don't need to do anything here

### update-modules: end processing /etc/modutils/paths

### update-modules: start processing /etc/modutils/sb
options sb io=0x220 irq=5 dma=1
alias sound sb

### update-modules: end processing /etc/modutils/sb

### update-modules: start processing /etc/modutils/setserial
#
# This is what I wanted to do, but logger is in /usr/bin, which isn't loaded
# when the module is first loaded into the kernel at boot time!
#
#post-install serial /etc/init.d/setserial start | logger -p daemon.info -t
"set
serial-module reload"
#pre-remove serial /etc/init.d/setserial stop | logger -p daemon.info -t
"setser
ial-module uload"
post-install serial /etc/init.d/setserial modload > /dev/null 2> /dev/null
pre-remove serial /etc/init.d/setserial modsave  > /dev/null 2> /dev/null

### update-modules: end processing /etc/modutils/setserial

### update-modules: start processing /etc/modutils/arch/i386
alias parport_lowlevel parport_pc
alias char-major-10-144 nvram
alias binfmt-0064 binfmt_aout
alias char-major-10-135 rtc

### update-modules: end processing /etc/modutils/arch/i386


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




[OT] Coding w/ vim

2001-06-02 Thread Cameron Matheson
Hey,

I've decided to start using vim for small coding projects, because emacs
(although excellent) uses a lot of RAM, and is slow to load.  Anyway I
have a few very basic questions about vim:

1. How do I enable c/c++ mode?  My friend's computer automatically puts
parenthesis where they're supposed to go, highlights syntax, etc.

2. How do I set the tab-spacing?  I like to code w/ two-space tab-stops,
but vim defaults to 8 :(

3. Is their an assembler mode?

That's about it, thanks
Cameron Matheson


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Help: squid on a dial-up machine

2001-06-02 Thread Eugene Tyurin

Hello,

I have a problem with squid (2.4.1-5) seemingly ignoring the '-D'
during the startup.

When booting, squid dies because it cannot find nameservers (of
course! I'm on a dial-up!), despite being told (per man page) to
"disable initial DNS tests" with the '-D' option.

Any suggestions?

--ET.



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




ANSWER: how to add extra chat options in pppconfig

2001-06-02 Thread Jonathan D. Proulx
Hi,

I accidently deleted the post this answers (oops).

Someone needed to add some more chattiness after connectig to their
ISP to select PPP rather than SLIP or some other things...

After going through the regular set up, it shows what you've selected
for connection settings and allows you to change them if you
mistyped. 

It also has an "Advanced Options" option.  Select this

Then "Post-Login" from the menu it presents.  It explains itself
pretty well.

You can add as many extra expect-send pairs as you need here.

Hope the right person reads this :)
-Jon



Re: X windows dual monitors

2001-06-02 Thread Jonathan D. Proulx
On Sat, Jun 02, 2001 at 02:19:58PM -0400, Yea Right wrote:
:
:How do I setup a dual head Matrox G400
:with 2 17" monitors.

You'll need XFree4.0 (but you know this). Then "man 5x XF86Config"

Essentialy you make multiple "Device" sections for each SVGA port (one
card or many, doesn't matter), you get the BusID from "scanpci"

If the monitors are the same, a single Monitor section is ok, or one
for each *different type* of monitor.  These are just like regular
Screen sections, just make sure use use the right "Device" for each one.

Then make multiple screen sections (atleast one per head).

These screen sections are assembled in the "ServerLayout" section.

The relevent segnent of my Quad head setup is below:

 ## Appian JeronimoPro 4port Card ##

Section "Device"
Identifier  "Appian0"
#   Screen  0
Driver  "glint"
BusID   "PCI:2:1:0"

EndSection
Section "Device"
Identifier  "Appian1"
#   Screen  1
Driver  "glint"
BusID   "PCI:2:5:0"
EndSection
Section "Device"
Identifier  "Appian2"
#   Screen  2
Driver  "glint"
BusID   "PCI:2:9:0"
EndSection
Section "Device"
Identifier  "Appian3"
#   Screen  3
Driver  "glint"
BusID   "PCI:2:13:0"
EndSection

  ## Monitor (works for all 4 OK) ##

Section "Monitor"
Identifier  "Hitachi202"
HorizSync   30-100
VertRefresh 50-160
Option  "DPMS"
EndSection
   Screen Sections 
Section "Screen"
Identifier  "Screen0"
Device  "Appian0"
Monitor "Hitachi202"
DefaultDepth24
SubSection "Display"
Depth   8
Modes   "1600x1200"
EndSubSection
SubSection "Display"
Depth   16
Modes   "1600x1200"
EndSubSection
SubSection "Display"
Depth   24
Modes   "1600x1200"
EndSubSection
EndSection

Section "Screen"
Identifier  "Screen1"
Device  "Appian1"
Monitor "Hitachi202"
DefaultDepth24
SubSection "Display"
Depth   8
Modes   "1600x1200"
EndSubSection
SubSection "Display"
Depth   16
Modes   "1600x1200"
EndSubSection
SubSection "Display"
Depth   24
Modes   "1600x1200"
EndSubSection
EndSection

Section "Screen"
Identifier  "Screen2"
Device  "Appian2"
Monitor "Hitachi202"
DefaultDepth24
SubSection "Display"
Depth   8
Modes   "1600x1200"
EndSubSection
SubSection "Display"
Depth   16
Modes   "1600x1200"
EndSubSection
SubSection "Display"
Depth   24
Modes   "1600x1200"
EndSubSection
EndSection

Section "Screen"
Identifier  "Screen3"
Device  "Appian3"
Monitor "Hitachi202"
DefaultDepth24
SubSection "Display"
Depth   8
Modes   "1600x1200"
EndSubSection
SubSection "Display"
Depth   16
Modes   "1600x1200"
EndSubSection
SubSection "Display"
Depth   24
Modes   "1600x1200"
EndSubSection
EndSection
 ServerLayout 
Section "ServerLayout"
Identifier  "Default Layout"
Screen  "Screen0"
Screen  "Screen1" RightOf "Screen0"
Screen  "Screen2" RightOf "Screen1"
Screen  "Screen3" RightOf "Screen2"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection

-Jon






Re: exim is making me crazy

2001-06-02 Thread General Alcazar

I'm so stupid...

I don't know why, but just commenting this line in exim.conf
"host_lookup = *" everything work fine.

General Alcazar

On Sat, 2 Jun 2001 at 09:47:10 -0500, Gregory T. Norris wrote:
> Take a look at exim.conf, and make sure that "localhost" is included
> in the "local_domains" entry.
>
> On Fri, Jun 01, 2001 at 10:28:57PM +0200, General Alcazar wrote:
> > Hello to everybody, pleased to meet you.
> >
> > I'm using Debian 2.2 'potato' whit exim as MTA. The question
> > is that when I try to fetch the mail from the server with -say-
> > fetchmail, it is unable to perform such operation because it
> > cannot send the message to the local mail account. I believe
> > that this happens because exim is not "listening" in the port
> > 25 (I can see this by typing: telnet localhost 25) although
> > this port is open.
> >
> > So, can somebody tell me what I have to do so that exim begins
> > to wait for incoming SMTP connections?
> >
> > Please, forgive me for torturing your language :-)
> >
> > Thanks.
> >
> > General Alcazar 



Re: exim is making me crazy

2001-06-02 Thread General Alcazar

I'm so stupid...

I don't know why, but just commenting this line in exim.conf
"host_lookup = *" everything work fine.

General Alcazar

On Sat, 2 Jun 2001 at 09:47:10 -0500, Gregory T. Norris wrote:
> Take a look at exim.conf, and make sure that "localhost" is included
> in the "local_domains" entry.
>
> On Fri, Jun 01, 2001 at 10:28:57PM +0200, General Alcazar wrote:
> > Hello to everybody, pleased to meet you.
> >
> > I'm using Debian 2.2 'potato' whit exim as MTA. The question
> > is that when I try to fetch the mail from the server with -say-
> > fetchmail, it is unable to perform such operation because it
> > cannot send the message to the local mail account. I believe
> > that this happens because exim is not "listening" in the port
> > 25 (I can see this by typing: telnet localhost 25) although
> > this port is open.
> >
> > So, can somebody tell me what I have to do so that exim begins
> > to wait for incoming SMTP connections?
> >
> > Please, forgive me for torturing your language :-)
> >
> > Thanks.
> >
> > General Alcazar



Re. Total Confusion

2001-06-02 Thread Sidney Brooks

To: Eamon Roque
The logs that you want are in my 11:06 AM 6/2/01 posting.
I cannot echo anything.

To: Jonathan D. Pro(rest not printed in my email)
Redhat problems with dialing, e.g. kppp, gnome-ppp ,are the same as with 
Debian.

As far as I know, Redhat does not have the ppp module.
The printer works properly in Redhat not Debian.



Re: compiling gtk under woody

2001-06-02 Thread David Z Maze
Peter Jay Salzman <[EMAIL PROTECTED]> writes:
PJS> today i would like to teach myself how to use gtk.
PJS> 
PJS> i'm running woody.  which packages should i apt-get install?

Use a front-end like dselect or aptitude.  Start it up, and search for 
'gtk' within it.  This will find lots of things, among which will be
some variant on libgtk1.2-dev.

-- 
David Maze [EMAIL PROTECTED]  http://people.debian.org/~dmaze/
"Theoretical politics is interesting.  Politicking should be illegal."
-- Abra Mitchell



Re: oh crikey, it's ALSA all over again

2001-06-02 Thread David Z Maze
Blue Rat <[EMAIL PROTECTED]> writes:
BR> Oh, I have unpacked the kernel source into /usr/src/linux all
BR> right; ALSA modules have been untarred into the modules
BR> subdirectory where they belong, run configure and I'm fine.

(The kernel source doesn't actually *need* to go into /usr/src/linux,
and you don't necessarily want to start building ALSA by hand yet.)

BR> Try to make them and I'm told that no version.h file is present in
BR> the source directory. Copy it from /usr/include, make
BR> - and I'm knee deep in error messages going on and on about declarations 
BR> about nonexistent parameters.

Yeah, basically you never want to use the header files in
/usr/include/linux, since they correspond to the header files used
when libc was built, not necessarily to any kernel that you're
actually using.  The way I'd recommend you do things:

-- Get kernel source from somewhere (e.g. ftp.kernel.org).  Unpack it
   anywhere (I tend to use /usr/local/src/kernel-source-2.4.4-foo
   where foo is the name of the machine I'm compiling for, but this is 
   irrelevant).

-- Install the module source packages you care about.  Most of those
   these days leave tar files in /usr/src; untar those too.

-- 'apt-get install kernel-package'.  It's a good idea to read its
   documentation.

-- cd to the top-level directory of the kernel source.  Run your
   favorite variation on 'make config'.

-- Run 'fakeroot make-kpkg --revision=dzm.1 buildpackage' to build the 
   kernel.

-- Run 'fakeroot make-kpkg modules' to build modules.

This leaves you with a bunch of Debian packages in your parent
directory.  Install them, and reboot.

-- 
David Maze [EMAIL PROTECTED]  http://people.debian.org/~dmaze/
"Theoretical politics is interesting.  Politicking should be illegal."
-- Abra Mitchell



Re: Lilo and Win2k

2001-06-02 Thread Kent West

John Hughes wrote:


I am trying to get my dualboot machine to work properly. using Lilo, i can boot 
linux, which occupies
/dev/hda

When i tried to get it to boot Win2k, which occupies /dev/hdb, it came up with 
something about NTDLTR or something like that. How can i get it to boot win2k?

I'm not 100% sure, but I'm about 90% sure that Windows insists on 
"owning" the first partition of the first drive for its boot files. What 
this means is that I believe you'll have to reverse your setup, so that 
W2K is on /dev/hda and Linux is on /dev/hdb.


Perhaps someone else on this list can verify or deny this claim.

Kent




Re. Total Confusion

2001-06-02 Thread Sidney Brooks

This is a response to Lance Simmons.

When I reinstalled Debian yesterday, I installed the modules in the order 
that you give: parport, parport_pc, and lp. After each I got the message 
"installation succeeded". Is there any point in going through the insmod 
sequence?




Re: Re. Total Confusion

2001-06-02 Thread Jonathan D. Proulx
On Fri, Jun 01, 2001 at 06:15:02PM -0700, Sidney Brooks wrote:

:I know that I am connected because the log says so.

Please post the log out put as others have suggested.  At one point it
will say connected when the modems start talking to each other, later
it will give the local and remote IP addresses.

If you get so far as having an IP assigned:

First ping the local IP that your machine is assigned.
Second ping the remote IP

If you can ping the remote IP things are good, try "route -n" the
remote IP should be listed as your default gateway, something like
this:

Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.9.1.10.0.0.0 255.255.255.255 UH0  0 0 ppp0
0.0.0.0 10.9.1.10.0.0.0 UG0  0 0 ppp0

I suspect your problem comes before the routing, but it's unclear
exactly where it's failing.  The dial up ppp sequence of testing goes
something like this:

* Are the modems connecting  (yes)
* Is authentication successful   (???)
* Do you get an IP assigned  (???)
* Can you ping it (by IP)(???)
* Is the default route being set properly (???)
* Can you ping it (by IP)


* Are the DNS servers IP's being set (no)
* Can you ping atleast one (by IP)
* Can you ping a remote host like www.debian.org by IP
  (198.186.203.20)
* Can you ping it by name
* If you can get this far pretty much everything should work

That's my general method (I support about 50 active dialup accounts,
though this isn't a big part of my job), comments on the method are
welcome.

-Jon



Re: Port Sentry

2001-06-02 Thread shock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2 Jun 2001, John Hasler wrote:
>
> > It is trivial to spoof the source address of a portscan, allowing one to
> > cause your machine to block access from your nameservers or your clients
> > or other important sites.
>
> While certainly no panacea, portsentry isn't that stupid.  The authors
> thought about this and provided for it.
>

agreed.  portsentry isn't perfect (what is?).  but the authors have taken
great pains to allow for certain types of breaks.  i've been using it for
a while now.  combined with logcheck and hostsentry, it's a pretty good
system.  at a minimum, at least i know what's happening on my system.

- -- 
 ) ,_),_)
(-(__  |_  _  _ |/
 ) | |(_)(_ |\
( \_,
 ___
| mailto : [EMAIL PROTECTED]  |
| linux  : http://exitwound.org |
| mozart : http://mozart.sourceforge.net|
| buck   : http://www.BuckOwensFan.com  |
 ___
| The day advanced as if to light some work of  |
| mine; it was morning, and lo! now it is   |
| evening, and nothing memorable is |
| accomplished. -- H.D. Thoreau |
 ___
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7GUgtr9c0KwefYXMRAs+xAJ48VIYSCmgZk9brdsTA8B0kzi/sBQCeMh9G
0loZrUBVPJqZEtCB5Vwi+20=
=9oGB
-END PGP SIGNATURE-



Lilo and Win2k

2001-06-02 Thread John Hughes

I am trying to get my dualboot machine to work properly. using Lilo, i can boot 
linux, which occupies
/dev/hda

When i tried to get it to boot Win2k, which occupies /dev/hdb, it came up with 
something about NTDLTR
or something like that. How can i get it to boot win2k?





How can i get my printer to work??

2001-06-02 Thread John Hughes
I have a lexmark 3200 connected on LP0. how can i get it to print?

John Hughes





Re: lilo & fstab

2001-06-02 Thread Brian Nelson
On Sat, Jun 02, 2001 at 02:34:09PM -0500, [EMAIL PROTECTED] wrote:
> 
> In re: my continued lilo problems ...
> 
> > What does "fdisk -l /dev/hda3" say?
> 
> This:
> 
> 
> Disk /dev/hda3: 255 heads, 63 sectors, 3527 cylinders
> Units = cylinders of 16065 * 512 bytes
> 
>  Device BootStart   EndBlocks   Id  System

The command should have been "fdisk -l /dev/hda".  The output should
be the same as the p command within fdisk, ie.:

>Device BootStart   EndBlocks   Id  System
> /dev/hda1   * 161489951   83  Linux
> /dev/hda262   122489982+  82  Linux swap
> /dev/hda3   123  3649  28330627+  83  Linux

Do you mean for /dev/hda1 to be the /boot partition?  Could there be 
a >1024 cylinder problem with booting from /dev/hda3?

-- 
Brian Nelson <[EMAIL PROTECTED]>



Re: debian-user-digest Digest V101 #783

2001-06-02 Thread Jim McCloskey

General Alcazar <[EMAIL PROTECTED]> writes:

|> So, can somebody tell me what I have to do so that exim begins
|> to wait for incoming SMTP connections?

This is normally set up by including a line of the following form in the
file /etc/inetd.conf:

smtpstream  tcp  nowait  mail   /usr/sbin/eximexim -bs

Jim



Re: lilo & fstab: SOLVED

2001-06-02 Thread burningclown

Hola,

I ran the suggested /etc/lilo.conf file, ran /sbin/lilo and now all is
well. Moving on. Thanks!!

Am just not gonna worry about what I must've been doing wrong. :S

Glenn

++
http://www.burningclown.com
"Everyone's Portal to Nothing At All"
++



Re: Re. Total Confusion

2001-06-02 Thread Lance Simmons
On Sat, Jun 02, 2001 at 12:09:56PM -0700, Sidney Brooks wrote:
> More answers.
> 
> when I ran ismod parport, the response was "ismod command not found".

Yikes! Did I say "ismod"? I meant "insmod" (to INsert a MODule).

lp depends on parport_pc which depends on parport, so they have
to be loaded in the correct order:

 insmod parport
 insmod parport_pc
 insmod lp

If it says they're already loaded, remove them in reverse order:

 rmmod lp
 rmmod parport_pc
 rmmod parport

and then reload them. Then report what messages you get from the
modules as they load.

-- 
  .~.
  /v\   Lance Simmons
 // \\  [EMAIL PROTECTED]
/(   )\
__^_^



Re: Network traffic monitor

2001-06-02 Thread Petr \[Dingo\] Dvorak
On Sat, 2 Jun 2001, Daniel de los Reyes wrote:

DdlR> I need to monitor the bandwidth that is being used between certain ports
DdlR> of several machines. (Traffic in port P of machine A comming from
DdlR> machine B) What tools can use to measure this?

There is lots of tools that can do that, but i think i like iptraf the most

[apt-get install iptraf]

Dingo.


  ).|.(
'.'___'.'
   ' '(>~<)' '
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-ooO-=(_)=-Ooo-=-=-=-=-=-=-=-=-=-=-=-=-=-
Petr [Dingo] Dvorak [EMAIL PROTECTED]
Coder - Purple Dragon MUD   pdragon.org port 
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ 369D93 ]=-=-
 Debian version 2.2.18pre21, up 2 days, 13 users, load average: 1.00
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-




Re: lilo & fstab

2001-06-02 Thread burningclown

In re: my continued lilo problems ...

> What does "fdisk -l /dev/hda3" say?

This:


Disk /dev/hda3: 255 heads, 63 sectors, 3527 cylinders
Units = cylinders of 16065 * 512 bytes

 Device BootStart   EndBlocks   Id  System


And when I run fdisk on /dev/hda, I get the following:

Command (m for help): Command (m for help):
Disk /dev/hda: 255 heads, 63 sectors, 3649 cylinders
Units = cylinders of 16065 * 512 bytes

   Device BootStart   EndBlocks   Id  System
/dev/hda1   * 161489951   83  Linux
/dev/hda262   122489982+  82  Linux swap
/dev/hda3   123  3649  28330627+  83  Linux

Command (m for help):


Anyone see problems with this? I'm wondering why fdisk -l /dev/hda3
doesn't really ... give any info, to speak of.

I will try the suggested lilo.conf.

Glenn

++
http://www.burningclown.com
"Everyone's Portal to Nothing At All"
++



compiling gtk under woody

2001-06-02 Thread Peter Jay Salzman
hello all,

today i would like to teach myself how to use gtk.

i'm running woody.  which packages should i apt-get install?

pete

-- 
"The following addresses had permanent fatal errors..."  [EMAIL PROTECTED]
   -- Mailer Daemon  www.dirac.org/p



oh crikey, it's ALSA all over again

2001-06-02 Thread Blue Rat
Hey ho, 

Well, you'll never guess. The transition from Mandrake 7.2 to Debian 
didn't exactly go without a glitch, but I have configured almost 
everything I need. Almost. Except for ALSA modules, that is. Oh, I have 
unpacked the kernel source into /usr/src/linux all right; ALSA modules 
have been untarred into the modules subdirectory where they belong, run 
configure and I'm fine. Try to make them and I'm told that no version.h 
file is present in the source directory. Copy it from /usr/include, make 
- and I'm knee deep in error messages going on and on about declarations 
about nonexistent parameters. No luck with alsaconf either. My box 
remains immersed into gloomy voicelessness, and there is no way to 
support my high with some of Merzbow from my mp3 collection :( 

Cheerio, 

Pope Mickey XXIII, Head Priest Of The Blown Fuse Cabal. 


--

'The bloody master
 Is bloody dead dead dead'

 --David Tibet



Re. Total Confusion

2001-06-02 Thread Sidney Brooks

More answers.

when I ran ismod parport, the response was "ismod command not found".

I ran pppconfig in the standard way, ending with the write and finish 
command.I then ran pon and got (it is verbose):

ioctl(TIOCSETUP):Invalid argument (22)
/usr/bin/ppp: This system lacks kernel support for PPP. This could be 
because the PPP kernel module could not be loaded or because PPP was not 
included in the kernel configuration:If PPP was included as a module try 
'/sbin/modprobe -v ppp'. If that fails check t (It ended there)


I then ran apt-get install ppp with the response, "Sorry, ppp is already 
the newest version".


I then tried the /sbin/mod... and had the same unsuccessful result as before.

I have yet to try the latest suggestion about the kernel. But, I am having 
the same trouble with Redhat, which is mounted on a separate partition of 
the computer. It seems unlikely that they both have kernel problems. I even 
thought that somehow the fact that they both used the same swap partition 
could be the cause. However, then why would the printer work with Redhat 
but not Debian?


I would like to respond faster, but I have to communicate with Windows, 
then switch to Debian to try suggestions.


Thanks for all the help.



Re: Total Confusion

2001-06-02 Thread Andrew Perrin
I'm beginning to think you've got some weird kernel running, what with
your reporting of 2.0.38 under debian 2.2r3, and with this ppp
issue.  When you configured the system, did you include ppp (in the net
section) as a module? Is it in /etc/modules?  If not, try including it.

Also, just to verify: what's the output of uname -a?

--
Andrew J Perrin - [EMAIL PROTECTED] - http://www.unc.edu/~aperrin
Asst Professor of Sociology, U of North Carolina, Chapel Hill
  269 Hamilton Hall, CB#3210, Chapel Hill, NC 27599-3210 USA


On Sat, 2 Jun 2001, Sidney Brooks wrote:

> Answer to questions by Kent West.
> 
> The printer does not work. The echo test failed. Printer does work with 
> Redhat, therefore is not win-printer.
> 
> Possibility of damage by lightning strike. Modem works with Windows and Beos.
> 
> My ISP administrator used his own modem.
> 
> Minicom says"
>   Connected press any key to continue.
>   CONNECT 45300
>   random numbers
> 
> wvdial reports:
>   CONNECT 48000/ARQ
>   Connected detected. Waiting for prompt.
>   random numbers
>   Don't know what to do.  
>   PPP daemon has died.
> 
> PPP
>   After configuring PPP, I get message "This system lacks kernel support 
> for 
> ppp.
>   Then /sbin/modprobe -v ppp
>   Response: modprobe: Can't open dependencies file 
> /lib/modules/2.2.14-15.0/modules.dep (No such file or directory)
> 
> I do not have another modem that would work with linux.
> 
> Answers to John Hassler.
> 
> Can't do ppp things for reasons described above.
> For /proc/parport, I get "no such file or directory".
> 
> Output for cat /proc/ioports:
>   serial (set) 02f8-02ff
>nothing for parallel port or printer
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 



Re: http-ssl

2001-06-02 Thread Eamon Roque
On Sat, Jun 02, 2001 at 01:07:16PM -0500, ktb wrote:
> On Sat, Jun 02, 2001 at 08:04:46PM +0200, Eamon Roque wrote:
> > Hi!
> > 
> > I'm looking for the http-ssl package. I can't seem to find anything but 
> > documents that tell me about setting it up.
> > Is there a Debian Server ( preferably in Germany ) that has this package?!
> 
> Would apache-ssl work for you?  You can search for packages in a variety
> of ways at -
> http://www.debian.org/distrib/packages
> kent
I'll try it out. In a security-howto I read, it only mentioned "http-ssl", so, 
I thought that there would be a server-independant solution.

Thanks!

Eamon Roque.


p.s. Are you a big fan of Rainer Maria?!



Re: what is portmap?

2001-06-02 Thread Colin Watson
will trillich <[EMAIL PROTECTED]> wrote:
>On Thu, May 17, 2001 at 01:32:28PM -0400, Noah L. Meyerhans wrote:
>> If you're not using NFS or NIS then you can safely remove it.  Those are
>> the 2 main services that need it.
>> 
>> Don't use update-rc.d remove, though.  If you ever upgrade your system
>> it will restore all the symlinks to the default configuration.  Instead
>> just remove the 'S' symlinks (the ones that start portmap) by hand.
>> Leave the 'K' symlinks.  If you leave some symlinks in place then
>> your configuration won't be overwritten when you upgrade.
>
>well! this brings up an interesting point --
>
>is there a DEBIAN-happy way to permanently remove an
>/etc/init.d/* service? this wholesale 'rm' stuff sounds hacky
>for such a streamlined apt-friendly distribution. what's the
>debian way of purging-inits-for-posterity?

As far as I remember, if you remove a conffile (e.g. /etc/init.d/*),
dpkg won't restore it on an upgrade; you need to purge and reinstall the
package to get it to do that.

(In other words, a file being missing is sometimes a valid configuration
state for that file.)

-- 
Colin Watson [EMAIL PROTECTED]



Re: X windows dual monitors

2001-06-02 Thread Jeroen Valcke
On Sat, Jun 02, 2001 at 02:19:58PM -0400, Yea Right wrote:
> How do I setup a dual head Matrox G400
> with 2 17" monitors.

Today there was this article on Slashdot. It might be what you're looking
for. "Matrix Releases G series Config tool"
Check out this URL:
http://www.matrox.com/mga/media_center/press_rel/2001/linux_powerdesk.cfm

HTH

-- 
Jeroen Valcke   jeroen@valcke.com   
ICQ# 30116911   Home page: http://www.valcke.com/jeroen
Phone +32(0)56 32 91 37 Mobile +32(0)486 88 21 26
"Do NOT feed the big Wapiti"



Re: Total Confusion

2001-06-02 Thread John Hasler
Sidney Brooks writes:
> After configuring PPP,...

What do you mean by "configuring PPP"?  _Exactly_ what did you do and
_exactly_ what were the results?  Don't hesitate to be verbose.

> I get message "This system lacks kernel support for ppp.

In response to what command?  This message does not always mean what it
says.  

Did you run pppconfig and then try pon?
-- 
John Hasler
[EMAIL PROTECTED] (John Hasler)
Dancing Horse Hill
Elmwood, WI



X windows dual monitors

2001-06-02 Thread Yea Right

How do I setup a dual head Matrox G400
with 2 17" monitors.

Thanks




Re: Total Confusion

2001-06-02 Thread Lance Simmons
On Sat, Jun 02, 2001 at 11:06:35AM -0700, Sidney Brooks wrote:
> 
> The printer does not work. The echo test failed.

What messages do you get when you insmod parport, parport_pc, and
lp?



Re: Port Sentry

2001-06-02 Thread John Hasler
> It is trivial to spoof the source address of a portscan, allowing one to
> cause your machine to block access from your nameservers or your clients
> or other important sites.

While certainly no panacea, portsentry isn't that stupid.  The authors
thought about this and provided for it.
-- 
John Hasler
[EMAIL PROTECTED] (John Hasler)
Dancing Horse Hill
Elmwood, WI



Re: http-ssl

2001-06-02 Thread ktb
On Sat, Jun 02, 2001 at 08:04:46PM +0200, Eamon Roque wrote:
> Hi!
> 
> I'm looking for the http-ssl package. I can't seem to find anything but 
> documents that tell me about setting it up.
> Is there a Debian Server ( preferably in Germany ) that has this package?!

Would apache-ssl work for you?  You can search for packages in a variety
of ways at -
http://www.debian.org/distrib/packages
kent

-- 
 From seeing and seeing the seeing has become so exhausted
 First line of "The Panther" - R. M. Rilke




Re: Total Confusion

2001-06-02 Thread Sidney Brooks

Answer to questions by Kent West.

The printer does not work. The echo test failed. Printer does work with 
Redhat, therefore is not win-printer.


Possibility of damage by lightning strike. Modem works with Windows and Beos.

My ISP administrator used his own modem.

Minicom says"
Connected press any key to continue.
CONNECT 45300
random numbers

wvdial reports:
CONNECT 48000/ARQ
Connected detected. Waiting for prompt.
random numbers
Don't know what to do.  
PPP daemon has died.

PPP
	After configuring PPP, I get message "This system lacks kernel support for 
ppp.

Then /sbin/modprobe -v ppp
	Response: modprobe: Can't open dependencies file 
/lib/modules/2.2.14-15.0/modules.dep (No such file or directory)


I do not have another modem that would work with linux.

Answers to John Hassler.

Can't do ppp things for reasons described above.
For /proc/parport, I get "no such file or directory".

Output for cat /proc/ioports:
serial (set) 02f8-02ff
  nothing for parallel port or printer



http-ssl

2001-06-02 Thread Eamon Roque
Hi!

I'm looking for the http-ssl package. I can't seem to find anything but 
documents that tell me about setting it up.
Is there a Debian Server ( preferably in Germany ) that has this package?!

Thanks!

Eamon Roque.



Network traffic monitor

2001-06-02 Thread Daniel de los Reyes
I need to monitor the bandwidth that is being used between certain ports
of several machines. (Traffic in port P of machine A comming from
machine B) What tools can use to measure this?

-- 
__
Daniel de los Reyes
S2-Desarrollo, Grupo S2
Valencia Spain
e-mail: [EMAIL PROTECTED]
Powered by Debian GNU-Linux 2.2r3
__



Re: OT: exam.cls?

2001-06-02 Thread Rajkumar S.
On Sat, 2 Jun 2001, Marcelo Chiapparini wrote:

> I will give a math exam and I would like to write it in LaTex. Does
> exist a latex class for doing this? (like article.cls for write
> articles)

One good place to ask such questions is the Indian TeX users group list,

see http://gnu.org.in/mailman/listinfo/tuglist

raj



Re: Port Sentry

2001-06-02 Thread Noah L. Meyerhans
On Sat, Jun 02, 2001 at 08:51:46PM +0530, Rajkumar S. wrote:
> > Now when portsentry detects a port scan it blocks the ip making the
> > scan.
> 
> Is it wise to block an ip just because it did a port scan?
> What if s/he spoofs the ip and puts your ip as source address?

This is the real problem, and is a very good reason not to block IP
addresses based on a portscan.  Very few large scale sites do anything
of the sort.  It is trivial to spoof the source address of a portscan,
allowing one to cause your machine to block access from your nameservers
or your clients or other important sites.

I recommend using ippl or the ipchains/iptables based logging facilities
in place of portsentry.  They don't necessitate having a service
actually listening on unused ports.

noah

-- 
 ___
| Web: http://web.morgul.net/~frodo/
| PGP Public Key: http://web.morgul.net/~frodo/mail.html 



pgpSVupFsiKbz.pgp
Description: PGP signature


OT: exam.cls?

2001-06-02 Thread Marcelo Chiapparini
Hi!

this is a bit OT, sorry.
I will give a math exam and I would like to write it in LaTex. Does exist a 
latex class for doing this? (like article.cls for write articles)

Thanks in advance!

Marcelo
 



Re: Re. Total confusion

2001-06-02 Thread John Hasler
Kent West writes:
> What does plog report when you use pppconfig/pon/poff?

Or even when you don't.  Plog is just


#!/bin/sh
if [ -s /var/log/ppp.log ]; then
  exec tail "$@" /var/log/ppp.log
else
  exec tail "$@" /var/log/syslog | grep ' \(pppd\|chat\)\['
fi

-- 
John Hasler
[EMAIL PROTECTED]
Dancing Horse Hill
Elmwood, Wisconsin



Xmame

2001-06-02 Thread Chris Spencer
I'm running Debian unstable and just downloaded all of the Xmame .debs. 
Unfortunately I can't get Xmame to run. It seems as though the executables 
were not included in the packages. Am I losing my mind or has anyone else 
experienced this problem?

-Chris



Re: Installation Problems

2001-06-02 Thread Kent West

Margarete Hans wrote:


I assume that no one responded to my original message because it was
in rich text format so here it is again - hopefully in plain text this
time.
I tried installing Debian Potato, vanilla flavor, with floppies on a
COMPAQ laptop, Contura 400C.



It has 20480 KB RAM, of wich 4 MB are on
the System Board and 16 MB are part of an Expansion Module, an SL
enhanced 486DX2 processor at 40 MHz, an integrated 387-Compatible
coprocessor; I have a primary DOS FAT-16 partition (410MB), a primary
Linux partition (50MB)(unformatted) and and expanded partition with
two other unformatted Linux partitions(70MB and 210MB). The partitions
were made with Partition Manager, a very basic DOS-utility.



I downloaded the disk images with DownloadAccelerator.


How did you create the disks? Did you use rawrite2, or did you have 
DownloadAccelerator save the images directly to the diskettes? You need 
to use rawrite2.



Upon inserting the rescue disk and rebooting, it checked the RAM,
accessessed the floppy and then simply stopped. The curser was on the
top row, blinking. I retried it a couple of times, rawriting it on
different floppies each time.



I then tried it on my primary computer (DELL Pentium 166, 32MB RAM,
AMIBIOS version A10 by Americanmegatrends, one 3GB FAT-32 Win95
partition). The same thing happened.



I assumed that the problem was that the file was corrupted.
I redownloaded the disk image. This time, on both computers, I got a
message that the floppy is "not a bootable disk".
I redownloaded it a third time from a different server, with the same
result as the second on both computers.



I tried the Compact flavor. The rescue disk worked fine on both
computers, but upon inserting the root image disk, I got a message
"invalid compressed format (err=1)<5>VFS: insert root floppy and press
ENTER".
Upon hitting enter, without changing disk, there is some obscure code
repeated twice and then a "Kernel panic: VFS: Unable to mount root fs
on 2:00
ide0: unexpected interrupt, status=0x80, count=1".



I tried downloading the compact root twice, rawrote it onto different
disks and tried it on both computers with the same results.
I have no new ideas of what to try next. What should I do?

Derek










Re: Re. Total Confusion

2001-06-02 Thread Kent West

Sidney Brooks wrote:


Here are answers to some of the questions that helpful people have posed.

About two hours ago, I installed Debian anew. It was during this 
installation that I added the modules parport, etc. . The message at 
the time of installation was "installation successful".


So does that mean your printer is working now?

If not, does the echo test work from DOS (not DOS in Windows, but plain 
DOS)? If it doesn't, I'd have to ask the obvious question, is it a 
Win-Printer? (Probably not since you say below that you've used earlier 
versions of Debian and therefore would know about this issue.)




I have successfully installed and used earlier versions of Debian and 
am familiar with pppconfig.


I know that I am connected because the log says so. I also have an 
external, U.S. Robotics, 56K modem, which lights up and used to work 
with any version of linux that I tried, not only Debian and Redhat, 
but Mandrake, and others.


I'd try another modem, just to test. It may be that a lightning strike 
or something may have damaged the modem so that it doesn't work properly 
for ppp although it connects fine. Sure it's rare, but it's worth trying.


Did your ISP rep use your modem or his to dial out with his Redhat?



I have the2.2.r3 version of Debian. The full kernel description is 
2.0.38-2.0.38-3.


Even though there has been no break through yet, I appreciate all 
suggestions.








Re: Customizing the console key map?

2001-06-02 Thread Henrique de Moraes Holschuh
On Thu, 31 May 2001, Paul D. Smith wrote:
>   >> console-tools (or kbd, I don't care much which one) my customizations
>   >> are kept automatically without my having to go back in and fix them up.
> 
> There must be some reason why upgrading these packages keeps installing
> new versions of the keymap files.

The reason is simple: These packages are buggy; they should never overwrite
user-customized data with their own without asking. That said, the console-*
packages in unstable allow you to tell them NOT to touch the keyboard maps
anymore on upgrade.

> This is what I want to do with the console key map: have my own file
> with _only_ the changes, not the entire keymap.

Request this feature to be added using a wishlist bug and filling it through
the Debian BTS.  Do notice that the keyboard map would need to be reset
when an user logs out; otherwise, we'd have a security hazard.

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh



Re: [OT] True console in X?

2001-06-02 Thread ktb
On Sat, Jun 02, 2001 at 01:27:45AM -0500, Lance Simmons wrote:
> On Sat, Jun 02, 2001 at 01:06:23AM -0500, ktb wrote:
> 
> > What would be ideal is to be able to emulate the look of console in X
> > and run that on one or more workspaces.
> 
> Use uwm as your window manager, edit the uwmrc.hook file to make
> the borders black and one or two pixels wide, and get rid of the
> title bar entirely. Edit the uwmrc-ws.hook file so you have a
> black desktop on the workspaces where you want your "consoles".
> 
> edit the uwm appmenu files to set up a main menu entry for xterm
> or rxvt or whatever so that it starts up with a black
> background, no scrollbar, and font the size you want, and
> already the right window size.  (Read the documentation for
> terminal application you choose.)


I've tried this before and started messing with it again today but
finding the right font is the trick.  I haven't found it yet.  Normal I
use -misc-fixed-medium-r-normal-*-*-200-*-*-c-*-iso8859-1
for my xterms which looks real nice but if I jack the size up close to
what the size is on my console the font gets all grainy.  I don't
remember exactly what resolution I run in console but it is higher than
the default.  Somewhere in the middle vga=4.

So my next question is, What are some of the fonts you guys run that are
"console size" but still look nice in an xterm?
Thanks,
kent

-- 
 From seeing and seeing the seeing has become so exhausted
 First line of "The Panther" - R. M. Rilke




Re: Re. Total confusion

2001-06-02 Thread Kent West

Sidney Brooks wrote:


More information.

I have tried minicom, kppp, gnome -ppp, wvdial, and pppconfig. They 
all dial and get connected to my ISP. None get me on to the internet.


So, when you use minicom, you can dial-out (assuming you have volume up, 
you hear dialtone, and then dialing tones, and then screeching, and then 
see on the screen stuff like "Username:" and "Password:") and you can 
enter your username and password from your ISP and it then says 
something like "Connected at 43,900" and then see a bunch of random 
characters start spewing on the screen?


If that is the case, the problem is probably not with the modem or 
dialing or account, but with the pppd daemon-type stuff.


What does wvdial report?

What does plog report when you use pppconfig/pon/poff?


As for my printer problem, I think that the facts that the printer is  
absent from dmesg and the "echo" test failed, shows that higher 
programs  like magicfilter are not the cure and /etc/printcap doesn't 
matter.


Printers, arghgh!



It acts like some weird failure in the machine architecture. I am 
suspicious of the BIOS settings, but can find nothing to change.



IIRC, you said that the printer worked in Redhat, but you couldn't get 
dialed up in either Redhat or Debian. Do you perhaps have another modem 
you could use just for testing, even if it's an old slow one? It's worth 
trying.




Re: Port Sentry

2001-06-02 Thread Rajkumar S.
On Sat, 2 Jun 2001, Roderick Cummings wrote:

> Now when portsentry detects a port scan it blocks the ip making the
> scan.

I am not an expert in security, but some doubts.

Is it wise to block an ip just because it did a port scan?
What if s/he spoofs the ip and puts your ip as source address?

raj



Re: exim is making me crazy

2001-06-02 Thread Gregory T. Norris
Take a look at exim.conf, and make sure that "localhost" is included
in the "local_domains" entry.

On Fri, Jun 01, 2001 at 10:28:57PM +0200, General Alcazar wrote:
> Hello to everybody, pleased to meet you.
> 
> I'm using Debian 2.2 'potato' whit exim as MTA. The question
> is that when I try to fetch the mail from the server with -say-
> fetchmail, it is unable to perform such operation because it
> cannot send the message to the local mail account. I believe
> that this happens because exim is not "listening" in the port
> 25 (I can see this by typing: telnet localhost 25) although
> this port is open.
> 
> So, can somebody tell me what I have to do so that exim begins
> to wait for incoming SMTP connections?
> 
> Please, forgive me for torturing your language :-)
> 
> Thanks.
> 
> General Alcazar


pgp92WEFd2FEs.pgp
Description: PGP signature


Re: which gnutella-client to use

2001-06-02 Thread aziem_chawdhary
Gtk-Gnutella is a good client.
http://gtk-gnutella.sourceforge.net

On (01/06/01 03:16), Thomas Hess wrote:
> hi,
> 
> do you have any suggestions for a graphical gnutella-client? I'm looking
> for one with many configuration-options, multiple searches. A gtk/gnome
> program would be nice, but not important.
> 
> tom
> 
> -- 
> Thomas Hess mailto:[EMAIL PROTECTED]
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 

-- 
Aziem A. Chawdhary
[EMAIL PROTECTED]
http://www.chawdhary.btinternet.co.uk




  





Re: Re. Total Confusion

2001-06-02 Thread Andrew Perrin
Sidney,

Sorry this has been such a pain for you. I think, though, that you need to
systematize your attempts to get it working. Going back to square one was
a reasonable idea. But it would help to have the actual output of the
commands and logs you refer to, rather than just your memory of them. For
example, can you post the answers to these:

 Re: your PPP connection:
- You say you know you're connected "because the log says so."  Which
log? What does it say?
- Once connected, what is the output of:
ifconfig -a   : what network interfaces are connected
route -n  : how your computer expects to send packets out
nslookup www.debian.org
  : can your computer resolve a domain name?
ping 198.186.203.20
  : can you reach www.debian.org?
- Recognize that minicom is in no way related to PPP, except that they
both (sometimes) use serial ports. My guess, from what you've said, is
that you're able to establish a modem connection but not a PPP link, which
suggests that you need to change the authentication process: pap, chap,
chat, etc.  pppconfig will certainly be your friend if that's the case.


Re: your printer: I know less about this than about PPP, but:
- Do you have anything in /proc/parport? Mine (which works fine) has:
nujoma:/proc/parport> ls -lR
.:
total 0
dr-xr-xr-x2 root root0 Jun  2 09:47 0

./0:
total 0
-r--r--r--1 root root0 Jun  2 09:47 autoprobe
-r--r--r--1 root root0 Jun  2 09:47 devices
-r--r--r--1 root root0 Jun  2 09:47 hardware
-rw-r--r--1 root root0 Jun  2 09:47 irq
- What's the output of cat /proc/ioports?

Re: your kernel: I know even less about this. But I do know that I'm
running 2.2r0 (haven't had a chance to upgrade) and my kernel is 2.2.17:

nujoma:/proc> uname -a
Linux nujoma 2.2.17 #1 Sun Jun 25 09:24:41 EST 2000 i586 unknown

so I'm wondering if there's something fishy with your kernel. But others
on the list will know far more than I do about that.

Good luck-
Andy Perrin
 
--
Andrew J Perrin - [EMAIL PROTECTED] - http://www.unc.edu/~aperrin
Asst Professor of Sociology, U of North Carolina, Chapel Hill
  269 Hamilton Hall, CB#3210, Chapel Hill, NC 27599-3210 USA


On Fri, 1 Jun 2001, Sidney Brooks wrote:

> Here are answers to some of the questions that helpful people have posed.
> 
> About two hours ago, I installed Debian anew. It was during this 
> installation that I added the modules parport, etc. . The message at the 
> time of installation was "installation successful".
> 
> I have successfully installed and used earlier versions of Debian and am 
> familiar with pppconfig.
> 
> I know that I am connected because the log says so. I also have an 
> external, U.S. Robotics, 56K modem, which lights up and used to work with 
> any version of linux that I tried, not only Debian and Redhat, but 
> Mandrake, and others.
> 
> I have the2.2.r3 version of Debian. The full kernel description is 
> 2.0.38-2.0.38-3.
> 
> Even though there has been no break through yet, I appreciate all suggestions.
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 



Re: line numbers in code

2001-06-02 Thread Richard Cobbe
Lo, on Friday, June 1, D-Man did write:

> On Thu, May 31, 2001 at 06:49:31PM -0700, Krzys Majewski wrote:



> | Type M-x tutorial (Escape-x tutorial)  for a 15 minute intro that will
> 
> That is press and release Escape, press and release x, type
> 'tutorial'.
> 
> (this little explanation of Meta is for those with interesting
>  combinations of OSes and hardware types wondering why Meta "doesn't"
>  work)
> 
> Escape works as Meta regardless of machine type.  If you are using an
> x86 Linux system, the left Alt is also Meta (So type Alt-x tutorial).

Depends on keyboard settings in your Xf86Config file.  If you've got (for
XFree86 v3) the following setting,
XkbKeymap   "xfree86(us_microsoft)"
then the plastic bumps labeled `alt' generate the `alt' keysym, but the
plastic bumps with the windows logo generate the `meta' keysym (and
appropriate modifier bits).

In any case, it's configurable; see xmodmap(1) or xkeycaps(1).  (I'd also
point out that this is an X issue, not an emacs issue.)

> If you are on a Windows box that is XHosting emacs running on Solaris
> the Alt doesn't work -- the black diamond key on the Solaris keyboard
> is Meta (same place as PC Alt).  I haven't tried with any other
> system, but I found that inconsistency (in OSes/hardware) to be rather
> annoying.

It's not a bug, it's a feature.  xmodmap(1)/xkeycaps(1) allow you, the
user, to adjust the keyboard to the way in which you work, rather than
adjusting yourself to the way in which the computer works.  For instance, I
have the Microsoft Natural Elite keyboard, with the above setting in my
XF86Config file.  It's probably just what I'm used to, but I find the `alt'
keys to be much more reachable than the windows keys during normal
touch-typing, so I've set my xmodmaprc up to rebind those to meta instead
of alt.  Since I never actually use the alt keysym, I've left the windows
keys unbound.

Of the various X servers for Win32, I've only used Exceed's, but ISTR that
it has an xmodmap-like tool with which you can configure the various
extended keys.  I'd imagine the other X servers have similar tools.

Richard



Re: fakeroot problem

2001-06-02 Thread Harry Henry Gebel
On Sat, Jun 02, 2001 at 05:55:35AM +0800, csj wrote:
> With fakeroot 0.4.4-9.2,  a build exits with
> 
> [stderr abridged and graciously spaced for clarity]
> 
> /usr/bin/perl: error while loading shared libraries: 
> libfakeroot.so.0: cannot open shared object file: No such file or 
> directory
> 
> dh_shlibdeps: command returned error code
> 
> make: *** [binary-arch] Error 1
> 
> [stderr abridged and graciously spaced for clarity]
> 
> Build is successful however when I downgrade to fakeroot 0.4.4-9.1. 
> What's surprising is that this problem doesn't occur with all source 
> packages. I have confirmed this for nautilus, kdebase (2.1.1.0), and 
> xfree86. Smaller packages like aumix tend to compile successfully.

Apparently, this happens when building packages where LD_LIBRARY_PATH is
set somewhere during the build, see bug #98766. I guess the solution is to
either downgrade fakeroot or go into the Makefile (or Makefile.in) of
effected packages and edit them so that the old LD_LIBRARY_PATH included
when they change to the new LD_LIBRARY_PATH. I don't know if you would file
this as a bug against the effected package; I guess it depends on if
fakeroot is going to be fixed (maybe not since according to bug #98766 the
change is necessary for sparc64)

-- 
Harry Henry Gebel
West Dover Hundred, Delaware
GPG encrypted email gladly accepted. Key ID: B853FFFE
Fingerprint: 15A6 F58D AEED 5680 B41A  61FE 5A5F BB51 B853 FFFE


pgp9tlzSdPyUR.pgp
Description: PGP signature


Re: [OT] True console in X?

2001-06-02 Thread Lance Simmons
On Sat, Jun 02, 2001 at 03:30:13AM -0500, Petr [Dingo] Dvorak wrote:
> On Sat, 2 Jun 2001, ktb wrote:
> > k> 
> k> What would be ideal is to be able to emulate the look of console in X
> k> and run that on one or more workspaces.
> 
> Why settle for 'fake' when you can still have the real thing :)

Is there a way to cut and paste between real consoles and an
x-window session? That would be cool.

Lance Simmons



  1   2   >