Re: Help needed: pkg_add dropps connections

2015-02-17 Thread Stefan Wollny
Am 02/18/15 um 01:40 schrieb Nick Holland: > On 02/17/15 18:59, Stefan Wollny wrote: >> ftp: connect: No route to host > > you need to fix that before you worry about anything. > > Once you get THAT fixed, then you can get back to worrying about your > dropping connections. > > Gotta make it bef

Re: Help needed: pkg_add dropps connections

2015-02-17 Thread Nick Holland
On 02/17/15 18:59, Stefan Wollny wrote: > ftp: connect: No route to host you need to fix that before you worry about anything. Once you get THAT fixed, then you can get back to worrying about your dropping connections. Gotta make it before you can drop it.

Re: Help needed: pkg_add dropps connections

2015-02-17 Thread Stefan Wollny
Am 02/17/15 um 22:28 schrieb Stefan Wollny: [ ... ] > Well ... it should be nonsense but I will change the way I connect to > the net: Disable 'trunk0' and connect directly via 'em0' (feel my > desperation?). > OK - changed the standard of connecting to the internet via trunk0 to the physical in

Re: Help needed: pkg_add dropps connections

2015-02-17 Thread Stefan Wollny
Am 02/18/15 um 00:05 schrieb Todd C. Miller: > One thing to check is the MTU on the Fritz!Box. If the MTU is set > to, for example, 1448 instead of 1500 you may need to reduce the > MTU on your laptop to match. > > - todd > Hi Todd, thank you for caring! Well - the Fritz!Box-web-interface i

Re: Help needed: pkg_add dropps connections

2015-02-17 Thread Nick Holland
On 02/17/15 17:44, Gene wrote: On Tue, Feb 17, 2015 at 2:37 PM, trondd wrote: He's using http protocol. Just because the hostname has ftp in it, doesn't mean it's the ftp protocol. It's not just the hostname I'm basing it off of, it's the error message: good try, but no. ~ $ sudo pkg_a

Re: Help needed: pkg_add dropps connections

2015-02-17 Thread trondd
On 2/17/15, Gene wrote: > On Tue, Feb 17, 2015 at 2:37 PM, trondd wrote: > >> He's using http protocol. Just because the hostname has ftp in it, >> doesn't mean it's the ftp protocol. >> > > It's not just the hostname I'm basing it off of, it's the error message: > > ~ $ sudo pkg_add -ui > quirk

Re: Help needed: pkg_add dropps connections

2015-02-17 Thread Stefan Wollny
Am 02/17/15 um 23:37 schrieb trondd: > He's using http protocol. Just because the hostname has ftp in it, > doesn't mean it's the ftp protocol. > Precisely: Looking at the information I provided with the second post you'll notice that "192.168.178.31:4561 -> 217.31.80.35:80" is using the http-pro

Re: Help needed: pkg_add dropps connections

2015-02-17 Thread Stefan Wollny
Am 02/17/15 um 23:47 schrieb Gene: > On Tue, Feb 17, 2015 at 2:40 PM, Stefan Wollny wrote: > >> Am 02/17/15 um 23:25 schrieb Gene: >>> That is not the extent of the sudo settings. You have to look at the >>> sudoers file to check whether the env settings are kept or not. >> >> ??? >> Sorry - it

Re: Help needed: pkg_add dropps connections

2015-02-17 Thread Stefan Wollny
Am 02/17/15 um 22:20 schrieb Gene: > It looks like http_proxy is being set, but you're getting packages from an > ftp server. You need to define the ftp_proxy variable as well. > Hi Gene, Hi Gene, thanks for your advice. I am not shure if setting an ftp_proxy-variable might help here as the http

Re: Help needed: pkg_add dropps connections

2015-02-17 Thread Gene
On Tue, Feb 17, 2015 at 2:40 PM, Stefan Wollny wrote: > Am 02/17/15 um 23:25 schrieb Gene: > > That is not the extent of the sudo settings. You have to look at the > > sudoers file to check whether the env settings are kept or not. > > ??? > Sorry - it was a looong day: What _exactly_ do I have

Re: Help needed: pkg_add dropps connections

