Re: [Re: [RE: [Re: [SLUG] Control one PC with Another]]]

2003-02-22 Thread Louis Selvon
Ken Foskey <[EMAIL PROTECTED]> wrote:
On Sat, 2003-02-22 at 18:43, Louis Selvon wrote:
> Hi Ken:
> 
> Thanks for a quick reply.
> 
> >I understand you have downloaded cygwin onto a PC and you want to sign
> into it.
> 
> X -broadcast
> 
> or
> 
> X -query I.P.address.here
> 
> Louis> Yes I have downloaded cgiwin and installed it on Master PC. However
the
> above commands does not bring up the Linux login screen that is installed
on
> my slave PC.
> 
> >In order to make this work with gdm using gdmconfig:
> 
> look under options on the left, click on expert.
> select on xdcmp tab
> click enable button
> select chooser tab.
> select broadcast query
> add your host to list in broadcast query.
> 
> Louis> Yes I finally saw these tabs. I also saw the gdm.config file that
had
> "xdcmp" set to false. Anyway I went the graphical way.
> 
> I have enabled "xdcmp". However I do not know what to enter for the host.
Is
> it the IP address of the Network card on my master PC ?

>This should now work:

>X -query ipaddress

Louis> Still nothing from Linux can be seen after typing the above command.

For the IP address from the above command I entered the one that Linux System
settings told me it was.

In Linux XDCMP setup for the "Broadcast Query" I just entered the IP address
of the master pc network card IP.

Any other suggestions !!


> Also for the networking side I can ping the IP address of the Network card
on
> the slave PC but I am still having problems mapping the drives of the slave
PC
> for Windows 2000 onto the master PC.

>the quick way is to enter the ip address into your hosts file.  Cannot
>remember windows details but the entry looks like:

>1.2.3.4  masterpc

>1.2.3.4 is your ip address obviously.

>If you want to test it quickly   do a 'net view \\1.2.3.4' (ipaddress
>again) on the dos command line.  This should show you the server ids
>that you can see.

Louis> I also have no idea what the host file for Windows 2000 is. Searching
the web for this, but if anyone else know please let me 
know.

Incidently where is the host file located for Linux ?

Louis.

--
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


[SLUG] UT

2003-02-22 Thread Adam Hewitt
Hi All,

I have installed UT2003 using the linux installer on disk 3, and I am
getting very poor performance. Im talking about 20-25 frames less than
under windows.

I am running gnome2.2, with the nvidia drivers (3123) under debian
unstable. Has anyone heard of this problem or have a fix for it??

If you need any more info please ask...

My Machine Specs:
Athlon 2000+
Nvidia Geforce 440MX
256Mb DDR RAM


Cheers Adam.
-- 
Adam Hewitt <[EMAIL PROTECTED]>

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] UT

2003-02-22 Thread Damien Gardner Jnr
From: "Adam Hewitt" <[EMAIL PROTECTED]>
> I have installed UT2003 using the linux installer on disk 3, and I am
> getting very poor performance. Im talking about 20-25 frames less than
> under windows.
> I am running gnome2.2, with the nvidia drivers (3123) under debian
> unstable. Has anyone heard of this problem or have a fix for it??

Sounds par for the course to me.. - UT2003 major suckage under Linux was why
we moved our development environment at work over to Windows.. - Developers
aren't happy if they can't play games at lunchtime ;)

One 'fix' is to dual-boot windows, but you probably don't want to do that
:) - Run a lower res?  Also note that sound can make a big diff too.. - the
one developer who hung onto Linux until the last minute (everyone else
switched to windows and kept their linux env in vmware..) was messing around
with alternate sound configs, and did manage to get his framerate up a heap,
but still noticed a pretty big difference when he finally made the move to
Windows (which was prompted by his motherboard dying, and the new (i845E)
mobo's IDE controller not being supported by the latest 2.4 kernel at the
time)

Cheers,

Damien

--
Damien Gardner Jnr
VK2TDG. Dip EE. StudIEAust
Home: [EMAIL PROTECTED] -  http://www.rendrag.net/
Play: [EMAIL PROTECTED]  -  http://pinegap.net/
Work: [EMAIL PROTECTED]   -  http://www.isa.net.au/

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] USB CF card readers on Linux

