Re: location of mysql files?

2002-01-03 Thread Craig Holyoak
Jason M. Harvey [EMAIL PROTECTED] wrote:
 i would like to know as well... how to back-up a mysql database.

Try mysqldump:

$ mysqldump nuke nuke.sql

HTH,

Craig

-- 
Craig Holyoak
[EMAIL PROTECTED]
http://www.uq.net.au/craigh/




Re: What's a debian kid look like?

2001-12-21 Thread Craig Holyoak
Matt [EMAIL PROTECTED] said:
 Who are we here? I'm curious about what the Debian demographic is.

FWIW,

I'm a 22yo male, single, Christian. BSc (Comp. Sci), studying Grad
Diploma in Info Tech. I live in Brisbane, Australia.

I installed my first Linux System in 1997 (Debian) on a 486 with no Net
and no CD. I downloaded all the packages I wanted on my Mac and copied
them onto floppies for transfer! That was painful! A few months later
the HD crashed, so to avoid that slow process again, I bought a cheap
RedHat CD and borrowed a friends CD drive. I gave up on RedHat around
7.0 and returned to Debian, and haven't looked back! I also run an
OpenBSD firewall/gateway/proxy.

I do coding in C/C++, Java and shell. I've also done Python and Ada as
well as Prolog, Haskell, MIPS assembler, and a little Lisp at uni. I'm
learning Perl and PHP at the moment. I'm also doing some work at the
moment using C# and .NET.

In my spare time, I play too much HL/CS/Q3A. I also like to read, write,
watch movies, ski, drive, sleep, and just go out with my friends.

Craig

-- 
Craig Holyoak
[EMAIL PROTECTED]
http://www.uq.net.au/craigh/



Re: Something more user friendly than XMMS?

2001-12-08 Thread Craig Holyoak
Jeffrey W. Baker [EMAIL PROTECTED] said:
 XMMS is very hard to use at 120 dpi and totally invisible at 200 dpi.

You can magnify xmms's interface by going doublesize (Ctrl-D) which I
guess would help if you have trouble seeing it at higher resolutions.

-- 
Craig Holyoak
[EMAIL PROTECTED]
http://www.uq.net.au/craigh/



Re: Netgear FA311/312

2001-11-29 Thread Craig Holyoak
Louis Roth [EMAIL PROTECTED] said:
 Do u have any info on setting up to use the above network card.  When
 I installed with Mandrake, it seemed to find the right stuff, but I
 need help with the Debian installation.  

I use the natsemi driver that comes in the 2.4.x series of kernel with
my FA311 without any problems. Couldn't get it to work under 2.2.x
though.

HTH,

Craig

-- 
Craig Holyoak
[EMAIL PROTECTED]
http://www.uq.net.au/craigh/



Re: mount mac zip disk on debain question

2001-11-07 Thread Craig Holyoak
jim R. [EMAIL PROTECTED] said:
 Hi,
 I have mac zip disk that i like to mount them on
 debian linux.
 How do i do this?.
 Jim

If it's from your mac, it's probably SCSI, so just plug it into your scsi
card, bung in a disk and type something like:

# mount /dev/sda /mnt/zip

Of course, if you have other SCSI disks, you might need to change /dev/sda
as appropriate, and you can mount it wherever you choose to.

HTH,

Craig

-- 
Craig Holyoak
[EMAIL PROTECTED]  ICQ: 130158077
http://www.uq.net.au/craigh/



gmix audio level problems

2001-09-09 Thread Craig Holyoak
I'm having some strange behaviour with my mixer settings. I'm using gmix
under gnome, and have it set to restore mixer settings on startup. This
doesn't work - all sound levels are still set to zero. So I added gmix
-i to my startup items, and now when I log in, I get an error message
saying that either there is no mixer device or I don't have permission
to access the mixer device, but I am a member of the audio group. After
I've logged in though, I can open gmix and it sets all my levels
properly.

Looking at my logs, whenever I open gmix (either manually or upon
startup, I get the errors Can't locate module sound-slot-1 and Can't
locate module sound-service-1-0. As I understand it, these would refer
to a second sound card, which I don't have. I suspect that why gmix has
trouble setting my levels by itself is that it is looking for this
non-existant card. Why would it be doing this? I've never tried to set
up a second card. /etc/modules.conf has no reference to more sound
devices.

Any suggestions?

I'm running kernel 2.4.9. My sound card is an es1371, which is compiled
into the kernel (not a module). I'm using gmix version 1.2.3 (debian
unstable). My sound all works fine, I just have to manually open gmix
every time to get my levels set properly!

