Re: Doubts about OpenBSD security.

2006-06-25 Thread Marcos Laufer
Just put this line in your /etc/profile : TMOUT=900 So after a while noone clicks anything, it will logout automatically and nobody will have access to your server without knowing the root password . --- Departamento de Soporte Tecnico www.ipv4networks.com InternetWorking Solutions Av. Dr. Honor

Re: SMP and ichiic Error

2006-07-08 Thread Marcos Laufer
Hi there too, I am having the exact same error, buy my ichiic0 is "Intel 82801FB SMBus" and i have only one processor. Note that my kernel is GENERIC, not GENERIC.MP . I've also tried disabling hyperthreading at the bios, but the errors still show up. Regards, Marcos Laufer Oh, h

clamav on 3.9

2007-06-28 Thread Marcos Laufer
Hi there, I'm trying to install the newest clamav (0.90.3) on OpenBSD 3.9 . I updated the sources, and managed to compile it . But when i try to install the package i get this error: pkg_add /usr/ports/packages/i386/all/clamav-0.90.3p0.tgz Can't install /usr/ports/packages/i386/all/clamav-0.90.3

Fw: clamav on 3.9

2007-06-28 Thread Marcos Laufer
kage, but not tagged with @lib ? (check with pkg_info -K -L) If you are still running 3.6 packages, update them. test:/usr/ports/security/clamav{96}# - Original Message - From: "Marcos Laufer" <[EMAIL PROTECTED]> To: Sent: Thursday, June 28, 2007 3:56 PM Subject: clamav on 3.

Fw: clamav on 3.9 [SOLVED]

2007-06-28 Thread Marcos Laufer
I just worked it out, sorry for the noise ! Just had to compile clamav again with the newest curl installed , and the resulting clamav package worked just fine. - Original Message - From: "Marcos Laufer" <[EMAIL PROTECTED]> To: Sent: Thursday, June 28, 2007 4:1

Re: mysql4

2007-07-11 Thread Marcos Laufer
Daniel , How about Cacti? . Have you succesfully installed with mysql5? Has ayone? I'm having all kind of troubles to make it work on mysql5, and all recomendations go back to install mysql4 Regards, - Original Message - From: "Daniel Ouellet" <[EMAIL PROTECTED]&g

Re: apache + php

2007-07-11 Thread Marcos Laufer
I've been seeing this since OpenBSD 3.4 with Uebimiau php webmail and sometimes httpd stops working, restarting is needed. - Original Message - From: "Joachim Schipper" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 11, 2007 10:28 AM Subject: Re: apache + php On Wed, Jul 11, 2007 at 12:

mysql problem

2007-07-12 Thread Marcos Laufer
I am having a very strange problem on a 3.9 , suddenly i can't access any table on the databases. I have around 100 databases on this server and can't access not even one. This is a production server and i am in an urge to solve it, if anyone can help i would appreciate it: # mysql mysql -p Enter

Re: mysql problem

2007-07-12 Thread Marcos Laufer
Maybe i need to increase something else? Thanks! - Original Message - From: "Otto Moerbeek" <[EMAIL PROTECTED]> To: "Marcos Laufer" <[EMAIL PROTECTED]> Cc: Sent: Friday, July 13, 2007 3:12 AM Subject: Re: mysql problem On Fri, 13 Jul 2007, Marcos Lau

Re: mysql problem

2007-07-13 Thread Marcos Laufer
t|stop]" && exit 1 exec /usr/local/share/mysql/mysql.server $1 > /dev/null 2>&1 -- and in mysql.server it says: # Set some defaults pid_file= server_pid_file= use_mysqld_safe=1 user=_mysql What do you think, should i add more openfiles to mysql? Regards, Marcos

fsck Segmentation fault on 4.1

2007-07-13 Thread Marcos Laufer
Hello, I want to report a problem i experienced while testing OpenBSD 4.1 . I've installed it, increased VM_PHYSSEG_MAX to 16 in /usr/src/sys/arch/i386/include/vmparam.h to make it work with this particular motherboard and made a stable release. Installed a server with it and it's working fine as

Re: mysql problem

2007-07-13 Thread Marcos Laufer
t; <[EMAIL PROTECTED]> To: "Marcos Laufer" <[EMAIL PROTECTED]> Cc: "Otto Moerbeek" <[EMAIL PROTECTED]>; Sent: Friday, July 13, 2007 1:54 PM Subject: Re: mysql problem You are setting the user, not the login class. You have made a login class _mysql in /et

Re: mysql problem

2007-07-13 Thread Marcos Laufer
I will start it as you say . I will let you know it it worked Thanks ! Marcos - Original Message - From: "Otto Moerbeek" <[EMAIL PROTECTED]> To: "Marcos Laufer" <[EMAIL PROTECTED]> Cc: "Bob Beck" <[EMAIL PROTECTED]>; Sent: Friday, July

Re: fsck Segmentation fault on 4.1

