You could look at IPVS
On Thursday, July 11, 2013, Arnoud Tijssen wrote:
> Does anybody know any good UDP proxy/loadbalancer for high availability?
> Thnx
>
>
> --
> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lis
> Also there is still no nerw syslog file, probably because the filesystem
> shows 0 bytes free.
The reason for this is the syslog-ng daemon still has a handle open to the old
file (which as already has been mentioned is why the partition was still full).
If you are going to delete the file, yo
>
> If you're
> really paranoid, I suppose you have three servers: Live, Copy-of-Live
> and Development. :)
I wouldn't call that paranoid at all, I'd call that good practice...
Use 'stable' (Copy-of-Live) to check your application will run ok with the
packages/versions available on squeeze. Some
I use apticron (http://packages.debian.org/squeeze/apticron).
It runs a daily cronjob that does a apt-get update and then emails you if there
are any upgrades available. The email includes the recent changeling entries.
-Steve
On 15 Dec 2012, at 21:28, Philip Ashmore wrote:
> Hi there.
>
>
They're just configuration settings. You can either set them from the
command line using the sysctl commands it gives you, or create a
/etc/sysctl.d/something.conf file that contains:
net.ipv4.conf.default.rp_filter = 2
net.ipv4.conf.all.rp_filter = 2
net.ipv4.conf.default.log_martians = 1
There's tshark too... (part of wireshark but commandline like tcpdump, filters
are identical to wireshark itself).
-Steve
On 4 Mar 2011, at 03:11, Chris Jones wrote:
> On Thu, Mar 03, 2011 at 09:00:43AM EST, Anand Sivaram wrote:
>
>> Tcpdump and Ethereal are very similar in terms of capture
> Without starting over what is the best way to make the stick bootable?
Boot from the installer in recovery mode and manually install grub to
the MBR of the USB stick.
-Steve
On 3 March 2011 15:19, Thomas H. George wrote:
> I downloaded debian-6.0.0-i386-DVD-1.iso and used it to install Debia
Commented out it will mean it'll use the default, which is yes (see
'man sshd_config')
You only need to uncomment it if you want to change it to no. Although
it can also make your config more explicit by just looking at the
file.
-Steve
On 3 March 2011 03:59, Jason Hsu wrote:
> The value can b
Normal users will clear screen on logout, root will not.
-Steve
On 23 February 2011 22:26, Sven Joachim wrote:
> On 2011-02-23 23:14 +0100, Ron Johnson wrote:
>
>> On 02/23/2011 03:11 PM, Carlos Mennens wrote:
>>> 1. Screen from console is not cleared as root or regular user once you log
>>>
Great, thanks! Perhaps checkrestart could be updated to check that file too?
-Steve
On 2 March 2011 17:11, Darac Marjal wrote:
> On Wed, Mar 02, 2011 at 04:08:15PM +0000, Steven Ayre wrote:
>> I just upgraded the linux kernel package on a Lenny server and then
>> ran checkresta
I just upgraded the linux kernel package on a Lenny server and then
ran checkrestart. It reported a few services that needed restarting
because the openssl package had also been updated, but it didn't say
anything about the fact that I was running an earlier kernel than the
one installed.
Are ther
I was more thinking about whether a script existed that wraps it so
it'd only send the mail if there was >0 programs to restart. At the
moment you'd get an email every time it ran. Easy to write one though.
-Steve
On 28 February 2011 16:20, Ron Johnson wrote:
> On 02/28/2011
> /usr/sbin/checkrestart in package debian-goodies tells you what processes
> are using obsolete libraries and can usually tell you which services to
> restart.
Nice! I hadn't heard of that before.
Is there anything already existing that can run as a cronjob and
periodically let the admin know if
Hmm, interesting. Didn't realise that was the case.
-Steve
On 24 February 2011 15:06, Boyd Stephen Smith Jr.
wrote:
> On Thursday 24 February 2011 09:00:33 Steven Ayre wrote:
>> No, it tries to talk to the rsync daemon by default, but you can run
>> it over ssh using:
>
No, it tries to talk to the rsync daemon by default, but you can run
it over ssh using:
rsync '-e ssh'
-Steve
On 24 February 2011 14:48, shawn wilson wrote:
>
> On Feb 24, 2011 9:23 AM, "Karl E. Jorgensen" wrote:
>>
>> Hi!
>>
>> On Thu, Feb 24, 2011 at 02:32:43PM +0200, Dotan Cohen wrote:
>>
You can use dd via ssh if you wish. I think the command would be:
dd if=/dev/sda1 | ssh user@host "dd of=/path/to/sda1.img"
You might also want to enable SSH compression, or pipe it via gzip+gunzip.
Which is better (dd+ssh/scp) depends on your setup. dd copies the
entire disk bit for bit, even un
Hi everyone,
I know squeeze has only just been released but it uses kernel 2.6.32
while sid uses 2.6.37. Does anyone know if/when 2.6.37 will become
available in squeeze, or will it probably not be until wheezy gets
released?
If I take the 2.6.37 package from sid and install it on squeeze, is
tha
On 22 February 2011 00:45, Stan Hoeppner wrote:
> shawn wilson put forth on 2/21/2011 6:05 PM:
> > On Mon, Feb 21, 2011 at 6:45 PM, Stan Hoeppner >wrote:
> >
> >> Pascal Hambourg put forth on 2/21/2011 3:51 PM:
> >>> Stan Hoeppner a écrit :
>
> You only need one
> NIC in your fire
And don't forget to call usleep() or something similar for a short period of
time if you're not doing anything in the loop except waiting for Ctrl-C. How
short depends on how responsive you want it to be. Otherwise you'll end up
with a loop that's constantly looping going round and round and eating
Hi,
Does anyone know the current status of packaging mysql cluster for squeeze,
since the feature is forked out in 5.1?
There's an old bug (560244) about this, where Toni Mueller was working on
packaging it but there's been no activity on it since August and there are
no packages currently availa
20 matches
Mail list logo