[patch] src/usr.bin/calendar/calendars/calendar.music: JJ Cale 1938-2013

2013-09-30 Thread Matthew Clarke
Index: calendar.music === RCS file: /cvs/src/usr.bin/calendar/calendars/calendar.music,v retrieving revision 1.27 diff -u -r1.27 calendar.music --- calendar.music 7 Jul 2011 13:52:55 - 1.27 +++ calendar.music 30

SSH as root with specific IP

2013-09-30 Thread John Tate
I want to be able to log in as root by SSH with a specific IP address. This is so rsync can log in to the server easily and backup many files owned by many different users and groups. Rather than a script on the server logging into the server with the backups with many files and many different

Re: SSH as root with specific IP

2013-09-30 Thread Jay Patel
ssh -lroot youriphere -p1157 -l ==login -p == port number On Mon, Sep 30, 2013 at 11:59 AM, John Tate j...@johntate.org wrote: I want to be able to log in as root by SSH with a specific IP address. This is so rsync can log in to the server easily and backup many files owned by many

Re: [patch] src/usr.bin/calendar/calendars/calendar.music: JJ Cale 1938-2013

2013-09-30 Thread Jason McIntyre
On Sun, Sep 29, 2013 at 10:45:28PM -0700, Matthew Clarke wrote: Index: calendar.music === RCS file: /cvs/src/usr.bin/calendar/calendars/calendar.music,v retrieving revision 1.27 diff -u -r1.27 calendar.music --- calendar.music

Re: SSH as root with specific IP

2013-09-30 Thread David Coppa
On Mon, Sep 30, 2013 at 8:29 AM, John Tate j...@johntate.org wrote: I want to be able to log in as root by SSH with a specific IP address. This is so rsync can log in to the server easily and backup many files owned by many different users and groups. Rather than a script on the server logging

Re: SSH as root with specific IP

2013-09-30 Thread Eric Johnson
On Mon, 30 Sep 2013, John Tate wrote: I want to be able to log in as root by SSH with a specific IP address. This is so rsync can log in to the server easily and backup many files owned by many different users and groups. Rather than a script on the server logging into the server with the

Re: SSH as root with specific IP

2013-09-30 Thread Gilles Cafedjian
Le 2013-09-30 08:29, John Tate a écrit : I want to be able to log in as root by SSH with a specific IP address. This is so rsync can log in to the server easily and backup many files owned by many different users and groups. Rather than a script on the server logging into the server with

OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
I am having trouble with IP forwarding to specific sites on a very typical configuration. The router itself can access these sites but clients can not. I have looked in obvious places on the clients, but I cannot find a cause. I reinstalled OpenBSD on the router after getting SSL errors where SSL

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread Darren Tucker
On Mon, Sep 30, 2013 at 11:18:55PM +1000, John Tate wrote: I am having trouble with IP forwarding to specific sites on a very typical configuration. The router itself can access these sites but clients can not. I have looked in obvious places on the clients, but I cannot find a cause. I

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread Vijay Sankar
Quoting John Tate j...@johntate.org: I am having trouble with IP forwarding to specific sites on a very typical configuration. The router itself can access these sites but clients can not. I have looked in obvious places on the clients, but I cannot find a cause. I reinstalled OpenBSD on the

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread Denis Fondras
Hi, Le 30/09/2013 15:41, Vijay Sankar a écrit : Quoting John Tate j...@johntate.org: I can ping www.google.com.au and load the page in lynx from the router but not from other machines. Whereas I can use gmail like I am at the moment fine. This is a very, very strange bug I am experiencing.

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread James Shupe
On 2013-09-30 08:18, John Tate wrote: I am having trouble with IP forwarding to specific sites on a very typical configuration. The router itself can access these sites but clients can not. I have looked in obvious places on the clients, but I cannot find a cause. I reinstalled OpenBSD on the

[OT] quotes speedup sed

2013-09-30 Thread Denis Fondras
Hello all, This afternoon I stumbled upon a weirdness I can't explain. I hope some misc-guru can give a clue. I was parsing a 45kB html document on my OpenBSD 5.3 with the help of sed to extract a value and it was awfully slow. Quoting the input string gave it a real boost : $ time echo

Re: SSH as root with specific IP

2013-09-30 Thread Nick Holland
oops. meant to send to list... (this time with cheesy ASCII graphics which will probably get mauled by most mail clients) On 09/30/2013 02:29 AM, John Tate wrote: I want to be able to log in as root by SSH with a specific IP address. This is so rsync can log in to the server easily and

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
It would help if you told me how to do this... # ifconfig pppoe max-mms 1400 ifconfig: max-mms: bad value # ifconfig pppoe0 max-mms 1440 ifconfig: max-mms: bad value On Mon, Sep 30, 2013 at 11:53 PM, James Shupe jsh...@hermetek.com wrote: On 2013-09-30 08:18, John Tate wrote: I am having

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
Found it: While pppoe(8) has an internal option, ``mssfixup'', which is enabled by default and takes care of this, pppoe users have to rely on other methods. Using a packet filter, the maximum segment size (MSS) can be set (clamped) to the required value. The following rule in pf.conf(5) would

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
This part of the manual is out of date and the syntax does not work with pf in OpenBSD 5.3: While pppoe(8) has an internal option, ``mssfixup'', which is enabled by default and takes care of this, pppoe users have to rely on other methods. Using a packet filter, the maximum segment size (MSS)

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread James Shupe
On 2013-09-30 11:12, John Tate wrote: This part of the manual is out of date and the syntax does not work with pf in OpenBSD 5.3: While pppoe(8) has an internal option, ``mssfixup'', which is enabled by default and takes care of this, pppoe users have to rely on other methods. Using a packet

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
Well max-mss doesn't seem to help I can still only access gmail and not google.com.au. Also it has become suddenly selective after months with no problem so I wonder if this is the default these days. Still problems. On Tue, Oct 1, 2013 at 2:02 AM, James Shupe jsh...@hermetek.com wrote: On

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
On Tue, Oct 1, 2013 at 2:29 AM, Luis Coronado lcoron...@ticoit.com wrote: set reassemble yes no-df I tried using match and scrub rules without luck, but the 'reassemble yes no-df' solved my problems with the GRE tunnels we use among networks. Just make sure you dont have set skip on pppoe0

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
Things are working fine from another one of my computers, it must be something to do with the computer I'm using. Sorry about that everyone. On Tue, Oct 1, 2013 at 2:48 AM, John Tate j...@johntate.org wrote: Yeah I am using my lan not the wlan. I've not got to even seeing if the wlan even works

