Re: [SLUG] Secure Merchant Services from PHP?

2002-12-05 Thread Richard Buggy
HI Karl, What solutions has everybody else found? What would you recomend if you had to do it over again? I use eWAY (www.eway.com.au) for the gateway but I don't use live transactions. They have an XML interface and a demo in php showing you how to use it. From memory they will work with all

Re: [SLUG] PPP Multilink 2002

2002-12-05 Thread David Fitch
On Thu, 2002-12-05 at 16:31, Steven Evans wrote: I call the isp, get the same ip for both modems, but send traffic through one modem or send from one and receive from the other. imho, that isnt multilink. sure your ISP is doing it right? they have to have their end configured to bond the

[SLUG] Newbie exporting Xwindows Sessions

2002-12-05 Thread mick
Hi all, Finally have a Mandrake 9.0 box up and running and awating configs for it's new life as a hopefully soon to be print, file, NWN, internet sharing server. I've been reading and following the Linux article in Atomic Magazine and have a hit a bit of a pothole. The magazine explains how

Fakeroot vs sudo (was: Re: [SLUG] DivX under linux)

2002-12-05 Thread Rev Simon Rumble
On Thu 05 Dec, Steve Kowalik bloviated thus: Of course, Rev Simon *meant* to say 'fakeroot debian/rules binary', and build-dependencies. :-) I see fakeroot mentioned a lot in Debian documentation. Tell me, why would I use it instead of sudo? Is there any advantage? -- Rev Simon Rumble

Re: Fakeroot vs sudo (was: Re: [SLUG] DivX under linux)

2002-12-05 Thread Matthew Palmer
On Thu, 5 Dec 2002, Rev Simon Rumble wrote: Of course, Rev Simon *meant* to say 'fakeroot debian/rules binary', and build-dependencies. :-) I see fakeroot mentioned a lot in Debian documentation. Tell me, why would I use it instead of sudo? Is there any advantage? Since it doesn't

Re: [SLUG] Newbie exporting Xwindows Sessions

2002-12-05 Thread James Gregory
On Fri, 2002-12-06 at 01:08, mick wrote: Hi all, Finally have a Mandrake 9.0 box up and running and awating configs for it's new life as a hopefully soon to be print, file, NWN, internet sharing server. good good. I've been reading and following the Linux article in Atomic Magazine

Re: [SLUG] EX_ files

2002-12-05 Thread dazza
On 3 Dec 2002, Alan L Tyree wrote: I am trying to run some MS stuff under wine. There is a file on the cdrom named pubmgr.ex_. I presume that it is some kind of compressed file. Is this right? In any case, how to I get it to a .exe file? The program to uncompress them is called, from memory,

Re: Re[2]: [SLUG] sendmail banning no reverse dns

2002-12-05 Thread David Fitch
On Thu, 2002-12-05 at 13:17, evilbunny wrote: Hello David, DF you might not be able to control the reverse mapping but it DF should still map to something - which is good enough. DF Are there co-lo places where the IP doesn't reverse map to DF anything? and if so, why? (apart from

RE: [SLUG] ADSL iPrimus

2002-12-05 Thread dazza
On Wed, 4 Dec 2002 [EMAIL PROTECTED] wrote: the package I am on is 79.95 per month, I have 512/128 ADSL connection Also I have 3G download during peek time and off peek I have 3G download as usual off peek is ment for insomniacs (like me) also they have blinkzone Best deal I've been able to

[SLUG] making /dev/usbscanner permanent

2002-12-05 Thread Nick Croft
Any ideas on what is needed to make /dev/usbscanner permanent? After a reboot, it seems I need to do sudo mknod /dev/usbscanner c 180 48 sudo chmod 666 /dev/usbscanner each time. Would it be a matter of a startup script, or is there another way. And in a similar area, when I

[SLUG] html-php editor

