sudo -u environment help

2014-04-04 Thread Craig R. Skinner
Hi, When sudo'ing to another user, how can I obtain all of their environment settings as they receive when logging in themselves? When I use sudo in this manner, settings such as $PATH, $MAIL umask aren't being honoured: $ echo $LOGNAME; echo $PATH; echo $MAIL; umask craig

Re: sudo -u environment help

2014-04-04 Thread Vijay Sankar
Quoting Craig R. Skinner skin...@britvault.co.uk: Hi, When sudo'ing to another user, how can I obtain all of their environment settings as they receive when logging in themselves? When I use sudo in this manner, settings such as $PATH, $MAIL umask aren't being honoured: $ echo $LOGNAME;

Re: sudo -u environment help

2014-04-04 Thread Vadim Zhukov
sudo -i ? 04.04.2014 14:31 пользователь Craig R. Skinner skin...@britvault.co.uk написал: Hi, When sudo'ing to another user, how can I obtain all of their environment settings as they receive when logging in themselves? When I use sudo in this manner, settings such as

Re: sudo -u environment help

2014-04-04 Thread Todd
I think this should work sudo su - user On Fri, Apr 4, 2014 at 8:52 AM, Vadim Zhukov persg...@gmail.com wrote: sudo -i ? 04.04.2014 14:31 ÐÏÌØÚÏ×ÁÔÅÌØ Craig R. Skinner skin...@britvault.co.uk ÎÁÐÉÓÁÌ: Hi, When sudo'ing to another user, how can I obtain all of their environment

Re: sudo -u environment help

2014-04-04 Thread David Coppa
On Fri, Apr 4, 2014 at 7:01 PM, Todd norr...@gmail.com wrote: I think this should work sudo su - user Sure, it works. I often use it.

Re: IPSec Packet Loss Help

2014-03-10 Thread Zach Leslie
Hope this helps, Thanks, Andy. Once I removed the routes for the remote network point to the internal carp interface, everything works like I expect. Super stable. Thanks for your time. I'll mess with the NAT for monitoring soonish and see if I can get that working. -- Zach

Re: IPSec Packet Loss Help

2014-03-10 Thread Andy
Hi Zach. Ah great news! I noticed your email before the weekend but didn't have a chance to reply. Please you worked it out. The remote network routes I use don't point at the local inside CARP IP but instead at the local inside physical IP (each firewalls own IP just to set the source).

Re: IPSec Packet Loss Help

2014-03-07 Thread Andy
Hi On Thu 06 Mar 2014 23:03:58 GMT, Zach Leslie wrote: On Thu, Mar 06, 2014 at 08:16:34PM +, Andy Lemin wrote: Hi, haven't read your original email but if my assumptions about your setup are correct is the VPN tunnel dropping every now and then? Thats correct. Daemons start up quick,

Re: IPSec Packet Loss Help

2014-03-07 Thread Zach Leslie
On Fri, Mar 07, 2014 at 04:35:45PM +, Andy wrote: Hi On Thu 06 Mar 2014 23:03:58 GMT, Zach Leslie wrote: On Thu, Mar 06, 2014 at 08:16:34PM +, Andy Lemin wrote: Hi, haven't read your original email but if my assumptions about your setup are correct is the VPN tunnel dropping every

Re: IPSec Packet Loss Help

2014-03-07 Thread Zach Leslie
I had to disable monitoring of the internal interfaces of both remote firewalls, as it killed the VPN when you ping'ed the backup firewall. The packets get there, but the reply is sent back directly from the backup and not via the master. To fix that I added a NAT rule, and could then

Re: IPSec Packet Loss Help

2014-03-06 Thread Zach Leslie
On Wed, Mar 05, 2014 at 11:05:11PM -0600, Amit Kulkarni wrote: If PF information is needed, I can provide and obscure, but I didn't expect it to be the issue. i am no expert on this. but if it is a packet loss issue, you need to post the obscured pf.conf Fair point. I've not seen any

Re: IPSec Packet Loss Help

2014-03-06 Thread Andy Lemin
Hi, haven't read your original email but if my assumptions about your setup are correct is the VPN tunnel dropping every now and then? I had a similar issue with 4 OBSD firewalls (2 at each end), all running isakmpd and sasyncd to keep the SAs in sync between a pair. With the tunnels

Re: IPSec Packet Loss Help

2014-03-06 Thread Zach Leslie
On Thu, Mar 06, 2014 at 08:16:34PM +, Andy Lemin wrote: Hi, haven't read your original email but if my assumptions about your setup are correct is the VPN tunnel dropping every now and then? Thats correct. Daemons start up quick, negotiations happen, and then periodically the tunnel is

IPSec Packet Loss Help

2014-03-05 Thread Zach Leslie
might play a part here. 80% CPU when running Puppet. Would booting the MP kernel help? The CPUs do support it. In any case, I'm stuck. My coworkers are all looking at me wondering when they can purchase some shiny new commercial firewalls, and I'd really like to have a success story here. I can