2003-02-22 Thread Erik de Castro Lopo
Hi all,

On Tuesday I asked about Linux support for compact flash (CF) card readers 
on Linux, particulary this one:

 http://www.adelong.com.au/Products_Dec_2001/MM/MMGEN038.htm

which is available for $55.

Well I can now say that this device is now connected to my iBook (running
Linux) and working for CF (I don't currently have other formats).

The things I needed in the kernel were:

usb
usb-storage (this is the main one)
scsi
scsi-generic (CF cards appear as SCSI disk)
dos-partition tables (CF cards have DOS partition table)
vfat (and a vfat file system)

Once all of that stuff is loaded, the CF card just appears as a disk. Very
cool indeed.

Erik
-- 
+---+
  Erik de Castro Lopo  [EMAIL PROTECTED] (Yes it's valid)
+---+
"Reality is just a crutch for people that can't handle CyberSpace!!"
- Hank Duderstadt
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


[SLUG] Re: USB newbie ...

2003-02-22 Thread root
More information. 
this is the out put of
#cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
  Vendor: EagleTec Model: External Hard Di Rev: 0002
  Type:   Direct-AccessANSI SCSI revision: 02
Host: scsi1 Channel: 00 Id: 00 Lun: 00
  Vendor: LG   Model: CD-RW CED-8080B  Rev: 1.05
  Type:   CD-ROM   ANSI SCSI revision: 02

So, the harddisk should be /dev/sda
i tried both mount /dev/sda and /dev/sda1 ... all failed with 
xx is not a valid block device

i do have all the modules loaded as the lsmod shows
usb-storage
usbcore
usb-uhci
sd-mod
sg 
...

i also tried 
#sfdisk -l /dev/sda
dev/sda: No such device or address

sfdisk: cannot open /dev/sda for reading

I am getting rather frustrated. :-( 




Hi guys, here's a USB newbie question.
I am using RH 8.0, the system recognizes my USB portable harddisk alrite. I 
can see

# mount
..
usbdevfs on /proc/bus/usb type usbdevfs (rw)

now, i am not sure how to access the disk.
I did a google and it seems it is just a simple mount.
so i did (as root)
#mkdir /mnt/uhda
#mount -t vfat  /dev/sda /mnt/uhda 
mount: /dev/sda is not a valid block device

i checked my /proc/bus/usb

#ls 
001 devices drivers
#cat devices
T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor= ProdID= Rev= 0.00
S:  Product=USB UHCI Root Hub
S:  SerialNumber=1840
C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=255ms

#cat drivers
 usbdevfs
 hub
 96-111: hiddev
 hid
# 

any idea?

thanx

--
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


[SLUG] VIA EPIA 8000 TV-OUT anyone?

2003-02-22 Thread Grant Parnell - non-work email
Was just wondering if anyone's managed to get the TV-OUT working on
this, there's mention of an X driver supplied by VIA but I haven't found
it yet and don't know if I need it.

-- 
-- 
Web: www.arcadia.au.com/gripz 
Mobile: 0408 686 201
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


[SLUG] Email client

2003-02-22 Thread Alan L Tyree
Hi,
My neighbour is a 94 yo (that is not a mistake!) woman who has never
used computers before but wants to have email and web browsing for some
courses that she is taking.

I have an old HP 333mhz machine that I am going to set up for her.
Trouble is, a full RH installation is pretty sluggish on it. I thought I
would skip Gnome and go for Icewm or Windowmaker, use Galeon as the web
browser. What would be a decent simple graphical mail client? Evolution
seems sluggish on the machine as well as being serious overkill.

Any suggestions much appreciated. And we might set a world record for
the oldest first time Linux user!

Cheers,
Alan
-- 
--
Alan L Tyree[EMAIL PROTECTED]
http://www.law.usyd.edu.au/~alant
Tel: +61 2 4782 2670
Mobile: +61 405 084 990
Fax: +61 2 4782 7092

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] Email client

2003-02-22 Thread Jon Biddell
On Sun, 2003-02-23 at 09:41, Alan L Tyree wrote:
> Hi,
> My neighbour is a 94 yo (that is not a mistake!) woman who has never
> used computers before but wants to have email and web browsing for some
> courses that she is taking.
> 
> I have an old HP 333mhz machine that I am going to set up for her.
> Trouble is, a full RH installation is pretty sluggish on it. I thought I
> would skip Gnome and go for Icewm or Windowmaker, use Galeon as the web
> browser. What would be a decent simple graphical mail client? Evolution
> seems sluggish on the machine as well as being serious overkill.

IceWM is fairly light and fast, and I'd look at using either Balsa or
(preferably) Kmail as the mail client.

Jon

 
-- 

Tony Blair phones George Bush and asks "What
proof do you have that Iraq has weapons of
Mass destruction", and Bush replies "We kept
the receipts !!"


-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] Email client

2003-02-22 Thread Terry Collins
Alan L Tyree wrote:
> 
> Any suggestions much appreciated. And we might set a world record for
> the oldest first time Linux user!

Go even older tvwm or fvwm. They give multiple desktops (one for email
client, one for browser).

Or skip any windows manager. Pine and Lynx. Seriously, I know a lot of
old fogies who use nothing else.


Word processing might be a problem (no she doesn't want open/star
office/abi word). I would even suggest latex and letter.sty,if she just
had a few templates. Some of these old folks are quite good on the
pickup. )How do you like drinking cups of tea = support fee {:-) 