2007-07-13 Thread Marcos Laufer
8: W83627THF npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16 biomask ebfd netmask effd ttymask pctr: user-level cycle counter enabled dkcsum: wd0 matches BIOS drive 0x80 root on wd0a rootdev=0x0 rrootdev=0x300 rawdev=0x302 - Original Message - From: "Otto Moerbeek&quo

Re: fsck Segmentation fault on 4.1

2007-07-13 Thread Marcos Laufer
ystem? Regards, Marcos - Original Message - From: "Otto Moerbeek" <[EMAIL PROTECTED]> To: "Marcos Laufer" <[EMAIL PROTECTED]> Cc: Sent: Friday, July 13, 2007 4:46 PM Subject: Re: fsck Segmentation fault on 4.1 On Fri, 13 Jul 2007, Marcos Laufer wrote: >

Re: mysql problem

2007-07-13 Thread Marcos Laufer
-p Now what? Regards, Marcos - Original Message - From: "Clint Pachl" <[EMAIL PROTECTED]> Cc: "Marcos Laufer" <[EMAIL PROTECTED]>; Sent: Friday, July 13, 2007 6:05 PM Subject: Re: mysql problem Otto Moerbeek wrote: > On Fri, 13 Jul 2007, Marcos Laufer w

Re: mysql problem

2007-07-14 Thread Marcos Laufer
Ok , i had followed the instructions at http://openbsdsupport.org/mysql.htm And now i have this configuration: I start mysql with this script: # cat /usr/local/bin/mysql.start if [ -x /usr/local/bin/mysqld_safe ] ; then su -c _mysql root -c '/usr/local/bin/mysqld_safe &' > /dev/null & echo -

Re: [solved] mysql problem

2007-07-15 Thread Marcos Laufer
afe which wouldn't let me open more that 2048 files despite of what i configured in my.cnf. Regards, - Original Message - From: "Otto Moerbeek" <[EMAIL PROTECTED]> To: "Marcos Laufer" <[EMAIL PROTECTED]> Cc: ; <[EMAIL PROTECTED]>; "Daniel Oue

Re: mysql problem

2007-07-16 Thread Marcos Laufer
> You didn't read it and you didn't pay attention to statement in bold > either. I could tell you what to do to fix it, but then you wouldn't > learn from it. If it wasn't explain there, I would be happy to tell you, > but it is there and pretty clear as well. Daniel , When i post a message on the

Re: fsck Segmentation fault on 4.1

2007-07-20 Thread Marcos Laufer
Will this be moved to -stable, or is it an uncommon thing ? - Original Message - From: "Otto Moerbeek" <[EMAIL PROTECTED]> To: "Marcos Laufer" <[EMAIL PROTECTED]> Cc: Sent: Thursday, July 19, 2007 3:09 PM Subject: Re: fsck Segmentation fault on 4.1 On

Re: fsck Segmentation fault on 4.1

2007-07-21 Thread Marcos Laufer
arcos - Original Message - From: "Otto Moerbeek" <[EMAIL PROTECTED]> To: "Marcos Laufer" <[EMAIL PROTECTED]> Cc: Sent: Friday, July 20, 2007 4:02 PM Subject: Re: fsck Segmentation fault on 4.1 On Fri, 20 Jul 2007, Marcos Laufer wrote: > Will this b

Re: fsck Segmentation fault on 4.1

2007-07-23 Thread Marcos Laufer
INOPB(&sblock)); sblock.fs_inopb = sblock.fs_bsize / sizeof(struct ufs1_dinode); -- Will this work? Regards, Marcos ----- Original Message - From: "Otto Moerbeek" <[EMAIL PROTECTED]> To: "Marcos Laufer" <[EMAIL PROTECTED]> Cc: Sent: Frid

Re: fsck Segmentation fault on 4.1

2007-08-03 Thread Marcos Laufer
So the patch works, and this problem seems serious and easy to encounter, i vote for moving it to stable. - Original Message - From: "Tobias Ulmer" <[EMAIL PROTECTED]> To: "Otto Moerbeek" <[EMAIL PROTECTED]> Cc: Sent: Friday, August 03, 2007 3:37 PM Subject: Re: fsck Segmentation fault o

disks not recognized as sata2