Re: IPSec Packet Loss Help

2014-03-05 Thread Zach Leslie
OpenBSD 5.4 GENERIC#37 amd64 I've just booted the MP kernel on all four systems just to test and I am still seeing the behaviour. I can prompt the packet loss by generating load on the CPU. Running Puppet on the machines drives up the CPU usage considerably, at which point my remote session

Help: missing apt-get command after installing OpenBSD.

2014-01-15 Thread Jiya desai
Hi, I am new baby in this world and basically doing little experiment task to install apache, perl and foswiki on openbsd I am using Microsoft Virtual PC . I downloaded the file OpenBSDinstall54.iso and installed OpenBSD. Now I see that I am not able to get basic commands that i used to get in

Re: Help: missing apt-get command after installing OpenBSD.

2014-01-15 Thread Aaron
On Wed, Jan 15, 2014 at 7:03 AM, Jiya desai jigslett...@hotmail.com wrote: Hi, I am new baby in this world and basically doing little experiment task to install apache, perl and foswiki on openbsd I am using Microsoft Virtual PC . I downloaded the file OpenBSDinstall54.iso and installed

Re: Help: missing apt-get command after installing OpenBSD.

2014-01-15 Thread ag@gmail
The first step before you install a new OS, is to go through the documentation, and at least read the relevant sections - installation and initial configuration. You seem to have skipped this critical step, so please head over to http://www.openbsd.org/faq/ And yes, unlike some other OSes, the

Re: Help: missing apt-get command after installing OpenBSD.

2014-01-15 Thread Peter N. M. Hansteen
On Wed, Jan 15, 2014 at 07:33:28PM +0530, Jiya desai wrote: I am new baby in this world and basically doing little experiment task to install apache, perl and foswiki on openbsd I am using Microsoft Virtual PC . I downloaded the file OpenBSDinstall54.iso and installed OpenBSD. Now I

Re: Help: missing apt-get command after installing OpenBSD.

2014-01-15 Thread Francois Pussault
...@hotmail.com Sent: Wed Jan 15 15:03:28 CET 2014 To: misc@openbsd.org misc@openbsd.org Subject: Help: missing apt-get command after installing OpenBSD. Hi, I am new baby in this world and basically doing little experiment task to install apache, perl and foswiki on openbsd I am using

Re: Help: missing apt-get command after installing OpenBSD.

2014-01-15 Thread Juan Francisco Cantero Hurtado
On Wed, Jan 15, 2014 at 07:33:28PM +0530, Jiya desai wrote: Hi, I am new baby in this world and basically doing little experiment task to install apache, perl and foswiki on openbsd I am using Microsoft Virtual PC . I downloaded the file OpenBSDinstall54.iso and installed OpenBSD. Now

Re: Help with USB speakers

2013-12-13 Thread Remco
leona...@sympatico.ca wrote: I am running openbsd -current 5.4 GENERIC.MP#171 amd64 on a lenovo X1C I just received some USB speakers with DAC and amplifier. The system can see the speakers but I cannot get them to be used when playing music In messages I see: Dec 12 17:09:16

Re: Help with USB speakers

2013-12-13 Thread leonardz
1Device Status: 0x (Bus Powered) Len Zaifman From: re...@d-compu.dyndns.org To: leona...@sympatico.ca Subject: Re: Help with USB speakers Date: Fri, 13 Dec 2013 09:13:30 +0100 CC: misc@openbsd.org leona...@sympatico.ca wrote: I am running openbsd -current 5.4

Help with USB speakers

2013-12-12 Thread leonardz
I am running openbsd -current 5.4 GENERIC.MP#171 amd64 on a lenovo X1C I just received some USB speakers with DAC and amplifier. The system can see the speakers but I cannot get them to be used when playing music In messages I see: Dec 12 17:09:16 genetraveller /bsd: uaudio0 at uhub3 port 3

Help troubleshooting performance problem

2013-12-02 Thread Jan Lambertz
I m not sure if you already investigated this but s.m.a.r.t. has quite many diagnostic info. Even if the drive has not actually been marked as broken. This is somewhat vendor dependent. I did not check these info with openbsd but it should be possible. Facts from my hard drives include: Bad

Re: Help troubleshooting performance problem

2013-12-02 Thread Erling Westenvik
On Mon, Dec 02, 2013 at 03:39:17PM +0100, Jan Lambertz wrote: I m not sure if you already investigated this but s.m.a.r.t. has quite many diagnostic info. Even if the drive has not actually been marked as broken. This is somewhat vendor dependent. I did not check these info with openbsd but it

Re: Help troubleshooting performance problem

