Re: IO

2004-01-04 Thread Jose Colmenares
I'm writing this for the archive. Found another card (similar to the one i had, but this one works): rtl8029. To use a rtl8019 on linux you have to set it in jumpless mode. Well, i believed you did that with a software, so i looked all over, and found some commands on DOS but where not recognize b

Re: starting and stopping networking

2004-01-04 Thread Juan Facundo Suárez
Hi, i have used debian almost two years, woody and sid. Debian don't uses service start/stop. It was my first trouble migrating from mandrake. Instead, debian uses /etc/init.d/xxx start/stop. For example, in redhat/mandrake, to run apache was: service apache start, in debian: /etc/init.d/apach

1024x768x16 in kernel 2.6.0

2004-01-04 Thread Juan Facundo Suárez
Hi all, i have just installed 2.6.0 kernel on my gentoo distro, and i have all working ok. But, i had to set my "vga=791" in my lilo, to "normal", because i see nothing if not. I have revised kernel settings about vga_console.., etc. And it seems to be ok. Can you help me with this?. Other, afte

Re: starting and stopping networking

2004-01-04 Thread Alan Bort
There should be a tool to manage system services, for example, when you run apache as standalone, you can do 'service apache stop'. I'll ask a few debian gurus over here and post any idea they give me. Sorry. El dom, 04-01-2004 a las 21:28, Ray Olszewski escribió: > At 08:51 PM 1/4/2004 -0300, Al

Re: starting and stopping networking

2004-01-04 Thread Ray Olszewski
At 08:51 PM 1/4/2004 -0300, Alan Bort wrote: /sbin/service, I know it doesn't work in SuSE, I never used Debian, I am basing this on redhat-like distributions. Right. Just to be clear, normal Debian installs do not include /sbin/service . The app name is too generic for a reasonable search of the

Re: starting and stopping networking

2004-01-04 Thread Alan Bort
/sbin/service, I know it doesn't work in SuSE, I never used Debian, I am basing this on redhat-like distributions. El dom, 04-01-2004 a las 20:26, Ray Olszewski escribió: > At 07:32 PM 1/4/2004 -0200, Alan Bort wrote: > >why not just service network stop/start > > Because it won't work. > >

Re: starting and stopping networking

2004-01-04 Thread Ray Olszewski
At 07:32 PM 1/4/2004 -0200, Alan Bort wrote: why not just service network stop/start Because it won't work. What distribution are you basing this suggestion on? Not Debian-Sid, I think ... I've never heard of it, and I just tried it on one of my systems and found that "serv"+TAB offer me no

Re: starting and stopping networking

2004-01-04 Thread Alan Bort
why not just service network stop/start - Original Message - From: <[EMAIL PROTECTED]> To: "James Miller" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, January 04, 2004 7:19 PM Subject: Re: starting and stopping networking > On Sun, 4 Jan 2004, James Miller wrote: > > > On

Re: starting and stopping networking

2004-01-04 Thread Ray Olszewski
At 03:41 PM 1/4/2004 -0600, James Miller wrote: On Sun, 4 Jan 2004, James Miller wrote: > On Sun, 4 Jan 2004 [EMAIL PROTECTED] wrote: > > > my slack 9.0 has the following lines in /etc/rc.d/rc.inet1 for > > bringing up dhcp > > > > if [ ! "$DHCP_HOSTNAME" = "" ]; then > > DHCP_HOSTNAME="-h $

Re: starting and stopping networking

2004-01-04 Thread James Miller
On Sun, 4 Jan 2004, James Miller wrote: > On Sun, 4 Jan 2004 [EMAIL PROTECTED] wrote: > > > my slack 9.0 has the following lines in /etc/rc.d/rc.inet1 for > > bringing up dhcp > > > > if [ ! "$DHCP_HOSTNAME" = "" ]; then > > DHCP_HOSTNAME="-h $DHCP_HOSTNAME" > > fi > > /sbin/dhcpcd -t

Re: starting and stopping networking

2004-01-04 Thread James Miller
On Sun, 4 Jan 2004 [EMAIL PROTECTED] wrote: > my slack 9.0 has the following lines in /etc/rc.d/rc.inet1 for > bringing up dhcp > > if [ ! "$DHCP_HOSTNAME" = "" ]; then > DHCP_HOSTNAME="-h $DHCP_HOSTNAME" > fi > /sbin/dhcpcd -t 10 ${DHCP_HOSTNAME} -d eth0 > > where DHCP_HOSTNAME is the

Re: starting and stopping networking

2004-01-04 Thread caszonyi
On Sun, 4 Jan 2004, James Miller wrote: > On Sun, 4 Jan 2004 [EMAIL PROTECTED] wrote: > > > On Sun, 4 Jan 2004, James Miller wrote: > > > > > something on the 'net. So my basic question is: how do I stop networking > > > services on Debian Sid (I know how on Slackware, but Debian differs)? > > >

Re: starting and stopping networking

2004-01-04 Thread Jacob Langley
James, I've never used Debian. I did use Slackware for a long time and now I'm a Gentoo user. I would look for the networking init script that starts your networking on boot in /etc/init.d and use that to start or stop the networking. Otherwise I'd look for the dhcp client that debian uses. I

Re: starting and stopping networking

2004-01-04 Thread James Miller
On Sun, 4 Jan 2004 [EMAIL PROTECTED] wrote: > On Sun, 4 Jan 2004, James Miller wrote: > > > something on the 'net. So my basic question is: how do I stop networking > > services on Debian Sid (I know how on Slackware, but Debian differs)? > > How do I restart them later, and send a new dhcp requ

Re: starting and stopping networking

2004-01-04 Thread caszonyi
On Sun, 4 Jan 2004, James Miller wrote: > Lemme see if I can frame this question coherently. I've got a Debian Sid > machine on a LAN behind a firewalling router (router does dhcp offers, > too). That router's acting really flaky (it was given to me as a freebie > because it was acting flaky).

starting and stopping networking

2004-01-04 Thread James Miller
Lemme see if I can frame this question coherently. I've got a Debian Sid machine on a LAN behind a firewalling router (router does dhcp offers, too). That router's acting really flaky (it was given to me as a freebie because it was acting flaky). I'm thinking of just hooking that machine directl

Re: info needed on atomic operations

2004-01-04 Thread Jake Seevers
Srinivas, On Sunday 04 January 2004 13:24, Srinivas Chinta wrote: > Hi all, > > I need some information on atomic operations. > Please provide me some information on how do I do the > following operations atomically(for iX86): > (1) set a charecter ( dst = src), > (2) compare and then set a charec

info needed on atomic operations

2004-01-04 Thread Srinivas Chinta
Hi all, I need some information on atomic operations. Please provide me some information on how do I do the following operations atomically(for iX86): (1) set a charecter ( dst = src), (2) compare and then set a charecter ( if (dst==X) dst = src;) It would be great If you provide some referenc

Re: IO

2004-01-04 Thread pa3gcu
On Saturday 03 January 2004 16:39, Ray Olszewski wrote: > He might also change the PnP  OS setting in his BIOS, to try to get the > BIOS to set the card for him. This works for PCi cards, but I **think** it > does NOT work for ISA cards. Still, it won't hurt to try. He "would need" to resurve the