2007-08-24 Thread Marcos Laufer
Hello list, I installed the latest snapshot on an Intel D945GCcr mobo which supports SATA-300 (sata2) , plugged in some hard disks, all of them Western Digital WD3200AAKS, wich according to WD website those work at 300 mb/s. (http://www.westerndigital.com/sp/products/products.asp?driveid=299&langu

OpenBSD is loosing cd and tshirt sales

2007-10-10 Thread Marcos Laufer
response, maybe someone can assist the people at the Cshop so they can sell properly. Or maybe someone else should be in charge of selling internationally. Thanks Marcos - Original Message - From: "Marcos Laufer" <[EMAIL PROTECTED]> To: "OpenBSD Orders" <[EMAI

Re: OpenBSD is loosing cd and tshirt sales

2007-10-10 Thread Marcos Laufer
ginal Message - From: "L. V. Lammert" <[EMAIL PROTECTED]> To: "Marcos Laufer" <[EMAIL PROTECTED]> Cc: "OpenBSD Orders" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; Sent: Wednesday, October 10, 2007 11:37 AM Subject: Re: OpenBSD is loosing cd

Re: Intel DQ35MP

2008-01-10 Thread Marcos Laufer
0,0,de3f7000,d0915334) at mainbus_attach+0x3d RUN AT LEAST ... Regards, Marcos - Original Message - From: "Pierre Riteau" <[EMAIL PROTECTED]> To: "Marcos Laufer" <[EMAIL PROTECTED]> Cc: Sent: Thursday, December 13, 2007 8:55 PM Subject: Re: Intel DQ35MP

Re: Intel DQ35MP

2008-01-11 Thread Marcos Laufer
e 2 at 0xffc0 for 4096KB Low ram: 634KB High ram: 1015580KB Total free memory: 1016218KB Atentamente, Marcos Laufer Marcos Laufer - IPversion4.com * [EMAIL PROTECTED] http://www.ipversion4.com ( 0800-444-HOSTING Rodriguez Peqa 468 1 C - Original Message - From: <[EMAIL PROTECTE

Re: Zend Optimizer with apache and php5 on 4.2

2008-01-14 Thread Marcos Laufer
Hello Evgeniy, You can try this how-to, this might work for you: Solution for ZendOptimizer to work under OpenBSD 4.1/i386 1. Download the file for OpenBSD 3.x as distributed by Zend currently ZendOptimizer-3.2.8-openbsd3.4-i386.tar.gz 2. Untar (tar -xzf ZendOpt*), and fetch the files -> ZendOpt

pre-arranged order

2008-04-11 Thread Marcos Laufer
ent via paypal with my paypal account. Regards, Marcos Laufer - IPversion4.com * [EMAIL PROTECTED] http://www.ipversion4.com ( 0800-444-HOSTING Rodriguez Peqa 468 1 C

Re: OpenBSD as Virtualbox guest

2007-02-28 Thread Marcos Laufer
Maybe you just have to wait a couple of weeks/months, here's an extract from VirtualBox website: OpenBSD 4.0 might not work well, a fix will be in the next version of VirtualBox. No Guest Additions available yet. Regards. Marcos Laufer --- www.ipv4networks.com InternetWorking Solu

Re: OpenBSD 4.1 Pre-Orders...

2007-03-13 Thread Marcos Laufer
I'd like to get the 4.1 preorder and a Tshirt, but i cant find how to pay with paypal. Is this possible? Regards, Marcos Laufer - Original Message - From: "Kian Mohageri" <[EMAIL PROTECTED]> To: "Darrin Chandler" <[EMAIL PROTECTED]> Cc: Sent: Monda

Re: OpenBSD 4.1 install issue??

2007-05-09 Thread Marcos Laufer
release. So i installed the xbase41.tgz of the release over the snapshot installation, and i could install gd smoothly. Now i just have to move on to stable and i'm ready to go! Thanks ! Marcos Laufer - Original Message - From: "Rob Waite" <[EMAIL PROTECTED]> To: Se

Re: Bottleneck in httpd. I need help to address capacity issues on max parallel and rate connections

2007-05-09 Thread Marcos Laufer
Daniel, Try the same test with this changes Timeout 60 KeepAlive Off If my guess is right, you'll notice big improvement. Tell me how it goes Marcos Laufer - Original Message - From: "Daniel Ouellet" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 09, 200

Re: OpenBSD 4.1 install issue??

2007-05-10 Thread Marcos Laufer
x27;t like to have a production server running -current Has anyone sorted this out? Marcos - Original Message - From: "Marcos Laufer" <[EMAIL PROTECTED]> To: "Rob Waite" <[EMAIL PROTECTED]>; Sent: Wednesday, May 09, 2007 2:30 PM Subject: Re: OpenBSD 4.1 ins

Re: OpenBSD 4.1 install issue??

2007-05-11 Thread Marcos Laufer
inal Message - From: "Ben Calvert" <[EMAIL PROTECTED]> To: "Marcos Laufer" <[EMAIL PROTECTED]> Sent: Friday, May 11, 2007 12:33 AM Subject: Re: OpenBSD 4.1 install issue?? On May 10, 2007, at 7:25 PM, Marcos Laufer wrote: > I upgraded to stable , rebooted w

Re: OpenBSD 4.1 install issue??

2007-05-14 Thread Marcos Laufer
Rob , raising VM_PHYSSEG_MAX to 16 did the trick. I'm running stable 4.1 now. Thanks a lot for the sound advice ! Regards, Marcos Laufer - Original Message - From: "Rob Waite" <[EMAIL PROTECTED]> To: Sent: Saturday, May 12, 2007 1:04 PM Subject: Re: OpenBSD 4.1

ImageMagick and chroot

2007-05-17 Thread Marcos Laufer
Hello , Has anyone had luck in making ImageMagick work into the www chroot environment? Some web applications need to use the 'convert' system command, so i included it into the /var/www/bin/ directory and also every file that gets mentioned when you run : ldd convert , into it's corresponding dir

Re: ImageMagick and chroot

2007-05-17 Thread Marcos Laufer
s , Marcos - Original Message - From: "Aiko Barz" <[EMAIL PROTECTED]> To: "Marcos Laufer" <[EMAIL PROTECTED]> Cc: Sent: Thursday, May 17, 2007 2:51 PM Subject: Re: ImageMagick and chroot : <[EMAIL PROTECTED]> Marcos Laufer wrote: > Hello , > > Ha

OpenBSD 4.1: pf is not blocking anything

2007-05-21 Thread Marcos Laufer
Hello, I am testing pf in an OpenBSD 4.1. This same configuration works fine on OpenBSD 3.9, but in 4.1 it is not filtering anything, everything is passing thru, just like as if there was no 'block all'. What worries me most is that anyone on the outside can see my ssh service . Is there anything

Re: OpenBSD 4.1: pf is not blocking anything [solved]

2007-05-22 Thread Marcos Laufer
e tips and advice Marcos - Original Message - From: "Peter N. M. Hansteen" <[EMAIL PROTECTED]> To: "Marcos Laufer" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, May 22, 2007 8:23 AM Subject: Re: OpenBSD 4.1: pf is not blocking anything "Marcos Laufer"

mysql4

2007-06-05 Thread Marcos Laufer
Hello there, I don't know if this has been asked or discussed before,.. here's no mysql4 packages in OpenBSD 4.1 . Why? Regards, Marcos

Re: mysql4

2007-06-06 Thread Marcos Laufer
- Original Message - From: "Daniel Ouellet" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 05, 2007 11:46 PM Subject: Re: mysql4 Marcos Laufer wrote: > Hello there, > > I don't know if this has been asked or discussed before,.. > here's no mysql4 packages i

Re: PPPoE MTU Problem

2007-06-08 Thread Marcos Laufer
Will , PPPoE needs a MTU of 1492 , i had the same problem with other values Give it a try. Marcos - Original Message - From: "Will Jenkins" <[EMAIL PROTECTED]> To: Sent: Friday, June 08, 2007 9:49 PM Subject: Re: PPPoE MTU Problem On 9 Jun 2007, at 00:11, Stuart Henderson wrote: >

httpd segmentation fault in 3.9

2006-11-26 Thread Marcos Laufer
using exception 16 pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo biomask ef6d netmask ff6d ttymask ffef pctr: user-level cycle counter enabled dkcsum: wd0 matches BIOS drive 0x80 dkcsum: wd1 matches BIOS drive 0x81 root on wd0a rootdev=0x0 rrootdev=0x300 rawdev=0x302 -- Marcos Laufer

Re: httpd segmentation fault in 3.9

2006-12-11 Thread Marcos Laufer
apache, so what would be a solution for this problem? Anybody else expiriencing this rare problems? Regards, Marcos Laufer - Original Message - From: "Andrew Pantyukhin" <[EMAIL PROTECTED]> To: "Marcos Laufer" <[EMAIL PROTECTED]> Cc: Sent: Monday, No

Re: moving kernels between machines

2007-01-06 Thread Marcos Laufer
/soft/tepatche/index.html Regards, Marcos Laufer - Original Message - From: "Tasmanian Devil" <[EMAIL PROTECTED]> To: "OpenBSD" Sent: Friday, January 05, 2007 5:42 AM Subject: Re: moving kernels between machines > - Machine A, a single i386 box without enough

openbsd3.9 i386 generic kernel crash

2007-01-10 Thread Marcos Laufer
k ffef pctr: user-level cycle counter enabled dkcsum: wd0 matches BIOS drive 0x80 dkcsum: wd1 matches BIOS drive 0x81 root on wd0a rootdev=0x0 rrootdev=0x300 rawdev=0x302 WARNING: / was not properly unmounted Regards, Marcos Laufer

Re: openbsd3.9 i386 generic kernel crash

2007-01-10 Thread Marcos Laufer
0 1 1 0 8 0 plimitpl 152 1300 46 4 0 4 4 0 8 0 inpcbpl 216 22530 198915 01515 0 8 0 In use 15266K, total allocated 19696K; utilization 77.5% # I still have the bsd.1 and bsd.1.core files just in

Re: Friendly registrar

2007-01-15 Thread Marcos Laufer
Checck www.ipv4domains.com out , donates to OpenBSD monthly, small company but big expectations ! Bye! - Original Message - From: "Jean-Daniel Beaubien" <[EMAIL PROTECTED]> To: Sent: Sunday, January 14, 2007 5:41 PM Subject: Friendly registrar Hi everyone, I'm about to purchase a dom

Re: multiple external links working .. (Solved)

2007-01-25 Thread Marcos Laufer
Would you mind sharing your final config as sample for others who might need in the future? Thanks! - Original Message - From: "S t i n g r a y" <[EMAIL PROTECTED]> To: "Open BSD" Sent: Thursday, January 25, 2007 12:51 PM Subject: multiple external links working .. (Solved) Yes it was

Fw: Opinion of MySQL 5.xx on OpenBSD 3.9...

2006-09-07 Thread Marcos Laufer
problems are related to threads librarys on OpenBSD only? Other OSes do not have such issues? Regards, Marcos Laufer - Original Message - From: "Edgars" <[EMAIL PROTECTED]> To: "Toni Mueller" <[EMAIL PROTECTED]> Cc: Sent: Thursday, September 07, 2006 8:57 AM

Re: Forum-Software, good and secure, on OpenBSD systems?

2006-09-13 Thread Marcos Laufer
Take a look at www.mybboard.com - Original Message - From: "Michael Schmidt" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 12, 2006 8:13 AM Subject: Forum-Software, good and secure, on OpenBSD systems? Hello, which experiences or what knowledge are/is available concerning good and

Re: OpenBSD dedicated hosting

2006-09-19 Thread Marcos Laufer
hould divide those numbers by three, 1 u$s = 3.00 pesos$ Let me know if i can help with someting Regards, Marcos Laufer - Original Message - From: "Gilles Chehade" <[EMAIL PROTECTED]> To: Sent: Saturday, September 16, 2006 8:52 PM Subject: OpenBSD dedicated hosting Hi

Can't start symux --> symux: could not get a semaphore

2006-10-05 Thread Marcos Laufer
if(lo0), mbuf, sensor(9), proc(httpd), proc(smtpd), if(xl0), io1(wd0) } datadir "/var/www/symon/rrds/srv3" } Best Regards, Marcos Laufer

