[SLUG] mysql issue

2005-12-11 Thread ashley maher
G'day, I have an ubuntu hoary install. I have just used apt-get to install mysql-server. (Which I have done countless times with no problems) However this time I get: Dec 11 04:12:36 ns3 mysqld_safe[3846]: started Dec 11 04:12:36 ns3 mysqld[3853]: mysqld got signal 11; Dec 11 04:12:36 ns3

[SLUG] Re: mysql issue

2005-12-11 Thread Matthew Palmer
On Sun, Dec 11, 2005 at 08:26:09PM +1100, ashley maher wrote: G'day, I have an ubuntu hoary install. I have just used apt-get to install mysql-server. (Which I have done countless times with no problems) However this time I get: [long and interesting log message] Anybody with any hints

Re: [SLUG] Debian on 64 Bit

2005-12-11 Thread Dean Hamstead
check out the documentation on the debian website for nvidia driver instructions also check out the debian-amd64 mailing list. it will answer your questions quickly. Dean Gerald wrote: Hello to one and all, I have been trying Debian on a AMD 64fx53 based machine with sata drives and a Nvidia

Re: [SLUG] Bash scripting problem....

2005-12-11 Thread James Gray
On Fri, 9 Dec 2005 03:50, Matthew Hannigan wrote: On Thu, Dec 08, 2005 at 03:27:52PM +1100, James Gray wrote: On Thursday 08 December 2005 15:15, Matthew Hannigan wrote: On Thu, Dec 08, 2005 at 12:46:16PM +1100, James Gray wrote: Hi All, I've been fiddling with a script and can't

Re: [SLUG] HP Photosmart 2575 setup

2005-12-11 Thread Hal Ashburner
On Fri, 2005-12-09 at 01:18 +1100, Hal Ashburner wrote: On 06/12/05, Lindsay Holmwood [EMAIL PROTECTED] wrote: echo stuff /dev/usb/lp0 make the printer make noises and such. Check to see what type of USB driver you're using under Linux too (uhci, ohci, ehci) -

Re: [SLUG] Linux on a Dell Latitude X1

2005-12-11 Thread James
On 12/10/05, Erik de Castro Lopo [EMAIL PROTECTED] wrote: James wrote: Pity about the linux Colour Scheme in the terminals though. Has anyone got a good colourmap for a black background terminal. The linux one is fine when you are on a vty but under any X terminal it is bloody awful and

Re: [SLUG] Linux on a Dell Latitude X1

2005-12-11 Thread David Gillies
James wrote: I probably didn't explain myself properly. I am definately for white on black but if you look at the colours when you are on a vty (ie ctrl alt F1) by doing an ls -la for example (easy to read) and then do same thing inside Xterm, Konsole, Gnome Term etc.. you can hardly read the

Re: [SLUG] linux sms gateway server

2005-12-11 Thread pesoy misak
Hi again this kind of interestingis there any manuals for setting up SMS gateway from scratch I am trying to lookup kannel but all of them doesn't make sense (sorry limited knowledge about this stuff)also what is a good provider for this sending SMS stuffmany thanks Yosep"Jesus

Re: [SLUG] Linux on a Dell Latitude X1

2005-12-11 Thread Jeff Waugh
quote who=James I specifcally set mine to look like that so I guess I'll have to disagree. You'll also notice that I set my text editor to be white on black as well. I probably didn't explain myself properly. I am definately for white on black Go for white on black on a CRT, black on

Re: [SLUG] memcmp versus strncmp

2005-12-11 Thread Ian Wienand
On Fri, Dec 09, 2005 at 11:56:14PM +1100, Ken Foskey wrote: This is an unexpected statistic... Subroutine using massive number of matches: strcmp(x,y) 1.87 seconds strncmp(x,y,6) 1.63 seconds memcmp(x,y,6) 5.85 seconds Ignoring the other code it is a huge overhead for using memcmp on