-- 
   Terry Collins {:-)}}} email: terryc at woa.com.au  www:
http://www.woa.com.au  
   Wombat Outdoor Adventures 

 "People without trees are like fish without clean water"
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] Email client

2003-02-22 Thread Alan L Tyree
On Sun, 2003-02-23 at 10:11, Jon Biddell wrote:
> On Sun, 2003-02-23 at 09:41, Alan L Tyree wrote:
> > Hi,
> > My neighbour is a 94 yo (that is not a mistake!) woman who has never
> > used computers before but wants to have email and web browsing for some
> > courses that she is taking.
> > 
> > I have an old HP 333mhz machine that I am going to set up for her.
> > Trouble is, a full RH installation is pretty sluggish on it. I thought I
> > would skip Gnome and go for Icewm or Windowmaker, use Galeon as the web
> > browser. What would be a decent simple graphical mail client? Evolution
> > seems sluggish on the machine as well as being serious overkill.
> 
> IceWM is fairly light and fast, and I'd look at using either Balsa or
> (preferably) Kmail as the mail client.

Yes, I have IceWM on a laptop that I use now and again. Very smart.
Thanks for the tip on Kmail - I'll have a look at it.

Alan
> 
> Jon
> 
>  
> -- 
> 
> Tony Blair phones George Bush and asks "What
> proof do you have that Iraq has weapons of
> Mass destruction", and Bush replies "We kept
> the receipts !!"
> 
> 
> -- 
> SLUG - Sydney Linux User's Group - http://slug.org.au/
> More Info: http://lists.slug.org.au/listinfo/slug
> 
-- 
--
Alan L Tyree[EMAIL PROTECTED]
http://www.law.usyd.edu.au/~alant
Tel: +61 2 4782 2670
Mobile: +61 405 084 990
Fax: +61 2 4782 7092

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


[SLUG] Testing vm's

2003-02-22 Thread Karl Bowden
I am running RH8.0 and was wondering what the easiest way was to setup a
VM/jailroot-env to test Phoebe3?

I would like just to have chroot enviroments, so I can also test rawhide
packages in another vm without messing up my main system (again). I do
not want to use VMWare or such if I can help it, as it makes my system
really sluggish. I have lots of HDD space but do not want to make
seperate partitions to boot into, just one system to boot into, and the
others to run in vm's under that system.

Regards,
Karl Bowden <[EMAIL PROTECTED]>
Pacific Speed

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] Email client

2003-02-22 Thread Alan L Tyree
On Sun, 2003-02-23 at 10:30, Terry Collins wrote:
> Alan L Tyree wrote:
> > 
> > Any suggestions much appreciated. And we might set a world record for
> > the oldest first time Linux user!
> 
> Go even older tvwm or fvwm. They give multiple desktops (one for email
> client, one for browser).
> 
> Or skip any windows manager. Pine and Lynx. Seriously, I know a lot of
> old fogies who use nothing else.

