Re: spamd-setup fails from cron

2012-06-01 Thread David Diggles
On Fri, Jun 01, 2012 at 03:47:21PM +1000, David Diggles wrote: [ snip ] sleep $s [ snip ] Arghh.. ;-) sleep $seconds here Anyway, you get the idea. #!/bin/sh remaining=$1;shift cmd=$@ lock=/var/run/$(basename $1).lock [ -f $lock ] || { touch $lock while [ $remaining -gt 0 ]; do

Re: spamd-setup fails from cron

2012-06-01 Thread David Diggles
#!/bin/sh remaining=$1;shift cmd=$@ lock=/var/run/$(basename $1).lock [ -f $lock ] || { touch $lock while [ $remaining -gt 0 ]; do seconds=$(($RANDOM % $remaining)) echo $(date) $seconds $lock sleep $seconds $cmd return || remaining=$(($remaining - $seconds))

Re: Unresponsive -current + rtorrent

2012-06-01 Thread David Coppa
On Fri, Jun 1, 2012 at 4:47 AM, Daniel Bolgheroni dbolgher...@devio.us wrote: Hi misc@, Running the latest snapshot, there are some issues I'm facing when I run rtorrent + ~5 downloads. The system becomes VERY unresponsive, varying between 5 seconds of activity and 10 seconds locked. Yes,

Paga $880 solo por hoy SAMSUNG PL120

2012-06-01 Thread Bonus Cupon Especial!
Si no podes visualizar este mail, ingresa a: http://news1.bonuscupon.com.ar/r.html?uid=1.p.29hh.e9.a161h5ucn8

Re: AMD Zacate E350 (ASUS E35M1-M) dmesg/experiences?

2012-06-01 Thread Marc Peters
On 05/31/2012 05:54 PM, Manolis Tzanidakis wrote: Please reply on the list. I'm already subscribed and others might find your questions useful. Also, don't send HTML e-mails. Check the lists' guidelines. On Thu (31/05/12), Eugene Yunak wrote: Thank you very much, this is super helpful! i am

Plast 2012

2012-06-01 Thread elaboran...@prodware.it
[IMAGE] Grande successo di i-Man Interactive Manufacturing a PLAST 2012 [IMAGE] I numerosi visitatori al nostro stand hanno potuto apprezzare le funzionalitC di i-Man: * acquisire in tempo reale le stampate e lo stato della pressa * coadiuvare gli operatori ad eseguire i controlli

Re: AMD Zacate E350 (ASUS E35M1-M) dmesg/experiences?

2012-06-01 Thread Manolis Tzanidakis
On Fri (01/06/12), Marc Peters wrote: Be aware, that OpenBSD cannot boot from softraid. / needs to be on a single disk, but can be automatically backuped to an altroot device. Nowadays it does. My server's / is on a softraid(4) RAID-1 array. The basic idea is to have a small 'a' slice for the

Re: Unresponsive -current + rtorrent

2012-06-01 Thread Daniel Bolgheroni
On Fri, Jun 01, 2012 at 09:53:37AM +0200, David Coppa wrote: Yes, this is something I've also noticed. No, I don't know how to patch it up. In other words, please be my guest and help me in trying to debug this problem... OK, will try to make some tests this weekend. Thank you.

Re: AMD Zacate E350 (ASUS E35M1-M) dmesg/experiences?

2012-06-01 Thread Stuart Henderson
On 2012-06-01, Manolis Tzanidakis mtzanida...@gmail.com wrote: On Fri (01/06/12), Marc Peters wrote: Be aware, that OpenBSD cannot boot from softraid. / needs to be on a single disk, but can be automatically backuped to an altroot device. Nowadays it does. My server's / is on a softraid(4)

Re: AMD Zacate E350 (ASUS E35M1-M) dmesg/experiences?

2012-06-01 Thread Eugene Yunak
On 1 June 2012 13:49, Manolis Tzanidakis mtzanida...@gmail.com wrote: On Fri (01/06/12), Marc Peters wrote: Be aware, that OpenBSD cannot boot from softraid. / needs to be on a single disk, but can be automatically backuped to an altroot device. Nowadays it does. My server's / is on a

Re: AMD Zacate E350 (ASUS E35M1-M) dmesg/experiences?

