Re: root is unable to change file permissions!

2005-06-03 Thread Robert Storey
Using lsattr, see is the immutable flag has been set. Normally, no flags should be set: [EMAIL PROTECTED]:~> lsattr *.txt - 34sp-userguide.txt If the immutable flag has been set, you can unset it with chattr -i filename See "man lsattr" and "man chattr". While this will (hop

Re: Amd K6 machine - advice please

2005-06-07 Thread Robert Storey
I believe that K6 is compatible with 486 and even 586. However, I don't have one here to test it, so you'll have to try it yourself. regards, Robert On Tuesday 07 June 2005 06:34, Marc Auslander wrote: > I'm running a now out of date stable system - the sarge prerelease. > > When I upgraded to

Re: Sudden constant spoofing of my address

2005-06-11 Thread Robert Storey
On Saturday 11 June 2005 05:27, Thomas Stivers wrote: > On Fri, Jun 10, 2005 at 05:19:12 PM -0400, Roberto C. Sanchez wrote: > > On Fri, Jun 10, 2005 at 10:05:04PM +0100, Lee Braiden wrote: > > > I would like to always sign my emails, but I always worry that people > > > will dislike the extra over

Re: Help: keybbbbbboard problem with 2.6.8 kernel

2005-06-12 Thread Robert Storey
> On Fri, Jun 10, 2005 at 10:30:41PM +0800, Marc wrote: > > Ever since upgrading to kernel 2.6.8 on Debian (sarge) I've had a problem > > with keys auto-repeating in X Windows. > > > > The problem only shows up in X windows. While typing in a terminal window > > (for example) the key auto-repeat k

Re: mplayer is unable to play some wmv files

2005-06-13 Thread Robert Storey
> On Sat, Jun 11, 2005 at 06:42:04PM -0400, kamaraju kusumanchi wrote: > > Usually, I can play .wmv files with mplayer. But it is not able to play > > certain wmv files, for reasons that I am unaware of. The image looks > > garbled up when I run mplayer. I have tried aviplay, xine, mplayer, > > kp

Re: spamassassin bayesian - db format

2005-06-13 Thread Robert Storey
On Monday 13 June 2005 21:21, Chris Searle wrote: > Old woody system - the bayes files for spamassassin give the > following: > > $ file * > bayes_seen: Berkeley DB (Hash, version 5, native byte-order) > bayes_toks: Berkeley DB (Hash, version 5, native byte-order) > > New sarge system - per

Re: zip drive problems...

2001-07-31 Thread Robert Storey
-- Forwarded Message -- Subject: Re: zip drive problems... Date: Wed, 1 Aug 2001 07:19:45 +0800 From: Robert Storey <[EMAIL PROTECTED]> To: Andy Saxena <[EMAIL PROTECTED]> On Tuesday July 31 2001 04:57, Phillip Deackes wrote: > On Mon, 30 Jul 2001 13:39:47 -070

Re: Help with Japanese support

2001-07-31 Thread Robert Storey
g and reading Email. What Mozilla won't do for you is allow Japanese input. For typing Japanese, I suggest using Emacs with the Mule extensions. This will allow you to create a Japanese-coded text file, which can be copied and pasted into an Email message or sent as an attachment. - Robert Storey

Re: Undeleting files

2001-07-31 Thread Robert Storey
-- Forwarded Message -- Subject: Re: Undeleting files Date: Wed, 1 Aug 2001 07:40:23 +0800 From: Robert Storey <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] On Tuesday 31 July 2001 22:07, [EMAIL PROTECTED] wrote: > Is there any way to get > back deleted fi

my SCSI detection is scuzzy

2001-11-28 Thread Robert Storey
ssages, so I'm wondering if there is a way to bypass all this nonsense? Of course, I DO want it to be able to detect a connected scsi device when one is present. Any ideas would be greatly appreciated. I'm running testing. Thanks in advance, Robert Storey from dmesg: scsi: Detec