2015-02-17 Thread Stefan Wollny
Am 02/17/15 um 23:25 schrieb Gene: > That is not the extent of the sudo settings. You have to look at the > sudoers file to check whether the env settings are kept or not. ??? Sorry - it was a looong day: What _exactly_ do I have to look at? That line >> %wheel ALL=(ALL) NOPASSWD: SETENV: ALL wa

Re: Help needed: pkg_add dropps connections

2015-02-17 Thread Gene
On Tue, Feb 17, 2015 at 2:37 PM, trondd wrote: > He's using http protocol. Just because the hostname has ftp in it, > doesn't mean it's the ftp protocol. > It's not just the hostname I'm basing it off of, it's the error message: ~ $ sudo pkg_add -ui quirks-2.52 signed on 2015-02-14T12:43:06Z E

Help needed: pkg_add dropps connections

2015-02-17 Thread trondd
He's using http protocol. Just because the hostname has ftp in it, doesn't mean it's the ftp protocol. Also, yes, I believe sudo only carries over the environment variables explicitly told to do so. Can you download packages with a web browser? Have you tried using the ftp program directly? Wh

Re: Help needed: pkg_add dropps connections

2015-02-17 Thread Gene
That is not the extent of the sudo settings. You have to look at the sudoers file to check whether the env settings are kept or not. Try bypassing sudo entirely: $ sudo su - # export http_proxy=http://192.168.178.23:3128 # export ftp_proxy=http://192.168.178.23:3128 # pkg_add -ui -Gene On Tue,

Fwd: Re: Help needed: pkg_add dropps connections

2015-02-17 Thread Stefan Wollny
Ooops - overlooked to cc: to misc@ Weitergeleitete Nachricht Betreff: Re: Help needed: pkg_add dropps connections Datum: Tue, 17 Feb 2015 23:14:51 +0100 Von: Stefan Wollny An: Gene Am 02/17/15 um 22:54 schrieb Gene: > Squid can work as an FTP proxy, and I imagine in your case

Re: Any experience with D-Link DGS-1100 and static trunk aggregation?

2015-02-17 Thread Josh Grosse
On 2015-02-17 16:49, Adam Thompson wrote: On 2015-02-16 08:46 AM, Josh Grosse wrote: I've just ordered a D-Link DGS-1100 series low-end managed switch and am wondering if anyone has used one of these with either a roundrobin or loadbalance trunk(4) configuration. The DGS-1200 series supports LA

Re: Help needed: pkg_add dropps connections

2015-02-17 Thread Gene
Also, note that the value between the two variables will be the same: e.g. http_proxy=http://192.168.178.23:3128 ftp_proxy=http://192.168.178.23:3128 -Gene On Tue, Feb 17, 2015 at 1:54 PM, Gene wrote: > Squid can work as an FTP proxy, and I imagine in your case it probably > does. Try settin

Re: Help needed: pkg_add dropps connections

2015-02-17 Thread Gene
Squid can work as an FTP proxy, and I imagine in your case it probably does. Try setting it and trying the pkg_add command again. Additionally, you'll want to make sure that your proxy environment variables are being passed through sudo. If sudo is configured to use env_reset and env_keep and it

Re: Any experience with D-Link DGS-1100 and static trunk aggregation?

2015-02-17 Thread Adam Thompson
On 2015-02-16 08:46 AM, Josh Grosse wrote: I've just ordered a D-Link DGS-1100 series low-end managed switch and am wondering if anyone has used one of these with either a roundrobin or loadbalance trunk(4) configuration. The DGS-1200 series supports LACP, but the 1100 only supports an undefine

Re: Help needed: pkg_add dropps connections

2015-02-17 Thread Stefan Wollny
Am 02/17/15 um 21:58 schrieb trondd: > On 2/17/15, Stefan Wollny wrote: >> Am 02/17/15 um 20:36 schrieb trondd: >>> When you are behind your server are you using NAT to get to the >>> internet or a proxy? If proxy, do you have the proxy environment >>> variables set? >>> >>> Tim. >>> >> Hi Tim, >

Re: Help needed: pkg_add dropps connections

