Re: using tcp.wrappers on echo server?

2000-06-16 Thread Ethan Benson
On Thu, Jun 15, 2000 at 11:24:39AM +1000, Marc-Adrian Napoli wrote:
> Hi all,
> 
> have a customer who wants to use our echo server from two addresses only.
> 
> have specified them in hosts.allow and hosts.deny as follows:
> 
> /etc/hosts.allow
> 
> echo: 203.6.6.6/255.255.255.255
> 
> /etc/hosts.deny
> 
> echo: ALL
> 
> should it be echo? or echo.d? or echod? for the other services you specify
> the name of the binary, but what's the name of the binary in this case?

echo is an internal service of inetd, thus it cannot be wrapped with
tcpwrappers (AFAIK)  

probably your best bet is to setup an ipchains rule

-- 
Ethan Benson
http://www.alaska.net/~erbenson/


pgpsWVvbXmQdY.pgp
Description: PGP signature


problem reading vim online dox

2000-06-16 Thread Aaron Maxwell
Hi happy people.

In vim, if I type
  :help
I get 
  Sorry, help file "/usr/share/vim/vim56/doc/help.txt" not found
  Press RETURN or enter command to continue
I get this _exact_ same error message if i type any other help command, eg
  :help uganda

The help files are in the vim-rt package, /usr/share/vim/vim56/doc/*.txt.gz
(I'm running potato, vim-rt version 5.6.070-1, vim version 5.6.070-1)

Intriguingly, if I uncompress the doc files (gzip -d
/usr/share/vim/vim56/doc/*.txt.gz), typing 
  :help
yields
  "help.txt" [readonly] 1297L, 61010C
  There is only one matching tag
  File "/usr/share/vim/vim56/doc/help.txt.gz" does not exist
  Press RETURN or enter command to continue
and then it displays the help file!  But if I type
  :help uganda
the response is 
  "help.txt" [readonly] 1297L, 61010C
  There is only one matching tag
  File "/usr/share/vim/vim56/doc/uganda.txt.gz" does not exist
  Press RETURN or enter command to continue
and it gives the general help file (help.txt[.gz]), instead of telling me
how to help Ugandan orphans.

If I have all the .txt files compressed except for help.txt, typing
  :help uganda
yields
  "uganda.txt.gz" [readonly][noeol] 16L, 3666C
  16 lines filtered
  Error detected while processing BufReadPost Auto commands for "*.gz":
  Invalid expression: ":doautocmd BufReadPost " . %:r
  Press RETURN or enter command to continue
and _then_ it gives me the correct help file.  This works, but it's
suboptimal, because next time i upgrade, apt-get won't know to remove the
old help.txt (because only help.txt.gz is in the vim-rt packge.)

Has anyone run into this problem and solved it?
thanks in advance :)

Aaron (in san francisco, land of fog)



Problems with PCI modem.

2000-06-16 Thread PeHaSys

I've bought computer parts through compuplus and built a computer
for me.  I have, in my opinion, a weird problem.

Modem is (from output of lspci -v) "Serial controller: US
Robotics/3Com 56K FaxModem Model 5610 (rev 01) (prog-if 02 [16550])
Subsystem: US Robotics/3Com USR 56k Internal Voice Modem (Model 2976)
Flags: medium devsel, IRQ 9
I/O ports at d400
.

Modem works "fine" under MS Windows '98 (always getting 26400
connection to my current ISP and I tried just to connect to other places,
but CONNECT message wasn't never worse, never better than 26400).  But it
works (I can connect to, let's say www.debian.org and see their page).

In Linux though, the modem connects to my ISP, gets the local and
remote IP number (through PAP), but after that I can ping just my assigned
local IP number, but remote number is not responding.  I have to mention
that in configuration I use modem (as /dev/modem), so when I borrowed
external modem, connected it to my 9-pin COM port, link /dev/modem to ttyS0,
the connection worked just fine.

Since the modem is internal, I have to activate it by running
setserial (non-standard port).  Maybe there is the weakness.  The last
command I tried was:
setserial /dev/ttyS2 uart 16550 port 0xd400 irq 9 baud_base 115200 spd_hi
.

I tried many things, like assigning ISA to IRQ 9 in BIOS, therefore
assigning IRQ like 5 or 7 to modem card.  I tried to play with setserial
command, like using 16550A instead of 16550, not mentioning baud_base and
spd_hi, trying to connect on 57600 to modem (it's set on 115200 in MS
Windows).  I am running out of ideas

Do you have any experience with internal non-lin/win-modems or do
you have any suggestions or proposals?  Help would be greatly appreciated.

Peter.

P.S.1:  Please CC to me as well, I am not subscribed to this mailing list.
P.S.2:  In case you think output of ppp.log or whole lspci -v or something
else would help, please, just let me know.  The motherboard is SD11
with AMD-751 system controller and AGP bridge. Athlon 650 MHz. SB
128 (Ensoniq ES1371). 3Dfx Voodoo3 3000 AGP.



kernel-2.2.16

2000-06-16 Thread Umum Wijoyo
Hi,

I read in the Debian Security section, there's a serious bug in the Linux
kernel, and we are advised to do an upgrade.
So where can I find the kernel-2.2.16 source? This version is OK, I
presume?

OK! Thanks!

Umum Wijoyo
--
Bandung, Indonesia



arp fails under potato

2000-06-16 Thread Alexander Perry
A dualboot machine has Win98, with Potato x86/linux installed
using the test CDs as available from about three weeks ago.
It did not have the option of being a slink machine because
the application requires utah-glx for accelerated 3D support.

All my local machines are slink->potato upgrades; this one
(which is 100 miles away at the end of a voice telephone)
is my first directly-to-potato installed system.
It was originally installed with no network interfaces,
and everything (non-internet) seems to be working fine.

A tulip card was recently added, and Win98 can now use the 
cable modem fine, but I'm having trouble with the Debian side.
I talked the owner through creating an /etc/init.d/network
which seems to work fine when manually executed, even though
it does not have the softlinks from the rc*.d directories yet.

The ifconfig and route listings are verbally read back ok.
But, if it pings its gateway (for example), the new entry
appears in the "arp -n" listing.  But it never gets resolved
and so the system is unable to route IP traffic outbound.

Something somewhere is blocking the arp from operating;
I'd appreciate suggestions of what I must have forgotten.

The obvious solution is to discard my /etc/init.d/network
file and try filling in the blanks inside /etc/network/interfaces
to see whether it magically fixes the problem.  I'd like
some reason for believing that this will work before starting.

I'd prefer find the trivial little configuration error that
I've made, and fix it so the system appears on the internet.
I can then complete the rest of the setup effort directly.

Alex.



Re: kernel-2.2.16

2000-06-16 Thread ktb
Umum Wijoyo wrote:
> 
> Hi,
> 
> I read in the Debian Security section, there's a serious bug in the Linux
> kernel, and we are advised to do an upgrade.
> So where can I find the kernel-2.2.16 source? This version is OK, I
> presume?
> 
> OK! Thanks!

http://www.kernel.org/

hth,
kent



Re: kernel-2.2.16

2000-06-16 Thread Matthew Dalton
ftp.kernel.org and it's various mirrors

I guess in Indonesia it wouldn't be unusual to use the Australian
mirror... plus that's the only one I know the URL for anyway...
ftp.au.kernel.org

Umum Wijoyo wrote:
> 
> I read in the Debian Security section, there's a serious bug in the Linux
> kernel, and we are advised to do an upgrade.
> So where can I find the kernel-2.2.16 source? This version is OK, I
> presume?
> 

Yes, the 2.2.16 kernel has the security fix.



Huge font

2000-06-16 Thread Glen Sawtell

Hi,
I am a new debian user and I have a problem which none of my debian-using
friends have come across. It seems that some apps like netscape, GIMP, spruce 
etc
seem to be using a large size helvetica font for the text on buttons and input
fields etc. It's quite annoying and I don't think it's normal, is there a font
package I am missing or something similar?. Please help.
Cheers,
-Glen

-- 

Glen Sawtell - irc.t.o Project Manager 
http://irc.themes.org - [EMAIL PROTECTED] 





Re: Blinkenlights?

2000-06-16 Thread Engelen
> I cobbled together a kernel module to do this on the parallel port,
> and a python module to drive the driver, plus a python program to
> test it.

Why do you want a kernel module? Can't I just use the 'outb' 
command in c (#include "asm/io.h" or so)? of course this requires 
root priviliges, but that's probably not a problem when you're even 
allowed to stick your own hardware in the parallel port :)
 
> The parallel port pinout is in the pc-hardware faq on usenet.

I found an easier way: just putting a led and a 470 ohm resistor 
(serially) between the data connector and one of the 'ground' 
('earth'?) connector of the parallel port. 

> > I don't want to kill my serial ports :)
> 
> They're the robust ones. Take good care of your parallel port.

Arnout



Re: kernel-2.2.16

2000-06-16 Thread Dave Whiteley
I read somewhere that the 2.2.15 kernel in the current potato
distribution has already been patched with the security fixes. Am I
wrong?

Dave


> Umum Wijoyo wrote:
>> 
>> I read in the Debian Security section, there's a serious bug in
>> the Linux
>> kernel, and we are advised to do an upgrade.

snippety snip
> 
> Yes, the 2.2.16 kernel has the security fix.
> 
--
E-Mail: Dave Whiteley <[EMAIL PROTECTED]>
Date: 16-Jun-2000
Time: 09:28:59

This message was sent by XFMail
--



Re: Huge font

2000-06-16 Thread Philip Lehman
On Fri, 16 Jun 2000, Glen Sawtell <[EMAIL PROTECTED]> wrote:

>I am a new debian user and I have a problem which none of my debian-using
>friends have come across. It seems that some apps like netscape, GIMP, spruce 
>etc
>seem to be using a large size helvetica font for the text on buttons and input
>fields etc. It's quite annoying and I don't think it's normal, is there a font
>package I am missing or something similar?. Please help.

There are 75dpi and 100dpi font packages, you should probably install
xfonts-75dpi and rearrange the FontPath entries in /etc/X11/XF86Config
to put the path to the 75dpi fonts first.

-- 
Philip Lehman <[EMAIL PROTECTED]>



Re: mouse gpm/xwindow conflict revisited

2000-06-16 Thread Saisanthosh Balakrishnan
Preben Randhol wrote:
 
> I have to turn off gpm every time I start the machine. I don't
> understand why gpm starts as I'm sure I deleted the S20gpm link in
> /etc/rc3.d.

assuming that your /etc/inittab is untouched, you should remove it
from /etc/rc2.d, however, using update-rc.d is recommended.

--
saisanthosh



Re: Huge font

2000-06-16 Thread Saisanthosh Balakrishnan

>  I am a new debian user and I have a problem which none of my
> debian-using friends have come across. It seems that some apps like
> netscape, GIMP, spruce etc seem to be using a large size helvetica
> font for the text on buttons and input

the FontPath "/usr/X11R6/lib/X11/fonts/75dpi" should come in 
front of all other FontPath directives in /etc/X11/XF86Config.

--
saisanthosh



Re: Still about fetchmail...

2000-06-16 Thread Colin Watson
Viktor Rosenfeld <[EMAIL PROTECTED]> wrote:
>The fetchmail FAQ isn't very detailed either, it just mentions to
>install flex instead of using lex.  I'm sure, you can find flex on
>http://www.freshmeat.net/

Isn't 'apt-get install flex' much easier? :)

-- 
Colin Watson [EMAIL PROTECTED]



IDE/DMA problems?

2000-06-16 Thread Horacio MG
Hello,

currently I'm entering the BIOS quite often for enabling/disabling the
IDE/SCSI boot, so that I can boot from an IDE (UDMA) HD or a SCSI HD as
needed.

All of a sudden, I've started to see some message from the kernel.  Here
is the 'dmesg' relevant part:

PCI_IDE: unknown IDE controller on PCI bus 00 device 78, VID=10b9,
DID=5229
PCI_IDE: not 100% native mode: will probe irqs later
PCI_IDE: simplex device:  DMA disabled
ide0: PCI_IDE Bus-Master DMA disabled (BIOS)
PCI_IDE: simplex device:  DMA disabled
ide1: PCI_IDE Bus-Master DMA disabled (BIOS)
hda: ST38630A, ATA DISK drive
hdb: CRD-8400C, ATAPI CDROM drive
hdc: ST34321A, ATA DISK drive

.. strange as right now I've booted from the IDE disk and IDE boot mode
*IS* enabled in my BIOS.  I'm 100% sure I haven't fiddled with any other
BIOS option.

Any idea as to why this is happening?

Please, Cc: me as I'm not on this list.


TIA,

-- 
Horacio Anno MMDCCLIII A.U.C.
[EMAIL PROTECTED]   Valencia - ESPAÑA

Key fingerprint = F4EE AE5E 2F01 0DB3 62F2  A9F4 AD31 7093 4233 7AE6



setting up ipmasq

2000-06-16 Thread Shao Zhang
Hi,
I have recompiled my kerenel to have all the required modules
for ipmasq. Then I apt-get installed ipmasq package. My
impression is that things should work straight away...

But I am getting network unreachable when trying to access
internet from a box behind the firewall. I can ping the firewall
with no problem.

Here is the output from /usr/sbin/ipmasq -d, all settings are
default. Can anyone suggest me how to debug the ipmasq package?

Thanks in advance.

Shao.

The box I am trying to acess the internet is 192.168.1.2.
Firewall(192.168.1.1) is running 2.2.16, the client is running 2.2.14.


[20:34|pts/[EMAIL PROTECTED] % /usr/sbin/ipmasq -d
Interfaces found:
  ppp0  129.94.241.56/255.255.255.255
  eth0  192.168.1.1/255.255.255.0
/sbin/ipchains -P input DENY
/sbin/ipchains -P output DENY
/sbin/ipchains -P forward DENY
/sbin/ipchains -F input
/sbin/ipchains -F output
/sbin/ipchains -F forward
/sbin/ipchains -A input -j ACCEPT -i lo
/sbin/ipchains -A input -j DENY -i !lo -s 127.0.0.1/255.0.0.0 -l
/sbin/ipchains -A input -j ACCEPT -i eth0 -s 192.168.1.1/255.255.255.0
/sbin/ipchains -A input -j DENY -i ppp0 -s 192.168.1.1/255.255.255.0 -l
/sbin/ipchains -A input -j ACCEPT -i ppp0 -d 129.94.241.56/32
/sbin/ipchains -A forward -j MASQ -i ppp0 -s 192.168.1.1/255.255.255.0
/sbin/ipchains -A output -j ACCEPT -i lo
/sbin/ipchains -A output -j ACCEPT -i eth0 -d 192.168.1.1/255.255.255.0
/sbin/ipchains -A output -j ACCEPT -i eth0 -d 224.0.0.0/240.0.0.0 -p !
tcp
/sbin/ipchains -A output -j DENY -i ppp0 -d 192.168.1.1/255.255.255.0 -l
/sbin/ipchains -A output -j ACCEPT -i ppp0 -s 129.94.241.56/32
echo "1" > /proc/sys/net/ipv4/ip_forward
/sbin/ipchains -M -S 7200 10 160
/sbin/ipchains -A input -j DENY -s 0.0.0.0/0 -d 0.0.0.0/0 -l
/sbin/ipchains -A output -j DENY -s 0.0.0.0/0 -d 0.0.0.0/0 -l
/sbin/ipchains -A forward -j DENY -s 0.0.0.0/0 -d 0.0.0.0/0 -l

-- 

Shao Zhang - Running Debian 2.1  ___ _   _
Department of Communications/ __| |_  __ _ ___  |_  / |_  __ _ _ _  __ _ 
University of New South Wales   \__ \ ' \/ _` / _ \  / /| ' \/ _` | ' \/ _` |
Sydney, Australia   |___/_||_\__,_\___/ /___|_||_\__,_|_||_\__, |
Email: [EMAIL PROTECTED]  |___/ 
_



AGP

2000-06-16 Thread Pablo Fanjul Gómez
Hi, 
¿exists any problem with AGP video card for configuring X?
sorry about my inglish, and thanks




Re: kernel-2.2.16

2000-06-16 Thread Corey Popelier
No you're not wrong. The debian packages for 2.2.15-3 address the recently
proclaimed kernel exploits in regards to the POSIX setuid issues. Kernels
for 2.0.x are not effected, 2.1.x, 2.2.x, 2.3.x users are advised to
update.

Full information is on the Debian website, linked off the main page.

Cheers,
 Corey Popelier
 http://members.dingoblue.net.au/~pancreas
 Work Email: [EMAIL PROTECTED]

On Fri, 16 Jun 2000, Dave Whiteley wrote:

> I read somewhere that the 2.2.15 kernel in the current potato
> distribution has already been patched with the security fixes. Am I
> wrong?
> 
> Dave
> 
> 
> > Umum Wijoyo wrote:
> >> 
> >> I read in the Debian Security section, there's a serious bug in
> >> the Linux
> >> kernel, and we are advised to do an upgrade.
> 
> snippety snip
> > 
> > Yes, the 2.2.16 kernel has the security fix.
> > 
> --
> E-Mail: Dave Whiteley <[EMAIL PROTECTED]>
> Date: 16-Jun-2000
> Time: 09:28:59
> 
> This message was sent by XFMail
> --
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 



nroff 2 latex?

2000-06-16 Thread Dave Whiteley
Does anybody know of a filter that will do most (or even all) of the
work of converting old documents in nroff format into latex?
Dave
--
E-Mail: Dave Whiteley <[EMAIL PROTECTED]>
Date: 16-Jun-2000
Time: 11:44:01

This message was sent by XFMail
--



truss

2000-06-16 Thread John Gosling \(GOSLIJA @ GBNUHO\)
 Date: 16-06-2000 11:45:13 AM
 Telephone: 680982
 Subject:  truss

 Hi, can you tell me what the LINUX equivalent of SVR4 'truss' is please.
 I,ve found 'gdb' but it is not suffient.

 Help!

 Regards

 John



Re: truss

2000-06-16 Thread Robert Norris
>  Hi, can you tell me what the LINUX equivalent of SVR4 'truss' is please.
>  I,ve found 'gdb' but it is not suffient.

You want 'strace'.

Regards,
Rob.


pgpIYpvNSX9sI.pgp
Description: PGP signature


Re: Aureal Vortex2 soundcard in Woody

2000-06-16 Thread Martin Bishop
Hi Bruce,

I don't know if this will work for you or not, but what I did
was I made a soft link to the linux header in /usr/src/ called
linux. After that I could compile the drive fine.

See how you go.
MB

Bruce Z. Lysik [EMAIL PROTECTED] wrote:
> Hi folks,
> 
> Been trying to get my Aureal Vortex2 chipset soundcard working under
> Linux.  Had things working fine in Redhat before, but something is
> screwy under Debian and Woody.
> 
> I downloaded the drivers from linux.aureal.com, and go to do the
> make.  The compile /totally/ bombs.  Tons of error messages, finally
> ending with:
> 
> vortex.c:2376: warning: control reaches end of non-void function
> vortex.c: At top level:
> /usr/include/linux/coda.h:261: storage size of `va_atime' isn't known
> /usr/include/linux/coda.h:262: storage size of `va_mtime' isn't known
> /usr/include/linux/coda.h:263: storage size of `va_ctime' isn't known
> /usr/include/linux/coda.h:563: storage size of `attr' isn't known
> {standard input}: Assembler messages:
> {standard input}:9: Warning: Ignoring changed section attributes for
> .modinfo
> /usr/include/linux/fs.h:422: storage size of `f_owner' isn't known
> /usr/include/linux/sched.h:288: storage size of `times' isn't known
> vortex.c:1514: warning: `send_mem' defined but not used
> make: *** [vortex.o] Error 1
> 
> I thought I was missing something, so I went and installed the
> kernel-headers package, and checked to make sure the libc6-dev package
> was there, but nothing helps. 
> 
> I'm running kernel-image 2.2.15 on a Woody system.  I've seen some
> posts here from people who've gotten it working.  (I've even
> downloaded the patch that someone put together so I can nice and
> neatly make .debs for it.) 
> 
> Does anyone know if I'm missing something?
> 
> -- 
> Bruce Z. Lysik  <[EMAIL PROTECTED]>   http://www.logrus.com/~eldrik
> GCS d++(-) a-- C++ ULS+++$ P+++$ L++ E+ W+++ N++ w--- M-- V PS PE
> Y+ PGP+ t+ 5++ X+ R+ tv+ b++ DI+ G e++ h+ r y+ s
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 



lilo

2000-06-16 Thread ddsmith
Howdy...
Can someone tell me why LILO just hangs on LI when I start my 
machine?

If you would be so kind as to take that a step farther and let me 
know how I can fix it I would be greatly appreciative.

thanks



Re: lilo

2000-06-16 Thread Ron Rademaker
Try adding lniear to your lilo.conf and rerun lilo...

Ron Rademaker

On Fri, 16 Jun 2000 [EMAIL PROTECTED] wrote:

> Howdy...
> Can someone tell me why LILO just hangs on LI when I start my 
> machine?
> 
> If you would be so kind as to take that a step farther and let me 
> know how I can fix it I would be greatly appreciative.
> 
> thanks
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 



Re: setting up ipmasq

2000-06-16 Thread dyer
Shao Zhang wrote:

> Hi,
> I have recompiled my kerenel to have all the required modules
> for ipmasq. Then I apt-get installed ipmasq package. My
> impression is that things should work straight away...
>
> But I am getting network unreachable when trying to access
> internet from a box behind the firewall. I can ping the firewall
> with no problem.



With a network unreachable, it sounds more like you dont' have the firewall set 
up as
the gateway for the workstation.  What does 'route' show? You probably need to 
add a
default route for the box behind the firewall.

dyer



RE: serial mouse

2000-06-16 Thread Marvin Stodolsky
1) First make sure your are describing the mouse port as:
  /dev/ttyS0
NOT   /ttys0

2) If you have installed  gpm-frozenVer.deb, this update
sets up to new mouse devices: /dev/gpmdata and /dev/gpmctl
and more over,with WARNING sets
   /dev/mouse -> /dev/gpmdata
(a Bug report has been filed)
Thus if you enter  /dev/mouse in XF86Config, it will try use
/dev/gpmdata which might not suffice.  It didn't on my
laptop with ps2 mouse (/dev/psaux)
Changing from /dev/mouse to /dev/psaux in XF86Config solved
the X problem for me.

MarvS


Hey there again. 
I'm having problems setting up x with this serial mouse.

It's an MS serial mouse. I specified MS mouse on ttys0.
That's 
serial A right? I don't think I'm losing my mind. There
isn't a map in 
fstab that I'm supposed to specify is there?



RE: Still about fetchmail...

2000-06-16 Thread Wesley A. Wannemacher
I had a similar problem. To fix it I downloaded (from metalab) a package
called flex. Seems as though, lex is a part of the flex package.

Wes


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
Viktor Rosenfeld
Sent: Thursday, June 15, 2000 3:52 PM
To: PAM,Thomas
Cc: debian-user@lists.debian.org
Subject: Re: Still about fetchmail...


"PAM,Thomas" wrote:
>
> Ok, but i'm a complete ignorant on the building process. I don't even know
> what lex is !!!
> could you give me more details about the need of lex or flex??
> thanks ,
> pamz!

Sorry, I can't really help you there, since I don't have a lot
experience in building my own packages.

IIRC lex is a lexical analyser generater, which means that it takes some
regexp's and rules from an input file and generates some C-Code to scan
for those regexp's.  Judging from the error message you posted on the
net, I assume that fetchmail uses lex to generate (part of) the code
that scans the .fetchmailrc file and encouters an error in its input
file (rcfile_1.1), but I am just guessing here.

The fetchmail FAQ isn't very detailed either, it just mentions to
install flex instead of using lex.  I'm sure, you can find flex on
http://www.freshmeat.net/ and if installing doesn't help, you could
check out the fetchmail-friends mailing list mentioned in the FAQ.

MfG Viktor
--
Viktor Rosenfeld
E-Mail: mailto:[EMAIL PROTECTED]
HertzSCHLAG:http://www.informatik.hu-berlin.de/~rosenfel/hs/


--
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] <
/dev/null



Re: lilo problem (LI hang)

2000-06-16 Thread Thomas Guettler
/usr/doc/lilo/manual on Debian:
  LI   The first stage boot loader was able to load the second stage boot 
loader, but has failed to execute it. This can either be caused by a 
geometry mismatch or by moving /boot/boot.b without running the map 
installer. 
 

sorry, problems with mailer, can't reply to original message

-- 
Thomas Guettler <[EMAIL PROTECTED]>
http://www.interface-business.de




Re: VMWare, Samba, and Slink

2000-06-16 Thread Andrew Sullivan
On Thu, Jun 15, 2000 at 05:45:27PM -0500, Jeff Noxon wrote:

> Is VMWare 2.0 significantly faster than 1.x?  I used it for a while and
> gave up.

Somewhat.  There are some bugs, though, which haven't been resolved.  Both
are considerably faster in full-screen mode.

There is an alternative called Win4Lin:

http://www.trelos.com/trelos/Trelos/Products/Product_Information.htm

This is useful if you _only_ want to use Windows (and don't need other OS
environments).  I don't know how it works, though.  It's new.

A

-- 
Andrew Sullivan  Computer Services
<[EMAIL PROTECTED]>Burlington Public Library
+1 905 639 3611 x158   2331 New Street
   Burlington, Ontario, Canada L7R 1J4



Error in the Potato rescue.bin

2000-06-16 Thread Nagarjuna G.

I have checked at a few of the ftp sites, where the file rescue.bin (of
1.44MB) image of POTATO distro has an error, and so cannot be downloaded.
The file has the `Read error at byte 4035/1474560'.  I have checked the
ftp.debian.org, ftp.uk.debian.org sites. I donot know whom to report, if any
of you know please forward this mail to the concerned person.

Till then, if any of you know of a place where I can download a working
copy, please let me know. You may even email me the image as an attachement.

Thanks

Nagarjuna



How to enable some specify users to run pon and poff?

2000-06-16 Thread Alex Kwan
Hi!

My dialup ppp connection only can run by root,
How to config to enable some specify (not all) users
to run pon and poff ?

Thanks




Re: Error in the Potato rescue.bin

2000-06-16 Thread Ben Collins
On Fri, Jun 16, 2000 at 06:43:56PM +0530, Nagarjuna G. wrote:
> 
> I have checked at a few of the ftp sites, where the file rescue.bin (of
> 1.44MB) image of POTATO distro has an error, and so cannot be downloaded.
> The file has the `Read error at byte 4035/1474560'.  I have checked the
> ftp.debian.org, ftp.uk.debian.org sites. I donot know whom to report, if any
> of you know please forward this mail to the concerned person.

That really sounds more like floppy driver, and floppy disk problem to me.
Have you tried using a different disk?

-- 
 ---===-=-==-=---==-=--
/  Ben Collins  --  ...on that fantastic voyage...  --  Debian GNU/Linux   \
`  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  '
 `---=--===-=-=-=-===-==---=--=---'



Re: How to enable some specify users to run pon and poff?

2000-06-16 Thread Robert Varga

There is a pon or dialout group depending on the version of Debian you are
using.

Add the user to that group (adduser user group), and that's all. (Look at
the group of /usr/sbin/pppd to know which group.

Regards,

Robert Varga 

On Fri, 16 Jun 2000, Alex Kwan wrote:

> Hi!
> 
> My dialup ppp connection only can run by root,
> How to config to enable some specify (not all) users
> to run pon and poff ?
> 
> Thanks
> 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 
> 



Re: IDE/DMA problems?

2000-06-16 Thread Jason Quigley
Hi Horacio!

I too get this message, but it started occurring when I attached an IDE
CDROM to the same channel as the hard disk. I guess it's just stepping down
or something. I was using a SCSI CDROM before and didn't have this problem.

My suggestion would be to put the CDROM onto the other channel and see if
things are better. I certainly see myself buying an IDE card for this
reason.

Cheers,
Jason.


At 11:38 +0200 16/6/00, Horacio MG wrote:
>Hello,
>
>currently I'm entering the BIOS quite often for enabling/disabling the
>IDE/SCSI boot, so that I can boot from an IDE (UDMA) HD or a SCSI HD as
>needed.
>
>All of a sudden, I've started to see some message from the kernel.  Here
>is the 'dmesg' relevant part:
>
>PCI_IDE: unknown IDE controller on PCI bus 00 device 78, VID=10b9,
>DID=5229
>PCI_IDE: not 100% native mode: will probe irqs later
>PCI_IDE: simplex device:  DMA disabled
>ide0: PCI_IDE Bus-Master DMA disabled (BIOS)
>PCI_IDE: simplex device:  DMA disabled
>ide1: PCI_IDE Bus-Master DMA disabled (BIOS)
>hda: ST38630A, ATA DISK drive
>hdb: CRD-8400C, ATAPI CDROM drive
>hdc: ST34321A, ATA DISK drive
>
>... strange as right now I've booted from the IDE disk and IDE boot mode
>*IS* enabled in my BIOS.  I'm 100% sure I haven't fiddled with any other
>BIOS option.
>
>Any idea as to why this is happening?
>
>Please, Cc: me as I'm not on this list.
>
>
>TIA,
>
>--
>HoracioAnno MMDCCLIII A.U.C.
>[EMAIL PROTECTED]  Valencia - ESPAÑA
>
>Key fingerprint = F4EE AE5E 2F01 0DB3 62F2  A9F4 AD31 7093 4233 7AE6
>
>
>--
>Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] <
>/dev/null



Re: How to enable some specify users to run pon and poff?

2000-06-16 Thread Pollywog
On Fri, 16 Jun 2000, Alex Kwan wrote:
> Hi!
>
> My dialup ppp connection only can run by root,
> How to config to enable some specify (not all) users
> to run pon and poff ?
>
> Thanks

Add the users to the group "dip" in /etc/group

dip:x:30:pollywog



Re: VMWare, Samba, and Slink

2000-06-16 Thread Robert Kerr
On Thu, 15 Jun 2000, Jeff Noxon wrote:

> Instead of asking the Debian mailing list for help with VMware's Samba,
> you should probably try using Debian's Samba -- which works just fine.  :)

Okay, sounds like a plan.

> 
> Is VMWare 2.0 significantly faster than 1.x?  I used it for a while and
> gave up.
> 

I've been very pleased with it.  I have 256 MB Ram, and a Pentium III 500,
and the virtual machines are very useable.


> Good luck,
> 
> Jeff
> 
> On Thu, Jun 15, 2000 at 04:24:17PM -0600, Robert Kerr wrote:
> > Hi all,
> > I have VMWare 2.0 installed on a slink machine, and I'm trying to set up
> > samba to let my Win98 installation talk to the rest of the box.  Anyway,
> > it's set up host-only networking, and telnet, ftp, netscape all work
> > fine.  But, samba doesn't work.  I looked in the /var/log/ logs and found
> > this line:
> > VMWare[init]: /usr/bin/vmware-smbd: error in loading shared libraries
> > VMWare[init]: : undefined symbol: setresuid
> > 
> > and sure enough, there's no symbol setresuid in and of the libs in
> > /usr/lib or /lib
> > Under RedHat 6.0, setresuid is defined in libc.a, but it's not on Debian
> > 2.1.  Has anyone gotten vmware's samba running under slink?  Or does
> > anyone know how I can get around this problem?
> > Thanks
> 

-- 
-bob

Remember the... the... uhh.
**
* Robert Kerr, The morphing guy.  *MS 0847 Sandia National Labs  *
* [EMAIL PROTECTED]   *Albuquerque NM 87185-0847 *
* [EMAIL PROTECTED] *  Phone: (505) 844-8606   *
* http://www.et.byu.edu/~kerrr*  Fax: (505) 844-9297 *
**




Re: VMWare, Samba, and Slink

2000-06-16 Thread Robert Kerr
On Thu, 15 Jun 2000, Lee Revell wrote:

> With VMWare 2.0 on my box (Celeron 300A @ 450mhz, 320MB RAM, Quantum 10K
> RPM LVD SCSI drive on an AHA2940U2W, TNT2 Ultra w/ 32MB video ram),
> Win98 SE is sluggish but usable, like on a P233.  The thing that really
> kills usability for me is that the mouse is slow to respond - there is a
> noticeable latency between moving the thing and seeing the pointer
> move.  I couldn't come up with a way to fix this.  Word, IE, etc. seem
> to take only a little longer to load that in native Win98, but that damn
> latency keeps reminding you that it's not native Windows.  If they can
> fix it with the mouse it would be tolerable for most other things.  It's
> like going back to dialup after getting used to DSL - a hassle but you
> can get things done if need be.  But it beats the hell out of having to
> reboot to use Word.

Hmm, I haven't had any problems with the mouse.  You have installed the
VMWare Tools in Win98 right?  You might also want to make sure you have
the latest version of VMware.  I noticed a huge mouse latency problem in
the earlier versions, but none in the current version.

> 
> HTH,
> 
> rlr
> 
> Jeff Noxon wrote:
> >
> > Is VMWare 2.0 significantly faster than 1.x?  I used it for a while and
> > gave up.
> >
> 

-- 
-bob

Remember the... the... uhh.
**
* Robert Kerr, The morphing guy.  *MS 0847 Sandia National Labs  *
* [EMAIL PROTECTED]   *Albuquerque NM 87185-0847 *
* [EMAIL PROTECTED] *  Phone: (505) 844-8606   *
* http://www.et.byu.edu/~kerrr*  Fax: (505) 844-9297 *
**




Re: How to enable some specify users to run pon and poff?

2000-06-16 Thread Nate Bargmann
On Fri, Jun 16, 2000 at 01:40:19PM +, Pollywog wrote:
> On Fri, 16 Jun 2000, Alex Kwan wrote:
> 
> Add the users to the group "dip" in /etc/group
> 
> dip:x:30:pollywog

I found the user needed to be added to both groups, dip and dialout.

usermod -G 20,30 username

is your friend here.  Read the man page carefully as any group the
user is currently a member of will be removed if not included in the
command to add the user to the new group(s).

- Nate >>

-- 
 Wireless | Amateur Radio Station N0NB  | "None can love freedom
 Internet | [EMAIL PROTECTED]   | heartily, but good
 Location | Wichita, Kansas USA EM17hs  | men; the rest love not
   Wichita area exams; ham radio; Linux info @  | freedom, but license."
 http://www.qsl.net/n0nb/   | -- John Milton



Re: IDE/DMA problems?

2000-06-16 Thread Mark Herrick
I too get this message at boot, but i have 2 IDE drives on the 1st
controller, and a CD-ROM drive on the 2nd.
I don't think it's a problem with CD/HD on the same controller - I think
the kernel doesn't recognise the IDE controller.
Anyone got any ideas?

On 16/06/00 at 14:41 Jason Quigley spake the following magic words:

>Hi Horacio!
>
>I too get this message, but it started occurring when I attached an IDE
>CDROM to the same channel as the hard disk. I guess it's just stepping
down
>or something. I was using a SCSI CDROM before and didn't have this
problem.
>
>My suggestion would be to put the CDROM onto the other channel and see if
>things are better. I certainly see myself buying an IDE card for this
>reason.
>
>Cheers,
>Jason.
>
>
>At 11:38 +0200 16/6/00, Horacio MG wrote:
>>Hello,
>>
>>currently I'm entering the BIOS quite often for enabling/disabling the
>>IDE/SCSI boot, so that I can boot from an IDE (UDMA) HD or a SCSI HD as
>>needed.
>>
>>All of a sudden, I've started to see some message from the kernel.  Here
>>is the 'dmesg' relevant part:
>>
>>PCI_IDE: unknown IDE controller on PCI bus 00 device 78, VID=10b9,
>>DID=5229
>>PCI_IDE: not 100% native mode: will probe irqs later
>>PCI_IDE: simplex device:  DMA disabled
>>ide0: PCI_IDE Bus-Master DMA disabled (BIOS)
>>PCI_IDE: simplex device:  DMA disabled
>>ide1: PCI_IDE Bus-Master DMA disabled (BIOS)
>>hda: ST38630A, ATA DISK drive
>>hdb: CRD-8400C, ATAPI CDROM drive
>>hdc: ST34321A, ATA DISK drive
>>
>>... strange as right now I've booted from the IDE disk and IDE boot mode
>>*IS* enabled in my BIOS.  I'm 100% sure I haven't fiddled with any other
>>BIOS option.
>>
>>Any idea as to why this is happening?
>>
>>Please, Cc: me as I'm not on this list.
>>
>>
>>TIA,
>>
>>--
>>Horacio   Anno MMDCCLIII A.U.C.
>>[EMAIL PROTECTED] Valencia - ESPAÑA
>>
>>Key fingerprint = F4EE AE5E 2F01 0DB3 62F2  A9F4 AD31 7093 4233 7AE6



--
Mark  Herrick - Liverpool - England
mark at blacksky dot co dot uk
Pick two: Good, Fast, Cheap



__
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit-
http://www.star.net.uk/stats.asp



Re: Error in the Potato rescue.bin

2000-06-16 Thread Nagarjuna G.
On Fri, 16 Jun 2000, Ben Collins wrote:

->On Fri, Jun 16, 2000 at 06:43:56PM +0530, Nagarjuna G. wrote:
->> 
->> I have checked at a few of the ftp sites, where the file rescue.bin (of
->> 1.44MB) image of POTATO distro has an error, and so cannot be downloaded.
->> The file has the `Read error at byte 4035/1474560'.  I have checked the
->> ftp.debian.org, ftp.uk.debian.org sites. I donot know whom to report, if any
->> of you know please forward this mail to the concerned person.
->
->That really sounds more like floppy driver, and floppy disk problem to me.
->Have you tried using a different disk?

No, I haven't made a floppy as yet. The error is at the ftp site. The
download stops after reading upto 4035 bytes.

Nagarjuna



modem-pcmcia

2000-06-16 Thread Wayne Sitton
I going to purchase a pcmcia modem for my laptop.  Anyone know of one that
is definately compatable with my debian(potato) laptop.

Wayne



this is an unsecure session

2000-06-16 Thread Roy John Little
Dear list:
I have just upgraded from Debian 2.1 to 2.2 by way of apt-get
upgrade-dist, and all was upgraded successfully, as far as I could tell. 
I decided to reinitiate the session.  The login prompt with the banner
background appeared, with the disturbing difference that, instead of
saying "Debian GNU/Linux" I got "This is an unsecure session," and I
cannot login now as root or as anyone else.  I have booted from the rescue
disk and mounted my previously installed partition but am at a loss as to
what file to edit to recover my ability to login.

Thanks for any help you can give me.

Prof. Roy J. Little
Dept. Chem.
Facultad de Ciencias
Universidad de los Andes
Merida, Venezuela



PICO

2000-06-16 Thread Thiago
Wich package at deselect have the PICO TEXT EDITOR? i would like to use
them.

Thanks!!


HISS - Hackers Internet Security Services
www.hacker.com.br



Keeping up2date with 'unstable' without beeing connected to the internet

2000-06-16 Thread Markus Fischer
Hello,

I'm running a few servers and workstation in a private network
where I work. For security and variuous policy reasons it's not
allowed beeing connected to the internet.

I've now upgraded all machines to potato TC 2 and I'm very happy.
But for developing I need some machines running unstable. I can
burn a few cd's with unstable and have a one-time complete
mirror.

But how to I approach the 'keeping up2date' problem ? I can't
fetch a new Packages list just from the network I am (no internet
connection).

I'm thinking about bringing the new packages from time to time
with my zip drive to work. But how do I now which packages have
changes since the last time ? I don't want to have a machine at
home with a full mirror or with all the packages installed I have
at work.

I hope I explained my problem clear enough ;) Thanks for any
advice !

kind regards,
Markus

-- 
Markus Fischer,  http://josefine.ben.tuwien.ac.at/~mfischer/
EMail: [EMAIL PROTECTED]
PGP Public  Key: http://josefine.ben.tuwien.ac.at/~mfischer/C2272BD0.asc
PGP Fingerprint: D3B0 DD4F E12B F911 3CE1  C2B5 D674 B445 C227 2BD0
- Free Software For A Free World -



Re: Error in the Potato rescue.bin

2000-06-16 Thread Ben Collins
On Fri, Jun 16, 2000 at 07:29:19PM +0530, Nagarjuna G. wrote:
> On Fri, 16 Jun 2000, Ben Collins wrote:
> 
> ->On Fri, Jun 16, 2000 at 06:43:56PM +0530, Nagarjuna G. wrote:
> ->> 
> ->> I have checked at a few of the ftp sites, where the file rescue.bin (of
> ->> 1.44MB) image of POTATO distro has an error, and so cannot be downloaded.
> ->> The file has the `Read error at byte 4035/1474560'.  I have checked the
> ->> ftp.debian.org, ftp.uk.debian.org sites. I donot know whom to report, if 
> any
> ->> of you know please forward this mail to the concerned person.
> ->
> ->That really sounds more like floppy driver, and floppy disk problem to me.
> ->Have you tried using a different disk?
> 
> No, I haven't made a floppy as yet. The error is at the ftp site. The
> download stops after reading upto 4035 bytes.

Have you tried http? It sounds very strange that this error occurs. Even
if the file was corrupted, the ftp server wouldn't care.

-- 
 ---===-=-==-=---==-=--
/  Ben Collins  --  ...on that fantastic voyage...  --  Debian GNU/Linux   \
`  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  '
 `---=--===-=-=-=-===-==---=--=---'



Re: The ALSA driver in potato is very outdated :-(

2000-06-16 Thread Thomas Hood
I installed the following debs from the woody 
archive or from incoming.debian.org.  My kernel
is a 2.2.15 that I compiled myself.  In order to
install the alsa-modules package I had to give
the "--force-depends" option to dpkg.

alsa-base_0.5.8a-1.deb
alsa-modules-2.2.15_0.5.8a-1+2.2.15-1_i386.deb
alsa-utils_0.5.8-1.deb
esound-common_0.2.18-2.deb
esound-alsa_0.2.18-2.deb
libasound1_0.5.8-1.deb
libesd-alsa0_0.2.18-2.deb
gamix_1.09p11-1.deb

Tip: If you use xmms, choose the esd output plugin.

--
Thomas Hood


> Hi All,
> 
> I had some troubles with ALSA drivers, provided with potato.
> I sent a message to one of their developers, and this is what I received:
> 
> > you are using a very old version of ALSA.
> > please upgrade your driver/libs from www.alsa-project.org
> >
> > all azt2320 cards are well supported now.
> 
> So now I have two questions.
> 1) How can I upgrade the ALSA drivers in potato so that I wouldn't break
>the debian packaging system (Is there something like kernel-package
>available for them)?
> 2) Are there any plans to upgrade the ALSA drivers for potato
>(eg. placing the new version in proposed-updates)?



Re: PICO

2000-06-16 Thread Ron Rademaker
It'n in pine, pine is in non-free, you'll have to install the pine sources
and the diffs, then build a binary debian package that you can install.

Ron Rademaker

On Fri, 16 Jun 2000, Thiago wrote:

> Wich package at deselect have the PICO TEXT EDITOR? i would like to use
> them.
> 
> Thanks!!
> 
> 
> HISS - Hackers Internet Security Services
> www.hacker.com.br
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 



Re: PICO

2000-06-16 Thread S.P. van Noort
Install Nano, it's interface is exactly like Pico, especially the latest 
version in woody. It is GPL, so it is in main.

Greetings,

Sander

P.S. I've lost the address of Thiago, so could someone (Ron ?) please send this 
message directly to him ?  



On Fri, Jun 16, 2000 at 04:49:55PM +0200, Ron Rademaker wrote:
> It'n in pine, pine is in non-free, you'll have to install the pine sources
> and the diffs, then build a binary debian package that you can install.
> 
> Ron Rademaker
> 
> On Fri, 16 Jun 2000, Thiago wrote:
> 
> > Wich package at deselect have the PICO TEXT EDITOR? i would like to use
> > them.
> > 
> > Thanks!!
> > 
> > 
> > HISS - Hackers Internet Security Services
> > www.hacker.com.br
> > 
> > 
> > -- 
> > Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> > 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null



Re: How to enable some specify users to run pon and poff?

2000-06-16 Thread John Hasler
Nate writes:
> I found the user needed to be added to both groups, dip and dialout.

Then your system is somehow misconfigured.  Pppd should run as root when
opening the serial port: the user should not need permissions on it.

> usermod -G 20,30 username

> is your friend here.

'adduser username groupname' is a much friendlier friend.

> Read the man page carefully as any group the user is currently a member
> of will be removed if not included in the command to add the user to the
> new group(s).

A good reason for using the adduser front-end to useradd.

The version of pppconfig in unstable takes care of adding users to dip.
-- 
John Hasler
[EMAIL PROTECTED] (John Hasler)
Dancing Horse Hill
Elmwood, WI



Re: Error in the Potato rescue.bin

2000-06-16 Thread Nagarjuna G.
On Fri, 16 Jun 2000, Ben Collins wrote:

->On Fri, Jun 16, 2000 at 07:29:19PM +0530, Nagarjuna G. wrote:
->> On Fri, 16 Jun 2000, Ben Collins wrote:
->> 
->> ->On Fri, Jun 16, 2000 at 06:43:56PM +0530, Nagarjuna G. wrote:
->> ->> 
->> ->> I have checked at a few of the ftp sites, where the file rescue.bin (of
->> ->> 1.44MB) image of POTATO distro has an error, and so cannot be 
downloaded.
->> ->> The file has the `Read error at byte 4035/1474560'.  I have checked the
->> ->> ftp.debian.org, ftp.uk.debian.org sites. I donot know whom to report, 
if any
->> ->> of you know please forward this mail to the concerned person.
->> ->
->> ->That really sounds more like floppy driver, and floppy disk problem to me.
->> ->Have you tried using a different disk?
->> 
->> No, I haven't made a floppy as yet. The error is at the ftp site. The
->> download stops after reading upto 4035 bytes.
->
->Have you tried http? It sounds very strange that this error occurs. Even
->if the file was corrupted, the ftp server wouldn't care.

Usually I use wget, but this time in order to double check I have used
netscape also.  Same error.  

However, I seemed to be getting
../disks-i386/2.2.15-2000-06-07/images-1.44/safe/rescue.bin.

Possibly this file is not corrupted.

In anycase the above error remains strange.

Nagarjuna



Re: PICO

2000-06-16 Thread Ron Rademaker
Tried to forward the message, but the mail address has permanent errors...

Ron

On Fri, 16 Jun 2000, S.P. van Noort wrote:

> Install Nano, it's interface is exactly like Pico, especially the latest 
> version in woody. It is GPL, so it is in main.
> 
> Greetings,
> 
> Sander
> 
> P.S. I've lost the address of Thiago, so could someone (Ron ?) please send 
> this message directly to him ?  
> 
> 
> 
> On Fri, Jun 16, 2000 at 04:49:55PM +0200, Ron Rademaker wrote:
> > It'n in pine, pine is in non-free, you'll have to install the pine sources
> > and the diffs, then build a binary debian package that you can install.
> > 
> > Ron Rademaker
> > 
> > On Fri, 16 Jun 2000, Thiago wrote:
> > 
> > > Wich package at deselect have the PICO TEXT EDITOR? i would like to use
> > > them.
> > > 
> > > Thanks!!
> > > 
> > > 
> > > HISS - Hackers Internet Security Services
> > > www.hacker.com.br
> > > 
> > > 
> > > -- 
> > > Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> > > 
> > 
> > 
> > -- 
> > Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 



Funny format CD's...

2000-06-16 Thread Hugo van der Merwe
Is it possible to mount the 7th track of a CD? The first 6 being audio
tracks, and the seventh the first and only data track?

I believe it is possible to write another track to a CD-R device later, as
long as the disk hasn't been fixated. I was just wondering if it was
possible to add a data track after adding audio tracks...

Is it otherwise possible to rip a specific track, but not making it an
audio track? i.e. suppose I write a data track to track 7, I'd like to rip
it back to the CD image it was... I'd guess cdparanoia won't work, 'cause
it extracts audio tracks to wave files... the last thing I can think of,
is dumping the whole CD, and then cutting off the first part and possibly
the last part, so that you'll only be left with track 7...

Any ideas?

Thanks
Hugo van der Merwe



Additional Terminals

2000-06-16 Thread Sven Burgener
Hi debs

How does one set up more than the default six terminals on a i386 potato
machine?

TIA
Sven



Re: diald/pppd refused connection--PAP auth?

2000-06-16 Thread Kenward Vaughan
On Thu, Jun 15, 2000 at 05:12:11PM +0100, David Wright wrote:
> Quoting Kenward Vaughan ([EMAIL PROTECTED]):
...
> > OK, but running with noauth gives a more simplified pppd message saying:
> > 
> > LCP terminated by peer
 
> That suggests that LCP protocol is being exchanged because the peer
> (other end) is saying go away.
...

> I think you should add "debug" to your options file (either the master
...

I've attached syslog files for both diald and pon with debugging.  I can see
some obvious differences in the two just in the "language" formatting, but
it's very Greek to me otherwise.  Pap authorization was set for pon using
pppconfig.

Kenward
-- 
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--
Jun 16 08:30:04 kaynjay diald[1458]: filter accepted rule 31 proto tcp len 60 
seq e792fab7 ack 0 flags  SYN packet 192.168.0.1,1175 => 63.196.172.20,110
Jun 16 08:30:04 kaynjay diald[1458]: Trigger: tcp   192.168.0.1/1175 
63.196.172.20/110  
Jun 16 08:30:04 kaynjay diald[1458]: new state CONNECT action 0x8050dc0 timeout 
90
Jun 16 08:30:04 kaynjay diald[1458]: Calling site 194.109.2.10 
Jun 16 08:30:05 kaynjay diald[1458]: running '/usr/sbin/chat -v -f 
/etc/chatscripts/provider'
Jun 16 08:30:05 kaynjay chat[1598]: abort on (BUSY)
Jun 16 08:30:05 kaynjay chat[1598]: abort on (NO CARRIER)
Jun 16 08:30:05 kaynjay chat[1598]: abort on (VOICE)
Jun 16 08:30:05 kaynjay chat[1598]: abort on (NO DIALTONE)
Jun 16 08:30:05 kaynjay chat[1598]: abort on (NO DIAL TONE)
Jun 16 08:30:05 kaynjay chat[1598]: abort on (NO ANSWER)
Jun 16 08:30:05 kaynjay chat[1598]: send (ATZ^M)
Jun 16 08:30:06 kaynjay chat[1598]: expect (OK)
Jun 16 08:30:06 kaynjay chat[1598]: ATZ^M^M
Jun 16 08:30:06 kaynjay chat[1598]: OK
Jun 16 08:30:06 kaynjay chat[1598]:  -- got it 
Jun 16 08:30:06 kaynjay chat[1598]: send (ATM0DT2822000^M)
Jun 16 08:30:06 kaynjay chat[1598]: expect (CONNECT)
Jun 16 08:30:06 kaynjay chat[1598]: ^M
Jun 16 08:30:25 kaynjay chat[1598]: ATM0DT2822000^M^M
Jun 16 08:30:25 kaynjay chat[1598]: CONNECT
Jun 16 08:30:25 kaynjay chat[1598]:  -- got it 
Jun 16 08:30:25 kaynjay chat[1598]: send (\d)
Jun 16 08:30:26 kaynjay chat[1598]: send (\d)
Jun 16 08:30:27 kaynjay diald[1458]: SIGCHLD[4]: pid 1598 dial, status 0
Jun 16 08:30:27 kaynjay diald[1458]: new state START_LINK action 0x8051114 
timeout 60
Jun 16 08:30:27 kaynjay diald[1458]: Connected to site 194.109.2.10 
Jun 16 08:30:27 kaynjay diald[1458]: Running pppd (pid = 1599).
Jun 16 08:30:27 kaynjay diald[1599]: Running pppd: /usr/sbin/pppd -defaultroute 
-detach modem crtscts mtu 1500 mru 1500 netmask 255.255.255.0 noauth nopersist 
Jun 16 08:30:27 kaynjay pppd[1599]: pppd 2.3.11 started by root, uid 0
Jun 16 08:30:27 kaynjay pppd[1599]: Using interface ppp0
Jun 16 08:30:27 kaynjay pppd[1599]: Connect: ppp0 <--> /dev/ttyS1
Jun 16 08:30:27 kaynjay pppd[1599]: sent [LCP ConfReq id=0x1  
  ]
Jun 16 08:30:28 kaynjay pppd[1599]: rcvd [LCP ConfReq id=0x1  
 < 11 04 05 ea> < 
13 09 03 00 c0 49 11 04 fa>]
Jun 16 08:30:28 kaynjay pppd[1599]: sent [LCP ConfRej id=0x1 < 11 04 05 ea> < 
13 09 03 00 c0 49 11 04 fa>]
Jun 16 08:30:28 kaynjay pppd[1599]: rcvd [LCP ConfAck id=0x1  
  ]
Jun 16 08:30:28 kaynjay pppd[1599]: rcvd [LCP ConfReq id=0x2  
]
Jun 16 08:30:28 kaynjay pppd[1599]: sent [LCP ConfAck id=0x2  
]
Jun 16 08:30:28 kaynjay pppd[1599]: sent [LCP EchoReq id=0x0 magic=0x6db55ddb]
Jun 16 08:30:28 kaynjay pppd[1599]: sent [PAP AuthReq id=0x1 user="kaynjay" 
password=]
Jun 16 08:30:28 kaynjay pppd[1599]: rcvd [LCP EchoRep id=0x0 magic=0x1fbaa509]
Jun 16 08:30:28 kaynjay pppd[1599]: rcvd [PAP AuthNak id=0x0 41 75 74 68 65 6e 
74 69 63 61 74 69 6f 6e 20 66 61 69 6c 75 72 65]
Jun 16 08:30:31 kaynjay pppd[1599]: sent [PAP AuthReq id=0x2 user="kaynjay" 
password=]
Jun 16 08:30:31 kaynjay pppd[1599]: rcvd [PAP AuthNak id=0x0 41 75 74 68 65 6e 
74 69 63 61 74 69 6f 6e 20 66 61 69 6c 75 72 65]
Jun 16 08:30:34 kaynjay pppd[1599]: sent [PAP AuthReq id=0x3 user="kaynjay" 
password=]
Jun 16 08:30:34 kaynjay pppd[1599]: rcvd [PAP AuthNak id=0x0 41 75 74 68 65 6e 
74 69 63 61 74 69 6f 6e 20 66 61 69 6c 75 72 65]
Jun 16 08:30:37 kaynjay pppd[1599]: sent [PAP AuthReq id=0x4 user="kaynjay" 
password=]
Jun 16 08:30:37 kaynjay pppd[1599]: rcvd [PAP AuthNak id=0x0 41 75 74 68 65 6e 
74 69 63 61 74 69 6f 6e 20 66 61 69 6c 75 72 65]
Jun 16 08:30:40 kaynjay pppd[1599]: sent [PAP AuthReq id=0x5 user="kaynjay" 
password=]
Jun 16 08:30:40 kaynjay pppd[1599]: rcvd [PAP AuthNak id=0x0 41 75 74 68 65 6e 
74 69 63 61 74 69 6f 6e 20 66 61 69 6c 75 72 65]
Jun 16 08:30:43 kaynjay pppd[1599]: sent [PAP AuthReq id=0x6 user="kaynjay" 
password=]
Jun 16 08:30:43 kaynjay pppd[1599]: rcvd [PAP AuthNak id=0x0 41 75 74 68 65 6e 
74 69 63 61 74 69 6f 6e 20 66 61 69 6c 75 72 65]
Jun 16 08:30:43 kaynjay pppd[1599]: rcvd [LCP TermReq id=0x3]
Jun 16 08:30:43 kaynjay pppd[1599]: LCP terminated by peer
Jun 16 08:30:43 kaynjay pppd[1599]: sent [LCP TermAck id=0x3]
Jun 16 08:30:44 kaynjay ppp

Re: mp3-encoder

2000-06-16 Thread Christopher Splinter
* Kenneth Scharf <[EMAIL PROTECTED]> writes:

> Bladeenc is faster but not as high quality as lame (YMMV).  I
> have been using bladeenc, but switched to lame for low bitrate
> encodings.

The latest lame beta (3.83) is quite fast.



Re: kernel-2.2.16

2000-06-16 Thread Christopher Splinter
* Matthew Dalton <[EMAIL PROTECTED]> writes:

> Umum Wijoyo wrote:
>> I read in the Debian Security section, there's a serious bug
>> in the Linux kernel, and we are advised to do an upgrade.  So
>> where can I find the kernel-2.2.16 source? This version is OK,
>> I presume?
> Yes, the 2.2.16 kernel has the security fix.

But it has some other bugs - see
 and
.



Outgoing mail in Exim

2000-06-16 Thread Sven Burgener
Hello

Is it possible to save a copy of all outgoing mail of some user to some
place on the system? I mean similar to the way you can additionally
forward someone's mail to another user account with the dot-forward
mechanism.
This is on a potato box with Exim 3.12.

TIA
Sven



network card

2000-06-16 Thread Wayne Sitton
On my linux laptop, I took off 2.1 and installed potato fresh.  It
recognized my pcmcia net card, but when I boot I get this message.

eth0:  21140 transmit timed out
resetting

the card works fine on my windows laptop.  it's a umax 250tx

any ideas?

Wayne



Re: Additional Terminals

2000-06-16 Thread David Z Maze
Sven Burgener <[EMAIL PROTECTED]> writes:
SB> How does one set up more than the default six terminals on a i386
SB> potato machine?

You need to add additional getty entries to /etc/inittab, and tell
init to notice ('telinit q' as root works well here).  You also need
to make sure that your X server and a getty don't try to use the same
virtual console, or else it's Really Bad (TM) (as in, your system is
unusable if you can't log in remotely or through a dumb terminal or
something like that); check your X display manager's configuration
file for details, and be really careful when upgrading.

(ObGrr: I think it's annoying that gdm has vt07 hardcoded in its
config file, since this causes this sort of lossage if I'm using
vt01...vt09 as text terminals and I go ahead and tell dpkg to replace
gdm.conf.  Sigh.)

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



Re: Additional Terminals

2000-06-16 Thread Alexander Perry
Sven Burgener wrote:
> How does one set up more than the default six terminals on a i386 potato
> machine?

Read /etc/inittab and insert additional lines referencing getty
then execute "init q" as root to activate the changes.



Re: Funny format CD's...

2000-06-16 Thread Dan Brosemer
On Fri, Jun 16, 2000 at 05:35:55PM +0200, Hugo van der Merwe wrote:
> Is it possible to mount the 7th track of a CD? The first 6 being audio
> tracks, and the seventh the first and only data track?

No, but there is a way of doing what you actually want (which, believe me,
isn't this).

> I believe it is possible to write another track to a CD-R device later, as
> long as the disk hasn't been fixated. I was just wondering if it was
> possible to add a data track after adding audio tracks...

What you want is a new session.  You'll blow another 13MB opening an extra
session, but as long as you can live with that, you're fine.  A common way
of doing what you want is like this:

[session1:  ][session2: ]

Where track1 and track2 are audio and track3 is data.  Most CD-ROM drives
(1x and 4x don't--but for some reason almost all 2x did) support
multisession CDs.  That is, when you stick a disc like this in them, they
will see the second (data) session (some drives will even let you switch
sessions).  No audio CD player that I know of will even be aware that the
second session exists.  It will just see the first session which is all
audio tracks.

> Is it otherwise possible to rip a specific track, but not making it an
> audio track? i.e. suppose I write a data track to track 7, I'd like to rip
> it back to the CD image it was... I'd guess cdparanoia won't work, 'cause
> it extracts audio tracks to wave files... the last thing I can think of,
> is dumping the whole CD, and then cutting off the first part and possibly
> the last part, so that you'll only be left with track 7...

dd if=/dev/cdrom of=outputfile bs=4096

Keep in mind that (except for the dd line I just gave you) I've never done
this, but I have inspected a good many CDs that have been created this way.

HTH
-Dan

-- 
"... the most serious problems in the Internet have been caused by 
unenvisaged mechanisms triggered by low-probability events; mere human 
malice would never have taken so devious a course!" - RFC 1122 section 1.2.2



pgpyHbE0Nrnzn.pgp
Description: PGP signature


apt-get dist-upgrade

2000-06-16 Thread Sven Burgener
Hello

With a sources.list like the following, will "apt-get dist-upgrade"
cause the system to be upgraded the same way as it would happen with a
simple "upgrade"? (I am running potato now)

deb http://http.us.debian.org/debian potato main contrib non-free
deb http://non-us.debian.org/debian-non-US potato/non-US main contrib
non-free
deb http://security.debian.org potato/updates main contrib non-free

To upgrade to woody, I would need to change potato to woody in
sources.list and rerun dist-upgrade? (Preceeded by an apt-get update, of
course)
Is that all correct? Would / should / will the upgrade go smoothly? :)

TIA
Sven



Re: Additional Terminals

2000-06-16 Thread Sven Burgener
>Read /etc/inittab and insert additional lines referencing getty
>then execute "init q" as root to activate the changes.

Thanks, it indeed was that simple.

Sven



S L O W mailserver

2000-06-16 Thread Jaye Inabnit ke6sls

Hello,

I have a really slow mail server problem. The guy says it shouldn't be
slow but it is. I know he is running Red Hat on all his boxes on this ISP
and don't know which mailserver he uses for POP3. 

My question is, can I some how trace all tcp/ip traffic to a file when I click
on my mail icon in KDE? Would be nice to start the file just prior to hitting
the button, then end the file folllowing the last message so I can show him
the times down to the second from the actual start of the session to the
end of the session.

TIA
-- 


Jaye:-}

M.J. Inabnit, KE6SLS e-mail  [EMAIL PROTECTED]
707-442-6579 h/m 707-441-7096 p
http://www.qsl.net/ke6slsICQ# 12741145
This mail composed with kmail on kde on X on linux warped by debian
If it's stupid, but works, it ain't stupid.



Re: Intel i810 XServer? NOW Goes

2000-06-16 Thread Dave Whiteley
Thanks for the pointer to the i810 data.

I now have the system working well.

To help others I have documented the stages I found necessary. 
Sorry if it is a bit long but I tried to make it as newbie friendly
as possible. 

#
The procedure for setting up the i810 X server on a DELL Optiplex
GS110 with GNU/Debian Linux.

First install Linux in the usual way, selecting the XWindows task, 
but do not allow it to create the XF86 Configuration  file.

When the initial installation is complete use dselect 
(or your favourite other method) to install the XServer-SVGA, and the
kernel source package. I make sure that I accept the suggestion
of a ncurses library packege at this point (for make menuconfig
later). Accept this as the default server, but again do not create the
configuration file.
When you run the second install you will probably find that a few
more packages will be installed, including gpm, the mouse driver. Make
sure that you do get a working configuration of this. On my machine
the default worked straight off.

Working as root, let us create a new directory to work in

mkdir /root/i810
cd /root/i810

Now you need to get one file 

I810Gtt-0.1-6.src.tar.gz 

in order to create a library file needed by the server. 
This is obtainable from 
http://support.intel.com/support/graphics/intel810/linuxsoftware.htm
, although you might need a web browser to get it. 
As Netscape needs the X server... 

Use another machine or another browser.

Get this file, and gunzip and untar it:-

gunzip I810Gtt-0.1-6.src.tar.gz

tar -xvf  I810Gtt-0.1-6.src.tar

This will give you a Makefile, a C file, an H file, and some other
stuff.
We need to run the makefile, 
but this relies upon access to the kernel source code, which is not
yet accessible.

When you install the kernel package this leaves a bzipped file called
kernel-source-versionguff in the directory /usr/src. Change to this
directory

cd /usr/src

and un-bzip the kernel package using the command

bunzip2 kernel-source-2.2.and-the-rest
 
This results in a tarball called kernel-source-version.tar.

Untar the tar ball with the command

tar -xvf kernel-source-version.tar

The i810 Makefile we obtained earlier needs files that depend upon
the configuration of the machine. These files are set up by another
makefile that has come with the kernel package. However the names of
the kernel directories depends upon the version of the kernel. 
To remove this version dependance it is assumed that the kernel stuff
is always in /usr/src/linux. To permit this create a symbolic link
with a command like 

ln -s /usr/src/kernel-source-2.2.15 /usr/src/linux

Now go to this directory

cd /usr/src/linux

and run the kernel makefile. There are several options, but the one I
usually use is

make menuconfig

You do not need to do any actual kernel configuration at this stage,
just choose Exit, and Yes to save your new kernel configuration file.

Return to the i810 directory.

cd /root/i810

(if you are using the same directories as me). 

Now you can compile the library file by just typing

make

If all is well, this should only take a moment and should create a
new file called agpgart.o

This is automatically installed in the right place by the command

make install

We are now ready to go.

There are two X configuration tools xf86config and  XF86Setup. 
I have only had sucess when using xf86config, at least for the first
time. Still as root, run it. Most of the stuff is obvious. The mouse 
should be set to Microsoft and its  
device to /dev/gpmdata, for it to match the GPM settings used above.

Enter the appropriate data for your display. When asked about
choosing a display card, choose to ignore the card list. When asked
for an identifier enter 

   i810. 

Then add whatever you want for the
manufacturer and model.

Choose suitable resolutions and allow the utility to write the
configuration file(s).

Now you should be able to use the command ``startx'' to start up the
X server.

If you get a grey screen, all is well. Get out of itb with the
keystrokes 

Once the system is working correctly you can use the graphical 
configuration command to tune your system. I found that I had to set
the RAMDAC
max speed to 100 (with the slider) and the ram to 4Mb.
Save the file, and that is it.
Hope this helps.   


--
E-Mail: Dave Whiteley <[EMAIL PROTECTED]>  Date:
16-Jun-2000  Time: 17:47:06
Dave Whiteley, Senior Computer Officer, 
School of Electronic and Electrical Engineering
 
Any views or opinions expressed above are mine, not theirs.
--
If reporters don't know that truth is plural, they ought to be
lawyers.
-- Tom Wicker



Re: apt-get dist-upgrade

2000-06-16 Thread Ron Rademaker
With potato the dist-upgrade will do the same as the normal upgrade,if you
upgrade to woody, after that you don't upgrade for a while, you might have
to do a dist-upgrade to really upgrade the system.

I like to think: don't expect a upgrade to go smoothly, just be happy if
it does...

Ron Rademaker

On Fri, 16 Jun 2000, Sven Burgener wrote:

> Hello
> 
> With a sources.list like the following, will "apt-get dist-upgrade"
> cause the system to be upgraded the same way as it would happen with a
> simple "upgrade"? (I am running potato now)
> 
> deb http://http.us.debian.org/debian potato main contrib non-free
> deb http://non-us.debian.org/debian-non-US potato/non-US main contrib
> non-free
> deb http://security.debian.org potato/updates main contrib non-free
> 
> To upgrade to woody, I would need to change potato to woody in
> sources.list and rerun dist-upgrade? (Preceeded by an apt-get update, of
> course)
> Is that all correct? Would / should / will the upgrade go smoothly? :)
> 
> TIA
> Sven
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 



(slink+0.75)->potato login problem

2000-06-16 Thread Peter Allen


Hi,
I've just upgraded from "slink with a lot of potato" to potato.
(apt-get -f dist-upgrade)
having rebooted to let everything settle in (everything looked fine
on boot), I then tried to login:
When I try I can type my username, it waits three seconds and
asks for my username again. (No password asked for and no login)

I have a rescue disk so I can much around with /
I'm just wondering whether its because I didn't have shadow passwords
installed, and for some reason potato decided to install them.

I tried moving /etc/passwd elsewhere, but no difference, and
I had a look in /etc/pam.d/* but got scared and ran away :-)

TIA

Peter Allen



Re: S L O W mailserver

2000-06-16 Thread Ernest Johanson
One way you could do this is to run tcpdump set to record packets with
either a source or destination adress of the ISP's mail server. Then check
your mail. The whole conversation will be recorded with timestamps. Use
tee to pipe the output to a file.

On Fri, 16 Jun 2000, Jaye Inabnit ke6sls wrote:

> Date: Fri, 16 Jun 2000 09:42:00 -0700
> From: Jaye Inabnit ke6sls <[EMAIL PROTECTED]>
> To: debian help 
> Subject: S L O W mailserver
> 
> Hello,
> 
> I have a really slow mail server problem. The guy says it shouldn't be
> slow but it is. I know he is running Red Hat on all his boxes on this ISP
> and don't know which mailserver he uses for POP3. 
> 
> My question is, can I some how trace all tcp/ip traffic to a file when I click
> on my mail icon in KDE? Would be nice to start the file just prior to hitting
> the button, then end the file folllowing the last message so I can show him
> the times down to the second from the actual start of the session to the
> end of the session.
> 
> TIA
> -- 
> 
> 
> Jaye:-}
> 
> M.J. Inabnit, KE6SLS e-mail  [EMAIL PROTECTED]
> 707-442-6579 h/m 707-441-7096 p
> http://www.qsl.net/ke6slsICQ# 12741145
> This mail composed with kmail on kde on X on linux warped by debian
> If it's stupid, but works, it ain't stupid.
> 



Re: html2ps

2000-06-16 Thread J.H.M. Dassen \(Ray\)
On Thu, Jun 15, 2000 at 11:54:18 +0200, Goeman Stefan wrote:
> I would rather like to issue one command to create the complete manual (in
> ps format) at once.

Have a look at 'htmldoc' (which is in potato, haven't checked in slink).

HTH,
Ray
-- 
PATRIOTISM  A great British writer once said that if he had to choose 
between betraying his country and betraying a friend he hoped he would
have the decency to betray his country.  
- The Hipcrime Vocab by Chad C. Mulligan 



Linux Firewall/Router

2000-06-16 Thread Mark Janssen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


I have a system with 3 nic's, i've currently got it working so it
masquerades the internal lan (with private IP-space) to the external
interface (with public-ip space). The problem is that I want the third
interface to connect to a kind of DMZ, an area where I use another range
of public IP-adresses. I can get connections going from the masq-ed lan to
the DMZ area, and from the lan to the internet. The problem is that I
can't get the box to forward traffic, and get routing, from the internet
to the DMZ area.

Text-art of situation

Internet/Router
   |
   |(Valid IP's)
Linux Proxy 
and FirewallDMZ area
   |   With valid IP's
   |
Workstations
   on 10.x.x.x

How do I get the linux box to route traffic for the DMZ from the (cisco)
router to the DMZ lan and back ??

Mark Janssen  Unix Consultant
Unix Support Nederland / PSInet Netherlands
E-mail: [EMAIL PROTECTED]GnuPG Key Id: 357D2178
http: markjanssen.homeip.net www.markjanssen.nl www.maniac.nl
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.1 (GNU/Linux)
Comment: For info see http://www.gnupg.org
Filter: gpg4pine 4.0 (http://azzie.robotics.net)

iD8DBQE5SmMEb6urvDV9IXgRAt5HAKC6mkrtUUivmAYDoQOHkUlTDOyk8QCeKvC5
uGrJIm5/JbLA7cu7HKMgznA=
=QmA/
-END PGP SIGNATURE-



Re: S L O W mailserver

2000-06-16 Thread Sven Burgener
>I have a really slow mail server problem. The guy says it shouldn't be
>slow but it is. I know he is running Red Hat on all his boxes on this
ISP
>and don't know which mailserver he uses for POP3.

On the mail server check whether the MTA is started from inetd. If so,
change that to deamon. I notice that *my* exim is considerably slower
when run from inetd instead of deamon.
Otherwise check the logs for possible problems... (DNS lookups or
whatever)

If other services perform fine, it should really only be mail settings
that need some tweaking...

HTH
Sven



Unidentified subject!

2000-06-16 Thread Petr \[Dingo\] Dvorak
Hey guys,

is ftp.debian.org down ? 


Dingo.


  ).|.(
'.`___'.`
   ' `(>~<)' `
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-ooO-=(_)=-Ooo-=-=-=-=-=-=-=-=-=-=-=-=-
  Petr [Dingo] Dvorak   [EMAIL PROTECTED]
  Coder - Purple Dragon MUD pdragon.inetsolve.com port 
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ 369D93 ]=-
  Just because you paranoid, it doesn't mean, they're not after you
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-



Re: Aureal Vortex2 soundcard in Woody

2000-06-16 Thread Bruce Z. Lysik
> "MB" == Martin Bishop <[EMAIL PROTECTED]> writes:

MB> Hi Bruce, I don't know if this will work for you or not, but
MB> what I did was I made a soft link to the linux header in
MB> /usr/src/ called linux. After that I could compile the drive
MB> fine.

Aha!  That seems to have solved my compilation problems.  Thanks!

Shouldn't the kernel-headers package create this link, ya think?

-- 
Bruce Z. Lysik  <[EMAIL PROTECTED]>   http://www.logrus.com/~eldrik
GCS d++(-) a-- C++ ULS+++$ P+++$ L++ E+ W+++ N++ w--- M-- V PS PE
Y+ PGP+ t+ 5++ X+ R+ tv+ b++ DI+ G e++ h+ r y+ s



Re: diald/pppd refused connection--PAP auth?

2000-06-16 Thread Kenward Vaughan
On Fri, Jun 16, 2000 at 09:16:53AM -0700, brian moore wrote:
> On Fri, Jun 16, 2000 at 08:58:55AM -0700, Kenward Vaughan wrote:
> 
> > Jun 16 08:30:28 kaynjay pppd[1599]: rcvd [PAP AuthNak
>   id=0x0 41 75 74 68 65 6e 74 69 63 61 74 69 6f 6e 20 66 61 69 6c 75 72 65]
>   A u  t  h  e  n  t  i  c  a  t  i  o  n f  a  i  l  u  r  e
> 
> Ie, you're not passing a valid username password pair.

This I don't understand.  It works with pon.  What is being done differently
with diald???

Kenward
-- 
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--



Creating Potato CDs

2000-06-16 Thread Salman Ahmed
I have the debian-cd package installed. I edited the CONF.sh file.
But the documentation didn't indicate how to create a local mirror
of Potato .debs. The system I will be using to create this Potato
CD is a potato system that I installed over the Internet using the
boot disks.

So, what command(s) do I use to create a local mirror/directory structure
of all the latest and greatest potato .debs ?

Thanks.



problems with zmailer

2000-06-16 Thread Cyanide Morgoth Calcuterm
I have been using a combination of zmailer 2.99.51.52pre3-2 and
fetchmail 5.3.4-1 and I am getting some errors that indicate that apparently I 
need to change something relating to the DNS system but I can't figure out 
what (or even if I need it).
Since I am running a simple ppp connection I wanted to just gramy mail but 
this is not as easy as it first appears. I get the following errors when I run 
fetchmail
reading message 1 of 118 (1568 header octets)
fetchmail: SMTP< 220 jigglypuff ZMailer Server 2.99.52-pre3 #1 ESMTP+IDENT 
ready at Fri, 16 Jun 2000 11:53:45 +
fetchmail: SMTP> EHLO localhost
fetchmail: SMTP< 250-jigglypuff expected "EHLO jigglypuff"
fetchmail: SMTP< 250-SIZE 0
fetchmail: SMTP< 250-8BITMIME
fetchmail: SMTP< 250-PIPELINING
fetchmail: SMTP< 250-CHUNKING
fetchmail: SMTP< 250-ENHANCEDSTATUSCODES
fetchmail: SMTP< 250-DSN
fetchmail: SMTP< 250-X-RCPTLIMIT 1
fetchmail: SMTP< 250-ETRN
fetchmail: SMTP< 250 HELP
fetchmail: SMTP> MAIL FROM:<[EMAIL PROTECTED]> 
SIZE=25084
fetchmail: SMTP< 250 2.1.0 Sender syntax Ok
fetchmail: SMTP> RCPT TO:<[EMAIL PROTECTED]>
fetchmail: SMTP< 553 5.4.3 Policy analysis found DNS error on the target 
domain.
fetchmail: SMTP listener doesn't like recipient address [EMAIL PROTECTED]'
fetchmail: SMTP< 220 jigglypuff ZMailer Server 2.99.52-pre3 #1 ESMTP+IDENT 
ready at Fri, 16 Jun 2000 11:53:52 +
fetchmail: SMTP> HELO localhost
fetchmail: SMTP< 250 jigglypuff expected "HELO jigglypuff"
fetchmail: SMTP> MAIL FROM:<[EMAIL PROTECTED]>
fetchmail: SMTP< 553 5.4.3 Policy analysis reports DNS error with your source 
domain.
fetchmail: SMTP> RCPT TO:<[EMAIL PROTECTED]>
fetchmail: SMTP< 553 5.4.3 Policy analysis found DNS error on the target 
domain.
fetchmail: can't even send to postmaster!
fetchmail: SMTP> RSET
fetchmail: SMTP< 250 2.0.0 Ok
fetchmail: IMAP> A0007 LOGOUT
fetchmail: IMAP< )
fetchmail: IMAP< A0006 OK FETCH completed
fetchmail: IMAP< * BYE www.subdimension.com IMAP4rev1 server terminating 
connection
fetchmail: IMAP< A0007 OK LOGOUT completed
fetchmail: SMTP transaction error while fetching from mail.subdimension.com
fetchmail: Query status=10 (SMTP)
fetchmail: SMTP> QUIT
fetchmail: SMTP< 221 2.0.0 jigglypuff Out
fetchmail: normal termination, status 10

Now the problem seems to be with the machine properly authenticating itself so 
that the stupid SMTP server will work but after sifting through the 
documentation at least for about an hour and trying to change files I am at a 
loss as to what to exactly change.
Is there any way to properly get this to work on a standalone machine with 
just ppp? What pracisely do I change?
This is my first time actually configuring my own machine for this type of 
thing so be gentle.



Re: S L O W mailserver

2000-06-16 Thread Mike Werner
Jaye Inabnit ke6sls wrote:
> 
> Hello,
> 
> I have a really slow mail server problem. The guy says it shouldn't be
> slow but it is. I know he is running Red Hat on all his boxes on this ISP
> and don't know which mailserver he uses for POP3. 
> 
> My question is, can I some how trace all tcp/ip traffic to a file when I click
> on my mail icon in KDE? Would be nice to start the file just prior to hitting
> the button, then end the file folllowing the last message so I can show him
> the times down to the second from the actual start of the session to the
> end of the session.

tcpdump might be usable for that.  The package name is, appropriately
enough, tcpdump
-- 
Mike Werner  KA8YSD   |  "Where do you want to go today?"
  |  "As far from Redmond as possible!"
'91 GS500E|
Morgantown WV |  Only dead fish go with the flow.



Re: diald/pppd refused connection--PAP auth?

2000-06-16 Thread Jason Quigley
Hi Kenward!

You do realise you're using different user names in each example?

Cheers,
Jason.

At 8:58 -0700 16/6/00, Kenward Vaughan wrote:
>On Thu, Jun 15, 2000 at 05:12:11PM +0100, David Wright wrote:
>> Quoting Kenward Vaughan ([EMAIL PROTECTED]):
>
>> > OK, but running with noauth gives a more simplified pppd message saying:
>> >
>> >LCP terminated by peer
>
>> That suggests that LCP protocol is being exchanged because the peer
>> (other end) is saying go away.
>
>
>> I think you should add "debug" to your options file (either the master
>
>
>I've attached syslog files for both diald and pon with debugging.  I can see
>some obvious differences in the two just in the "language" formatting, but
>it's very Greek to me otherwise.  Pap authorization was set for pon using
>pppconfig.
>
>Kenward
>--
>Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
>--
>
>Attachment converted: Acid Lick Frog:dialdSysLog (TEXT/ttxt) (0001AA38)
>Attachment converted: Acid Lick Frog:ponSysLog (TEXT/ttxt) (0001AA39)



Re: Netscape using exim/fetchmail?

2000-06-16 Thread Andre Berger
I have found out that I can point Netscape to /var/spool/mail/$USER by
setting the file type of the Incoming Mail server to "Movemail"
instead of POP3 (I use xemacs-21.1.10's movemail). So I can indeed use
fetchmail without having to set up a POP3 server myself.

Can I do alike for the Outgoing Mail server for the use with exim? How
does e.g. GNUs spool to exim and can I adopt this for Netscape?

Andre Berger <[EMAIL PROTECTED]> writes:

> Can I force Netscape Communicator 4.72 to bypass its own mail system
> and use exim and fetchmail instead? Background: I have a dial-up
> connection and a few users (my family) with www-based free mail
> accounts (gmx) who are used to Netscape, but want to write their mail
> off-line. It would be much cheaper to check all their mail at once.



Re: SSH again!

2000-06-16 Thread Timothy C. Phan
Hi all,

  Thanks for all the replies.  I believed that I got it to
  work somehow.  Need to redo the steps again to make sure.

  Still, do not quite understand how all this work:

1.  Can one steal/copy the *.pub keys and use it to logon?
2.  It seemed to me that if I do not remember/supply the
correct passphrase when run ssh, it would still 
allow me to log on using the regular account/password.
3.  Even if I do not have the *.pub keys and I could still
log on the server via the regular login/password!

  I thought that if not public key were given to the client,
  the client shall not be able to log on regardless whether
  the client has or does not have the regular login/password.
  Otherwise, what is the point of having the key or not having
  the key?

  Last, how do I generate the key from a windows/nt machine?
  I'm trying to login from an windows / nt as well.  Thanks!


Bob Nielsen wrote:
> 
> On Thu, Jun 15, 2000 at 08:41:01AM -0500, Nathan E Norman wrote:
> > On Wed, Jun 14, 2000 at 04:23:38PM -0700, Bob Nielsen wrote:
> 
> > > Most of the systems on which I have set up a .ssh/authorized_keys file
> > > require only the key.  One requires the password instead, although the
> > > key file is correct as far as I can tell.
> >
> > It's worth noting that ssh cares about file permissions; it seems to
> > get upset if your key files are group writable.  Remove group write
> > permissions and see what happens.
> 
> The permissions for .ssh/authorized_keys on both boxes (both running
> slink) are: -rw-r--r--
> 
> The two files are identical, as well.
> 
> --
> Bob Nielsen, N7XY  (RN2)   [EMAIL PROTECTED]
> Bainbridge Island, WA  http://www.oz.net/~nielsen
> 
> 
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null



impatient upgrage question

2000-06-16 Thread balayo
impatient upgrage question

Hey guys, 

I have a fresh, minimal slink on my box.  While it's still
minimal, I'd like to upgrade it to potato.  Should I go ahead
and wait till potato is released?

anyway, can someone run down the steps to upgrading?  What
should I put in sources.list?  I should be able to replace the
"frozen" in the url to "stable" whenever the time is right,
right?

thanks, 

-tom



RE: network card

2000-06-16 Thread Wayne Sitton
Yes, I did.

Wayne

-Original Message-
From: Adrian Thiele [mailto:[EMAIL PROTECTED]
Sent: Friday, June 16, 2000 1:33 PM
To: Wayne Sitton
Subject: RE: network card


Did you install the pcmcia card services manager?

> -Original Message-
> From: Wayne Sitton [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 16, 2000 12:12 PM
> To: debian-user@lists.debian.org
> Subject: network card
> 
> 
> On my linux laptop, I took off 2.1 and installed potato fresh.  It
> recognized my pcmcia net card, but when I boot I get this message.
> 
> eth0:  21140 transmit timed out
> resetting
> 
> the card works fine on my windows laptop.  it's a umax 250tx
> 
> any ideas?
> 
> Wayne
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe 
> [EMAIL PROTECTED] < /dev/null
> 



From:-line in Mutt

2000-06-16 Thread Sven Burgener
Hi

In my yet still very empty ~/.muttrc I have the following line:

my_hdr From: Sven Burgener <[EMAIL PROTECTED]>

Now, this doesn't seem to do what I want: the domain I have here at home
is made up and Exim doesn't like this when it's trying to deliver a mail
I previously created with mutt:


  [EMAIL PROTECTED]:
SMTP error from remote mailer after MAIL FROM:<[EMAIL PROTECTED]>
SIZE=1583:
host mail.bluewin.ch [195.186.1.68]:
501 <[EMAIL PROTECTED]>... Sender domain must exist


So, what part of the header needs changing so that I can mail with mutt?

Thanks
Sven



Re: From:-line in Mutt

2000-06-16 Thread Mike Werner
Sven Burgener wrote:
> Hi
> 
> In my yet still very empty ~/.muttrc I have the following line:
> 
> my_hdr From: Sven Burgener <[EMAIL PROTECTED]>
> 
> Now, this doesn't seem to do what I want: the domain I have here at home
> is made up and Exim doesn't like this when it's trying to deliver a mail
> I previously created with mutt:
> 
> 
>   [EMAIL PROTECTED]:
> SMTP error from remote mailer after MAIL FROM:<[EMAIL PROTECTED]>
> SIZE=1583:
> host mail.bluewin.ch [195.186.1.68]:
> 501 <[EMAIL PROTECTED]>... Sender domain must exist
> 
> 
> So, what part of the header needs changing so that I can mail with mutt?

The way I handled this same problem here was not to try and have mutt do the
change, but to have exim do the envelope rewrite.  The line in the
/etc/exim.conf that does this is:

[EMAIL PROTECTED] [EMAIL PROTECTED] bcfrF

The username on the box here is mike, and I have exim thinking that the
domainname for my computer is earthlink.net ... which is the domainname of
my ISP.  I wasn't feeling too terribly original when I was doing the setup. 

That line is at the very end of my exim.conf - I'm not sure if it's
important where in the file that line is, but that's where the original file
had something similar.
-- 
Mike Werner  KA8YSD   |  "Where do you want to go today?"
  |  "As far from Redmond as possible!"
'91 GS500E|
Morgantown WV |  Only dead fish go with the flow.



I also need AVI to MPEG conversion software

2000-06-16 Thread Bruce Hain
Please let me know if one exists- and if so where to get hold of one..

Spidey



problem with passwd/su

2000-06-16 Thread Petr \[Dingo\] Dvorak
Hi,

i just upgraded to potato from slink and i apparently forgot to do something
somewhere because now anything what has something to do with password checking
is sigfaulting, i would really appreciate if someone could help me to find
where did i screwed up, i'm really in a tight spot ;)

this is the file permissions on passwd and shadow files in /etc

-rw-r-1 root shadow   1300 Jun 16 10:23 shadow
-rw-r-1 root shadow   1327 Jun 16 10:23 shadow-
-rw-r--r--1 root root 2271 Jun 16 10:23 passwd
-rw-r--r--1 root root 2311 Jun 16 10:23 passwd-

this is what i got from passwd in gdb, there is no debug info but 'bt' may give
some idea ?

Program received signal SIGSEGV, Segmentation fault.
0x0 in ?? ()
(gdb) bt
#0  0x0 in ?? ()
#1  0x400abaf1 in vfprintf () from /lib/libc.so.6
#2  0x400a754c in vfprintf () from /lib/libc.so.6
#3  0x400aee4d in fprintf () from /lib/libc.so.6
#4  0x40063b27 in _pam_warn_modstruct () from /usr/lib/libpam_misc.so.0
#5  0x40063d60 in misc_conv () from /usr/lib/libpam_misc.so.0
#6  0x401b13df in _log_err () from /lib/security/pam_unix.so
#7  0x401b23c1 in _unix_read_password () from /lib/security/pam_unix.so
#8  0x401b0fef in pam_sm_chauthtok () from /lib/security/pam_unix.so
#9  0x4004c6c8 in pam_fail_delay () from /usr/lib/libpam.so.0
#10 0x4004ca5e in _pam_dispatch () from /usr/lib/libpam.so.0
#11 0x4004e38c in pam_chauthtok () from /usr/lib/libpam.so.0
#12 0x804b2f0 in strcpy ()
#13 0x804ab38 in strcpy ()
#14 0x40083a42 in __libc_start_main () from /lib/libc.so.6

stuff what is affected is in.telnetd, su [if not root], getty/login and
probably others ..

all this makes me think that the format of /etc/passwd or /etc/shadow has
changed but the files wasn't converted ? if so, would you please tell me how to
convert/fix them ?

sorry for the long msg ;)

thanks in andvance,

Dingo.


  ).|.(
'.`___'.`
   ' `(>~<)' `
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-ooO-=(_)=-Ooo-=-=-=-=-=-=-=-=-=-=-=-=-
  Petr [Dingo] Dvorak   [EMAIL PROTECTED]
  Coder - Purple Dragon MUD pdragon.inetsolve.com port 
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ 369D93 ]=-
  Just because you paranoid, it doesn't mean, they're not after you
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-



Re: diald/pppd refused connection--PAP auth?

2000-06-16 Thread Kenward Vaughan
On Fri, Jun 16, 2000 at 08:13:18PM +0200, Jason Quigley wrote:
> Hi Kenward!
> 
> You do realise you're using different user names in each example?
...
 
@#$%^!!

Where do I change that?  A quick glance at this conf files shows no entry.

Why is "kaynjay" passed on rather than the other?

Kenward
-- 
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--



Re: From:-line in Mutt

2000-06-16 Thread Sven Burgener
[snipped your solution]

>That line is at the very end of my exim.conf - I'm not sure if it's
>important where in the file that line is, but that's where the original
file
>had something similar.

As I looked at the end of exim.conf just now, I saw the following:

# This rewriting rule is particularly useful for dialup users who
# don't have their own domain, but could be useful for anyone.
# It looks up the real address of all local users in a file

[EMAIL PROTECTED]${lookup{$1}lsearch{/etc/email-addresses}\
{$value}fail} bcfrF

And /etc/email-addresses on my system now looks like this:

# This file contains email addresses to use for outgoing mail. Any local
# part not in here will be qualified by the system domain as normal.
#
# It should contain lines of the form:
#
#user: [EMAIL PROTECTED]
#otheruser: [EMAIL PROTECTED]
svn: [EMAIL PROTECTED]

So, I guess you might like to do it this way, too. :)

Thanks for getting me on the right way! This works perfectly here now.
Just what I needed!
Sven



Re: problem with passwd/su

2000-06-16 Thread Ben Collins
On Fri, Jun 16, 2000 at 03:15:31PM -0500, Petr [Dingo] Dvorak wrote:
> Hi,
> 
> i just upgraded to potato from slink and i apparently forgot to do something
> somewhere because now anything what has something to do with password checking
> is sigfaulting, i would really appreciate if someone could help me to find
> where did i screwed up, i'm really in a tight spot ;)

What version of libpam-modules package do you have? Also, what is the
contents of /etc/pam.d/other?

-- 
 ---===-=-==-=---==-=--
/  Ben Collins  --  ...on that fantastic voyage...  --  Debian GNU/Linux   \
`  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  '
 `---=--===-=-=-=-===-==---=--=---'



Re: problem with passwd/su

2000-06-16 Thread Petr \[Dingo\] Dvorak
On Fri, 16 Jun 2000, Ben Collins wrote:

->On Fri, Jun 16, 2000 at 03:15:31PM -0500, Petr [Dingo] Dvorak wrote:
->> Hi,
->> 
->> i just upgraded to potato from slink and i apparently forgot to do something
->> somewhere because now anything what has something to do with password 
checking
->> is sigfaulting, i would really appreciate if someone could help me to find
->> where did i screwed up, i'm really in a tight spot ;)
->
->What version of libpam-modules package do you have? Also, what is the
->contents of /etc/pam.d/other?

libpam-modules, libpam-runtime and libpam0g are all version 0.72-8

this is my /etc/pam.d/other:

auth required   pam_unix.so
account  required   pam_unix.so
password required   pam_unix.so
session  required   pam_unix.so

just in case you need this too, the passwd package installed is version
19990827-20

Thanks,
Dingo.


  ).|.(
'.`___'.`
   ' `(>~<)' `
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-ooO-=(_)=-Ooo-=-=-=-=-=-=-=-=-=-=-=-=-
  Petr [Dingo] Dvorak   [EMAIL PROTECTED]
  Coder - Purple Dragon MUD pdragon.inetsolve.com port 
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ 369D93 ]=-
  Just because you paranoid, it doesn't mean, they're not after you
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-



Re: problem with passwd/su

2000-06-16 Thread Ben Collins
> #3  0x400aee4d in fprintf () from /lib/libc.so.6
> #4  0x40063b27 in _pam_warn_modstruct () from /usr/lib/libpam_misc.so.0
> #5  0x40063d60 in misc_conv () from /usr/lib/libpam_misc.so.0

> #9  0x4004c6c8 in pam_fail_delay () from /usr/lib/libpam.so.0
> #10 0x4004ca5e in _pam_dispatch () from /usr/lib/libpam.so.0
> #11 0x4004e38c in pam_chauthtok () from /usr/lib/libpam.so.0

Nevermind, I think I see the actual problem. Although, I have no idea how
you got things setup this way. Check this:

[EMAIL PROTECTED](6:06pm)-~]%locate libpam_misc.so.0
/lib/libpam_misc.so.0
/lib/libpam_misc.so.0.72

So you need to do this:

rm -f /usr/lib/libpam*.0*

Then tell me if it fixes things.

-- 
 ---===-=-==-=---==-=--
/  Ben Collins  --  ...on that fantastic voyage...  --  Debian GNU/Linux   \
`  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  '
 `---=--===-=-=-=-===-==---=--=---'



help with gdmchooser

2000-06-16 Thread Bill Warner
after going through large amounts of documentation
I can't seem to find anything on how to get gdmchooser
to work how I think I understand it.

I have never used or even seen it in use but I am guessing
I should be able to turn on my computer have X start with
gdm and be presented with a list of xdmcp hosts rather than a
straight login from gdmchooser that are available on the network.
Then click on one and be presented with gdmlogin or other login
depending on the system.  If this is way of let me know maybe
I am barking up the wrong tree.

I have searched far and wide for any howto.  Searching
news groups and mailing lists to no avail.  can you point
me to some documentation that can help me get basicly
what I want witch is what I described in the above paragraph.

Thanks much
Bill Warner



Re: Keeping up2date with 'unstable' without beeing connected to the internet

2000-06-16 Thread Markus Fischer
On Fri, Jun 16, 2000 at 10:57:01AM -0400, Andrew Sullivan wrote : 
> On Fri, Jun 16, 2000 at 04:35:29PM +0200, Markus Fischer wrote:
> 
> > I'm running a few servers and workstation in a private network
> > where I work. For security and variuous policy reasons it's not
> > allowed beeing connected to the internet.
> 
> Couldn't you just connect one machine, maybe via dial-up, that is _not_
> connected to your network, and then burn the updated unstable archive on a
> CD-RW say, once a week, and use that as your source?  The internal network
> would never actually be connected to the Net.  Of course, you're still
> downloading unstable, and could in principle be subject to a trojan attack
> that way, but the chances are pretty low, and are no higher than if you
> connected through your home machine and brought in the full archive every
> week.

That is of course what I want to do. Actually, there is
no difference if its a dial-up standalone pc at work or my cable
connection at home.

The problem is: how do I know _which_ packages are new
and which do I have to fetch to update my standalone mirror
(without keeping a second mirror at the dial-up/home-cable
machine).

thanks,
Markus

-- 
Markus Fischer,  http://josefine.ben.tuwien.ac.at/~mfischer/
EMail: [EMAIL PROTECTED]
PGP Public  Key: http://josefine.ben.tuwien.ac.at/~mfischer/C2272BD0.asc
PGP Fingerprint: D3B0 DD4F E12B F911 3CE1  C2B5 D674 B445 C227 2BD0
- Free Software For A Free World -



reorganizing disks

2000-06-16 Thread Sven Burgener
Hello Debians

I want to move a whole debian install from one disk onto another. The second 
(new disk) is larger than the one debian is on right now:

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

   Device BootStart   EndBlocks   Id  System
/dev/sda1 1 1  8001   83  Linux
/dev/sda2 2 7 48195   82  Linux swap
/dev/sda3 8   131996030   83  Linux

Disk /dev/hdb: 16 heads, 51 sectors, 1010 cylinders
Units = cylinders of 816 * 512 bytes

   Device BootStart   EndBlocks   Id  System
/dev/hdb1   * 148 19558+  83  Linux
/dev/hdb249   192 58752   82  Linux swap
/dev/hdb3   193  1010333744   83  Linux

The SCSI disk is where I want to "move" debian. Is it correct that I can do 
that simply with the following:

# dd if=/dev/hdb of=/dev/sda

My questions are as follows:

Is that really all and is it possible?
Will I then be able to create more partitions on the new disk for the space 
that is left?
How much adjusting will need to be done for the "new" debian to boot up fine? 
(/etc/fstab and/or what?)

Thanks a lot!
Sven


pgpqtcNTcLDq6.pgp
Description: PGP signature


getting a proper mail setup?

2000-06-16 Thread Cyanide Morgoth Calcuterm
I was looking through the logs of my failed attempt of running fetchmail and 
zmailer and came across some relevent log entries generated from the client. 
What would I have to fix pray tell to force this to just pass the data that 
fetchmail grabs to my local inbox on my machine?
Since I use ppp and don't have a static ip specifing an IP seems pretty 
pointless.
Here is the data from /var/log/zmailer/smtpserver:
01987HTAV#  connection from jigglypuff ipcnt 1 childs 1 ident: 
NO-IDENT-SERVICE[2]
01987HTAVw  220 jigglypuff ZMailer Server 2.99.52-pre3 #1 ESMTP+IDENT 
ready at Fri, 16 Jun 2000 11:53:45 +
01987HTAV#  remote from [127.0.0.1]:38916
01987HTAVr  EHLO localhost
01987HTAVw  250-jigglypuff expected "EHLO jigglypuff"
01987HTAVw  250-SIZE 0
01987HTAVw  250-8BITMIME
01987HTAVw  250-PIPELINING
01987HTAVw  250-CHUNKING
01987HTAVw  250-ENHANCEDSTATUSCODES
01987HTAVw  250-DSN
01987HTAVw  250-X-RCPTLIMIT 1
01987HTAVw  250-ETRN
01987HTAVw  250 HELP
01987HTAVr  MAIL FROM:<[EMAIL PROTECTED]> 
SIZE=25084
01987HTAVw  250 2.1.0 Sender syntax Ok
01987HTAVr  RCPT TO:<[EMAIL PROTECTED]>
01987HTAV#  -- policy result=-2, msg: 
01987HTAVw  553 5.4.3 Policy analysis found DNS error on the target 
domain.
01988HTBC#  connection from jigglypuff ipcnt 2 childs 2 ident: 
NO-IDENT-SERVICE[2]
01988HTBCw  220 jigglypuff ZMailer Server 2.99.52-pre3 #1 ESMTP+IDENT 
ready at Fri, 16 Jun 2000 11:53:52 +
01988HTBC#  remote from [127.0.0.1]:39428
01988HTBC#  -- pipeline input exists 16 bytes
01988HTBCr  HELO localhost
01988HTBCw  250 jigglypuff expected "HELO jigglypuff"
01988HTBC#  -- pipeline input exists 40 bytes
01988HTBCr  MAIL FROM:<[EMAIL PROTECTED]>
01988HTBC#  -- policy result=-2, msg: 
01988HTBCw  553 5.4.3 Policy analysis reports DNS error with your source 
domain.
01987HTAVr  RCPT TO:<[EMAIL PROTECTED]>
01987HTAV#  -- policy result=-2, msg: 
01987HTAV#  -- policy result=-2, msg: 
01987HTAVw  553 5.4.3 Policy analysis found DNS error on the target 
domain.
01987HTAVr  RSET
01987HTAVw  250 2.0.0 Ok
01987HTAVr  QUIT
01987HTAVw  221 2.0.0 jigglypuff Out
01988HTBC#  Session closed w/o QUIT

I assume that the problem has something do do with how the client is getting 
the data for my local SMTP server but I really can't figure out what's exactly 
wrong where.
Sorry if this is a duplicate but I assume that my first message bounced or 
something.



can't apt-get tp ftp.debian.org

2000-06-16 Thread Pollywog
I am unable to connect to ftp.debian.org
Is it just me?  

--
Andrew



RE: can't apt-get tp ftp.debian.org

2000-06-16 Thread Cyanide Morgoth Calcuterm
>= Original Message From [EMAIL PROTECTED] =
>I am unable to connect to ftp.debian.org
>Is it just me?
>
>--
>Andrew
>
>
>--
>Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < 
/dev/null

I also had a problem with it just use one of the mirrors instead. For the 
united States ftp.us.debian.org works well.



Can Linux and X run on TV?

2000-06-16 Thread JC
I'm considering buying a display card with TV output such as T9750. Can
Linux and X run on TV?

Please reply to [EMAIL PROTECTED] because I'll leave the list in a minute.



md5sum

2000-06-16 Thread Andrew D. Dixon




I'm trying to download the CD images for the 
slink distribution of debian and when I run
    
    md5sum -b 
binary-i386-1.iso
 
I get a checksum that doesn't match the one at 

 
    
sunsite.org.uk/packages/debian-cd/2.1_r4/i386/MD5SUMS
 
when I ran the rsync:
 
    rsync --verbose --progress 
--stats --block-size=8192
   
sunsite.org.uk::publick/packages/debian-cd/binary-i386.iso .
 
I got:
    packages/debian-cd/binary-i386-1.iso : No 
such file or directory
    client: nothing to do
 
Any suggestions??
 
Thanks,
Andy


RE: Can Linux and X run on TV?

2000-06-16 Thread Cyanide Morgoth Calcuterm
>= Original Message From "JC" <[EMAIL PROTECTED]> =
>I'm considering buying a display card with TV output such as T9750. Can
>Linux and X run on TV?
>
>Please reply to [EMAIL PROTECTED] because I'll leave the list in a minute.
>
>
>--
>Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < 
/dev/null

The resolution would be bad but from what I have heard on the net and other 
channels it can be done.



  1   2   >