2012-06-01 Thread Manolis Tzanidakis
On Fri (01/06/12), Eugene Yunak wrote: On 1 June 2012 13:49, Manolis Tzanidakis mtzanida...@gmail.com wrote: Nowadays it does. My server's / is on a softraid(4) RAID-1 array. The basic idea is to have a small 'a' slice for the kernel on each disk and a 'd' (or whatever) for the raid.

Re: AMD Zacate E350 (ASUS E35M1-M) dmesg/experiences?

2012-06-01 Thread Manolis Tzanidakis
On Fri (01/06/12), Stuart Henderson wrote: On 2012-06-01, Manolis Tzanidakis mtzanida...@gmail.com wrote: The basic idea is to have a small 'a' slice for the kernel on each disk and a 'd' (or whatever) for the raid. installboot(8) does the right thing automatically these days. At least

Re: AMD Zacate E350 (ASUS E35M1-M) dmesg/experiences?

2012-06-01 Thread Eugene Yunak
On 1 June 2012 17:11, Manolis Tzanidakis mtzanida...@gmail.com wrote: On Fri (01/06/12), Eugene Yunak wrote: On 1 June 2012 13:49, Manolis Tzanidakis mtzanida...@gmail.com wrote: A raid on USB devices is not a good idea for a whole lot of other reasons though. Oh you are obviously such a

Re: AMD Zacate E350 (ASUS E35M1-M) dmesg/experiences?

2012-06-01 Thread Martin Schröder
2012/6/1 Manolis Tzanidakis mtzanida...@gmail.com: The most obvious is that NAND flash devices have shorter lifespan than hard disks. So how many flash drives have you broken?

Re: Idea for apmd

2012-06-01 Thread Juan Francisco Cantero Hurtado
On Thu, May 31, 2012 at 11:21:20PM +, Stuart Henderson wrote: On 2012-05-31, Ted Unangst t...@tedunangst.com wrote: On Thu, May 31, 2012 at 08:28, Tomas Bodzar wrote: On Thu, May 31, 2012 at 3:45 AM, Juan Francisco Cantero Hurtado i...@juanfra.info wrote: This is important because

Large (3TB) HDD support

2012-06-01 Thread Scott McEachern
Hello everyone, I'm hoping that I'm missing something simple (like usual) and maybe someone could straighten me out. I'm trying to add a pair of 3TB drives to my workstation, which I plan on turning into a ~3TB RAID 1 array, and seem to be having difficulty realizing the full size of the

Re: Large (3TB) HDD support

2012-06-01 Thread Tyler Morgan
On 6/1/2012 10:04 AM, Scott McEachern wrote: Hello everyone, I'm hoping that I'm missing something simple (like usual) and maybe someone could straighten me out. I'm trying to add a pair of 3TB drives to my workstation, which I plan on turning into a ~3TB RAID 1 array, and seem to be having

Re: Large (3TB) HDD support

2012-06-01 Thread Otto Moerbeek
On Fri, Jun 01, 2012 at 01:04:54PM -0400, Scott McEachern wrote: Hello everyone, I'm hoping that I'm missing something simple (like usual) and maybe someone could straighten me out. I'm trying to add a pair of 3TB drives to my workstation, which I plan on turning into a ~3TB RAID 1

Re: Large (3TB) HDD support

2012-06-01 Thread Martin Schröder
2012/6/1 Tyler Morgan tyl...@tradetech.net: http://www.openbsd.org/faq/faq14.html#LargeDrive That doesn't mention GPT, which is the problem with drives 2TB. https://en.wikipedia.org/wiki/GUID_Partition_Table Can OpenBSD already boot from a 4TB drive on an UEFI system? Best Martin

Re: Large (3TB) HDD support

2012-06-01 Thread Nick Holland
Otto gave you a good answer here, but I had already provided lots of detail, so I'm sending anyway. :) On 06/01/2012 01:04 PM, Scott McEachern wrote: Hello everyone, I'm hoping that I'm missing something simple (like usual) and maybe someone could straighten me out. I'm trying to add a pair

Re: Large (3TB) HDD support

2012-06-01 Thread Theo de Raadt
2012/6/1 Tyler Morgan tyl...@tradetech.net: http://www.openbsd.org/faq/faq14.html#LargeDrive That doesn't mention GPT, which is the problem with drives 2TB. https://en.wikipedia.org/wiki/GUID_Partition_Table Can OpenBSD already boot from a 4TB drive on an UEFI system? Try to buy systems

Re: Large (3TB) HDD support