2013-12-02 Thread David Vasek
On Mon, 2 Dec 2013, Erling Westenvik wrote: On Mon, Dec 02, 2013 at 03:39:17PM +0100, Jan Lambertz wrote: I m not sure if you already investigated this but s.m.a.r.t. has quite many diagnostic info. Even if the drive has not actually been marked as broken. This is somewhat vendor dependent. I

Re: Help troubleshooting performance problem

2013-12-01 Thread John Hynes
OK, just to clarify: The kernel is 5.3 with the official patches applied, no other modifications. I read through the changes for 5.4 and certainly, there has been a ton of work done, and I will upgrade soon. Nothing listed in the changes seems like it would directly address a problem like this,

Re: Help troubleshooting performance problem

2013-12-01 Thread Nick Holland
On 12/01/13 06:20, John Hynes wrote: OK, just to clarify: The kernel is 5.3 with the official patches applied, no other modifications. I read through the changes for 5.4 and certainly, there has been a ton of work done, and I will upgrade soon. Nothing listed in the changes seems like it

Help troubleshooting performance problem

2013-11-30 Thread John Hynes
I'm having some trouble figuring out what is causing a systemic performance issue. By systemic I mean that running even seemingly trivial things (i.e. 'ls' on a directory with only a few files in it) is accompanied by a substantial delay before any response, say, of 15-30 seconds. Not *every*

Re: Help troubleshooting performance problem

2013-11-30 Thread L. V. Lammert
On Sat, 30 Nov 2013, John Hynes wrote: I'm having some trouble figuring out what is causing a systemic performance issue. By systemic I mean that running even seemingly trivial things (i.e. 'ls' on a directory with only a few files in it) is accompanied by a substantial delay before any

Re: Help troubleshooting performance problem

2013-11-30 Thread Kenneth R Westerback
On Sat, Nov 30, 2013 at 04:02:58PM -0500, John Hynes wrote: I'm having some trouble figuring out what is causing a systemic performance issue. By systemic I mean that running even seemingly trivial things (i.e. 'ls' on a directory with only a few files in it) is accompanied by a substantial

Re: Help troubleshooting performance problem

2013-11-30 Thread Shawn K. Quinn
On Sat, Nov 30, 2013, at 03:55 PM, Kenneth R Westerback wrote: On Sat, Nov 30, 2013 at 04:02:58PM -0500, John Hynes wrote: OpenBSD 5.3 (GENERIC.MP) #0: Fri Sep 13 04:11:52 EDT 2013 j...@hytronix-gw1.hytronix.com:/usr/src/sys/arch/amd64/compile/ GENERIC.MP Try 5.4 or -current.

Re: Help troubleshooting performance problem

2013-11-30 Thread STeve Andre'
On 11/30/13 20:04, Shawn K. Quinn wrote: On Sat, Nov 30, 2013, at 03:55 PM, Kenneth R Westerback wrote: On Sat, Nov 30, 2013 at 04:02:58PM -0500, John Hynes wrote: OpenBSD 5.3 (GENERIC.MP) #0: Fri Sep 13 04:11:52 EDT 2013 j...@hytronix-gw1.hytronix.com:/usr/src/sys/arch/amd64/compile/

Re: Help troubleshooting performance problem

2013-11-30 Thread Kenneth R Westerback
On Sat, Nov 30, 2013 at 07:04:44PM -0600, Shawn K. Quinn wrote: On Sat, Nov 30, 2013, at 03:55 PM, Kenneth R Westerback wrote: On Sat, Nov 30, 2013 at 04:02:58PM -0500, John Hynes wrote: OpenBSD 5.3 (GENERIC.MP) #0: Fri Sep 13 04:11:52 EDT 2013

Re: smtpd.conf help

2013-11-20 Thread Gilles Chehade
the mail. I would really appreciate if you could help setting up 1-3 correctly? Thanks a lot, Didier my /etc/mail/smtpd.conf: pki mail.mydomain.net certificate /etc/ssl/mail.mydomain.net.crt pki mail.mydomain.net key /etc/ssl/private/mail.mydomain.net.key listen on lo0 listen

smtpd.conf help

2013-11-17 Thread Didier Wiroth
on egress inet4 tls pki mail.mydomain.net auth Then every mail send from an external third party server to my 3 domains are refused because the servers have to authenticate before being able to submit the mail. I would really appreciate if you could help setting up 1-3 correctly? Thanks a lot

Re: Help building Node module on OpenBSD

2013-11-06 Thread opendaddy
Thanks again Aaron, I really appreciate it. Sharing this back to the list for them other Node heads out there. All the best! O.D. On 6. november 2013 at 5:33 PM, Aaron Bieber def...@gmail.com wrote: On Wed, Nov 06, 2013 at 04:03:43PM +, openda...@hushmail.com wrote: On 6. november 2013

Help building Node module on OpenBSD