Re: Can't start symux --> symux: could not get a semaphore

2006-10-06 Thread Marcos Laufer
Marco , that did it! It worked just by increasing this two: kern.seminfo.semmni=256 kern.seminfo.semmns=2048 I'm copying to the list in order others can benefit from this too. Thanks a lot ! Marcos Laufer - Original Message - From: "Marco Pfatschbacher" <[EM

NIC intel pro 10/100 ethernet not recognized on new motherboard

2006-10-16 Thread Marcos Laufer
isa0 port 0x60/5 pckbd0 at pckbc0 (kbd slot) pckbc0: using irq 1 for kbd slot wskbd0 at pckbd0: console keyboard, using wsdisplay0 pcppi0 at isa0 port 0x61 npx0 at isa0 port 0xf0/16: using exception 16 biomask c000 netmask c000 ttymask c002 pctr: user-level cycle counter enabled dkcsum: wd0 matched BIOS disk 80 dkcsum: wd1 matched BIOS disk 81 root on wd0a rootdev=0x0 rrootdev=0x300 rawdev=0x302 Best Regards, Marcos Laufer

mssql.so

2008-06-17 Thread Marcos Laufer
Well , php5-sybase_ct does not enable the same functions, for instance the mysql_init() function is not there. That function would allow you to use stored procedures from the ms db . Does anyone know how to generate a mssql.so with this functions included? Regards, Marcos Laufer -- List