Tried that approach - no good since she needs to see some pictures on
the WWW. 

> 
> 
> Word processing might be a problem (no she doesn't want open/star
> office/abi word). I would even suggest latex and letter.sty,if she just
> had a few templates. Some of these old folks are quite good on the
> pickup. )How do you like drinking cups of tea = support fee {:-) 

I have found newbies take to Lyx pretty well. As for tea, this is a
swinger type who provides the occasional glass of wine.

Alan

> 
> 
> -- 
>Terry Collins {:-)}}} email: terryc at woa.com.au  www:
> http://www.woa.com.au  
>Wombat Outdoor Adventures  Publishing>
> 
>  "People without trees are like fish without clean water"
> 
-- 
--
Alan L Tyree[EMAIL PROTECTED]
http://www.law.usyd.edu.au/~alant
Tel: +61 2 4782 2670
Mobile: +61 405 084 990
Fax: +61 2 4782 7092

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] Email client

2003-02-22 Thread Erik de Castro Lopo
On 23 Feb 2003 09:41:46 +1100
Alan L Tyree <[EMAIL PROTECTED]> wrote:

> Hi,
> My neighbour is a 94 yo (that is not a mistake!) woman who has never
> used computers before but wants to have email and web browsing for some
> courses that she is taking.
> 
> I have an old HP 333mhz machine that I am going to set up for her.
> Trouble is, a full RH installation is pretty sluggish on it. I thought I
> would skip Gnome and go for Icewm or Windowmaker, use Galeon as the web
> browser. What would be a decent simple graphical mail client? Evolution
> seems sluggish on the machine as well as being serious overkill.

I set up 133Mhz PIII, 64Meg machine for my sister in law. Its basically a
Debian Woody system using Blackbox, Sylpheed for Mail and Galeon for 
web browsing. 

I set up a custom Blackbox menu for her and she's been using it for over
6 months now.

Erik
-- 
+---+
  Erik de Castro Lopo  [EMAIL PROTECTED] (Yes it's valid)
+---+
IDIOT, n. 
  A member of a large and powerful tribe whose influence in human 
  affairs has always been dominant and controlling. The Idiot's 
  activity is not confined to any special field of thought or action, 
  but "pervades and regulates the whole." He has the last word in 
  everything; his decision is unappealable. He sets the fashions and 
  opinion of taste, dictates the limitations of speech and 
  circumscribes conduct with a dead-line. 
Ambrose Bierce
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] Email client

2003-02-22 Thread Terry Collins
Alan L Tyree wrote:

> 
> Tried that approach - no good since she needs to see some pictures on
> the WWW.

XV?
-- 
   Terry Collins {:-)}}} email: terryc at woa.com.au  www:
http://www.woa.com.au  
   Wombat Outdoor Adventures 

 "People without trees are like fish without clean water"
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] Email client

2003-02-22 Thread David

I would seriously suggest pine. I still use it because i'm lazy, and that
says something in itself! Someone who has no knowledge of fancy gui's will
understand text a lot easier (i think)

On Sun, 23 Feb 2003, Terry Collins wrote:

> Alan L Tyree wrote:
> >
> > Any suggestions much appreciated. And we might set a world record for
> > the oldest first time Linux user!
>
> Go even older tvwm or fvwm. They give multiple desktops (one for email
> client, one for browser).
>
> Or skip any windows manager. Pine and Lynx. Seriously, I know a lot of
> old fogies who use nothing else.
>
>
> Word processing might be a problem (no she doesn't want open/star
> office/abi word). I would even suggest latex and letter.sty,if she just
> had a few templates. Some of these old folks are quite good on the
> pickup. )How do you like drinking cups of tea = support fee {:-)
>
>
> --
>Terry Collins {:-)}}} email: terryc at woa.com.au  www:
> http://www.woa.com.au
>Wombat Outdoor Adventures  Publishing>
>
>  "People without trees are like fish without clean water"
> --
> SLUG - Sydney Linux User's Group - http://slug.org.au/
> More Info: http://lists.slug.org.au/listinfo/slug
>

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] kernel packaging debian