2015-02-17 Thread Gene
It looks like http_proxy is being set, but you're getting packages from an ftp server. You need to define the ftp_proxy variable as well. -Gene On Tue, Feb 17, 2015 at 12:58 PM, trondd wrote: > On 2/17/15, Stefan Wollny wrote: > > Am 02/17/15 um 20:36 schrieb trondd: > >> When you are behind

Re: Help needed: pkg_add dropps connections

2015-02-17 Thread trondd
On 2/17/15, Stefan Wollny wrote: > Am 02/17/15 um 20:36 schrieb trondd: >> When you are behind your server are you using NAT to get to the >> internet or a proxy? If proxy, do you have the proxy environment >> variables set? >> >> Tim. >> > Hi Tim, > > thanks for caring. > > No - I am not behind

Re: Help needed: pkg_add dropps connections

2015-02-17 Thread Stefan Wollny
Am 02/17/15 um 20:36 schrieb trondd: > When you are behind your server are you using NAT to get to the > internet or a proxy? If proxy, do you have the proxy environment > variables set? > > Tim. > Hi Tim, thanks for caring. No - I am not behind the server: It is just another machine in the sa

Re: Help needed: pkg_add dropps connections

2015-02-17 Thread trondd
When you are behind your server are you using NAT to get to the internet or a proxy? If proxy, do you have the proxy environment variables set? Tim.

Re: Help needed: pkg_add dropps connections

2015-02-17 Thread Stefan Wollny
Am 02/17/15 um 19:30 schrieb Vadim Zhukov: > > Please check/diff/show us output of "sysctl net" on both machines. > Hi Vadim, thank you for replying! Below you'll find first the output of 'sysctl net' from the laptop, then the same from the server. At the end I add the dmesg of the server, just

Re: Installing OpenBSD 5.6 using a USB Flash drive

2015-02-17 Thread A Y
> Oops! I did not see that 'disk' actually was among the possible set > locations. Have you tried that? Yes I have. Could you please refer to previous discussions. If you cannot see many emails included here, then there must be something wrong with Outlook.com I am using. > Date: Tue, 17 Feb 2015

Re: Installing OpenBSD 5.6 using a USB Flash drive

2015-02-17 Thread Raimo Niskanen
On Tue, Feb 17, 2015 at 12:51:41PM +0100, Raimo Niskanen wrote: > On Tue, Feb 17, 2015 at 10:36:20AM +, A Y wrote: > > Hi all, > > I used the following command to create a USB flash drive installation media > > (with all file sets included): > > # dd if=/location/install56.fs of=/dev/rsd0c bs=1

Re: Installing OpenBSD 5.6 using a USB Flash drive

2015-02-17 Thread A Y
What about the other USB 2.0? because the machine has 2 USB ports, one 2.0 and one 3.0. I used the USB 2.0 and I am getting the same problem. I also used USB 3.0 after disabling BIOS USB XHCI and still getting the same problem. The problem with installing over a network is that I know nothing about

Re: Installing OpenBSD 5.6 using a USB Flash drive

2015-02-17 Thread A Y
dmesg|grep ^.d0 returns only "sd0" sysctl hw.disknames returns "sd0" and "rd0" my machine is a 10.1 inch netbook Lenovo E10-30 running Intel Celeron N2830 Dual Core 64 bit. Do you think I should have used amd64 installation instead of i386? > Date: Tue, 17 Feb 2015 12:51:41 +0100 > From: raimo+ope

The CDs have signatures, too

2015-02-17 Thread Christian Weisgerber
Remember, the official OpenBSD CDs carry signatures, too. https://securelist.com/files/2015/02/Equation_group_questions_and_answers.pdf | The attacks that use physical media (CD-ROMs) are particularly | interesting because they indicate the use of a technique known as | "interdiction", where the

Re: Help needed: pkg_add dropps connections

2015-02-17 Thread Stefan Wollny
Let me illustrate what I see: ~ $ sudo pkg_add -ui quirks-2.52 signed on 2015-02-14T12:43:06Z Error from http://ftp.hostserver.de/pub/OpenBSD/snapshots/packages/amd64/curl-7.40.0.tgz ftp: connect: No route to host sw@idefix ~ $ sudo pfctl -s states trunk0 tcp 192.168.178.31:48407 -> 192.168.178.2

Re: Installing OpenBSD 5.6 using a USB Flash drive

