rescurive ls to find symbolic links

2003-09-19 Thread Kelerion
hey guys hope this will be a simple on for someone.. how can I do a recursive "ls" to find all symbolic links (both hard and soft) is it doable? and if not is there another way? thanks.. Kel -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/list

Re: Kernel Tuning

2003-09-16 Thread Kelerion
nice answer.. now thats what I like to see in mailing lists.. informative.. helpful.. but leads the OP to figure things out him/herself.. there should be more of this on mailing lists... 2p worth Kel Jason Dixon wrote: On Tue, 2003-09-16 at 14:50, Jason Murray wrote: I apologize - I think

Re: Configure X without redhat-config-xfree86?

2003-09-16 Thread Kelerion
using "xf86config" of course.. forgot to mention that..lol Kel [EMAIL PROTECTED] wrote: Hi all, I can't use redhat-config-xfree86 as it won't start of course! I do not know the monitor sync ranges and although it worked just fine on my old RIVA 2 card, the built in S3 ProSavage KM133 is hva

Re: Configure X without redhat-config-xfree86?

2003-09-16 Thread Kelerion
get it up and running first.. use the lowest sync rate listed.. get into X.. and then you can run redhat-config-cfree86 thats what I did anyways when I installed RH on a new machine.. hth Kel [EMAIL PROTECTED] wrote: Hi all, I can't use redhat-config-xfree86 as it won't start of course!

Re: OT: Citrix solution

2003-09-16 Thread Kelerion
I thought that was the point of X? or did I miss something here.. *confused look* Distribution Lists wrote: Does anyone know of a Citrix like solution for Linux ? Regards -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: GRUB install on hard drive

2003-09-15 Thread Kelerion
I'm not that good with grub.. but can't you boot from floppy and type "grub-install /dev/sda" or "grub-install /dev/md0"? or am I missing some point here.. Cheers Kel Michael Mansour wrote: Hi, I built a box last night with the following config: 4x 9gb UW2 scsi drives off an adaptec contr

Re: sendmail - splitting outgoing mail to 2 recipients

2003-09-15 Thread Kelerion
are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kelerion Sent: Monday, September 15, 2003 8:07 AM To:

Re: main board compatibility

2003-09-15 Thread Kelerion
I don't know that board personally.. but according to the specs it is very similar to my Abit AT7-MAX2.. even down to the onboard sound card (ac97).. I don't have problems running rh/mdk/debian on this board.. My board even has a highpoint raid-controller built-in and that works a treat too..

sendmail - splitting outgoing mail to 2 recipients

2003-09-15 Thread Kelerion
I just re-read what I wrote.. lets try again :) eg: person (a) sends an email to person (b) that email goes (as usual) to person (b) but also gets copied by sendmail to person (c) there.. that sounds better :) -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redh

sendmail - splitting outgoing mail to 2 recipients

2003-09-15 Thread Kelerion
Hi guys.. Could someone point me a doc, website, howto etc that could give me a few clues as to achieve the above.. I have a requirement that specifies that if a sender sends an email that it is copied at the server end to an other (local) email address.. Eg: person (a) sends an email to perso

Re: root password and su (maybe)

2003-09-11 Thread Kelerion
little further away than that.. lol.. am in the UK :) if he says anything like that again.. *I'll* hit him the with "security clue-stick" and give you credit for it :) sure that'll work out just fine.. lol Cheers Kel. ;) Jason Dixon wrote: On Thu, 2003-09-11 at 10:03, Ke

Re: root password and su (maybe)

2003-09-11 Thread Kelerion
small world.. you must know my boss.. a) describes him perfectly!! :) whats even more ironic.. is when I approached him about this.. he said "but changing the password on a regular basis sounds like a good idea for security.." my response "yeah.. and it's also a royal pain in the arse when you for

Re: root password and su (maybe)

2003-09-11 Thread Kelerion
the "second root account" approach is perfect and is exactly what I needed.. so thanks! :) Cheers Kel. Sean Estabrooks wrote: On Thu, 11 Sep 2003 12:02:59 +0100 Kelerion <[EMAIL PROTECTED]> wrote: I was wondering if there was another way around this.. I was thinking that there might

root password and su (maybe)

2003-09-11 Thread Kelerion
guys and gals... I have a small problem and am hoping someone can help me out with it.. A few weeks ago my boss requested root access to one of our webservers.. I didn't like the idea but didn't have much of a choice.. so he got it.. Now he has a disturbing habit of changing the root password o

Unsual idea..

2003-08-14 Thread Kelerion
Guys... I've had an idea for a "play project" I can work on at home in my spare time.. but before I start on it I need a few ideas.. Can anyone come up with a theory on how to "convert an mp3 into a number"? I know that sounds weird so I'll explain what I mean... Imagine converting an mp3 into a

RE: Ethernet & DHCP Fails on Cable Modem to Internet

2003-08-14 Thread Kelerion
Also.. Check if you can ping external ip's or not.. It could be your dns is wrong Cheers Kel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kelerion Sent: Thursday, August 07, 2003 6:06 PM To: [EMAIL PROTECTED] Subject: RE: Ethernet & DHCP

RE: Unsual idea..

2003-08-11 Thread Kelerion
Ok.. guily as charges.. will keep it in mind for future postings.. In my defense I was typing the original post after 2 hours of sleep (hence the spelling mistake in the 2 word subject!) Cheers Kel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rober

Mounting fat32 partitions

2003-08-10 Thread Kelerion
Hey all.. just a quick question.. I've mounted a partition (ide4) to /mnt/filestore successfully but I'm having a few problems.. I know I can't set permissions on fat32 partitions but it's the only format that I can think of that allows me to read and write to in both winxp and linux (apart from

RE: Mounting fat32 partitions

2003-08-10 Thread Kelerion
To: [EMAIL PROTECTED] Subject: Re: Mounting fat32 partitions Hi! Use the options umask= and gid= when mounting the filesystem. Ex. fstab entry: /dev/hdd1/mnt/filestorevfatauto,umask=007,gid=100 /Johan Andersson Kelerion wrote: >Hey all.. just a quick question.. > >I

RE: Mounting fat32 partitions

2003-08-08 Thread Kelerion
Well.. lucky for me it did work .. Lol I can't imagine why it wouldn't work on other distro's.. aren't umasks a fundamentally same thing on linux in general? maybe it might be different with filesystems etc.. not sure.. I'm still a relative newbie.. only been using linux 6 years and the more I lea

RE: Mounting fat32 partitions

2003-08-07 Thread Kelerion
change the umask to 000, which meens that everyone will have rwx righs, or 004, which meens that everyone will have read access, group will have full access. /Johan Andersson Kelerion wrote: Perfect.. Thanks :) And I presume if I want to allow other users to access that mount I just add them to the

RE: Ethernet & DHCP Fails on Cable Modem to Internet

2003-08-07 Thread Kelerion
Your not messing/playing around with a 2.5 or 2.6 kernel are you? I know from experience that dhcpclient breaks with those kernels.. The way I got around it was to set a static ip (also make sure your gateway is correct) and that should help.. Don't know if this is what your doing but it just sou

RE: Dual Monitors

2003-08-04 Thread Kelerion
I use a matrox G450 DualHead card with 2x21" Dell monitors without a problem.. RH recognises them a sets it up for you.. But I prefer the drivers and programs that are downloaded from the matrox site.. I'd always recommend matrox cards when it comes to dualhead setups.. Hth Kel -Original M

RE: Installing voodoo 3 ... driver issues

2003-08-03 Thread Kelerion
Xf86config or xf86cfg might be there.. give those a go.. Hth Kel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Sunday, August 03, 2003 2:11 PM To: [EMAIL PROTECTED] Subject: Installing voodoo 3 ... driver issues I installed a v

moving mail to imap

2003-07-29 Thread Kelerion
Hey all.. I use mozilla mail for my email.. and (at the moment) I have about 15,000 emails in my "Local Folders".. they are all in folders/subfolders/sub-subfolders etc.. and arranged to my liking.. I have another server running imap.. can I just move all my existing mail to that server? I've trie

moving mail to imap

2003-07-29 Thread Kelerion
Hey all.. I use mozilla mail for my email.. and (at the moment) I have about 15,000 emails in my "Local Folders".. they are all in folders/subfolders/sub-subfolders etc.. and arranged to my liking.. I have another server running imap.. can I just move all my existing mail to that server? I've

Re: mozilla filters

2003-07-23 Thread Kelerion
ahh... bingo... thanks.. the reason I couldn't find them was I was doing a "find ./ -name *filt*" .. but I keep forgetting find is case-sensitive.. lol Cheers Kel Paul Brandariz x6546 wrote: Kelerion wrote: Hey all.. I was wondering if anyone knew where mozilla stored it

Re: Laptops?

2003-07-23 Thread Kelerion
Stay away from Samsung VM laptops.. they *really* do not like linux very much at all.. some issue with the screen... the only distro I ever got working on mine was slackware with a custom 2.5 kernel.. couldn't even get RH working with a similar kernel.. Cheers Kel Dan Bar Dov wrote: I'm

Re: Data Migration

2003-07-23 Thread Kelerion
I'm not exactly an expert on this subject (or many others for that matter) but is NFS really a suitable solutions to transfering 1.5TB+ of data over a network?? I didn't think it was *very* stable... Just a thought Kel van Aswegen, Marinus (ZA - Johannesburg) wrote: Hi Alan There are many t

mozilla filters

2003-07-23 Thread Kelerion
Hey all.. I was wondering if anyone knew where mozilla stored it's user-defined filters.. Every time I re-install linux I manage to keep my mail (which is stored on another HD) but I always lose my filters I've searched everywhere but the lil buggers are eluding me.. Any info would be appreci

mozilla's mail - counting msg's

2003-07-17 Thread Kelerion
Hey guys.. just wondering something.. I'm trying to find out how many emails I have stored in various "personal folders" in mozilla's email.. is there a way to count them? I've had a look but can't find anything obvious other than doing a "Search Messages" and searching for every email where t

Re: RH 9: Panel with Small Icons?

2003-07-16 Thread Kelerion
Kent Borg wrote: In previous versions of Red Hat I could find ways to make the icons in the panel small, making the whole panel much thiner and letting me put more there. Is there a way to make the gigantic icons in 9 small? Thanks, -kb you didn't specify you window manager.. but either way

Re: Edit httpd.conf file

2003-07-16 Thread Kelerion
would I add that INCLUDE in there? If the GUI blows that file away, it wouldn't stay there. -----Original Message- From: Kelerion [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 1:02 PM To: [EMAIL PROTECTED] Subject: Re: Edit httpd.conf file *chuckles* I made the exact same a

Re: Edit httpd.conf file

2003-07-16 Thread Kelerion
en when apache is stopped. I get a [NOEOL] message at the bottom of vi. It's a bit aggravating that I can't apparently edit the .conf file without using X and the redhat-config-httpd app. Surely they intend on making CLI editing an option at some point right? -Original Message--

Re: Edit httpd.conf file

2003-07-16 Thread Kelerion
when apache is installed you *should* get a ready made httpd.conf in either /etc/httpd.conf or /etc/httpd/conf/httpd.conf or similar... just need to tweak it for your config.. cheers Kel Mark Haney wrote: Okay, how do I edit the apache configuration file running a headless server and SSHing t

Re: Screenshots and movie players (mplayer/xine)

2003-07-16 Thread Kelerion
Vij I tend to always use ksnapshot for taking shots.. have captured movies a few times with it too.. http://freshmeat.net/projects/ksnapshot/?topic_id=57%2C100 hope it helps cheers Kel Vij Chau wrote: Guys, I have a movie playing using gmplayer / xine. I try to take a screenshot of my d

nfs clients

2003-07-16 Thread Kelerion
Hey all.. just a quickie question.. against my advice my organisation has decided to use nfs on the linux intranet servers to share documents... they are now asking for a free nfs client that works reliably under windows.. anyone any ideas on which is the best? I tried to get them to use smb b

Re: MP3 Player

2003-07-16 Thread Kelerion
mpg123 is probably the most widely used.. maybe because it is very powerful and gives you lots of options and features.. it's the main library used for most GUI based mp3 players including, but I may be wrong, xmms.. http://freshmeat.net/projects/mpg123/?topic_id=123 Cheers Craig Luciano R

Re: Memory usage

2003-06-19 Thread Kelerion
Brad aaahhh... now ~that~ makes sense.. I use the free command all the time but never really understood what the buffers line was all about.. thanks for the explanation :) Cheers Craig Sites, Brad wrote: Kelerion wrote: Hi guys.. hoping someone can explain something to me here.. I have

Memory usage

2003-06-19 Thread Kelerion
Hi guys.. hoping someone can explain something to me here.. I have just upgraded my RH9 box to 1Gb DDR.. I thought, rather presumptuously that this might give me a little more space to play with memory wise.. but after looking through 'top' I get the following:

Re: Mouse, Mouses, Mice and Meeses

2003-06-07 Thread Kelerion
xset m 0 10 & Glacial works fine with this mouse :) Thanks anyways.. :) Kel. P.S. (Sorry about the mime in the previous msg.. I've changed the settings in mozilla mail to text only) Kelerion wrote: Hey all.. sorry to send this mail twice but I got a msg back yesterday from a mail serv

Re: Mouse, Mouses, Mice and Meeses

2003-06-07 Thread Kelerion
This is a multi-part message in MIME format. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Mouse, Mouses, Mice and Meeses

2003-06-07 Thread Kelerion
Hey all.. sorry to send this mail twice but I got a msg back yesterday from a mail server saying it didn't go through.. so I wasn't sure... so here goes again... -- ok.. i give in... I've just been out and bought a new wir

Mouse, Mouses, Mice and Meeses

2003-06-06 Thread Kelerion
ok.. i give in... I've just been out and bought a new wireless keyboard/mouse combo... so for the keyboard is working fine and dandy and once I figure out how to map the "extra" keys to something useful.. it'll be a nice keyboard.. the mouse on the otherhand.. while working smoothly under XP on