dmesg IBM x3650 OpenBSD 4.3

2008-10-07 Thread Marcos Laufer
Hello, this is an IBM x3650, i booted with a 4.3 cd and this is the dmesg (SAS hard disks are not recognized) OpenBSD 4.3 (RAMDISK_CD) #645: Wed Mar 12 11:31:03 MDT 2008 [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/RAMDISK_CD cpu0: Intel(R) Xeon(TM) MV CPU 3.20GHz ("GenuineIntel" 686-clas

Re: dmesg IBM x3650 OpenBSD 4.3

2008-10-10 Thread Marcos Laufer
r the documentation you need. Regards, Marcos Laufer Jonathan Gray wrote: > On Tue, Oct 07, 2008 at 06:26:23PM -0200, Marcos Laufer wrote: > >> Hello, this is an IBM x3650, i booted with a 4.3 cd and this is the >> dmesg (SAS hard disks are not recognized) >> >> >> &

Re: dmesg IBM x3650 OpenBSD 4.3

2008-10-10 Thread Marcos Laufer
I'm pretty sure that my email won't change a thing about Adaptec's way of thinking. But it is the right thing to do, i must send them that email with my point of view and needs as a user of Adaptec's products. I will also let IBM know about this. Theo de Raadt wrote: >> I am writing an email to A

OpenBSD hangs when i unplug USB disk

2012-11-14 Thread Marcos Laufer
Hello, i'd like to inform a problem when dettaching an external 1TB USB disk drive , the system just freezes, i can't type anything. Also It stops responding to ping. If i don't unplug it then i can use the disk normally, i can copy and delete files with no problem. But as soon as i unplug the U

Re: OpenBSD hangs when i unplug USB disk

2012-11-15 Thread Marcos Laufer
Kenneth R Westerback wrote: > On Wed, Nov 14, 2012 at 04:22:20PM -0300, Marcos Laufer wrote: > >> Hello, i'd like to inform a problem when dettaching an external 1TB >> USB disk drive , the system just freezes, i can't type anything. >> Also It stops respondin