2015-02-17 Thread Raimo Niskanen
On Tue, Feb 17, 2015 at 10:36:20AM +, A Y wrote: > Hi all, > I used the following command to create a USB flash drive installation media > (with all file sets included): > # dd if=/location/install56.fs of=/dev/rsd0c bs=1m > The USB flash drive was created successfully. > The boot process from

Ihr Paypal Konto ist eingeschränkt! Ihre Mithilfe ist gefragt

2015-02-17 Thread PayPal
PayPal. Sicherererer. http:// Gesendet an m...@cvs.openbsd.org Dienstag, 17. Februar 2015 Sehr geehrte Kundin, Sehr geehrter Kunde, Im Rahmen Ihrer Sicherheiten prüfen wir regelmäßig alle Vorgänge im PayPal-System. Bei einer Überprüfung haben wir kürzlich ein Problem im Zusammenhang mit Ih

Re: Please help advertise DigitalOcean on OpenBSD Misc (again)

2015-02-17 Thread Hugo Osvaldo Barrera
On 2015-01-20 22:47, Constantine A. Murenin wrote: > On 20 January 2015 at 18:12, Steve Shockley wrote: > > On 1/19/2015 9:06 AM, openda...@hushmail.com wrote: > >> > >> So please stop by and give us your upvotes. > > > > > > So, is this advertising or SEO? > > DigitalOcean is a shady provider wit

Re: Installing OpenBSD 5.6 using a USB Flash drive

2015-02-17 Thread Stuart Henderson
On 2015/02/17 12:48, Peter N. M. Hansteen wrote: > What platform are you using? On amd64 sata drives tend to turn up as > sd-something (sd0 through > whatever), but if you're on i386, you may see them turn up as wd-something > (wd0 through > whatever), while your USB drive still most likely tur

Re: Installing OpenBSD 5.6 using a USB Flash drive

2015-02-17 Thread Erling Westenvik
On Tue, Feb 17, 2015 at 10:36:20AM +, A Y wrote: > Hi all, > I used the following command to create a USB flash drive installation media > (with all file sets included): > # dd if=/location/install56.fs of=/dev/rsd0c bs=1m > The USB flash drive was created successfully. Exactly. The USB flash

Re: Installing OpenBSD 5.6 using a USB Flash drive

2015-02-17 Thread Peter N. M. Hansteen
On Tue, Feb 17, 2015 at 10:36:20AM +, A Y wrote: > I used the following command to create a USB flash drive installation media > (with all file sets included): > # dd if=/location/install56.fs of=/dev/rsd0c bs=1m > The USB flash drive was created successfully. > The boot process from the USB wa

Re: Installing OpenBSD 5.6 using a USB Flash drive

2015-02-17 Thread Jiri B
On Tue, Feb 17, 2015 at 10:36:20AM +, A Y wrote: > The boot process from the USB was done. However, when we came to installing > file sets, the following prompt was displayed: > Location of sets? (disk http or 'done') [http] > Now, what can I do to direct the installation process to look for th

Re: Installing OpenBSD 5.6 using a USB Flash drive

2015-02-17 Thread A Y
Hi all, I used the following command to create a USB flash drive installation media (with all file sets included): # dd if=/location/install56.fs of=/dev/rsd0c bs=1m The USB flash drive was created successfully. The boot process from the USB was done. However, when we came to installing file sets,

Re: a thankyou to OpenBSD

2015-02-17 Thread Stefan Wollny
Am 02/11/15 um 01:26 schrieb Diana Eichert: > I don't post much any more, my OpenBSD systems "just work". > > Just wanted to post a thank you to OpenBSD because it does > "just work". > > My day job entails a lot of Linux support, lately I've been > dealing with the big screwup associated with ne

Re: postgresql-server exiting abnormally after upgrade to -snapshot

2015-02-17 Thread Craig Skinner
On 2015-02-16 Mon 18:19 PM |, Hugo Osvaldo Barrera wrote: > #3 0x11080cf8d1b1 in check_ip (raddr=0x110abc279918, > addr=0x110a899f9058, mask=0x110a899f9158) at hba.c:704 Is this an IPv6 thing? Until recently, Squid crashes likewise: Squid bug: 4024 Status: RESOLVED FIXED "l