2013-11-05 Thread opendaddy
Hi, I'm trying to install the Fibers (https://npmjs.org/package/fibers) Node module on OpenBSD but it seems to be failing. I contacted the author and he told me to check the bindings.gyp file: Anything here OpenBSD might react to? % cat .npm/fibers/1.0.1/package/binding.gyp {

Re: Help building Node module on OpenBSD

2013-11-05 Thread David Coppa
On Tue, Nov 5, 2013 at 1:56 PM, openda...@hushmail.com wrote: Hi, I'm trying to install the Fibers (https://npmjs.org/package/fibers) Node module on OpenBSD but it seems to be failing. I contacted the author and he told me to check the bindings.gyp file: Anything here OpenBSD might react

Re: Help building Node module on OpenBSD

2013-11-05 Thread opendaddy
Hello, On 5. november 2013 at 1:06 PM, David Coppa dco...@gmail.com wrote: OpenBSD lacks the ucontext.h and associated functions (setcontext/getcontext, swapcontext, and makecontext). Ouch. That does not look good. From https://code.google.com/p/cog/issues/detail?id=132 -- Secondly, its not

Re: Help building Node module on OpenBSD

2013-11-05 Thread Nicholas Marriott
This makes it seem like it has several options instead of ucontext, and even wants to define CORO_ASM on OpenBSD: ['OS == linux or OS == solaris or OS == sunos or OS == freebsd', {'defines': ['CORO_UCONTEXT']}], ['OS == mac', {'defines': ['CORO_SJLJ']}], ['OS == openbsd',

Re: Help building Node module on OpenBSD

2013-11-05 Thread Alexey E. Suslikov
David Coppa dcoppa at gmail.com writes: OpenBSD lacks the ucontext.h and associated functions (setcontext/getcontext, swapcontext, and makecontext). http://www.openbsd.org/cgi-bin/cvsweb/ports/devel/node-fibers/

Re: Help building Node module on OpenBSD

2013-11-05 Thread Aaron
On Tue, Nov 5, 2013 at 5:56 AM, openda...@hushmail.com wrote: Hi, I'm trying to install the Fibers (https://npmjs.org/package/fibers) Node module on OpenBSD but it seems to be failing. I contacted the author and he told me to check the bindings.gyp file: Anything here OpenBSD might react

Re: Help building Node module on OpenBSD

2013-11-05 Thread opendaddy
On 5. november 2013 at 2:22 PM, Alexey E. Suslikov alexey.susli...@gmail.com wrote: David Coppa dcoppa at gmail.com writes: OpenBSD lacks the ucontext.h and associated functions (setcontext/getcontext, swapcontext, and makecontext).

Re: Help building Node module on OpenBSD

2013-11-05 Thread opendaddy
Hello, On 5. november 2013 at 2:29 PM, Aaron def...@gmail.com wrote: The problem is because node's gyp was not taught (my bad - I fixed it for next release) what OpenBSD boxes are. To fix it - simply `pkg_add gyp` (obviously you will need to have PKG_PATH set). Once gyp is installed the ['OS

Re: Help building Node module on OpenBSD

2013-11-05 Thread Aaron
On Tue, Nov 5, 2013 at 9:30 AM, openda...@hushmail.com wrote: Hello again, On 5. november 2013 at 2:31 PM, Aaron def...@gmail.com wrote: The problem is because node's gyp was not taught (my bad - I fixed it for next release) what OpenBSD boxes are. To fix it - simply `pkg_add gyp` (obviously

Re: Help building Node module on OpenBSD

2013-11-05 Thread opendaddy
Hello again, On 5. november 2013 at 2:31 PM, Aaron def...@gmail.com wrote: The problem is because node's gyp was not taught (my bad - I fixed it for next release) what OpenBSD boxes are. To fix it - simply `pkg_add gyp` (obviously you will need to have PKG_PATH set). Once gyp is installed the

Re: Help building Node module on OpenBSD

2013-11-05 Thread opendaddy
Hello, On 5. november 2013 at 4:37 PM, Aaron def...@gmail.com wrote: If you need 1.0.1, I would recommend pkg_delete'ing the port version - and letting npm install it (just make sure gyp is installed). gyp-0.1282 is installed, but it seems I'm getting the same ../src/libcoro/coro.h:321:23:

Re: Help vote for OpenBSD

2013-10-29 Thread opendaddy
Don't forget to vote! On 9. oktober 2013 at 2:09 PM, openda...@hushmail.com wrote: Hi, Could you guys help me vote for OpenBSD at Digital Ocean? https://digitalocean.uservoice.com/forums/136585-digital-ocean/suggestions/3232571-support-bsd-os- Basically it's the only SSD cloud hosting

Help vote for OpenBSD

2013-10-09 Thread opendaddy
Hi, Could you guys help me vote for OpenBSD at Digital Ocean? https://digitalocean.uservoice.com/forums/136585-digital-ocean/suggestions/3232571-support-bsd-os- Basically it's the only SSD cloud hosting provider (https://www.youtube.com/watch?v=vHZLCahai4Q) in existance and if the response

Re: Help vote for OpenBSD

2013-10-09 Thread opendaddy
* existence On 9. oktober 2013 at 2:09 PM, openda...@hushmail.com wrote: Hi, Could you guys help me vote for OpenBSD at Digital Ocean? https://digitalocean.uservoice.com/forums/136585-digital- ocean/suggestions/3232571-support-bsd-os- Basically it's the only SSD cloud hosting provider (https

Re: Help vote for OpenBSD

2013-10-09 Thread Stuart Henderson
On 2013-10-09, openda...@hushmail.com openda...@hushmail.com wrote: Basically it's the only SSD cloud hosting provider (https://www.youtube.com/watch?v=vHZLCahai4Q) in existance No it isn't.

Re: Help vote for OpenBSD

2013-10-09 Thread opendaddy
Keep them coming guys! Couple hundred more and OpenBSD will top the list: https://digitalocean.uservoice.com/forums/136585-digital-ocean/filters/top Would be great PR for OpenBSD too. On 9. oktober 2013 at 9:45 PM, Stuart Henderson s...@spacehopper.org wrote: On 2013-10-09,

Re: nouveau driver help (moved from ports to misc)

2013-10-04 Thread Kevin Chadwick
Oke, What is then the best way to proceed ? Buy an ATI or Intel gfx card. I assume you meant a system with an intel gfx chip and most use laptops these days but this raised a thought with me. What would be a cheap but decent enough, KMS supported VGA and or PCIEX card model? --

OpenBSD5.3/PF Settings help request

2013-09-25 Thread Adelin Balou
the problem. I will be grateful if you could help me. Please find attached my pf.conf file. I am looking forward to reading from you as soon as possible. Kind regards, -- Adelin Balou Etudiant en 2ème Année de Master Sécurité et Réseaux. Institut des Sciences et Techniques de

Re: OpenBSD5.3/PF Settings help request

2013-09-25 Thread Claer
a firewall. I have contacted http://www.evolix.fr/ one of the OpenBSD support link http://www.openbsd.org/support.html in Marseille (France) they have read the file but they can't find the problem. I will be grateful if you could help me. Please find attached my pf.conf file. Attachements

Re: OpenBSD5.3/PF Settings help request

2013-09-25 Thread Erling Westenvik
/sysctl.conf net.inet.ip.forwarding=1 Rergards Erling I have contacted http://www.evolix.fr/ one of the OpenBSD support link http://www.openbsd.org/support.html in Marseille (France) they have read the file but they can't find the problem. I will be grateful if you could help me. Please find

Re: OpenBSD5.3/PF Settings help request

2013-09-25 Thread Marios Makassikis
of the OpenBSD support link http://www.openbsd.org/support.html in Marseille (France) they have read the file but they can't find the problem. I will be grateful if you could help me. Please find attached my pf.conf file. I am looking forward to reading from you as soon as possible. Kind regards

Re: OpenBSD5.3/PF Settings help request

2013-09-25 Thread Jérémie Courrèges-Anglas
Hi, Adelin Balou adelin.ba...@etu.univ-valenciennes.fr writes: [...] Please find attached my pf.conf file. [...] [demime 1.01d removed an attachment of type application/octet-stream which had a name of pf.conf] No attachment allowed here. -- jca | PGP: 0x06A11494 / 61DB D9A0 00A4 67CF

Re: OpenBSD5.3/PF Settings help request

2013-09-25 Thread Janne Johansson
2013/9/25 Erling Westenvik erling.westen...@gmail.com On Wed, Sep 25, 2013 at 04:40:37PM +0200, Adelin Balou wrote: The problem is : The Firewall has Internet and hosts on WLAN and LAN can't connect to internet. I don't know if my NAT and Filtering rules are not matching. My

Re: Help troubleshooting ehci_idone hang.

2013-09-12 Thread Martin Pieuchot
On 11/09/13(Wed) 11:03, RD Thrush wrote: On 09/10/13 07:56, Martin Pieuchot wrote: On 10/09/13(Tue) 07:15, RD Thrush wrote: On 09/10/13 04:42, Martin Pieuchot wrote: [...] Thanks for this detailed bug report. You're saying that you have 2 amd64 systems with the same problem but I

Re: Help troubleshooting ehci_idone hang.

2013-09-12 Thread RD Thrush
On 09/12/13 05:15, Martin Pieuchot wrote: On 11/09/13(Wed) 11:03, RD Thrush wrote: On 09/10/13 07:56, Martin Pieuchot wrote: On 10/09/13(Tue) 07:15, RD Thrush wrote: On 09/10/13 04:42, Martin Pieuchot wrote: [...] Thanks for this detailed bug report. You're saying that you have 2 amd64

Re: Help troubleshooting ehci_idone hang.

2013-09-12 Thread Martin Pieuchot
On 12/09/13(Thu) 08:16, RD Thrush wrote: On 09/12/13 05:15, Martin Pieuchot wrote: [...] Could you try the diff below on the v1 machine and tell me if it helps? Thanks, I don't think it helped... By looking at your new log, I believe it did ;) After booting the new kernel, upon first

Re: Help troubleshooting ehci_idone hang.

2013-09-12 Thread RD Thrush
On 09/12/13 10:34, Martin Pieuchot wrote: On 12/09/13(Thu) 08:16, RD Thrush wrote: On 09/12/13 05:15, Martin Pieuchot wrote: [...] Could you try the diff below on the v1 machine and tell me if it helps? Thanks, I don't think it helped... By looking at your new log, I believe it did ;)

Re: Help with ISAKMP Nat Traversal Problem needed

2013-09-11 Thread Christoph Leser
There seems to be no interest in this issue on @misc. Would it be ok to file a bug for this? -Ursprüngliche Nachricht- Von: Christoph Leser Gesendet: Montag, 9. September 2013 16:45 An: Christoph Leser; misc@openbsd.org Betreff: AW: Help with ISAKMP Nat Traversal Problem needed

Re: Help troubleshooting ehci_idone hang.

2013-09-11 Thread RD Thrush
On 09/10/13 07:56, Martin Pieuchot wrote: On 10/09/13(Tue) 07:15, RD Thrush wrote: On 09/10/13 04:42, Martin Pieuchot wrote: [...] Thanks for this detailed bug report. You're saying that you have 2 amd64 systems with the same problem but I see only the dmesg for one machine, does the other

Re: Help troubleshooting ehci_idone hang.

2013-09-10 Thread Martin Pieuchot
to network ping. A hardware reset is necessary to regain control. In order to help troubleshoot, I patched /usr/src/sys/dev/usb/ehci.c to panic when the forementioned message had occurred 9 times and then built a custom kernel with EHCI_DEBUG defined. In the past day, the new panic has occurred

Re: Help troubleshooting ehci_idone hang.

2013-09-10 Thread RD Thrush
is unresponsive to the keyboard and doesn't respond to network ping. A hardware reset is necessary to regain control. In order to help troubleshoot, I patched /usr/src/sys/dev/usb/ehci.c to panic when the forementioned message had occurred 9 times and then built a custom kernel with EHCI_DEBUG defined

Re: Help troubleshooting ehci_idone hang.

2013-09-10 Thread Martin Pieuchot
On 10/09/13(Tue) 07:15, RD Thrush wrote: On 09/10/13 04:42, Martin Pieuchot wrote: [...] Thanks for this detailed bug report. You're saying that you have 2 amd64 systems with the same problem but I see only the dmesg for one machine, does the other has the same ehci controller?

Re: Help troubleshooting ehci_idone hang.

2013-09-10 Thread RD Thrush
On 09/10/13 07:56, Martin Pieuchot wrote: On 10/09/13(Tue) 07:15, RD Thrush wrote: On 09/10/13 04:42, Martin Pieuchot wrote: [...] Thanks for this detailed bug report. You're saying that you have 2 amd64 systems with the same problem but I see only the dmesg for one machine, does the other

Help with ISAKMP Nat Traversal Problem needed

2013-09-09 Thread Christoph Leser
will provide here and help me with the proper interpretation. The setup is simple: openBSD has direct access to the internet with IP address 217.110.66.79 SonicWall is behind IP address 217.86.184.8 My /etc/ipsec.conf is ike active esp tunnel from 129.143.250.128/25 to 192.168.199.0/24 peer

Re: Help with ISAKMP Nat Traversal Problem needed

2013-09-09 Thread Christoph Leser
command Sep 9 16:09:39 q-dsl isakmpd[13061]: isakmpd: shutting down... -Ursprüngliche Nachricht- Von: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] Im Auftrag von Christoph Leser Gesendet: Montag, 9. September 2013 12:13 An: misc@openbsd.org Betreff: Help with ISAKMP Nat

Help troubleshooting ehci_idone hang.

2013-09-07 Thread RD Thrush
control. In order to help troubleshoot, I patched /usr/src/sys/dev/usb/ehci.c to panic when the forementioned message had occurred 9 times and then built a custom kernel with EHCI_DEBUG defined. In the past day, the new panic has occurred on the same machine with both an mp and sp kernel and I

Re: OpenBGPD help on announce needed :)

2013-06-10 Thread Mindless Gr
? Thanks again for your great work on Routing Daemons From: Mindless Gr nomindles...@yahoo.com To: misc@openbsd.org misc@openbsd.org Sent: Saturday, June 8, 2013 12:46 PM Subject: OpenBGPD help on announce needed :) Hello list,  I am experiencing a very strange

OpenBGPD help on announce needed :)

2013-06-08 Thread Mindless Gr
Hello list,  I am experiencing a very strange behavior of an newly installed OpenBGPD router running on OpenBSD 5.3 with all patches as of two days ago from errata page. This Router connects to internal Route Servers and it Peers with an IXP, i have tried many parameters but i am failing to

Re: Policy Based Routing/pfctl help

2013-05-22 Thread Stuart Henderson
On 2013/05/21 17:09, Aaron Dewell wrote: There will be packets arriving at this interface also, however, they aren't returned as such, just counted (except ping testing), so I should be good there. So it sounds like what I need is, for example: pass in from 10.1.1.0/24 route-to

Re: Policy Based Routing/pfctl help

2013-05-22 Thread Aaron Dewell
it going, thanks very much for your help! The final syntax I used, after more messing with it, was: pass in on vlan0 route-to 10.1.1.1 from 10.1.1.0/24 to any pass in on vlan1 reply-to 10.1.1.1 Which comes out as: # pfctl -sr No ALTQ support in kernel ALTQ related functions disabled pass in on vlan0

Policy Based Routing/pfctl help

2013-05-21 Thread Aaron Dewell
Hey all, I know this is slightly off-topic on this list, I'm hoping the OpenBSD answer will be close enough to the MacOS X (10.8) answer that I'll get what I need done. I have gotten zero replies from the Apple communities, so I'm asking here. That said, here's what I'm trying to accomplish.

Re: Policy Based Routing/pfctl help

2013-05-21 Thread Stuart Henderson
On 2013-05-21, Aaron Dewell aaron.dew...@gmail.com wrote: Hey all, I know this is slightly off-topic on this list, I'm hoping the OpenBSD answer will be close enough to the MacOS X (10.8) answer that I'll get what I need done. I have gotten zero replies from the Apple communities, so I'm

Re: Policy Based Routing/pfctl help

2013-05-21 Thread Aaron Dewell
On May 21, 2013, at 4:31 PM, Stuart Henderson wrote: On 2013-05-21, Aaron Dewell aaron.dew...@gmail.com wrote: Hey all, I know this is slightly off-topic on this list, I'm hoping the OpenBSD answer will be close enough to the MacOS X (10.8) answer that I'll get what I need done. I have

Softraid 1 Help

2013-02-22 Thread Brandon Tanner
Hello, This is my first time posting to this list. I am wanting to setup a softraid 1 array, with two 3TB drives. Every guide or howto I can find though is about installing onto such an array. My case however, the boot drive is on its own, a 250GB'er. I simply want to create the array with

Re: Softraid 1 Help

2013-02-22 Thread noah pugsley
You haven't added any partitions to the raid set you created. And then you're trying to mount that using the raw mode device. Either you're reading a bad tutorial or didn't follow all the steps. Add a partition and try mounting that using the block device, sd3, not rsd3. You owe it to yourself

Re: Softraid 1 Help

2013-02-22 Thread Nick Holland
On 02/22/2013 01:00 PM, Brandon Tanner wrote: Hello, This is my first time posting to this list. I am wanting to setup a softraid 1 array, with two 3TB drives. Every guide or howto I can find though is about installing onto such an array. My case however, the boot drive is on its own, a

Re: Softraid 1 Help

2013-02-22 Thread Robert
On Fri, 22 Feb 2013 12:00:06 -0600 Brandon Tanner thelette...@gmail.com wrote: Thanks for any feedback. Let's give you some more detailed advice (yes, you still need to read the man pages ;) ) 1) MAKEDEV is only needed if the device you want doesn't yet exist in /dev. sd1, sd2 and sd3 are

Re: need help --reboot of newly installed OpenBSD 4.7 on Toshiba Libretto 70 neds in integet divide

2013-02-16 Thread Fred Crowson
On 14 February 2013 22:12, Fred Crowson fred.crow...@gmail.com wrote: On 14 February 2013 08:42, Hugo Villeneuve h...@eintr.net wrote: I self reply to this very old email for prosperity and because I was asked off list how I boot GENERIC on my Compaq Presario 433 (486). I figured which

Re: need help --reboot of newly installed OpenBSD 4.7 on Toshiba Libretto 70 neds in integet divide

2013-02-14 Thread Hugo Villeneuve
On Fri, Jul 09, 2010 at 17:07:53, Hugo Villeneuve wrote: On Fri, Jul 09, 2010 at 11:20:51AM +0200, Ariel Burbaickij wrote: Hello all, following situation: I installed OpenBSD 4.7 on Toshiba Libretto 70 4.7 using hard drive donor installation method, i.e. I used the original Libretto

Re: need help --reboot of newly installed OpenBSD 4.7 on Toshiba Libretto 70 neds in integet divide

2013-02-14 Thread Nick Holland
On 02/14/13 03:41, Hugo Villeneuve wrote: On Fri, Jul 09, 2010 at 17:07:53, Hugo Villeneuve wrote: On Fri, Jul 09, 2010 at 11:20:51AM +0200, Ariel Burbaickij wrote: Hello all, following situation: I installed OpenBSD 4.7 on Toshiba Libretto 70 4.7 using hard drive donor installation

Re: need help --reboot of newly installed OpenBSD 4.7 on Toshiba Libretto 70 neds in integet divide

2013-02-14 Thread Fred Crowson
On 14 February 2013 08:42, Hugo Villeneuve h...@eintr.net wrote: I self reply to this very old email for prosperity and because I was asked off list how I boot GENERIC on my Compaq Presario 433 (486). I figured which drivers to disable via trial and error and it has worked every release

Need help with missing libraries libintl.so.60 libiconv.so.6.0'

2013-01-27 Thread Keith
uninstalled the packages that I installed and have tried uninstalling/installing pico nano and have tried installing some libraries using pkg_add but with no luck. Can again help ? Thanks Keith

Re: Need help with missing libraries libintl.so.60 libiconv.so.6.0'

2013-01-27 Thread Keith
the following. nano: can't load library 'libintl.so.6.0' or pico: can't load library 'libintl.so.6.0' I have uninstalled the packages that I installed and have tried uninstalling/installing pico nano and have tried installing some libraries using pkg_add but with no luck. Can again help

USB Printing help / how to request.

2013-01-27 Thread Keith
Hi, I've tried a few times to get my Home FW / Download box to be a print server with my Epson Stylux Photo R285 but each time I've tried I've given up as i just couldn't figure how to get it all to work. It seems really complicated and using Google to find tutorials hasn't helped. I have

Re: USB Printing help / how to request.

2013-01-27 Thread Antoine Jacoutot
On Sun, Jan 27, 2013 at 12:53:25PM +, Keith wrote: Hi, I've tried a few times to get my Home FW / Download box to be a print server with my Epson Stylux Photo R285 but each time I've tried I've given up as i just couldn't figure how to get it all to work. It seems really complicated and

Re: Help with the board H77-D3H

2012-12-24 Thread What you get is Not what you see
I dont know how to report the dump etc. So any help would be appreciated. Here is the board manifacture's web page http://www.gigabyte.com/products/product-page.aspx?pid=4141 a dmesg, my kingdom for a dmesg! See http://www.openbsd.org/report.html -Otto

Re: Help with the board H77-D3H

2012-12-24 Thread What you get is Not what you see
On Thu, Dec 20, 2012 at 6:22 PM, Otto Moerbeek o...@drijf.net wrote: a dmesg, my kingdom for a dmesg! See http://www.openbsd.org/report.html Here is a dmesg written by hand , at last I found this way. So It might have typos. cpu0: Intel Pentium CPU G645 @ 2.90Ghz (GenuineIntel

Re: Help with the board H77-D3H

2012-12-24 Thread Otto Moerbeek
On Mon, Dec 24, 2012 at 11:59:39AM +0200, What you get is Not what you see wrote: On Thu, Dec 20, 2012 at 6:22 PM, Otto Moerbeek o...@drijf.net wrote: a dmesg, my kingdom for a dmesg! See http://www.openbsd.org/report.html Here is a dmesg written by hand , at last I found

Re: Help with the board H77-D3H

2012-12-24 Thread What you get is Not what you see
On Mon, Dec 24, 2012 at 12:37 PM, Otto Moerbeek o...@drijf.net wrote: sd0 is configured, but does not seem to contain a root filesystem. The two main bets: Either something went wrong with the install or your disk is kaput. Actually this is the second, old disc which is giving the same

Re: Help with the board H77-D3H

2012-12-24 Thread What you get is Not what you see
Here is another dmesg. I am getting acpiec0 at acpi0 : failed to read resource settings this time. I connected the new hard disc and a cdrom. cpu0: Intel Pentium CPU G645 @ 2.90Ghz (GenuineIntel 686-class) 2.90Ghz cpu0:

Re: Help with the board H77-D3H

2012-12-24 Thread What you get is Not what you see
On Mon, Dec 24, 2012 at 1:21 PM, What you get is Not what you see wygin...@gmail.com wrote: acpiec0 at acpi0 : failed to read resource settings acpiec0 at acpi0: C3, C1, PSS acpiec1 at acpi0: C3, C1, PSS Sorry the relevant acpi lines must be the following acpiec0 at acpi0 : failed to

Re: Help with the board H77-D3H

2012-12-24 Thread What you get is Not what you see
On Mon, Dec 24, 2012 at 12:37 PM, Otto Moerbeek o...@drijf.net wrote: sd0 is configured, but does not seem to contain a root filesystem. The two main bets: Either something went wrong with the install or your disk is kaput. I reinstalled i386 cd with the brand new hard drive. This time

<    2   3   4   5   6   7   8   9   10   11   >