Re: ehci_idone message with HP printer

2014-07-20 Thread Jérôme Frgacic
If you see it only once, you can ignore it. Ok, this is the case for me. But do you still need to restart your printer? No, this problem seem actually to be fixed, thank you. :)

Running RESTORE(8) from standard in.

2014-07-20 Thread Robert Carleton
I'm using dump for backups to take advantage of the dump levels. I'd like to be able to run restore interactively, using the standard in as an input. Here's what I have in mind: # cd /tmp # ssh backup@10.0.0.10 "cat /home/backup/0-var.dmp" | restore -i -f - restore > When I try it, it hangs on

Re: Running RESTORE(8) from standard in.

2014-07-20 Thread Philip Guenther
On Sun, Jul 20, 2014 at 2:06 PM, Robert Carleton wrote: > I'm using dump for backups to take advantage of the dump levels. I'd like > to be able to run restore interactively, using the standard in as an input. > Here's what I have in mind: > > # cd /tmp > # ssh backup@10.0.0.10 "cat /home/backup/

Re: Running RESTORE(8) from standard in.

2014-07-20 Thread Robert Carleton
On Jul 20, 2014, at 2:24 PM, Philip Guenther wrote: > On Sun, Jul 20, 2014 at 2:06 PM, Robert Carleton wrote: > I'm using dump for backups to take advantage of the dump levels. I'd like to be able to run restore interactively, using the standard in as an input. Here's what I have in mind: > > #

Re: zzz, /dev/wsmouse

2014-07-20 Thread Mike Burns
On 2014-07-19 16.43.30 +0200, Martin Pieuchot wrote: > On 13/07/14(Sun) 18:22, Mike Burns wrote: > > Thinkpad X1 Carbon with a touchscreen, running 5.5-stable. When I resume > > from suspend my Xorg.0.log is flooded with: > > > > (EE) ws: /dev/wsmouse1: read error Input/output error > > > > In

Re: Running RESTORE(8) from standard in.

2014-07-20 Thread Robert Carleton
Robert "Bruce" Carleton r...@rbcarleton.com On Jul 20, 2014, at 2:27 PM, Robert Carleton wrote: > On Jul 20, 2014, at 2:24 PM, Philip Guenther wrote: > >> On Sun, Jul 20, 2014 at 2:06 PM, Robert Carleton > wrote: >> I'm using dump for backups to take advantage of the dump levels. I'd like to

Re: During install MacBookAir5,2 screen goes blank, need external monitor

2014-07-20 Thread Sevan / Venture37
On 16 July 2014 00:49, Vasily Mikhaylichenko wrote: > You'll need USB 2.0 emulation for the USB ports to work. There is a way > to enable it on a MacBook: > https://gist.github.com/jcs/5573685#openbsd-booting. Thanks for that Vasily, I tried with the AMD64 snapshot from 15/07/2014 & todays, with

Re: Are nc -lu < /dev/zero > /dev/null a good throughput test?

2014-07-20 Thread Raimundo Santos
On 19 July 2014 21:22, Sean Kamath wrote: > > Are you counting all those zeros to make sure they all came through? > > 'cause TCP is guaranteed delivery, in order. UDP guarantees nothing. Hello Sean! Why counting? My guess, and therefore the start of my reasoning and later questioning here, is

Re: Are nc -lu < /dev/zero > /dev/null a good throughput test?

2014-07-20 Thread Raimundo Santos
On 19 July 2014 21:28, Philip Guenther wrote: > > tcpbench(1) - TCP/UDP benchmarking and measurement tool Oh, just beneath my eyes, in the base install. Thank you, Philip. May I loose time comparing tcpbench(1) with iperf?

Re: Are nc -lu < /dev/zero > /dev/null a good throughput test?

2014-07-20 Thread Adam Thompson
On 14-07-20 04:57 PM, Raimundo Santos wrote: On 19 July 2014 21:22, Sean Kamath wrote: Are you counting all those zeros to make sure they all came through? 'cause TCP is guaranteed delivery, in order. UDP guarantees nothing. Hello Sean! Why counting? My guess, and therefore the start of my

Re: DVD & how to overcome mkisofs

2014-07-20 Thread Tuyosi Takesima
acording to https://wiki.archlinux.org/index.php/Optical_Disc_Drive_ , -use-the-force-luke=spare:none may be good for growisofs. ---tuyosi

l2tp / ipsec issue

2014-07-20 Thread Gordon Turner
Hey List, I am trying to use OpenBSD 5.5 as an VPN end point for iOS 7.0 and OSX 10.9 native VPN clients, using L2TP / IPsec. At the moment I am running the VPN end point on an internal server and forwarding appropriate ports from the router: - UDP 500 - Internet Key Exchange (IKE) - UD

Re: Dropping UDP Packets

2014-07-20 Thread Darryl Wisneski
On Fri, Jul 18, 2014 at 09:36:23AM +, Stuart Henderson wrote: > On 2014-07-17, Darryl Wisneski wrote: > > netstat -s -p udp |grep "dropped due to full socket" > > 345197 dropped due to full socket buffers > > We're assuming this relates to openvpn packets but you can check which > sockets ha

Re: Are nc -lu < /dev/zero > /dev/null a good throughput test?

2014-07-20 Thread Raimundo Santos
On 20 July 2014 19:44, Adam Thompson wrote: > > No, what he meant was that using nc -u can produce false results. Thank you Adam to point out my misinterpretation. Now I understand that Sean asked about how am I sure that all those zeroes generated in one host are really going to the other. > Th

Re: Are nc -lu < /dev/zero > /dev/null a good throughput test?

2014-07-20 Thread Adam Thompson
On Sun 20 Jul 2014 09:58:03 PM CDT, Raimundo Santos wrote: What version of ProxmoxVE? I am considering this as a counterpart to XenServer, but I have some kind of faith in hypervisors in Xen and VMWare style, but in this project I can not afford VMWare prices. I'm paying for the basic level of

Re: DVD & how to overcome mkisofs

2014-07-20 Thread Tuyosi Takesima
Hi al . xine is good , but big . i hear and see DVD by sudo mplayer dvd://1 -dvd-device /dev/rcd0c -aid 129 i owe http://sakamoto.fam.cx/index.cgi?p=Video%2FMPlayer . in my case ,i do ' sudo mplayer -v dvd://1 -dvd-device /dev/rcd0c ' then i get audio stream: 0 format: ac3 (5.1) lan

Re: l2tp / ipsec issue

2014-07-20 Thread chenghan tv
the public_ip in your ipsec.conf should be the external ip of your router, not the openbsd box. other setup checks can be referred to the following article. http://undeadly.org/cgi?action=article&sid=20120427125048 2014/7/21 上午10:19 於 "Gordon Turner" 寫道: > Hey List, > > I am trying