TIA

Craig

-- 
Craig Holyoak
[EMAIL PROTECTED]
http://www.uq.net.au/craigh/



Re: Upgrade to Woody

2001-08-31 Thread Craig Holyoak
Curt Howland said:
 So it looks as if most of my present problems are version based, the
 fact that Debian Potato[e] tends to be somewhat old in software
 versions.
 
 I'd like to upgrade to Woody, Kernel 2.4.x, XFree 4.x, etc.
 
 So I put testing in place of stable in the /etc/apt/sources.whatever
 file, and tried to dselect my way to bliss.
 
 However, the package dependencies are so weird that I could not
 rationalize the results. Why would Libc6 have been un-selected is beyond
 my ken.
 
 Can someone suggest a command line apt-get -install  update or
 similar mystic arcanity? For all the wonder and joy that Dselect usually
 bestows, this seems to be just like last year at this time when I
 finally updated to Potato[e], it was a command line leap of faith.

apt-get dist-upgrade is much more user-friendly than dselect :-)

HTH,

Craig

-- 
Craig Holyoak
[EMAIL PROTECTED]
http://www.uq.net.au/craigh/



Sendmail and mutt problems

2001-08-25 Thread Craig Holyoak
I am trying to use mutt to send my email. Sendmail is my mailer. Whenever
I try to send a message, I get the error:

  Program mode requires special privileges, e.g., root or TrustedUser.

I am using unstable (sendmail 8.11.4+8.12.0.Beta16-3). Does anyone know
what I need to change?

Thanks,

Craig

-- 
Craig Holyoak
[EMAIL PROTECTED]
http://www.uq.net.au/craigh/



Re: Sendmail and mutt problems

2001-08-25 Thread Craig Holyoak
On Sat, 25 Aug 2001, Jason Majors wrote:
 I'd suggest switching to exim. It is sooo much easier to configure and manage.
 I used to have sendmail headaches all the time, then I tried exim and I've
 loved it since. (No I'm not a paid endorser, I just think it's a great 
 mailer).

 On Sun, Aug 26, 2001 at 06:50:36AM +1000, Craig Holyoak scribbled...
  I am trying to use mutt to send my email. Sendmail is my mailer. Whenever
  I try to send a message, I get the error:
 
Program mode requires special privileges, e.g., root or TrustedUser.
 
  I am using unstable (sendmail 8.11.4+8.12.0.Beta16-3). Does anyone know
  what I need to change?

