search for: _my

Displaying 11 results from an estimated 11 matches for "_my".

Did you mean: _my_
2013 Dec 15
3
[PATCH 1/2] Match comment with code
...khof.com> writes: > > > /* 80 00 00 00 ee 00 00 00 > > - - bootable partition, type EFI (EE), no CHS information */ > > + - bootable partition, type EFI (ED), no CHS information */ > > Please fix the previous comment line as well. As I understand that, so in _my words_: Hello Ruben, Thank you for your patch to the Syslinux project. You spotted indeed a mismatch between code and comment. Reviewing your patch revealed other mismatch. Please rework your patch and submit it again to the mailinglist. Groeten Geert Stappers -- $ git diff -U5 mbr/gptmbr...
2013 Feb 27
1
some help in using the package NUT in a perl script
Hello, I want use the package NUT in a script perl, i wonder how use the result of method such as BattPercent() for example. here is my code : _#!/usr/bin/perl -w_ _# server_ _use strict;_ _#use /etc/nut/dev/modules;_ _#use IO::Socket::Multicast;_ _use UPS::Nut;_ _my $message = localtime;_ _$message .=" `who` . n";_ _print "-- test : $message n";_ _my $ups = new UPS::Nut(_ _ NAME => "UPS",_ _ HOST => "localhost",_ _ PORT => 3493,_ _ USERNAME => "upsmon",_ _ PASSWORD => "pass",_ _ TIMEOU...
2013 Dec 15
0
[PATCH 1/2] Match comment with code
...; > /* 80 00 00 00 ee 00 00 00 > > > - - bootable partition, type EFI (EE), no CHS information */ > > > + - bootable partition, type EFI (ED), no CHS information */ > > > > Please fix the previous comment line as well. > > As I understand that, so in _my words_: > > Hello Ruben, > > Thank you for your patch to the Syslinux project. > > You spotted indeed a mismatch between code and comment. > > Reviewing your patch revealed other mismatch. > > Please rework your patch and submit it again to the mailinglist. >...
2004 Dec 17
0
DHCP Handling and Traffic Control over a Working Load Balanced Dual ISP Setup
...rver out through the T1 only using an ip src route rule like so: ip rule add from 192.168.1.6 table 200 Is there a way to handle this traffic just for outgoing smtp using fwmark and tc so that other traffic from this server can load balance and only outgoing mail is forced over the T-1 line? _My router config is like this so far and working for the load balancing :_ Currently I configure the main table with a priority of 50 for the main table then the following for three special routing tables ip rule add prio 50 table main ip ro add 127.0.0.0/8 dev lo scope link table 200 for the tra...
2013 Dec 14
4
[PATCH 1/2] Match comment with code
The handover protocol uses ED as partition type but the comment above it still mentions EE Signed-off-by: Ruben Kerkhof <ruben at rubenkerkhof.com> --- mbr/gptmbr.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbr/gptmbr.S b/mbr/gptmbr.S index 7f450d3..8ab6b50 100644 --- a/mbr/gptmbr.S +++ b/mbr/gptmbr.S @@ -194,7 +194,7 @@ found_part: pushw %di /* 80 00 00 00
2019 Feb 10
4
How to backup maildir
I have been thinking, and reading, on how to back up my mailserver. I have not found any approach that seems ready to use. I have run years without any backup, but would really like to have something in place.? I figure I can attach a USB drive and backup to that, then from there rsync to something elsewhere.? Further if that USB drive is a full mailserver image, I actually have a 'hot
2019 Feb 10
0
How to backup maildir
...y could look like... Also there is much input for backing up dovecot with it's different mail storage flavours. - But you have to invest some effort on your own, to search, read, evaluate and finally choose what's fitting into YOUR setup! But as an starting point: I'm using a for _MY setup_ modified and adopted version of Klaus Tachtler's dovecot-backup script: https://github.com/tachtler/dovecot-backup/blob/master/dovecot_backup.sh ... mixed it with Borg Backup: https://www.borgbackup.org/ ... some further encryption, cloud storage and ... and ... and other stuff. Bu...
2012 Mar 21
21
[SUCCESS REPORT] Xen VGA Passthrough to Windows 8 Consumer Preview HVM domU and Windows XP Home Edition HVM domU with Xen 4.2-unstable Changeset 25070 in Ubuntu 11.10 amd64 Dom0
...se Dom0_ Dear All, I have with great success passthrough my Palit NVIDIA Geforce 8400 GS PCI Express x16 graphics card to Windows 8 Consumer Preview HVM domU and Windows XP Home Edition SP3 HVM domU with Xen 4.2-unstable Changeset 25070 in Ubuntu 11.10 oneiric ocelot amd64 Final Release dom0. _My Hardware Specifications_ Motherboard: Intel DQ45CB Processor: Intel Pentium Dual Core E6300 2.8 GHz Memory: 6 GB VT-x: YES VT-d: YES Please refer to my attached "Xen VGA Passthrough - Version 1.1.pdf" documentation which I have written for the past 2 days. If you want to follow all th...
2012 Mar 21
21
[SUCCESS REPORT] Xen VGA Passthrough to Windows 8 Consumer Preview HVM domU and Windows XP Home Edition HVM domU with Xen 4.2-unstable Changeset 25070 in Ubuntu 11.10 amd64 Dom0
...se Dom0_ Dear All, I have with great success passthrough my Palit NVIDIA Geforce 8400 GS PCI Express x16 graphics card to Windows 8 Consumer Preview HVM domU and Windows XP Home Edition SP3 HVM domU with Xen 4.2-unstable Changeset 25070 in Ubuntu 11.10 oneiric ocelot amd64 Final Release dom0. _My Hardware Specifications_ Motherboard: Intel DQ45CB Processor: Intel Pentium Dual Core E6300 2.8 GHz Memory: 6 GB VT-x: YES VT-d: YES Please refer to my attached "Xen VGA Passthrough - Version 1.1.pdf" documentation which I have written for the past 2 days. If you want to follow all th...
2019 Feb 10
2
How to backup maildir
...search, read, > evaluate and finally choose what's fitting into YOUR setup! I have been and have been searching.? Some hits, but so far nothing was hitting the spot.? But, I will blame my dyslexia that my search foo is weak. > > But as an starting point: > I'm using a for _MY setup_ modified and adopted version of Klaus > Tachtler's dovecot-backup script: > https://github.com/tachtler/dovecot-backup/blob/master/dovecot_backup.sh > > ... mixed it with Borg Backup: > https://www.borgbackup.org/ > > ... some further encryption, cloud storage and ....
2010 Apr 06
15
Why we wont use zpool ever again
Hi everyone, Just wanted to tell you a little story. We''ve been enthusiastic puppet users since about a year ago here at the Geographic Institute of the University of Zürich. But we won''t use the zpool type ever again. Its just not worth it. Here''s what happened: . one of our servers lost knowledge about one of its zfs pools . puppet didn''t find the pool