2003-02-22 Thread Jean-Francois Dive
hum, sorry, i reckon i didn't choosed the right langage for the right
mailing list (the reverse happend on the belgian ML),  sorry ;p

off course, use fakeroot and no, the kernel config will be the one from
the .config file on your kernel tree. If you wanna have multiple config,
simply save the .config file or use multiple kernel source tree.

JeF

On Sat, 2003-02-22 at 01:29, Ken Foskey wrote:
> On Sat, 2003-02-22 at 01:20, Jean-Francois Dive wrote:
> > man make-kpkg,
> > 
> > mais en gros (pwd a la source du kernel tree, apres avoir applique tes
> > patchs et configure le kernel), make-kpkg kernel-image
> > 
> > On Fri, 2003-02-21 at 23:38, Ken Foskey wrote:
> > > 
> > > I want to create a new kernel for my firewall with a few extra patches
> > > than the development machine like freeswan.  Does any one have a good
> > > description on how to build a second copy of a kernel with totally
> > > different settings reasonably and safely?
> > 
> 
> Ahhh but this will destroy my current kernel settings for my development
> machine.  Not good, the last thing I want is freeswan on my dev box.
> 
> There are more tricks to it than that.
> 
> 
> -- 
> SLUG - Sydney Linux User's Group - http://slug.org.au/
> More Info: http://lists.slug.org.au/listinfo/slug
-- 

-> Jean-Francois Dive
--> [EMAIL PROTECTED]

  There is no such thing as randomness.  Only order of infinite
  complexity. - Marquis de LaPlace - deterministic Principles - 


-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


[SLUG] evolution ..

2003-02-22 Thread Jean-Francois Dive
Hi all,

After years of text based email client (pine them mutt), i switched to
evolution a month ago, i am quite happy but:

- I use fetchmail / procmail for filtering and i have no intension to
change it. I tried to use maildir option while setting up the accounts,
but it definitively does not like my directories and so 'm running an
imap server to access my directories which is quite enoying as i have to
type a passwd (ok not that bad), but as receive a huge number of emails,
the time needed by evolution to read the directory struct increase days
after days afer.. Any idea ?

- Finally, stupid bug: when a title of an email have a 'special'
caracter (like french e's and a's etc..), the string is not displayed
after that char.

If anyone have a clue for those (especially the 1st one)

JeF

-- 

-> Jean-Francois Dive
--> [EMAIL PROTECTED]

  There is no such thing as randomness.  Only order of infinite
  complexity. - Marquis de LaPlace - deterministic Principles - 


-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


[SLUG] iiNet - not Mozilla friendly

2003-02-22 Thread Bruce Badger
It seems that iiNet (http://iinet.net.au) have "improved" their account
management tools such that they will no longer work with Mozilla.

Is it just me, or have they really just taken this step backward?

Also - I'm having a shocking time with my DSL connection at the moment. 
The link light goes out for an hour or so once or twice a day.  Is this
just Telstra once again demonstrating their brilliance, or is it
possible iiNet are screwing up this too?

Bruce {fondly remembering the *T1* connection I had at home for $49/
month when I lived in the 'states} 


-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] iiNet - not Mozilla friendly

2003-02-22 Thread David Kempe
Hi Bruce,
we had a customer with the same problem.
do you have a dlink dsl-300?

dave

> Also - I'm having a shocking time with my DSL connection at the moment. 
> The link light goes out for an hour or so once or twice a day.  Is this
> just Telstra once again demonstrating their brilliance, or is it
> possible iiNet are screwing up this too?


-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] iiNet - not Mozilla friendly

2003-02-22 Thread Bruce Badger
On Sun, 2003-02-23 at 14:15, David Kempe wrote:
> Hi Bruce,
> we had a customer with the same problem.
> do you have a dlink dsl-300?

I do.  If it is a modem problem, what can be done?

Thanks,
Bruce

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] iiNet - not Mozilla friendly