Re: Movie players in certain Linuxes , O God !

2001-12-08 Thread Robert Storey
Installing the sound card and its drivers fixes the problem. So if you're having this problem and you do have a sound card installed, you might want to look at the driver and see if it's correct. - Robert Storey On Thu, 6 Dec 2001 07:46:49 +1100 (EST) Steve Kieu <[EMAIL PROTECTED]>

Re: scsi card compatibility under Debian

2001-12-11 Thread Robert Storey
Any decent quality scsi card will have 50 pins. It would be very shortsighted to buy a 25-pin card just to save a few bucks. There are plenty of cable adaptors that will allow you to use a 25-pin device with a 50-pin card. - Robert Storey On Sun, 9 Dec 2001 18:39:10 -0800 Mark Seven Smith

Re: USB CD burner recommendations?

2001-05-31 Thread Robert Storey
On Thursday 31 May 2001 22:11, Andrew D Dixon wrote: > Max Kamenetsky wrote: > > Hi all! > > > > Do you have any recommendations on a fast external USB-based CD burner > > I've never tried this and my info is probably a bit out of date, but, > the last time I looked at the CD burning howto it said

Re: Permanent disabling sound in X isn't possible (Re: Sounds off in bash)

2004-11-05 Thread Robert Storey
> On Fri, 5 Nov 2004 21:38:25 +0100 > [EMAIL PROTECTED] (Otto Wyss) wrote: > > > It's now 2 weeks later, I've asked in 2 different newsgroups, poked > > around every possible place on the net and still don't know how to > > permanenty disable the sound in X. How can Linux ever become a > > conten

Re: when sarge will be released?

2004-11-08 Thread Robert Storey
On Mon, 8 Nov 2004 17:10:45 +0545 Ritesh Raj Sarraf <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Monday 08 November 2004 05:08 pm, Vijaya S wrote: > > sorry my doubt is i have sarge cds > > i already have woody on the machine so how do i go about > As for t

Re: sftp and umask

2004-11-08 Thread Robert Storey
Not sure if you can do exactly what you asked, but you could put the following in a script and run it once a day on the necessary /home directory: find ./ -type d -exec chmod 775 {} \; find ./ -type f -exec chmod 664 {} \; regards, Robert On Mon, 08 Nov 2004 16:05:00 +0100 Matthias Eichler

Re: how to debug a random freezing problem?