Re: OpenBSD hangs when i unplug USB disk

2012-11-15 Thread Marcos Laufer
Kevin Chadwick wrote: > On Thu, 15 Nov 2012 07:45:40 -0300 > Marcos Ariel Laufer wrote: > > >> I've been using OpenBSD since 2.6, this never happened to me with any >> other USB hard disks. This one in particular i bought it a couple of >> days ago. >> > > I wonder if it freezes other OS

Re: OpenBSD hangs when i unplug USB disk

2012-11-15 Thread Marcos Laufer
Paul de Weerd wrote: On Thu, Nov 15, 2012 at 04:18:14PM +0100, Otto Moerbeek wrote: | > I have no problems whatsoever (mounting, umounting, using the disks, | > etc) with mine: | | Did you also try unplugging it? If that works and since the OP did not | state the newest version he tried this on

Re: OpenBSD hangs when i unplug USB disk

2012-11-16 Thread Marcos Laufer
Kenneth R Westerback wrote: > On Thu, Nov 15, 2012 at 12:48:03PM -0300, Marcos Laufer wrote: > >> Kenneth R Westerback wrote: >> >>> On Wed, Nov 14, 2012 at 04:22:20PM -0300, Marcos Laufer wrote: >>> >>>> Hello, i'd like to info

Re: OpenBSD hangs when i unplug USB disk

2012-11-20 Thread Marcos Laufer
Marcos Ariel Laufer wrote: On 11/18/2012 12:35 PM, Paul de Weerd wrote: On Thu, Nov 15, 2012 at 01:04:02PM -0300, Marcos Laufer wrote: | >I did this quite often a couple of weeks ago. Haven't tried for a | >while (no need) and have upgraded to newer snaps a bunch of times | >s

Re: OpenBSD hangs when i unplug USB disk

2012-11-20 Thread Marcos Laufer
Peter Hessler wrote: On 2012 Nov 20 (Tue) at 12:45:09 -0300 (-0300), Marcos Laufer wrote: :Ok , i've just tried it on a OpenBSD 5.1 and unplugging the USB works :just fine, no crash, no freeze. : :The weird thing and i don't understand why, is that you guys had good :results with o

Strange behaviour on OpenBSD 5.2 and usb disk

2012-12-19 Thread Marcos Laufer
This is a DL360G3 running OpenBSD 5.2 . I can't use a "WD My Passport" USB disk, i get input/output error, here is what i got: # dmesg OpenBSD 5.2 (GENERIC) #0: Fri Dec 14 23:58:18 ART 2012 root@:/u/system/src/sys/arch/i386/compile/GENERIC cpu0: Intel(R) Xeon(TM) CPU 3.06GHz ("GenuineIntel"

Re: Strange behaviour on OpenBSD 5.2 and usb disk

2012-12-19 Thread Marcos Laufer
Kenneth R Westerback wrote: > On Wed, Dec 19, 2012 at 05:23:55PM -0300, Marcos Laufer wrote: > >> This is a DL360G3 running OpenBSD 5.2 . I can't use a "WD My Passport" >> USB disk, i get input/output error, here is what i got: >> >> # dmesg >

Re: 1U IBM or Dell server for firewall

2009-04-03 Thread Marcos Laufer
Insan, (or anyone who might know) do you know if x3350 will work with OpenBSD, or it will not work due to the raid controller not being supported just like with x3650? Does anyone tried to install OpenBSD on IBM x3350 machines? What about x3550 ? Regards, Marcos Laufer Insan Praja SW

Re: OpenBSD on IBM 3550

2009-04-06 Thread Marcos Laufer
Ricardo, Yo supongo que te va a funcionar, si llegas a tener la posibilidad de probarlo decime como te fue! Saludos, Marcos Ricardo Augusto de Souza escribis: Hi, I have an IBM 3550 with SAS disks and Adaptec ServeRAID 8k controller and I AM NOT able to install openBSD on it. Installatio

Re: VPN client-to-site over IPSec

2009-04-08 Thread Marcos Laufer
Marcello , If you don't mind, i'd like to know more info or what to read to acomplish your first scenario: PC -- Internet -- OpenBSD LAN PC IPSec Tunnel -- LAN Thanks! Marcos Laufer Marcello Cruz escribiC3: Toni, Do you mean a VPN wh

Re: Intel D945GCNL with OpenBSD 4.4 Hangs

2009-04-13 Thread Marcos Laufer
Marcello if you like that Series of Intel motherboards, i can assure you that D945GCPE works just fine: OpenBSD 4.2-stable (GENERIC) #0: Fri Mar 28 15:20:03 ART 2008 root@<:/u/system/src/sys/arch/i386/compile/GENERIC RTC BIOS diagnostic error 80 cpu0: Intel(R) Pentium(R) 4 CPU 3.00GHz ("Genui

php5-pear not found

2007-11-12 Thread Marcos Laufer
Hello list , I can see that the php5-pear package is missing in 4.2. How is it supposed to be installed now? Thanks! Marcos