2003-02-22 Thread David Kempe
Have you still got the serial cable that came with the modem?
If so you need to plug it into a spare serial port, bark up your favourite
comms program (like minicom) and connect at 9600,8,N,1
You can then do a itex mode auto at the prompt and then config save at the
prompt and it should change the way it detects the line sync.
Our customer was on Pacific Internet connecting to the Hornsby exchange, and
it worked fairly well. After rebooting, the line sync came back and stayed
back. If you want to check your itex mode before changing it, I have
forgotten the command, but google or dlink.com.au may help.

This may of course have nothing to do with it, as you could just have line
noise from the rain we have been having (or something else completly).

Good luck,
dave

- Original Message -
From: "Bruce Badger" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, February 23, 2003 2:21 PM
Subject: Re: [SLUG] iiNet - not Mozilla friendly


> On Sun, 2003-02-23 at 14:15, David Kempe wrote:
> > Hi Bruce,
> > we had a customer with the same problem.
> > do you have a dlink dsl-300?
>
> I do.  If it is a modem problem, what can be done?
>
> Thanks,
> Bruce
>
> --
> SLUG - Sydney Linux User's Group - http://slug.org.au/
> More Info: http://lists.slug.org.au/listinfo/slug
>

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


[SLUG] ftpd xferlog request

2003-02-22 Thread Kevin Waterson
I am writing a xferlog file parser in php and I have the
basics of it up and going with some data I created myself

I really need some larger xfer logs to test with.
If you use vs/pro/wu-ftpd and your xferlog is not a security
issue for you, I could really use some real world examples to
test this with.

Kind regards
Kevin

-- 
 __  
(_ \ 
 _) )            
|  /  / _  ) / _  | / ___) / _  )
| |  ( (/ / ( ( | |( (___ ( (/ / 
|_|   \) \_||_| \) \)
Kevin Waterson
Port Macquarie, Australia
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] "respawning too fast" with mount -oremount,ro /

2003-02-22 Thread steven





Have a look at read-only linux at http://www.ultimeth.net/

Steven




On 17/2/03 Minh Van Le wrote :

I'm getting

 INIT: Id "1" respawning too fast: disabled for 5 minutes

errors after I logout of console on a system after mounting / read-only:

 mount -o remount,ro /

My guess is mingetty can't /dev/tty[0-9]+ update or something in /etc,
which
are both on /.

/bin/login has no problems logging in a console user with / mounted
read-only.

I've searched the archvies for "respawning too fast" AND "mount", and
Redhat
Errata for any init bug releases and didn't find any.

I use Redhat 7.2. Does anybody have suggestions on mounting / read-only or
have solved this problem ?


-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] iiNet - not Mozilla friendly

2003-02-22 Thread Bruce Badger
On Sun, 2003-02-23 at 14:34, David Kempe wrote:
> Have you still got the serial cable that came with the modem?
> If so you need to plug it into a spare serial port, bark up your favourite
> comms program (like minicom) and connect at 9600,8,N,1

Great, thanks!  I can talk to the modem now.

> You can then do a itex mode auto at the prompt and then config save at the
> prompt and it should change the way it detects the line sync.

Where can I read up on the commands?  If I type help when connected to
the modem it lists the commands (including itex), but does not explain
what they do :-/  I've looked in the manual - even downloaded the latest
from d-link, but I've found no clear description.

> This may of course have nothing to do with it, as you could just have line
> noise from the rain we have been having (or something else completly).

Well, things have been flaky all this year.  I had no problems at all in
2002, but so far 2003 has not been good for the link light on my modem
:-(

Many thanks,
Bruce

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] iiNet - not Mozilla friendly

2003-02-22 Thread David Kempe
I don't know where you can read up on commands.
A google for that command reveals you should probably do an itex line down
before issuing the itex mode auto.
I am only going off what someone at PI said to me.
you could try a help itex command - often that works.

maybe i go auto confused with ansi:

http://adsl.cutw.net/dlink-ansi.txt

try that...

dave


> Where can I read up on the commands?  If I type help when connected to
> the modem it lists the commands (including itex), but does not explain
> what they do :-/  I've looked in the manual - even downloaded the latest
> from d-link, but I've found no clear description.


-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug