Search the web
Sign In
New User? Sign Up
linux · This is a mailing list for Linux
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 52422 - 52451 of 56688   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
52422
Hello. On my Fedora 7 (w/ gnome), I used /sbin/service --status-all, and noticed "Firewall is not configured." It is enabled (in Admin > Firewall & SELinux). ...
Michael Klinosky
klinosky
Offline Send Email
Jul 4, 2007
11:30 pm
52423
On Wed, 04 Jul 2007 19:29:59 -0400 ... Urrgh! Is that what Fedora does? Updates every boot! Yuck! The firewall config is probably stored somewhere like...
ed
psy80uk
Offline Send Email
Jul 5, 2007
6:07 pm
52424
... Doesn't Fedora set cron to update at some time? There are two kinds of users: Those who shut down their computers and those who leave their computers on....
Pedro Izecksohn
IZECKSOHN
Offline Send Email
Jul 5, 2007
11:13 pm
52425
... I *think* that it does (I think mine updated at 4am - just before I'd wake up for work). I wanted to disable it for 3 reasons: It often wakes me up - and...
Michael Klinosky
klinosky
Offline Send Email
Jul 5, 2007
11:59 pm
52426
... Why don't you modify the time it runs? ... Aren't these new packages vulnerabilities (or just bugs) being fixed? I do not keep unused packages installed. ...
Pedro Izecksohn
IZECKSOHN
Offline Send Email
Jul 6, 2007
1:01 am
52427
... Two reasons: A: Didn't know what was making my HD churn for that long every few days. B: Once I found out (just recently), I realized that I didn't know ...
Michael Klinosky
klinosky
Offline Send Email
Jul 6, 2007
1:21 am
52428
On Thu, 5 Jul 2007 15:43:47 -0700 (PDT) ... What bothers me is to think that the packages could be upgraded every boot, without consent, if you like. That...
ed
psy80uk
Offline Send Email
Jul 6, 2007
4:54 pm
52429
On Thu, 05 Jul 2007 21:10:46 -0400 ... Take a look at noflushd. Should help delay some of those writes. ... You might want to take a look at something more...
ed
psy80uk
Offline Send Email
Jul 6, 2007
4:58 pm
52430
How does PGP key servers and concurrency work? If there are three people doing the PGP dance, we each get your key at the same time, each sign the key at the...
ed
psy80uk
Offline Send Email
Jul 11, 2007
6:16 pm
52431
... Hash: SHA1 ... I would imagine that the server is smart enough to not actually update the key data simultaneously for more than one upload, and since each ...
Michael Kjorling
sm0yby
Offline Send Email
Jul 11, 2007
6:43 pm
52432
On Wed, 11 Jul 2007 18:37:23 +0000 ... Thanks, that makes sense. -- The SCSI Controller to www.mydigitalvoid.com is rapping harder than Ice T because of the...
ed
psy80uk
Offline Send Email
Jul 11, 2007
7:02 pm
52433
... From: linux@yahoogroups.com [mailto:linux@yahoogroups.com] On Behalf Of ed Sent: Wednesday, July 11, 2007 1:51 PM To: linux@yahoogroups.com Subject: Re:...
Rivera, Angel R
Angel.R.Rivera@...
Send Email
Jul 11, 2007
7:30 pm
52434
On Wed, 11 Jul 2007 14:13:26 -0500 ... Yes, I think that would be a good idea. It's time for some more code digging. -- The HSSI to Redback1 is doing the twist...
ed
psy80uk
Offline Send Email
Jul 11, 2007
7:45 pm
52435
I have a few computers on my home LAN (connected to a DSL router), and would like to have one as a backup to my main machine. NFS is essential for this setup -...
Michael Klinosky
klinosky
Offline Send Email
Jul 12, 2007
12:30 am
52436
On Wed, 11 Jul 2007 20:30:55 -0400 ... Not essential. I would personally use rsync over ssh for this, which is probably the simplest means. From your main...
ed
psy80uk
Offline Send Email
Jul 12, 2007
12:44 am
52437
... For bookmarks backup, and other things, I use subversion. I have a subversion repository on my USB keychain drive (which I backup/rsync on a regular...
Ajay Gautam
ajaygautam
Offline Send Email
Jul 12, 2007
2:51 am
52438
I didn't think of this at first. I'm not trying to backup the files on my primary box (I use CDs for that). I want a computer to use in case the primary has a...
Michael Klinosky
klinosky
Offline Send Email
Jul 13, 2007
12:25 am
52439
... For this, I use rsync. rsync the whole partition to another drive. I use a USB drive, but this could as easily be done over an NFS share. Ajay...
Ajay Gautam
ajaygautam
Offline Send Email
Jul 13, 2007
3:35 am
52440
On Thu, 12 Jul 2007 20:25:35 -0400 ... There is a complex solution to keeping two systems in sync, using DRBD. Its like RAID1 over network, so the partitions...
ed
psy80uk
Offline Send Email
Jul 13, 2007
9:42 am
52441
... Hash: SHA1 ... And you can. If it's just a question of tfansferring a few files from time to time than there's no need to go the whole rsync hog. scp will...
Godwin Stewart
grschinon
Offline Send Email
Jul 13, 2007
9:48 am
52442
... Hash: SHA1 On Fri, 13 Jul 2007 11:47:55 +0200, Godwin Stewart <gstewart@...> ... Can I start that line again, please? :) If it's just a question of...
Godwin Stewart
grschinon
Offline Send Email
Jul 13, 2007
10:04 am
52443
... Linux supports the mystery, too? :) You mentioned scp. I've been wondering ... is there any sort of non-secure copy? (Home network, behind a...
Michael Klinosky
klinosky
Offline Send Email
Jul 13, 2007
8:03 pm
52444
... Hash: SHA1 ... Of course :) ... Errmmm.... There's a straightforward "cp" from an NFS-mounted drive. Or there's ftp. sshd (which manages scp) is by far the...
Godwin Stewart
grschinon
Offline Send Email
Jul 13, 2007
8:16 pm
52445
... Hash: SHA1 ... Or there's rcp. I would also be interested in whether there is a way to make rsync set files aside instead of deleting them when they are...
Michael Kjorling
sm0yby
Offline Send Email
Jul 13, 2007
9:46 pm
52446
... Not that I know of, but there is rdiff-backup (which uses rsync to minimise bandwidth usage) that does exactly this, and can restore a file (or a complete...
Neil Bothwick
wirenetuk
Offline Send Email
Jul 13, 2007
11:36 pm
52447
On Fri, 13 Jul 2007 22:13:28 +0200 ... Saved :-) -- The SCSI Controller to Hoth is strobing because of a great disturbance in the force. Verio is trying to...
ed
psy80uk
Offline Send Email
Jul 14, 2007
12:37 pm
52448
Ok, it's not new- but it is improved! Check it out at http://tech.groups.yahoo.com/group/suselinuxusers/ -thomp830...
Mr. and Mrs.
thomp830
Offline Send Email
Jul 20, 2007
3:40 pm
52449
Do you guys have any experience of installing linux as guest os on a remote linux server? Any pointers? Thanks. P....
Percy
percydeleon
Offline Send Email
Jul 24, 2007
9:29 am
52450
what do you think about pardus linux?...
ozkankamber
Offline Send Email
Jul 24, 2007
1:23 pm
52451
... Hash: SHA1 ... Provided that you can connect to the VM in question, I don't see why the fact that the server is on a different host would present any ...
Michael Kjorling
sm0yby
Offline Send Email
Jul 24, 2007
3:13 pm
Messages 52422 - 52451 of 56688   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help