2012-06-01 Thread Otto Moerbeek
On Fri, Jun 01, 2012 at 09:26:41PM +0200, Martin Schr?der wrote: 2012/6/1 Tyler Morgan tyl...@tradetech.net: http://www.openbsd.org/faq/faq14.html#LargeDrive That doesn't mention GPT, which is the problem with drives 2TB. https://en.wikipedia.org/wiki/GUID_Partition_Table Can OpenBSD

Re: Large (3TB) HDD support

2012-06-01 Thread Nick Holland
On 06/01/2012 03:26 PM, Martin Schrvder wrote: 2012/6/1 Tyler Morgantyl...@tradetech.net: http://www.openbsd.org/faq/faq14.html#LargeDrive That doesn't mention GPT, which is the problem with drives2TB. https://en.wikipedia.org/wiki/GUID_Partition_Table Can OpenBSD already boot from a 4TB

Re: Large (3TB) HDD support

2012-06-01 Thread Christian Weisgerber
Scott McEachern sc...@blackstaff.ca wrote: I'm trying to add a pair of 3TB drives to my workstation, which I plan on turning into a ~3TB RAID 1 array, and seem to be having difficulty realizing the full size of the drives. The partition table in the MBR is limited to 32-bit numbers. 512

IPSEC newbie looking to replace vpnc with Openbsd built-in IPSEC vpn

2012-06-01 Thread Sarah Caswell
Hi all, I am currently using vpnc to connect to a client site (which has an CISCO ASA firewall/vpn endpoint) This setup works, but everytime I use vpnc from my server it breaks other networking, especially the openvpn tunnels I maintain to other sites. I'd prefer to use the built-in IPSEC

ipsec routing with cisco over adsl connections

2012-06-01 Thread carlos albino garcia grijalba
i agree lets try again! hi folks Date: Fri, 1 Jun 2012 10:55:09 -0700 From: tyl...@tradetech.net To: genesi...@hotmail.com Subject: Re: ipsec routing dinamic ip over adsl On 5/31/2012 7:31 PM, carlos albino garcia grijalba wrote: i have the following problem remote office connect to my vpn

Re: Large (3TB) HDD support

2012-06-01 Thread Geoff Steckel
On 06/01/2012 03:41 PM, Theo de Raadt wrote: 2012/6/1 Tyler Morgantyl...@tradetech.net: http://www.openbsd.org/faq/faq14.html#LargeDrive That doesn't mention GPT, which is the problem with drives2TB. https://en.wikipedia.org/wiki/GUID_Partition_Table Can OpenBSD already boot from a 4TB drive

Re: Large (3TB) HDD support

2012-06-01 Thread Theo de Raadt
On the other hand, GPT by itself appears useful. What is useful about GPT? *EVERY USER* has the following simple requirements: 1. I have a machine. 2. I want to install an operating system on it (or, have an operating system installed from the factory) What am I missing -- what

Re: IPSEC newbie looking to replace vpnc with Openbsd built-in IPSEC vpn

2012-06-01 Thread carlos albino garcia grijalba
not having any practive with cisco ASA but searching the web have seen several post about openbsd-ipsec + cisco asa and from another mails i have seen it seems pretty easy as long as u have the same crypto transforms in the sides Date: Fri, 1 Jun 2012 15:48:37 -0400 From:

Re: Large (3TB) HDD support