Re: Interrupts cause uaudio stuttering with mpd

2013-09-30 Thread Alexandre Ratchov
On Sun, Sep 29, 2013 at 11:28:26AM +0200, Alex Holst wrote: I'm looking for input on solving a long-standing issue with uaudio playback on my desktop system. (http://mongers.org/openbsd/dmesg.fit) When playing local FLAC files or streaming ogg/mp3 through mpd (or cvlc), I experience

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
It worked for a while but since rebooting my router now none of my computers work to access google.com, gmail.com works. Many other sites are not working, it is very frustrating. Clients on the wireless also don't work, it is the same problem. I can ping all the sites I can't access the problem

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread Vijay Sankar
Quoting John Tate j...@johntate.org: It worked for a while but since rebooting my router now none of my computers work to access google.com, gmail.com works. Many other sites are not working, it is very frustrating. Clients on the wireless also don't work, it is the same problem. I can ping

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread James Shupe
set reassemble yes no-df match in on pppoe0 scrub (max-mss 1440 no-df reassemble tcp) match in on? You need to match both directions. Also, stop top posting. -- James Shupe

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread Roberto E. Vargas Caballero
Since starting the thread I have changed my pf.conf on advice of other users to have these lines... set reassemble yes no-df match in on pppoe0 scrub (max-mss 1440 no-df reassemble tcp) Any more ideas? I have a similar problem here, and I still doesn't found the solution, but maybe your

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
I've done this, now Google works, but Facebook is still not working and probably some other sites. On Tue, Oct 1, 2013 at 3:34 AM, Luis Coronado lcoron...@ticoit.com wrote: if you keep set reassemble yes no-df you can (must?) remove the match in on pppoe0 scrut (max-mss 1440 no-df reassemble

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
Looks like I just had to remove the match line and just use set reassemble yes no-df and restart my interfaces on clients. Everything appears to work now. Still amazes me this wasn't a problem for months. On Tue, Oct 1, 2013 at 4:34 AM, John Tate j...@johntate.org wrote: I've done this, now

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
Alright at the moment things are mostly working but I've found I can't access Google Plus and Facebook never finishes loading, though at least now it loads a bit. Connections like ssh generally seem to be staying open. Is there something unusual about Facebook that anyone knows about? --

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread James Shupe
Try just match on pppoe0 scrub (max-mss 1400 no-df) and remove the reassemble line. -- James Shupe

Re: Interrupts cause uaudio stuttering with mpd

2013-09-30 Thread Alex Holst
Quoting Alexandre Ratchov (a...@caoua.org): do you know what causes these interrupts? is this the uaudio device? (ex try systat -s1 vmstat) It's never the uaudio device, in fact it's not even one of the devices listed in that view. I have uhci2 which hovers around 62. re0 hovers around 300

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread Stuart Henderson
On 2013-09-30, Denis Fondras open...@ledeuns.net wrote: I would have thought of a MTU problem at first but being able to use Gmail might prove me wrong. no, google tend to limit MSS anyway.

Re: Interrupts cause uaudio stuttering with mpd

2013-09-30 Thread Alexandre Ratchov
On Mon, Sep 30, 2013 at 10:19:09PM +0200, Alex Holst wrote: I wasn't kidding when I said this is my desktop system but I don't run X because this chipset is shit. I am in console most of the time. I discovered *any* output to console, even if I haven't switched to that tty could cause a

Re: Interrupts cause uaudio stuttering with mpd

2013-09-30 Thread opendaddy
Is this the Akai MPD18 or 24? O.D.

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
Less worked last night using that than when using set reassemble yes no-df Now it isn't working again and what you suggest doesn't seem to work either. Though gmail still works. There must be something else wrong. On Tue, Oct 1, 2013 at 6:15 AM, James Shupe jsh...@hermetek.com wrote: Try

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
Actually match on pppoe0 scrub (max-mss 1400 no-df) seems to also work I had 1440 entered in. Though Facebook doesn't finish loading still, and sometimes things don't work. So as I said, something else must be wrong. On Tue, Oct 1, 2013 at 10:13 AM, John Tate j...@johntate.org wrote: Less worked

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
Did some reading, my ISP seems to require a specific not default mtu of 1454. Facebook actually finishes loading now, things might be okay. On Tue, Oct 1, 2013 at 10:29 AM, John Tate j...@johntate.org wrote: Actually match on pppoe0 scrub (max-mss 1400 no-df) seems to also work I had 1440

Delete key inconsistency

2013-09-30 Thread Joe Gidi
I notice that with the default vt220 console (on an amd64 system) and the default ksh, the Delete key produces the character ^[[3~, which doesn't have a key binding by default. It's easy enough to bind it to delete-char-forward, which makes the key work as I'd expect, but is there a reason why

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread Chris Cappuccio
John Tate [j...@johntate.org] wrote: It would help if you told me how to do this... Fuck your whining.