Yes, I've thought about exim, and tried it once, but I could never get it
to masquerade messages properly (I want it to convert my internal address
- [EMAIL PROTECTED] - to my external address - [EMAIL PROTECTED] - but it
would never seem to do it properly. Granted this was a while ago. Does
anyone have any experience with this feature of exim working properly?

Craig

-- 
Craig Holyoak
[EMAIL PROTECTED]
http://www.uq.net.au/craigh/




Re: Sendmail and mutt problems

2001-08-25 Thread Craig Holyoak
On Sat, 25 Aug 2001, Bud Rogers wrote:

 On Saturday 25 August 2001 15:50 pm, Craig Holyoak wrote:

  Received: from localhost ([EMAIL PROTECTED] [127.0.0.1])
  by uq.net.au (8.9.3/8.9.3) with ESMTP id GAA27890
  for debian-user@lists.debian.org; Sun, 26 Aug 2001 06:50:36 +1000
  (GMT+1000) Date: Sun, 26 Aug 2001 06:50:36 +1000 (GMT+1000)
  From: Craig Holyoak [EMAIL PROTECTED]
  To: debian-user@lists.debian.org
  Subject: Sendmail and mutt problems
  Message-ID: [EMAIL PROTECTED]

  I am trying to use mutt to send my email. Sendmail is my mailer. Whenever
  I try to send a message, I get the error:
 
  ? Program mode requires special privileges, e.g., root or TrustedUser.

 Looks like you have a different username in your From line than your actual
 login username.  Sendmail balks at that unless you're listed on the
 TrustedUser line in sendmail.cf.  I think you can also run sendmail with a -f
 switch to get around that restriction.  In either case, you'll probably have
 to have root on the box in question to restart sendmail.

zzholyo is my username at my ISP (uq.net.au). craigh is an alias. But this
is all at my ISP. The problems are coming from my own box - mail never
reaches the ISP. I have sendmail set as a smart host to smtp.uq.net.au,
but snedmail spits before anything gets that far. I have had sendmail
setup fine before like this.

-- 
Craig Holyoak
[EMAIL PROTECTED]
http://www.uq.net.au/craigh/



Re: Sendmail and mutt problems

2001-08-25 Thread Craig Holyoak
On Sat, 25 Aug 2001, Jason Majors wrote:
 On Sun, Aug 26, 2001 at 07:04:13AM +1000, Craig Holyoak scribbled...
  Yes, I've thought about exim, and tried it once, but I could never get it
  to masquerade messages properly (I want it to convert my internal address
  - [EMAIL PROTECTED] - to my external address - [EMAIL PROTECTED] - but it
  would never seem to do it properly. Granted this was a while ago. Does
  anyone have any experience with this feature of exim working properly?
 
 I do that kind of thing in my mutt From option:
 my_hdr from: Craig Holyoak [EMAIL PROTECTED]

Yes, I could do that, but I want a solution that is MUA independant - I
don't want everyone to have to use mutt.

Craig

-- 
Craig Holyoak
[EMAIL PROTECTED]
http://www.uq.net.au/craigh/



Re: iptables vs ipchains vs ipmasq

2001-08-10 Thread Craig Holyoak
On 11 Aug 2001 00:18:14 +0200, thomas anderson wrote:
 I want to setup my internal network to access the internet via my linux
 machine over a dial-up line. it seems that ipmasq does the trick...then 
 ipchains
 comes along now iptables..the best bet so far is iptables...now, is there a
 reliable HOWTO that tellsa pretty  good *newbie* how to setup iptables for
 this setup or should I just use ipmasq instead? or maybe ipchains?
 unfortunately, my /usr/share/doc/HOWTO only has ipmasq-howto and 
 ipchains-howto..

Well, FWIW, my setup is really simple, using iptables with a 2.4.x
series kernel:

iptables -F POSTROUTING -t nat
iptables -A POSTROUTING -s 192.168.0.0/24 -o ppp+ -j MASQUERADE -t nat

Of course, you need to make sure all the appropriate bits are compiled
into your kernel. You just have to execute the above lines either
manually, or putting them in your boot scripts to get it going, and of
course replace the 192.168.0.0/24 as appropriate for your network.

HTH,

Craig

-- 
Craig Holyoak
[EMAIL PROTECTED]
http://www.uq.net.au/craigh/



Re: openssh

2001-07-20 Thread Craig Holyoak
On 20 Jul 2001 15:06:44 -0600, Phil Reardon wrote:
 What package holds the deb for openssh?  Does anything need to go into 
 /etc/apt/sources.list to get this for potato?

deb ftp://non-us.debian.org/debian-non-US/ potato/non-US main contrib
non-free

apt-get install ssh

--
Craig Holyoak
[EMAIL PROTECTED]
http://www.uq.net.au/craigh/



Re: MP3 players

2001-07-19 Thread Craig Holyoak
On 19 Jul 2001 08:37:20 -0500, Larry W. Irwin Sr. wrote:
 On Wed, 18 Jul 2001 12:20:44 -0700
 Craig Dickson [EMAIL PROTECTED] wrote:
 
  Larry W. Irwin Sr. wrote:
  
 After reading your mail, I tried each of the output plugins. Only one 
   produced any sound at all and of course, it was heavily distorted.
  
  What do you mean by heavily distorted? If it just sounds badly clipped
  or overdriven, you might try lowering xmms's volume (using its own volume
  control) or playing with the mixer.
 
   No, it is far worse than being overdriven. The sound is so hosed that it 
 can't
 be recognized as music.
 
 Larry

I had similar problems with xmms for a while. The sound was actually
playing painfully slow (3-4x) and distorted - the track times were slow
as well. You could just make out the track if you listened carefully. To
fix it, I adjusted the settings for the mp3 output plugin to use only 8
bit resolution, mono and 1:4 downsampling. Then my mp3's played okay.
This only happened with certain configurations of 2.4.2 - 2.4.5 kernels.
I never did work out exactly what caused the problem, but now my 2.4.5
kernel works great, at full resolution.

HTH

Craig

--
Craig Holyoak
[EMAIL PROTECTED]
http://www.uq.net.au/craigh/



Re: Gnome under Debian

2001-07-19 Thread Craig Holyoak
On 20 Jul 2001 09:44:28 +1000, Sam Varghese wrote:
 I was using Gnome from the time I started with Debian,
 some 11 months back. I since went on to Helix Gnome and
 then Ximian - which I now wish I hadn't.
 
 When I start up my Ximian desktop, I get multiple copies
 of both midnight commander and Netscape opening up.
 I have looked in every possible location and cannot source
 the root of the problem.
 
 I have downloaded all the recent Ximian patches as well
 but none of them seems to fix what is a very irritating
 problem.
 
 In the meantime, I have switched to icewm to retain my sanity.
 
 Any hints from the assembled on this problem? 
 
 Sam

Try removing your ~/.gnome/session file, or maybe kill all your apps,
then save your session (under the Gnome menu Settings-Session-Save
Current Session.

I used to use Ximian Gnome, but after having too many problems, I
switched to the Debian packages under unstable.

HTH

Craig

--
Craig Holyoak
[EMAIL PROTECTED]
http://www.uq.net.au/craigh/



Re: Windowmaker Menu

2001-05-29 Thread Craig Holyoak
On Tue, 29 May 2001, Lorens Kulla wrote:
 I am rather new to Debian, and Linux as well. I am trying to convert
 the family over from Bill and Company. In an effort to customise wmaker
 I seem to have screwed up the menu/application launcher. Now when you
 right click on the desktop, all that comes up is the application header
 bar. With no other options. I was in the process of removing Corel WP8
 manually when this happened. The other window managers work fine. But
 the other members of the household seem to like wmaker. I tried apt-get
 remove wmaker. It removed it except for /etc/X11/Windowmaker,
 /etc/GNUstep/Defaults, and /etc/GNUstep because they were not empty. So
 I emptied them. and then did an apt-get install wmaker. Still the same
 problem. I guess I should just leave well enough alone. Any way to
 restore this without a full install would be nice. Thanks in advance.

Check your ~/GNUstep/Library/WindowMaker/ directory. Usually the menu is
saved in there. Also try running wmaker.inst again to reconfigure default
settings (including menus).

HTH

Craig

-- 
Craig Holyoak
[EMAIL PROTECTED]
http://www.uq.net.au/craigh/



Re: About PGP signatures

2001-05-23 Thread Craig Holyoak
On 23 May 2001 19:57:17 -0400, Noah L. Meyerhans wrote:
 Supporting RFCs is fine and should be encouraged, but from what I've
 seen there is not another mail reader in existance that can verify
 mutt's attached signatures.

FWIW, I'm using Evolution 0.10, and I have no problem reading PGP
signatures from mutt users.

Craig

-- 
Craig Holyoak
[EMAIL PROTECTED]
http://www.uq.net.au/craigh/



Re: Karsten's browser reviews (updated)

2001-05-15 Thread Craig Holyoak
Where did you get your .deb's from? The links on the website seem to be
dead!

Craig

On 14 May 2001 21:36:07 -0700, Karsten M. Self wrote:
 on Mon, May 14, 2001 at 11:02:14PM -0500, John Hasler ([EMAIL PROTECTED]) 
 wrote:
  Karsten M. Self writes:
   http://home.netcom.com/GNU/Linux/FAQs/browsers.html
  
  I get a 404.
  
   I might add that I'm quite pleased with Galeon.
  
  I wish I was.  It still crashes, and it still gives me no control of
  images.
 
 Crashing will come and go with specific releases.  I've got good results
 with:
 
 Package: galeon
 Status: install ok installed
 Priority: optional
 Section: web
 Installed-Size: 2656
 Maintainer: Matthew Mueller [EMAIL PROTECTED]
 Version: 0.10.5-1.mozilla.0.8.1
 
 Package: mozilla
 Status: hold ok installed
 Priority: optional
 Section: web
 Installed-Size: 26920
 Maintainer: Frank Belew (Myth) [EMAIL PROTECTED]
 Version: 1:0.8.1-0.1
 
 Note that you need to keep both packages coordinated pretty closely.
 This particular combination is a sweet spot though.
 
 What image controls do you want?  There is an option to restrict images
 to the current site, as well as an image manager similar to Mozilla's.
 
 -- 
 Karsten M. Self kmself@ix.netcom.comhttp://kmself.home.netcom.com/
  What part of Gestalt don't you understand?   There is no K5 cabal
   http://gestalt-system.sourceforge.net/ http://www.kuro5hin.org

-- 
Craig Holyoak
[EMAIL PROTECTED]
http://www.uq.net.au/craigh/



Re: Karsten's browser reviews (updated)

2001-05-15 Thread Craig Holyoak
  Galeon I downloaded from ftp.sourceforge.net:
 
  ftp://ftp.sourceforge.net/pub/sourceforge/galeon/
 
  ...currently looks like:  galeon_0.10.5-1.mozilla.0.8.1_i386.deb

 I see only rpm files and tar.gz files there.  The download page
 says to look in ftp://galeon.ufies.org/pub/galeon/debian but that
 link is dead.

It's there, but there is only the one file mentioned above, and it's right
near the bottom!

Craig

-- 
Craig Holyoak
[EMAIL PROTECTED]
http://www.uq.net.au/craigh/



Re: X setup, continued.

2001-05-14 Thread Craig Holyoak
 1. I actually have a desktop diplayed now. Unfortunately unless I
 manually set the resolution to 640x480, by editing XF86config, only
 the top left corner of the desktop is displayed.
 
 from XF86config
 
 Section Screen
 Driver   svga
 Device   NVIDIA Riva TNT2 (generic)
 Monitor  Acer77c
 DefaultColorDepth 32
 Subsection Display
 Depth 16
 Modes 640x480 800x600 1024x768 1280x1024
 ViewPort 0 0
 Emd Subsection
 Subsection Display
 Depth 24
 Modes 640x480 800x600 1024x768 1280x1024
 ViewPort 0 0
 End Subsection
 Subsection Display
 Depth 32
 Modes 640x480
 End Subsection
 End Subsection
 
 - note I have manually deleted references to resolutions  640x480 for
 32 bit color depth, as mentioned above.

XF86 selects the first mode listed as its default mode - in this case
640x480. It then will have a virtual screen (of 1280x1024), but only
show you the top left hand corner like this:


|| |
|| |
|  640x480   | |
|| |
|| |
-- |
|  |
|  |
|1280x1024 |
|  |
|  |


If you don't want that, just reverse the order of the modes in your
config file, ie:

Modes 1280x1024 1024x768 800x600 640x480

You can also switch between resolutions using Ctrl+Alt+Keypad-Plus and
Ctrl+Alt+Keypad-Minus.

HTH

Craig

-- 
Craig Holyoak
[EMAIL PROTECTED]
http://www.uq.net.au/craigh/



Re: I don't get it.

2001-05-10 Thread Craig Holyoak
potato = stable
woody  = testing
sid= unstable

I believe woody will soon(?) become stable.

Craig

On Thu, 10 May 2001, V.Suresh wrote:

   Somedays back somebody in the list told me that woody is the unstable
   version, and it will soon be stable version. If so, then what is the
   testing version? And what is sid? I am a bit confused about these names.
   Is Sid testing/unstable? or is Woody testing/unstable? The only thing
   I know for sure is potato is current stable version. ;-) Somebody
   clarify me please.

 --
   --V.Suresh.  Sureshvatusersdotsourceforgedotnet
Http://www16.brinkster.com/vsuresh

 --Powered by Debian---
   9:21am  up 11:24,  5 users,  load average: 0.99, 0.97, 0.98
 --
 --This mail originated from a 100% pure LINUX System--


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



-- 
Craig Holyoak
[EMAIL PROTECTED]
http://www.uq.net.au/craigh/



Kernel sound problems

2001-05-02 Thread Craig Holyoak
I have been running kernel 2.4.1 without any problems for some time now
on my Debian (woody) box. I just tried to upgrade to 2.4.4, but now
mp3's don't play properly - it's just a bunch of static and the time
ticks over really slowly (thats in xmms, but the same problem also
occurs in mpg123). CD's play fine.

Here's my configuration:
Athlon 800MHz
192 MB RAM
es1371 sound card (compiled into the kernel)

Any ideas as to what the problem could be - everything worked fine for
2.4.1, but any release since (2.4.2, 2.4.3 and 2.4.4) all have this
problem?

TIA

Craig

-- 
Craig Holyoak
[EMAIL PROTECTED]
http://www.uq.net.au/craigh/



Re: Problems Configuring X w/ GForce 2

2001-04-23 Thread Craig Holyoak
What version of X are you running? My GeForce 2 GTS runs fine with XFree
4.0.2

On 23 Apr 2001 06:50:04 -0700, John and Kristy Woodill wrote:
 I have just bought a GForce 2 graphics card and now i can't seem to get x to 
 configure and load correctly.  I just get a black and white screen all 
 scrambled up.  I have a Riva TNT 2 before and had zero problems with that.  
 This is one of the best graphics cards out and i would think that there would 
 be some way configuring it correctly.  Thanks to those who respond.
 
 Andrew J Woodill
 [EMAIL PROTECTED]

-- 
Craig Holyoak
[EMAIL PROTECTED]
http://www.uq.net.au/craigh/