Re: no 4.2-stable package updates??

2007-12-11 Thread Marcos Laufer
My opinion is that more money should be raised in order to keep -stable up to date. I think it's important to mantain a stable distribution, it's one of the things that give openbsd it's fame of being solid rock Marcos - Original Message - From: "Antoine Jacoutot" <[EMAIL PROTECTED]> To:

Intel DQ35MP

2007-12-13 Thread Marcos Laufer
0 at ums0 mux 0 uhid0 at uhidev1 reportid 2: input=1, output=0, feature=0 dkcsum: sd0 matches BIOS drive 0x80 root on sd0a swap on sd0b dump on sd0b umass0 at uhub0 port 5 configuration 1 interface 0 "USB Audio Player" rev 2.00/0.02 addr 2 umass0: using SCSI over Bulk-Only scsibus1 at umass0: 2 targets sd1 at scsibus1 targ 1 lun 0: <, Audio Player, \\001> SCSI0 0/direct removable sd1: 968MB, 123 cyl, 255 head, 63 sec, 512 bytes/sec, 1984000 sec total Regards, Marcos Laufer

Re: Intel DQ35MP

2007-12-14 Thread Marcos Laufer
I'm sure i installed the install42.iso from december 6th , maybe there was something wrong on that image? I'll try burning the newest one Thanks! - Original Message - From: "Jason George" <[EMAIL PROTECTED]> To: Sent: Thursday, December 13, 2007 8:42 PM Subject: Re: Intel DQ35MP >He

Re: Intel DQ35MP

2007-12-14 Thread Marcos Laufer
I think the newest install42.iso is also wrong. I open the .iso and the files inside have old dates (november 20 2007, and november 13 2007) I'll make my own .iso with the rest of the files from the i386 snapshot directory Regards, - Original Message - From: "Marcos Laufe

Re: dmesg IBM x3650 OpenBSD 4.3

2008-10-30 Thread Marcos Laufer
ntroller is not supported at all in the aac driver? Regards, Marcos Laufer Jonathan Gray wrote: > On Tue, Oct 07, 2008 at 06:26:23PM -0200, Marcos Laufer wrote: > >> Hello, this is an IBM x3650, i booted with a 4.3 cd and this is the >> dmesg (SAS hard disks are not recognized)

redhat_base not found in packages

2008-11-04 Thread Marcos Laufer
Hello list, I can't find redhat_base in the 4.4 packages . Has it been discontinued? Regards, Marcos Laufer

panic on GENERIC.MP 4.3

2009-02-12 Thread Marcos Laufer
Hello list, I had a panic on a GENERIC.MP 4.3, here are the interesting lines in the dmesg and the full dmesg follows: uvm_fault(0xd07d3c40, 0xde98b000, 0, 1) -> e fatal page fault (6) in supervisor mode trap type 6 code 0 eip d04852a2 cs 8 eflags 10247 cr2 de98b000 cpl 0 panic: trap type 6, c

Re: OpenBSD hosting

2009-02-25 Thread Marcos Laufer
Dear Friedrich, We offer dedicated servers at ipv4.net If you are interested let me know Regards, Marcos Laufer Francisco Valladolid Hdez. wrote: > Hi > > Consider www.geekisp.com I have a account with Dave for almost, three years > without problems. > > www.rootr.net can

Re: IBM xServer 336/346 - OpenBSD 4.9

2011-06-01 Thread Marcos Laufer
Daniel, What i did to make my x336 servers work with OpenBSD 4.9 was to replace pci.c from the source with pci.c 1.72 . Is this somehow wrong? Should i apply this patch instead? Regards, Marcos LEVAI Daniel wrote: > Hi! > > > (Just for the record) > Regarding PR#6523, OpenBSD 4.9 works with

Re: Automatic reboot on kernel panic

2011-06-22 Thread Marcos Laufer
I am sorry, this confused me, and i didn't quite understand. Just to be clear: ddb.panic=0 will boot instead of dropping you into a ddb? Or is it ddb.panic=1 the option that will make the system boot? Regards, David Coppa wrote: > On Wed, 22 Jun 2011, ter Voorde Informatiesystemen wrote: > >

can't intall webalizer on OpenBSD 4.8

2011-06-30 Thread Marcos Laufer
0 addr 1 usb2 at uhci1: USB revision 1.0 uhub2 at usb2 "Intel UHCI root hub" rev 1.00/1.00 addr 1 isa0 at ichpcib0 isadma0 at isa0 com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo pckbc0 at isa0 port 0x60/5 pckbd0 at pckbc0 (kbd slot) pckbc0: using irq 1 for kbd slot wskbd0 at pckbd

Re: can't intall webalizer on OpenBSD 4.8

2011-06-30 Thread Marcos Laufer
Thanks Matthew , you are correct. I also realized i did not install X sets after sending my email, i am installin all X sets, but i guess those libs probably are on xfont48.tgz Matthew Weigel wrote: On Thu, 30 Jun 2011 20:50:20 -0300, Marcos Laufer wrote: Hello list, i can't in