2002-12-05 Thread Robert Maurency
Hi Sluggers Does anyone know of a good editor for html/php? I am used to working with Homesite on Windows (for html, asp, php, js etc), but I'm developing more and more on my Linux laptop installation. I know there are plenty of text editors around, but I'm after one with the pretty (and

[SLUG] Configuring Woody for cable.

2002-12-05 Thread Adam Bogacki
Hi Guys, I've just installed cable on a dual-boot machine and the XP side of it is working but I can't even do an 'apt-get update' successfully, getting the message that 'something wicked' has happened. What do I do to configure Woody for cable? Adam Bogacki [EMAIL PROTECTED] P.S. I hope

Re: [SLUG] html-php editor

2002-12-05 Thread Carl Osterly
Robert Maurency wrote: I know there are plenty of text editors around, but I'm after one with the pretty (and essential if you do as many typos as I do!) colour coding. Any suggestions? Much appreciated. Take a look at: http://quanta.sourceforge.net/ Probably one of the best GUI HTML editors

RE: [SLUG] PPP Multilink 2002

2002-12-05 Thread Steven Evans
Hello David, I've been on the phone with them, and their technical guy says that their dialin server is configured correctly... It is a Cisco Digital Access server 5300 or a 5400. He sees both modems dial up and both ask for a virtual connection, but not bonding. Are there any switches or

RE: [SLUG] html-php editor

2002-12-05 Thread Brett Fenton
code commander is good, i think that these days screem also may handle php. brett : -Original Message- : From: [EMAIL PROTECTED] : [mailto:[EMAIL PROTECTED]]On Behalf Of : Robert Maurency : Sent: Friday, 6 December 2002 9:56 AM : To: '[EMAIL PROTECTED]' : Subject: [SLUG] html-php editor

RE: [SLUG] html-php editor

2002-12-05 Thread Robert Maurency
Thanks for that. I think I'll give qanta a go -Original Message- From: Brett Fenton [mailto:[EMAIL PROTECTED]] Sent: Friday, 6 December 2002 10:13 AM To: Robert Maurency Cc: [EMAIL PROTECTED] Subject: RE: [SLUG] html-php editor code commander is good, i think that these days screem

Re: [SLUG] html-php editor

2002-12-05 Thread jared
hello http://www.jedit.org/ i use jedit it supports php its rather nice although it is java if you have a thing against it :) http://www.nedit.org is another text editor with syntax hightlighting not sure weather it has direct support for php but worth a look thanks jared -- SLUG - Sydney

Re: [SLUG] Secure Merchant Services from PHP?

2002-12-05 Thread Karl Bowden
On Thu, 2002-12-05 at 12:57, Richard Buggy wrote: HI Karl, What solutions has everybody else found? What would you recomend if you had to do it over again? I use eWAY (www.eway.com.au) for the gateway but I don't use live transactions. They have an XML interface and a demo in php

Re: [SLUG] PPP Multilink 2002

2002-12-05 Thread Jean-Francois Dive
are you testing properly ? the linux PPP stack will send traffic trough one PPP channel for each tcp connection (keep one connection on one ppp session), this to avoid reordering problems which are bad with TCP. MPPP (and MMPPP (multi chassi, multilink ppp) setup is difficult to miss on the

Re: [SLUG] making /dev/usbscanner permanent

2002-12-05 Thread Peter Hardy
On Fri, 6 Dec 2002 09:54:44 +1100 Nick Croft wrote: Any ideas on what is needed to make /dev/usbscanner permanent? After a reboot, it seems I need to do sudo mknod /dev/usbscanner c 180 48 sudo chmod 666 /dev/usbscanner each time. Sounds like you're running with devfs.

RE: [SLUG] PPP Multilink 2002

2002-12-05 Thread Steven Evans
Hi Jeff, I've been testing this a couple ways: 1) Download 2 files from 2 seperate sites and add up the kb/s, which always end up less than 5kbs. Downloading from a single modem. If i started pinging hosts while this was happening the second modem will still not be used. 2) Start 50 ping

Re: [SLUG] making /dev/usbscanner permanent

2002-12-05 Thread Nick Croft
* Peter Hardy ([EMAIL PROTECTED]) wrote: On Fri, 6 Dec 2002 09:54:44 +1100 Nick Croft wrote: Any ideas on what is needed to make /dev/usbscanner permanent? After a reboot, it seems I need to do [etc] Sounds like you're running with devfs. Does a ps ax show a devfsd process running?

[SLUG] Num lock key on startup

2002-12-05 Thread Carl Osterly
OK, this is probably a really dumb question but I've tried searching under Google Linux without much success. I notice that under Red Hat 8.0 the num lock key is not turned on by default. It is in my BIOS, but it turns off after Red Hat 8.0 finishes booting. Is there a configuration file for X

[SLUG] atd broken

2002-12-05 Thread David Kempe
Hey Sluggers, I have having trouble getting atd to start on Debian Woody. I have apt-get remove --purged it and removed /var/spool/cron/atjobs so it should be back at scratch. Then I apt-get install it and when it starts it just dies with this in syslog: atd[29475]: Removing stale lockfile for

RE: [SLUG] Num lock key on startup

2002-12-05 Thread Brett Fenton
I think you'll find it's a little distro dependent. In RH you can edit /etc/sysconfig/keyboard You can also edit .bashrc for individual login preferences case `tty` in /dev/tty[0-9]) setleds -D +num -caps ;; esac Should work, at least it does on my Debian desktop. Brett :

[SLUG] Stop putting off going to the dentist because you can't afford it!

2002-12-05 Thread vminett
Or getting eyeglasses, or getting your prescriptions filled!!! No Obligation! Enroll now for 60 days Free! https://www.pinnaclechoice.com/freedvp/ins_enrollment.asp 70% savings on your Healthcare Costs (and more!) Pinnacle Choice, the affordable healthcare savings card gives you immediate cash

Re: [SLUG] html-php editor

2002-12-05 Thread Phil Scarratt
I've used Kate (KDE) and GEdit (Gnome) before. Both have syntax highlighting (at least I think getdit does - been awhile since I used it. FIl Quoting Robert Maurency [EMAIL PROTECTED]: Hi Sluggers Does anyone know of a good editor for html/php? I am used to working with Homesite on Windows

Re: [SLUG] atd broken

2002-12-05 Thread Steve Kowalik
At 12:19 pm, Friday, December 6 2002, David Kempe mumbled: atd[29475]: Removing stale lockfile for pid 10110 atd[29475]: Can't link execution file: Permission denied Previously this box ran out of disk space, but it has plently left now. I have checked the relevant files mentioned in the

Re: [SLUG] ADSL iPrimus

2002-12-05 Thread David Fitch
On Fri, Dec 06, 2002 at 08:01:24AM +1100, [EMAIL PROTECTED] wrote: Best deal I've been able to find is here http://adsl.datafast.net.au/ I considered them for perm modem ($55pm) or an extra $5.50pm with static IP. I ended up going with another mob (Adam) with ISDN DoV instead. Dave. -- SLUG

[SLUG] Using update-inetd to enable ftp

2002-12-05 Thread Michael Lake
Hi all, I have installled vsftpd and changed a few things in its conf file but although it added an entry in /etc/inetd.conf its not activated as its commented out. I can uncomment it and send a HUP to inetd but I was expecting that debians update-inetd proggy was the way one should

Re: [SLUG] Newbie exporting Xwindows Sessions

2002-12-05 Thread Angus Lees
At Fri, 6 Dec 2002 12:08:04 +1100, mick wrote: Being a GUI lover and having more than enough monitor acreage, I was hoping I would be able to get mandrake's GUI on my RedHat 7.3 desktop in a small window that I could drag around. the usual remote-Xwindows use is to display individual apps

Re: [SLUG] html-php editor

2002-12-05 Thread Angus Lees
At Fri, 6 Dec 2002 09:56:17 +1100, Robert Maurency wrote: Does anyone know of a good editor for html/php? I am used to working with Homesite on Windows (for html, asp, php, js etc), but I'm developing more and more on my Linux laptop installation. I know there are plenty of text editors

Re: [SLUG] html-php editor

2002-12-05 Thread Richard Hayes
At 02:54 PM 6/12/2002 +1100, you wrote: At Fri, 6 Dec 2002 09:56:17 +1100, Robert Maurency wrote: (x)emacs. (console/X11/win32, supports just about every editing need. why do people insist on using something else?) Cause some people don't like bloatware!!! Richard Hayes Nada Marketing -

[SLUG] Ethernet Port Trunking (etherchannel bonding) doco?

2002-12-05 Thread Craige McWhirter
I'm trying to bond two ethernet ports together and have the setup all but working. My real stumbling block appears to be my inability to locate decent documentation on performing this feat. Does anyone know where I can find some doco on setting up ethernet port trunking (or etherchannel bonding).

Re: [SLUG] Ethernet Port Trunking (etherchannel bonding) doco?

2002-12-05 Thread Craige McWhirter
I've just found and started reading this in my kernel source: Documentation/networking/bonding.txt Looks like it could be quite helpful. Any pointers to other doco or helpful tips are still most welcome :) On Fri, 2002-12-06 at 16:56, Craige McWhirter wrote: I'm trying to bond two ethernet

[SLUG] Re: [Debian-au] DebianSIG in December / DPL DebSIG in January

2002-12-05 Thread Anand Kumria
On Tue, Dec 03, 2002 at 06:57:14PM +1100, [EMAIL PROTECTED] wrote: Hi folks, Just a reminder that DebianSIG is on this December. It isn't tomorrow though, but the 11th December (wednesday week). However we aren't going to have a talk but, rather, a party. We've had a number of

[SLUG] Having problems getting sleep/suspend working on Debian / PowerBook

2002-12-05 Thread Michael Lake
Hi all, I am still having probs getting suspend to work on this Ti PBook running Debian. Jeff at the SLUG meet last time suggested powermgr-base and I checked but that was already installed. What I have on the system is: pmud pmud-utils powermgr-base In pmudutils is alittle thingo called

Re: [SLUG] Having problems getting sleep/suspend working on Debian / PowerBook

2002-12-05 Thread Jeff Waugh
quote who=Michael Lake I am still having probs getting suspend to work on this Ti PBook running Debian.Jeff at the SLUG meet last time suggested powermgr-base and I checked but that was already installed. Bummer. Since speaking to you at SLUG, I've found out that some of the more recent

Re: [SLUG] Having problems getting sleep/suspend working on Debian /PowerBook

2002-12-05 Thread Michael Lake
Jeff Waugh wrote: quote who=Michael Lake I am still having probs getting suspend to work on this Ti PBook running Debian.Jeff at the SLUG meet last time suggested powermgr-base and I checked but that was already installed. Bummer. Since speaking to you at SLUG, I've found out that some

Re: [SLUG] html-php editor

2002-12-05 Thread Andrew McNaughton
I like nedit. HTML syntax coloring comes as standard. IT wouldn't be too hard to set up a few extra patterns to cover PHP syntax, and I'm sure someone must have done it. nedit is no emacs, but it does have macros, and it allows you to set up a few hooks to command line stuff. eg I have stuff

Re: [SLUG] html-php editor

2002-12-05 Thread Jeff Waugh
quote who=Robert Maurency Does anyone know of a good editor for html/php? I am used to working with Homesite on Windows (for html, asp, php, js etc), but I'm developing more and more on my Linux laptop installation. Ahr, Homesite... I remember it fondly amongst the abject pain and horror of