2012-06-01 Thread Geoff Steckel
On 06/01/2012 04:55 PM, Theo de Raadt wrote: On the other hand, GPT by itself appears useful. What is useful about GPT? *EVERY USER* has the following simple requirements: 1. I have a machine. 2. I want to install an operating system on it (or, have an operating system

Re: Large (3TB) HDD support

2012-06-01 Thread Theo de Raadt
The apparent advantage of GPT over FDISK partitions is that it can describe partitions 2TB for systems hosting multiple OSes. That's all I meant. Sorry that it wasn't clear. US-based missile-armed predator drones by themselves appear useful.

Re: Large (3TB) HDD support

2012-06-01 Thread Eric Furman
On Fri, Jun 1, 2012, at 03:27 PM, Nick Holland wrote: Otto gave you a good answer here, but I had already provided lots of detail, so I'm sending anyway. :) On 06/01/2012 01:04 PM, Scott McEachern wrote: Hello everyone, I'm hoping that I'm missing something simple (like usual) and

Re: Large (3TB) HDD support

2012-06-01 Thread Chris Cappuccio
Nick Holland [n...@holland-consulting.net] wrote: * you don't want to fsck a 3TB file system, 'specially if it is rebuilding the mirror at the same time, though with 12G RAM, you might be able to do it. Isn't this situation seriously improved with fsck in 5.1 ?

Re: [OBSD Misc] Re: Large (3TB) HDD support

2012-06-01 Thread Jason Bergstrom
On Fri, Jun 1, 2012, at 03:27 PM, Nick Holland wrote: Otto gave you a good answer here, but I had already provided lots of detail, so I'm sending anyway. :) On 06/01/2012 01:04 PM, Scott McEachern wrote: Hello everyone, I'm hoping that I'm missing something simple (like usual)

Re: Large (3TB) HDD support

2012-06-01 Thread David Diggles
On Fri, Jun 01, 2012 at 04:32:19PM -0700, Chris Cappuccio wrote: Nick Holland [n...@holland-consulting.net] wrote: * you don't want to fsck a 3TB file system, 'specially if it is rebuilding the mirror at the same time, though with 12G RAM, you might be able to do it. Isn't this

Re: Large (3TB) HDD support

2012-06-01 Thread Kevin Chadwick
On Fri, 01 Jun 2012 13:41:21 -0600 Theo de Raadt wrote: UEFI arrived with all sorts of promises of making machines better, but is being turned into something completely nefarious. http://www.fsf.org/campaigns/secure-boot-vs-restricted-boot/statement Imagine if it came out before Vista and

Re: Large (3TB) HDD support

2012-06-01 Thread Stuart Henderson
On 2012-06-01, Chris Cappuccio ch...@nmedia.net wrote: Nick Holland [n...@holland-consulting.net] wrote: * you don't want to fsck a 3TB file system, 'specially if it is rebuilding the mirror at the same time, though with 12G RAM, you might be able to do it. Isn't this situation seriously

Re: Large (3TB) HDD support

2012-06-01 Thread Christian Weisgerber
David Diggles da...@elven.com.au wrote: I fsck'd two 3TB filesystems yesterday with 512MB ram, on 5.1... it took a while, but worked. I just fsck'ed a 2.7TB filesystem in 1 minute, 43 seconds. 61% full, 447166 files. -- Christian naddy Weisgerber na...@mips.inka.de

Re: Large (3TB) HDD support

2012-06-01 Thread Scott McEachern
On 06/01/12 15:13, Otto Moerbeek wrote: Do a 'b *' command here, see the man page. That will make the whole disk available and the a command will do what you expect. -Otto Thank-you Otto and others for your assistance, that did the trick! I got both drives online, and set them up as a RAID 1

Re: Large (3TB) HDD support

2012-06-01 Thread Scott McEachern
On 06/01/12 20:54, Christian Weisgerber wrote: David Digglesda...@elven.com.au wrote: I fsck'd two 3TB filesystems yesterday with 512MB ram, on 5.1... it took a while, but worked. I just fsck'ed a 2.7TB filesystem in 1 minute, 43 seconds. 61% full, 447166 files. What CPU and how much RAM?

Re: Large (3TB) HDD support

2012-06-01 Thread Scott McEachern
On 06/01/12 19:18, Eric Furman wrote: Looks like Nick and OBSD could use a Donation. Anyone here in the community willing to step up and donate a couple 3TB drives? I would if I could so I understand if some people can't, but I'm sure there are a few people out there. I'm willing to step up.

细谈2

2012-06-01 Thread fond98273
#x4F60;#x597D;! #x6211;#x516C;#x53F8;#x73FE;#x6709;:#x570B;#x969B;#x8CA8;#x904B;#xFF0C;#x5546;#x54C1;#x92B7;#x552E;#xFF0C;#x8CA8;#x7269;#x92B7;#x552E;#xFF0C;#x5546;#x696D;#x7D71;#x4E00;#xFF0C;#x5DE5;#x696D;#x7D71;#x4E00;#xFF0C;

Re: Large (3TB) HDD support

2012-06-01 Thread Otto Moerbeek
On Fri, Jun 01, 2012 at 09:06:28PM -0400, Scott McEachern wrote: On 06/01/12 20:54, Christian Weisgerber wrote: David Digglesda...@elven.com.au wrote: I fsck'd two 3TB filesystems yesterday with 512MB ram, on 5.1... it took a while, but worked. I just fsck'ed a 2.7TB filesystem in 1