OpenBSD 4.8 weird time or cron problems

2011-07-19 Thread Marcos Laufer
Hello list, i am having strange issues with openbsd 4.8 and cron . This is a OpenBSD 4.8 with it's kernel modified to have pci.c rev 1.72 , in order to make it run on a IBM x336 server. Everything was working perfect. Until i added today a new user. Then i used vipw to change it's group. After

update: OpenBSD 4.8 weird time or cron problems

2011-07-19 Thread Marcos Laufer
Regards, Marcos Laufer wrote: Hello list, i am having strange issues with openbsd 4.8 and cron . This is a OpenBSD 4.8 with it's kernel modified to have pci.c rev 1.72 , in order to make it run on a IBM x336 server. Everything was working perfect. Until i added today a new user. Then i used

update2: update: OpenBSD 4.8 weird time or cron problems

2011-07-19 Thread Marcos Laufer
t Jul 19 16:00:14 srv sendmail: /etc/pwd.db: No such file or directory Jul 19 16:00:50 srv last message repeated 15 times Jul 19 16:02:51 srv last message repeated 62 times Jul 19 16:05:05 srv last message repeated 57 times Marcos Laufer wrote: I noticed that this was sent by email by cron

Re: Apache - bandwidth usage limit per vhost

2010-03-09 Thread Marcos Laufer
ttp://playr.co.uk/ > Then what you need is exactly mod_throttle. mod_throttle project is discontinued but the latest version works just fine and does it job very well. I use it with stock Apache since OpenBSD 3.4 and never had problems with it. Regards, Marcos Laufer * marcos <mai

Re: ftp limits bandwidth

2009-06-20 Thread Marcos Laufer
This is a very interesting subject. Is there any official paper describing how to tune TCP on OpenBSD? Googling i found this two interesting links, but none specifically mentions OpenBSD: Enabling high performance data transfers http://www.psc.edu/networking/projects/tcptune/ TCP tuning cookbo

mailgraph and chroot

2009-06-20 Thread Marcos Laufer
Hi there, Is there any How-To on a way of making the mailgraph package work with the chrooted Apache? Regards,

doubts on NFS

2009-07-06 Thread Marcos Laufer
ks in advance for your help Regards, Marcos Laufer

Re: doubts on NFS

2009-07-06 Thread Marcos Laufer
Edd , This are the permissions: hq:/{19}# ls -al |grep mnt drwxr-xr-x 2 root wheel 512 Nov 3 2008 mnt/ hq:/{20}# I am mounting this as root . I also added -root=0 to /etc/exports , still same behavior Regards, Marcos Laufer Edd Barrett escribis: > On Mon, Jul 06, 2009 at 04:40:3

Re: doubts on NFS [solved]

2009-07-06 Thread Marcos Laufer
hq:/{114}# Johan Torin escribis: > On Monday 06 July 2009, Marcos Laufer wrote: > >> Hello list , >> >> I am having trouble to make NFS work properly. I don't know what i am >> doing wrong, maybe >> someone can enlighten me. >> >> &

Re: doubts on NFS

2009-07-07 Thread Marcos Laufer
s: a-l: No such file or directory backup:/u/data{4}# ls -al|grep export drwxr-xr-x 2 root wheel 512 Jul 6 21:29 export/ backup:/u/data{5}# Jan Stary escribis: > On Jul 06 16:40:31, Marcos Laufer wrote: > >> Hello list , >> >> I am having trouble to make NFS wor

Re: doubts on NFS

2009-07-07 Thread Marcos Laufer
I was told by a little bird on this list to set the -root=0 option, maybe little bird meant -maproot=0 :) And yes, i HUPed. But it's all working now, the magic was to add the missing line to fstab. Thanks everybody for your tips and help on this Regards, Marcos Laufer Jan Stary esc

resolution 1280x1024 not working when upgrading 4.4 -> 4.5 with intel(4) driver

2009-07-13 Thread Marcos Laufer
q 12 for aux slot wsmouse0 at pmsi0 mux 0 pcppi0 at isa0 port 0x61 midi0 at pcppi0: spkr0 at pcppi0 npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16 mtrr: Pentium Pro MTRR support softraid0 at root root on wd0a swap on wd0b dump on wd0b -- Marcos Laufer * marcos <mailto:mar...@ipversion4.com>@ipversion4.com <mailto:mar...@ipversion4.com> CTO Ipversion4.com http://www.ipversion4.com <http://www.ipversion4.com/> ( 0800-444-HOSTING Rodriguez Peqa 468 1 C

Re: resolution 1280x1024 not working when upgrading 4.4 -> 4.5 with intel(4) driver [solved]

2009-07-13 Thread Marcos Laufer
Sorry for the noise . I was misconfiguring the horiz sync Marcos Laufer wrote: Hello List, I upgraded my workstation from 4.4 to 4.5 and i lost the 1280x1024 resolution in X. I had the i810(4) driver which has been removed/replaced with the intel(4) driver. Which other driver should i

  1   2   >