2004-11-09 Thread Robert Storey
Hi Adam, If heat is the problem, I strongly suggest installing powernowd. It requires a very recent kernel (I'm running 2.6.8-1). After installed, you enable it on bootup (you can use rcconf). That's all, just set it and forget it. I'm not sure if it will work on every laptop processor, but does f

Re: How to configure network card for Sarge netinst?

2004-11-11 Thread Robert Storey
Rick Friedman <[EMAIL PROTECTED]> wrote: Dear Rick, I think the replies you're getting are making it sound more complicated than it really is. > My hesitance comes with configuring the network. The installation > attempts to configure the network with DHCP. It then returns a message > > saying:

Re: How to configure network card for Sarge netinst?

2004-11-11 Thread Robert Storey
On Thu, 11 Nov 2004 18:30:11 -0500 Michael Z Daryabeygi <[EMAIL PROTECTED]> wrote: > Good advice Rob. > But If he has no router, ie no subnet of his own, then using > 192.168.0.1 won't work. He should call tech support to find out what > IP and subnet mask to use. I would be surprised if he had a

Re: why debian

2004-11-12 Thread Robert Storey
As you probably know, there are quite a few distros based on Debian. I'm actually using Kanotix myself. The great part is that all these Debian-based distros can (for the most part) make use of the vast archive of Debian packages that you can install with apt-get. With something like 15,000 package

Re: Debian and spam

2004-11-12 Thread Robert Storey
On Fri, 12 Nov 2004 16:03:01 + Clive Menzies <[EMAIL PROTECTED]> wrote: > The good news is that there are many ways of dealing with spam using > Debian, even so far as blocking it at smtp time and so most of it > never reaches your machine. Below are a range of packages that deal > with spam

Re: fullscreen with mplayer

2004-11-13 Thread Robert Storey
On Sat, 13 Nov 2004 13:48:18 +0100 Christian Christmann <[EMAIL PROTECTED]> wrote: > What I actually mean is that you get the movie on the fullscreen just > like on TV. When I use the -fs option, I see no other windows but the > playing movie itself is still in a small window in the middle of my >

Re: recover date after rm -rf

2004-11-13 Thread Robert Storey
There's no simple solution for recovering the data you've already lost. However, there is a very good way to prevent such a thing from happening again. Install Libtrash. It makes a trashcan which works no matter how you delete files (either from command line or with some point-and-click utility). Y

Re: files always corrupt

2004-11-14 Thread Robert Storey
Worst-case scenario is a bad motherboard. But try Henrique's suggestions first, you might be lucky. And yes, let us know how it turns out. regards, Robert On Sun, 14 Nov 2004 15:08:54 -0200 Henrique de Moraes Holschuh <[EMAIL PROTECTED]> wrote: > On Sun, 14 Nov 2004, Dan McCullough wrote: > >

Re: Icwem

2004-11-15 Thread Robert Storey
Glad the problem was solved, but another neat trick for getting bigger fonts in your application menus is to start X like this: startx -- -dpi 100 I like it so much that I even made this an alias in my .bashrc and .bash_profile: alias startx='startx -- -dpi 100' You don't have to use a dp

Re: Multiple Hard Drives

2004-11-16 Thread Robert Storey
On Tue, 16 Nov 2004 00:25:36 -0500 Shawn McCuan <[EMAIL PROTECTED]> wrote: > Yet another question from me. I have two maxtor hardrives, but, debian > > isnt even showing that I have a second hard drive. I want to format > the second hardrive to EXT3 so its compatible with the OS, but, if its > no

Re: shutdown won't shutdown

2004-11-16 Thread Robert Storey
On Tue, 16 Nov 2004 09:08:32 -0500 jwyman <[EMAIL PROTECTED]> wrote: > Hi. Nothing will seem to poweroff my PC. I have tried various > commands, all with the same results. shutdown -h now > powerdown > halt > $ su -c '/sbin/halt' Try passing this option to the kernel: apm=power-off You d

Re: Partitioning hard drives

2004-11-17 Thread Robert Storey
I won't attempt to tell you just how big each partition should be or on which drive you should locate it, but a fairly standard and secure configuration for hard disk partitioning would be to put each of the following in its own partition: / swap /boot /home /tmp /var /usr Not every

Re: Bold Fonts Not Working in OpenOffice (Sid)

2004-11-18 Thread Robert Storey
On Thu, 18 Nov 2004 18:05:03 -0500 Matt Price <[EMAIL PROTECTED]> wrote: > this may be a problem with the rendering of text onscreen. In > particular I notice that Bitstream Vera Charter (which was the default > font when I first installed OOo) Bold does not look any different > ONSCREEN than the

Re: Partitioning hard drives

2004-11-18 Thread Robert Storey
On Thu, 18 Nov 2004 20:35:48 -0600 Tim Kelley <[EMAIL PROTECTED]> wrote: > Well, if you are going to have all these filesystems on the same set > of drive spindles, there really isn't any use to carving up /usr and > everything else at all. There are security issues - some experts think it's a r

Dlink DI-604 router

2003-12-18 Thread Robert Storey
Being paranoid, I'm considering purchasing a cheap hardware router to use as a firewall on an ADSL line. I've looked around, and I'm leaning towards buying the Dlink DI-604 which is priced at around US$50. I'm wondering if anyone here is using this, and finding it to play OK with Linux? TIA, Rob

Re: Dlink DI-604 router

2003-12-19 Thread Robert Storey
Dear Paul & Greg, Thanks for the kind response. I'm almost certain now to go with the Dlink. best regards, Robert On Thu, 18 Dec 2003 19:49:52 -0600 "W. Paul Mills" <[EMAIL PROTECTED]> wrote: > Works fine. Configures via your web browser. > > Paul On Thu, 18 Dec 2003 13:44:31 -0900 Greg Madd

ethernet error?

2003-12-22 Thread Robert Storey
Just recently, I'm getting a most peculiar message popping up on my screen about once every 30 seconds or so: DROPPED IN= OUT=eth0 SRC=192.168.0.2 DST=192.168.0.255 LEN=129 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=631 LEN=109 I have three machines on my network, and only this machine (192

Re: floating screen

2003-12-22 Thread Robert Storey
> If that's what you really want, you can edit your XF86Config file (or > use 'dpkg-reconfigure xserver-xfree86') to not use higher-resolution > display modes. I personally generally go for using larger fonts on > higher-resolution displays. Another thing that will give you big fonts sizes in yo

Re: Challenge to the debian community: ethernet controller doesn't work in debian but in: SuSE, Fedora, Gentoo !!

2003-12-22 Thread Robert Storey
By default, Debian doesn't do a good job of auto-detection. There are two tools you should install: apt-get install discover apt-get install etherconf After you've done that, run "dpkg-reconfigure etherconf" and it should find your ethernet card and prompt you for the proper configuration informa

Re: ethernet error? [SOLVED]

2003-12-22 Thread Robert Storey
still highly recommend Guarddog. regards & happy holidays, Robert On Mon, 22 Dec 2003 13:22:14 +0100 Andreas Janssen <[EMAIL PROTECTED]> wrote: > Hello > > Robert Storey (<[EMAIL PROTECTED]>) wrote: > > > Just recently, I'm getting a most peculiar message pop

Re: Changing bootloader and FS question

2003-12-24 Thread Robert Storey
As someone else pointed out, "apt-get install grub" will install the grub package. To install it in the mbr, your run "grub-install /dev/hda" (assuming you are installing it on /dev/hda). However, once you do this, when you go to reboot, you'll simply be presented with a prompt that says: "grub>".

Re: upgrade from Corel Linux

2003-12-24 Thread Robert Storey
Dear David, For all the trouble you'd have to go through to upgrade Corel, I'd just grab a Knoppix CD and install that to the hard drive - it has worked very well for me. This assumes that you want to run Unstable (recommended, unless you're running a mission-critical server). When the boot promp

Re: pon dsl-provider

2003-12-26 Thread Robert Storey
Dear Rafael, For normal users to be able to start "pon dsl-provider", /usr/sbin/pppoe has to be suid root. You can set that like this: chmod +s /usr/sbin/pppoe After you've done that, permission levels should look like this: [EMAIL PROTECTED]:~> ls -l /usr/sbin/pppoe -rwsr-xr--1 root di

Re: Default size for fonts in X?

2003-12-26 Thread Robert Storey
On Fri, 26 Dec 2003 09:15:52 + Anthony Campbell <[EMAIL PROTECTED]> wrote: > However, I had a helpful suggestion from someone on alt.os.slackware, > viz to do startx -- -dpi 110 (or whatever). Should have thought of > this myself, I suppose... Dear Anthony, I also saw that suggestion on alt.

Re: can not ping other hosts with VT6105 Rhine-III on 2.4

2003-12-26 Thread Robert Storey
I'm not sure I can answer your question, but I would guess that maybe it's a firewall problem (that is, if you're running a firewall). Or maybe TCP wrappers is misconfigured? I can tell you that running Unstable with the 2.4.22 kernel I am having no trouble at all pinging other hosts. I didn't upg

Re: Why doesn't pon execute in xterm window

2003-12-26 Thread Robert Storey
Dear Paul, Did you trying setting /usr/sbin/pppoe as suid root? chmod +s /usr/sbin/pppoe regards, Robert On Fri, 26 Dec 2003 13:02:53 -0700 paul <[EMAIL PROTECTED]> wrote: > > Sorry about the thread but this is the first time I'm sending mail > from my Debian box, and clicking the reply t

Re: XP-LINUX Dual Boot - Still have problems

2003-12-30 Thread Robert Storey
Questions about GRUB get asked a lot. I usually refer people to this article, which is still a pretty good primer even though it was written a few years ago: http://www2.linuxjournal.com/lj-issues/issue85/4622.html GRUB is really good, and it's worth your time to learn how to install it and use i

Re: CD Writer does not work for audio CD

2003-12-31 Thread Robert Storey
I've always had bad luck with CDBakeoven. Things have worked much better (for me at least) with K3b and XCDRoast. That having been said, before you can get any atapi CD drive to work with cdrecord, you need to enable scsi emulation. It's a (minor) pain, and I've heard that this won't be necessary

Re: "best practices" on debian

2003-12-31 Thread Robert Storey
On Wed, 31 Dec 2003 11:51:10 + Colin Watson <[EMAIL PROTECTED]> wrote: > > For what it's worth, mozilla should (finally!) be upgraded to 1.5 in > testing as of the next mirror pulse. Also for what it's worth, I just downloaded Mozilla Firebird 0.7 - it is so much faster than Mozilla that I ma

Re: /dev/cdrom is not a valid block device`

2004-01-02 Thread Robert Storey
On Thu, 01 Jan 2004 21:42:40 -0500 root <[EMAIL PROTECTED]> wrote: > note I'm having the same issue > it says > lrwxrwxrwx for access 1 root root 3 (date) /dev/cdrom -> hdc > I had a harddrive hooked up to the same place previously could this be > > the reason it isn't mounting? Do you have scs

Re: Getting man pages in color

2003-07-29 Thread Robert Storey
On 28 Jul 2003 02:44:23 +0300 Micha Feigin <[EMAIL PROTECTED]> wrote: > How do I get man pages to show in color? > used to have it on mandrake at one of the workplaces but never figured > out how to enable it under debian. > > thanx As others have said, "most" is what you want. To install and co

Re: Linux firewall vs Windows and Hardware based firewalls

2003-07-31 Thread Robert Storey
On Thu, 31 Jul 2003 16:11:14 +1000 "Andre Volmensky" <[EMAIL PROTECTED]> wrote: > Hello all, > > I have to put forward an argument to management regarding setting up a > firewall on some of our clients networks. > > What are the advantages of a linux firewall over something like > Windows with W

"eject" command only works for root

2003-07-31 Thread Robert Storey
Dear all, The "eject" command (which opens the CD tray) works as expected if I run it as root. But as a common user, typing "eject" on the command line brings up this error message: [EMAIL PROTECTED]:~> eject eject: unable to find or open device for: `cdrom' I took a look at the permissions

CUPS client-server configuration

2004-04-15 Thread Robert Storey
Hi all, I'm trying to use CUPS to print in a client-server setup. There is no problem at all getting the server computer to print - printing from the client is proving problematic, yet it ALMOST works. I can print a test page from the client machine, but when I try to just print a regular page fr

Re: Overwhelmed newbie

2005-09-20 Thread Robert Storey
On Wednesday 21 September 2005 08:09 am, Ed wrote: > As a rather "newbie" myself, I suggest reading the docs, this list, and > remember "Google is your friend". I normally let Debian install the The best Debian reference manual is called "The Debian Reference Manual." It's free, and can be downlo

reusing deb files

2005-09-20 Thread Robert Storey
I'm wondering if there is a way that I can "reuse" deb files on another machine. Let me explain more clearly: If, for example, I do "apt-get install mmv", the package mmv_1.01b-12.2_i386.deb will be downloaded into directory /var/cache/apt/archives/ and then installed. That's fine, but I have

<    1   2