init disappeared on my OpenBSD VPS

2013-05-22 Thread John Tate
I have an OpenBSD VPS, I just built the latest kernel from the 5.3 patch branch, and the new kernel can't find init, but neither can the old kernel, they both make this output: >> OpenBSD/amd64 BOOT 3.01 boot> obsd booting hd0a:obsd: 8404228+1102404 [52+381152+367486]=0x9c7d50 entry point at 0x200

Re: init disappeared on my OpenBSD VPS

2013-05-22 Thread John Tate
I have since ran the OpenBSD 5.3 media for an upgrade and got the system running. However, I accidentally built the i386 kernel when the machine is amd64, which might have replaced init or something in the process which might be why obsd didn't work. On Thu, May 23, 2013 at 3:25 AM, John

Updating ports via anoncvs hangs

2013-05-22 Thread John Tate
When I go to update ports by anoncvs it just hangs, it's been like this for hours. Something doesn't seem right. elijah:usr # cvs -qd anon...@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_3 -P ports -- www.johntate.org

Sendmail not working on 5.3

2013-05-28 Thread John Tate
I upgraded to OpenBSD 5.3 on the release day, I've since updated to the latest patch branch (not that there is any related errata to this question). I can't seem to send mail out with a server, it is not my pf rules. It was indicated by phpmailer not working. I can't find my sendmail logs. John -

Re: Sendmail not working on 5.3

2013-05-28 Thread John Tate
Ignore this, I made a silly mistake. On Wed, May 29, 2013 at 6:07 AM, John Tate wrote: > I upgraded to OpenBSD 5.3 on the release day, I've since updated to the > latest patch branch (not that there is any related errata to this > question). I can't seem to send mail out w

I can't find what is wrong with these PF rules

2013-06-01 Thread John Tate
I am trying to set up a simple nat on OpenBSD 5.3, I copied from another config that is working. ext_if="em0" int_if="em1" ipv6="2607:f2f8:aa18::2" ipv4="208.79.92.130" local_net="192.168.1.0/24" cyrus="192.168.1.2" cyrus_ports = "{ 2022 }" tcp_serv = "{ ftp, ssh, http, https, 1, , 808

Re: I can't find what is wrong with these PF rules

2013-06-01 Thread John Tate
I forgot to sysctl net.inet.ip.forwarding=1 lol. On Sun, Jun 2, 2013 at 8:36 AM, John Tate wrote: > I am trying to set up a simple nat on OpenBSD 5.3, I copied from another > config that is working. > > ext_if="em0" > int_if="em1" > ipv6="2607:f2f8:aa

Compiler error building 5.3

2013-06-05 Thread John Tate
I am having trouble building 5.3, I ran cvs a second time just be to be sure everything was right. # make clean && make rm -f eddep *bsd *bsd.gdb tags *.[dio] [a-z]*.s [Ee]rrs linterrs assym.h cat ../../../../arch/i386/i386/genassym.cf ../../../../arch/i386/i386/ genassym.cf | sh ../../../../ker

Wireless access point not appearing to clients.

2013-06-06 Thread John Tate
I just configured a wireless device for hostap and put it on a bridge with my wired network and a virtual ethernet device to give it an address. The wired network is working fine, so if I solve this problem the wireless should work fine, but the access point is not appearing in scans. I might have

Re: Compiler error building 5.3

2013-06-06 Thread John Tate
I didn't think I had to, 5.3 is stable not current or am I wrong about that? Confusing. I ended up just upgrading using the sets and everything is fine now. On Wed, Jun 5, 2013 at 11:03 PM, Marc Espie wrote: > On Wed, Jun 05, 2013 at 07:01:27PM +1000, John Tate wrote: > > I am

Re: Wireless access point not appearing to clients.

2013-06-07 Thread John Tate
Is there a card commonly on the market today that this list would recommend that supports hostap for under $100? On Fri, Jun 7, 2013 at 5:11 PM, David Coppa wrote: > On Fri, Jun 7, 2013 at 9:06 AM, Otto Moerbeek wrote: > > >> What have I missed? > > > > Reading the man page rum(4) it doesn't s

Re: Compiler error building 5.3

2013-06-07 Thread John Tate
Just curious would have going into /usr/src/gnu/usr.bin/binutils and doing make and make install have made it possible to build 5.3 on 5.2? On Fri, Jun 7, 2013 at 4:47 PM, Marc Espie wrote: > On Fri, Jun 07, 2013 at 04:43:24PM +1000, John Tate wrote: > > > >I didn't th

Re: Wireless access point not appearing to clients.

2013-06-13 Thread John Tate
nwid BigPond655C85 chan 1 bssid 58:98:35:65:5c:85 17dB 54M privacy,short_slottime I really want to get this running. John. On Fri, Jun 7, 2013 at 4:41 PM, John Tate wrote: > I just configured a wireless device for hostap and put it on a bridge with > my wired network and a virtual ethern

Re: Wireless access point not appearing to clients.

2013-06-13 Thread John Tate
Someone has helped me resolve this, the hacked MIUI v4 firmware I'm using does not support channel 12. All help has been greatly appreciated. On Thu, Jun 13, 2013 at 8:00 PM, John Tate wrote: > So I've got a supported Atheros card, I think something is wrong with > my config

dhcp devices getting the wrong default route on one subnet

2013-06-13 Thread John Tate
I am trying to serve addresses to two subnets, for two ethernet devices for my wired and wireless lan. Devices on the wireless lan are getting the default route 192.168.0.1 instead of 192.168.1.1 so wireless devices at the moment cannot access the Internet unless I manually configure them. Interfa

Re: dhcp devices getting the wrong default route on one subnet

2013-06-14 Thread John Tate
92.168.0.0 192.168.1.1; > 192.168.0.0 - wrong? > Михаил Швецов. > >> 14.6.2013 10:10:30 пользователь John Tate (j...@johntate.org) написал: >> >> >> I am trying to serve addresses to two subnets, for two ethernet >> devices for my wired and wireless lan.

Re: dhcp devices getting the wrong default route on one subnet

2013-06-14 Thread John Tate
s 192.168.1.1; } On Fri, Jun 14, 2013 at 7:36 PM, James Griffin wrote: > Fri 14.Jun'13 at 17:22:44 +1000, John Tate >> It doesn't complain about it but I've never done much with routing >> before. If I wanted to do it on the machine I

Re: dhcp devices getting the wrong default route on one subnet

2013-06-14 Thread John Tate
On Fri, Jun 14, 2013 at 9:16 PM, Stuart Henderson wrote: > On 2013-06-14, John Tate wrote: >> It doesn't complain about it but I've never done much with routing >> before. If I wanted to do it on the machine I'd do >> # route add -net 192.168.0.0/24 192.168.1

Re: dhcp devices getting the wrong default route on one subnet

2013-06-14 Thread John Tate
On Sat, Jun 15, 2013 at 12:23 AM, Kenneth R Westerback wrote: > On Fri, Jun 14, 2013 at 02:38:48PM +0100, Stuart Henderson wrote: >> On 2013/06/14 21:49, John Tate wrote: >> > On Fri, Jun 14, 2013 at 9:16 PM, Stuart Henderson >> > wrote: >> > > On 2

802.11n support

2013-06-21 Thread John Tate
I have an Atheros AR9227, there is at the moment no support for 802.11n in the patch branch. Is there support in current or some unoffical patch I can apply to the source code? Support for this would be good. -- www.johntate.org

OpenBSD not forwarding SSL, strange.

2013-09-17 Thread John Tate
I am having trouble accessing anything which uses SSL behind my NAT, though I can access the same services from the firewall itself. There is nothing unusual in /var/log/messages, dmesg, etc. I don't know why this is happening. The system has been running fine for months, and nothing I am aware of

Re: OpenBSD not forwarding SSL, strange.

2013-09-17 Thread John Tate
em=2097152 vfs.ffs.dirhash_mem=27522 vfs.nfs.iothreads=-1 On Tue, Sep 17, 2013 at 11:32 PM, Jiri B wrote: > On Tue, Sep 17, 2013 at 10:42:55PM +1000, John Tate wrote: >> I am having trouble accessing anything which uses SSL behind my NAT, >> though I can access the same services from the fir

SSH as root with specific IP

2013-09-29 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 user

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 s

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 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
f(5) would set the MSS to 1440: match on pppoe0 scrub (max-mss 1440) On Mon, Sep 30, 2013 at 11:53 PM, James Shupe wrote: > 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 it

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
size (MSS) can be set (clamped) to the required value. The following rule in pf.conf(5) would set the MSS to 1440: match on pppoe0 scrub (max-mss 1440) The documentation on pf.conf suggests doing much the same in it's example and it doesn't work. On Tue, Oct 1, 2013 at 2:07 AM, John Tat

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 wrote: > On 2013-09-30 10:

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
kip on pppoe0 > > -luis Just trying this, something got through for a second but once again queries to google and other sites don't work. It is still unreliable. > > > > On Mon, Sep 30, 2013 at 10:26 AM, John Tate wrote: >> >> Well max-mss doesn't seem to help

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 wrote: > Yeah I am using my lan not the wlan. I've not got to even seeing if > the wlan even work

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
he problem appears to be with HTTP. 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? On Tue, Oct 1, 2013 at 2:51 AM, John Tate wrote: > Thing

Re: OpenBSD not forwarding to specific sites

2013-09-30 Thread John Tate
) > > -luis > > > > On Mon, Sep 30, 2013 at 11:30 AM, John Tate wrote: >> >> 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.

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 wrote: > I've done this

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? -- www.joh

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 wrote: > Try just "match on pppoe

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 wrote: >

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 wrote: > Actually "match on pppoe0 scrub (max-mss 1400 no-df)" seems to also > work I had

I can't figure out how to change the php-fpm memory limit

2013-10-05 Thread John Tate
I am trying to increase the memory limit on my nginx php-fpm server for wordpress. I've set the following in wp-config.php... define('WP_MEMORY_LIMIT', '128M'); define('WP_MAX_MEMORY_LIMIT', '128M'); php.ini has the following... memory_limit = 128M ;suhosin.memory_limit = 0 The fpm server is a

Re: I can't figure out how to change the php-fpm memory limit

2013-10-05 Thread John Tate
php-fpm is running the scripts as a user in default login class, so login.conf should be fine. On Sun, Oct 6, 2013 at 7:32 AM, Ville Valkonen wrote: > On 5 October 2013 12:06, John Tate wrote: >> I am trying to increase the memory limit on my nginx php-fpm server >> for wordpr

Re: I can't figure out how to change the php-fpm memory limit

2013-10-06 Thread John Tate
This is no longer an issue, it was a result of having things in the wrong place in wp-config.php On Sun, Oct 6, 2013 at 8:25 AM, John Tate wrote: > php-fpm is running the scripts as a user in default login class, so > login.conf should be fine. > > On Sun, Oct 6, 2013 at 7:32 AM, Vi

adduser setting permissions wrong

2013-10-26 Thread John Tate
adduser is setting permissions so everyone can read a users home directory. I've never done much configuration of this tool so I can't seem to find where to change this, I thought there would be an option in adduser.conf. Here is a new user: drwxr-xr-x 3 test test 512 Oct 26 20:

Diskless 4.4 machines.

2009-02-20 Thread John Tate
Is it possible to have OpenBSD diskless or almost diskless? By almost diskless I mean an incredibly small amount installed locally and the rest over NFS or something. John. -- Faced with the fact that Intelligent Design doesn't meet the criteria for a scientific theory, leading proponent redefin

dhcpd issues with Android phone

2013-03-14 Thread John Tate
I have an android phone that requests a least regularly from my dhcpd server on OpenBSD 5.2 which eventually starts failing with this error in /var/log/daemon Mar 14 21:40:42 menger dhcpd[7088]: DHCPREQUEST for 10.0.0.4 from 0c:14:20:6b:08:e5 via fxp0 Mar 14 21:40:42 menger dhcpd[7088]: DHCPNAK on

Re: dhcpd issues with Android phone

2013-03-14 Thread John Tate
I did exactly what you said, thanks! On Thu, Mar 14, 2013 at 11:16 PM, Kenneth R Westerback < kwesterb...@rogers.com> wrote: > On Thu, Mar 14, 2013 at 09:46:04PM +1100, John Tate wrote: > > I have an android phone that requests a least regularly from my dhcpd > > server

PHP & mini_sendmail problems

2013-03-14 Thread John Tate
I've been trying to get PHP to be able to email from a chrooted apache server. Running without chroot is not an option. I can't find clear documentation on doing this, and the logs don't contain any errors I can find about the problem. I've put mini_sendmail in /var/www/usr/sbin/sendmail and /bin/

Re: PHP & mini_sendmail problems

2013-03-14 Thread John Tate
51 AM, Alexey E. Suslikov < alexey.susli...@gmail.com> wrote: > John Tate johntate.org> writes: > > > > > I've been trying to get PHP to be able to email from a chrooted apache > > server. Running without chroot is not an option. I can't find clear > > do

Re: PHP & mini_sendmail problems

2013-03-14 Thread John Tate
at 06:51:54PM +, Alexey E. Suslikov wrote: > >> John Tate johntate.org> writes: > >> > >> > > >> > I've been trying to get PHP to be able to email from a chrooted apache > >> > server. Running without chroot is not an option. I can

Re: PHP & mini_sendmail problems

2013-03-14 Thread John Tate
>From the end of error_log: femail: no recipients On Fri, Mar 15, 2013 at 6:31 AM, John Tate wrote: > I installed femail-chroot and put /usr/libexec/ld.so in > /var/www/usr/libexec/ld.so and updated /etc/php-5.2.ini but it still > doesn't work. > > > On Fri, Mar 1

Re: PHP & mini_sendmail problems

2013-03-14 Thread John Tate
51:54PM +0000, Alexey E. Suslikov wrote: > > > John Tate johntate.org> writes: > > > > > > > > > > > I've been trying to get PHP to be able to email from a chrooted > apache > > > > server. Running without chroot is not an optio

Squid not working for connections from ssh-tunnel

2013-03-15 Thread John Tate
I have a server I use to serve a squid proxy only accessible via ssh tunnel, which has worked fine for over a year. I upgraded from OpenBSD 5.1 to OpenBSD 5.2 and I've also rebuilt squid in ports. It has stopped working for ssh tunnel connections. It works for the elinks browser, but both should be

Re: Squid not working for connections from ssh-tunnel

2013-03-16 Thread John Tate
at.pl:443 is ALLOWED, because it matched 'Safe_ports' It only started doing this after I upgraded from 5.1 to 5.2 and rebuilt squid in ports. On Sat, Mar 16, 2013 at 9:26 AM, Stuart Henderson wrote: > On 2013-03-15, John Tate wrote: > > I have a server I use to serv

resize disklabel partitions and ffs filesystems

2013-03-17 Thread John Tate
I had a problem building something in ports ports with a default 2.0gb /usr. I tried moving ports to /home/usr/ports to /usr/ports but I get... Fatal: /usr/ports is a symlink. Please set to the real directory Can I resize disklabel partitions and ffs filesystems? If I can't I'm going to have to

Can't get vsftpd to run

2013-04-01 Thread John Tate
I've not used it in a while and I can't get it to run. I can't find any logging options or anything. # vsftpd ... (It just sits there doing nothing) How do I get it to work? I'm using the default config with only my own banner. -- www.johntate.org

Re: Can't get vsftpd to run

2013-04-01 Thread John Tate
I can't find that config option. On Tue, Apr 2, 2013 at 9:52 AM, Stuart Henderson wrote: > On 2013-04-01, John Tate wrote: > > I've not used it in a while and I can't get it to run. I can't find any > > logging options or anything. > > > > # v

Re: Can't get vsftpd to run

2013-04-01 Thread John Tate
I found it but it wasn't in there commented out, I added background=yes, but the server isn't accepting connections for some reason. On Tue, Apr 2, 2013 at 4:13 PM, John Tate wrote: > I can't find that config option. > > > On Tue, Apr 2, 2013 at 9:52 AM, Stuart Hende

Re: Can't get vsftpd to run

2013-04-01 Thread John Tate
network so I assume it's pf. pass in on egress inet proto tcp from any to (egress) \ port > 49151 I've added that line but where do I set the ports on vsftpd? On Tue, Apr 2, 2013 at 4:30 PM, Richard Toohey < richardtoo...@paradise.net.nz> wrote: > On 04/02/13 18:1

Re: Can't get vsftpd to run

2013-04-01 Thread John Tate
Nevermind, found it. On Tue, Apr 2, 2013 at 4:45 PM, John Tate wrote: > Where do I set ports in vsftpd.conf for incoming data, I've just looked > around that link you provided and I can't find the option. > > I can't get through to vsftpd or pure_ftpd, probably becau

Re: Can't get vsftpd to run

2013-04-01 Thread John Tate
on # with the listen_ipv6 directive. listen=YES # # This directive enables listening on IPv6 sockets. To listen on IPv4 and IPv6 # sockets, you must run two copies of vsftpd with two configuration files. # Make sure, that one of the listen options is commented !! #listen_ipv6=YES background=YES

Can't get FTP through pf

2013-04-03 Thread John Tate
I've got a gateway computer I also I want to be an ftp server. I've put everything through pf as per http://openbsd.org/faq/pf/ftp.html Can anyone see something I've missed in this config? I can't access it remotely. # grep -v -e ^# -e ^$ /etc/vsftpd.conf anonymous_enable=NO local_enable=YES dirm

Re: Can't get FTP through pf

2013-04-04 Thread John Tate
Thanks! On Thu, Apr 4, 2013 at 4:29 PM, David Diggles wrote: > Looks like these are your conflicting rules. > > > pass in quick inet proto tcp to port ftp divert-to 127.0.0.1 port 8021 > > pass in on $ext_if proto tcp to port 21 > > The first rule needs to be on $int_if - you didn't specify an

httpd.conf problem with defaults

2013-04-04 Thread John Tate
I think I have a problem with my defaults. I used to just have a default a secusrvr.com. The default would point to /var/www/htdocs which redirects to /var/www/sites/secusrvr.com which is for the virtualhost secusrvr.com. I added johntate.org and www.johntate.org both under /var/www/sites/ www.john

Re: httpd.conf problem with defaults

2013-04-04 Thread John Tate
erride All NameVirtualHost 208.79.92.130:80 NameVirtualHost 127.0.0.1:80 DocumentRoot "/var/www/sites/www.johntate.org" ServerName www.johntate.org allow from all Options +Indexes AllowOverride All NameVirtualHost 208.79.92.130:80 NameVirtualHost 127.0.0.1:80 DocumentRoot "/var/www/s

Re: httpd.conf problem with defaults

2013-04-06 Thread John Tate
Henderson wrote: > On 2013-04-05, John Tate wrote: > > NameVirtualHost 127.0.0.1:443 > > NameVirtualHost 208.79.92.130:443 > > NameVirtualHost 127.0.0.1:80 > > NameVirtualHost 127.0.0.1:80 > > NameVirtualHost 127.0.0.1:80 > > NameVirtualHost 208.

Re: httpd.conf problem with defaults

2013-04-06 Thread John Tate
Thanks, that worked. On Sun, Apr 7, 2013 at 6:45 AM, Zé Loff wrote: > On Sat, Apr 06, 2013 at 08:55:53PM +1100, John Tate wrote: > > Removed all the NameVirtualHost lines and it still isn't working. I can't > > make sense of it everything looks fine, I get so

pf queueing and nat

2013-04-16 Thread John Tate
I am adding queueing to my pf based nat for my home network. Since there isn't a complete example involving nat and queuing I am not entirely sure where to put things. I've read the manual and I think I put things before the rdr-to rules. I also have a transparent ftp and http proxy. I am not entir

Re: pf queueing and nat

2013-04-16 Thread John Tate
onsole has died :-(. On Wed, Apr 17, 2013 at 4:05 AM, Christopher Zimmermann wrote: > On Wed, 17 Apr 2013 03:32:52 +1000 > John Tate wrote: > > > I am adding queueing to my pf based nat for my home network. Since > > there isn't a complete example involving nat and queuing

Re: pf queueing and nat

2013-04-17 Thread John Tate
I can't find any description of the match rules here: http://openbsd.org/faq/pf/filter.html Are they the same syntax as block and pass rules? On Wed, Apr 17, 2013 at 4:56 AM, Peter N. M. Hansteen wrote: > John Tate writes: > > > I think I understand, can someone give me a

Re: pf queueing and nat

2013-04-17 Thread John Tate
Found it in the manpage pretty quick;y, silly me, apparently is the same. On Wed, Apr 17, 2013 at 5:16 PM, John Tate wrote: > I can't find any description of the match rules here: > http://openbsd.org/faq/pf/filter.html > > Are they the same syntax as block and pass rules? >

Re: pf queueing and nat

2013-04-17 Thread John Tate
t proto tcp to (egress) port $fekete_ports rdr-to $fekete pass in inet proto icmp all icmp-type $icmp_types pass in on $int_i On Wed, Apr 17, 2013 at 5:17 PM, John Tate wrote: > Found it in the manpage pretty quick;y, silly me, apparently is the same. > > > On Wed, Apr 17, 2013 at

Re: pf queueing and nat

2013-04-17 Thread John Tate
t 80 rdr-to $comp3 pass in on egress inet proto tcp to (egress) port $murphy_ports rdr-to $murphy pass in on egress inet proto tcp to (egress) port $fekete_ports rdr-to $fekete pass in inet proto icmp all icmp-type $icmp_types pass in on $int_if On Wed, Apr 17, 2013 at 8:32 PM, Stuart Henderson

Re: pf queueing and nat

2013-04-17 Thread John Tate
Oh wait I've forgot to specify the interface. On Thu, Apr 18, 2013 at 5:45 AM, John Tate wrote: > Well I had the bandwidth the wrong way around for my internet connection. > > I've been trying the other changes and now I have problems, I'm pretty > sure I need to

PF blocking something it seems it shouldn't

2013-04-25 Thread John Tate
My pflog interface shows something being blocked that simply shouldn't be blocked as far as I understand my pf rules... 11:35:40.461658 rule 6/(match) block in on fxp0: 10.0.0.4.40926 > 141.101.113.245.443: FP 0:253(253) ack 1 win 2540 (DF) My pf.conf... menger:root # cat /etc/pf.conf # $

Forwarding to a proxy on a different system with pf

2013-05-03 Thread John Tate
I have a squid proxy listening in transparent mode on another faster system, but I can't seem to get packets there with pf. I tried simply modifying the other divert-to rule to use the IP address of that system. It doesn't seem to work, packets don't reach that system. #pass in quick on $int_if in

PHP fastcgi, suexec

2013-05-03 Thread John Tate
I want to use fastcgi and suexec to run php programs as particular users from Apache in a chroot. I've found documentation on running suexec, but I can't find anything OpenBSD specific on getting fastcgi and php into the chroot so I can use them. If you could at least please just point me in the di

Migrating users from one machine to another

2013-11-15 Thread John Tate
I want to migrate users from one machine to another, I was hoping someone had a script. I basically want to copy every user with a UID >= 1000 and their password to the new system. I have copied their home directories with rsync, so it would be good if it could also chmod the permissions back. --

Re: Migrating users from one machine to another

2013-11-15 Thread John Tate
That worked, easier than I thought. On Fri, Nov 15, 2013 at 11:42 PM, Nick Holland wrote: > On 11/15/13 05:10, John Tate wrote: >> I want to migrate users from one machine to another, I was hoping >> someone had a script. I basically want to copy every user with a UID >

John Tate has invited you to join Updown.com

2009-05-14 Thread John Tate
Your friend, John Tate, has invited you to join Updown.com, the fantasy investing site that gives away $3,000 every month to the best investors who manage a virtual portfolio of $1,000,000. Join Updown.com & Become John Tate's Friend. (http://www.updown.com/create-account.do?_ref

John Tate has invited you to join Updown.com

2009-05-14 Thread John Tate
Your friend, John Tate, has invited you to join Updown.com, the fantasy investing site that gives away $3,000 every month to the best investors who manage a virtual portfolio of $1,000,000. Join Updown.com & Become John Tate's Friend. (http://www.updown.com/create-account.do?_ref

Re: Removing content from misc

2009-07-13 Thread John Tate
A lot of those archives are private and independent of the OpenBSD project. You might want to contact those sites. -Original Message- From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of Ricardo Augusto de Souza Sent: Tuesday, July 14, 2009 2:52 AM To: majord...@openbs

Packet filter log tools

2011-11-30 Thread John Tate
OpenBSD Misc, What tools can you guys recommend for browsing through a pf log? GUI not needed, ideally, something a bit like webalizer that spits out HTML. If no such thing exists, perhaps I should make one, I am looking for a project. John Tate -- www.johntate.org

Re: Packet filter log tools

2011-11-30 Thread John Tate
On Thu, Dec 1, 2011 at 5:32 PM, Jan Stary wrote: > On Dec 01 12:23:30, John Tate wrote: > > If no such thing exists, perhaps I should make one, > > Absolutely. Let us know when it is done. > > > I am looking for a project. > > Ah, so sysutils/cdrtools is already up

Narcicism?

2011-11-30 Thread John Tate
mail you poorly researched crap with no answers contain. If you hate a question, it truly doesn't belong, bug me. But if you just can't answer a question, ignore it. John Tate. Note: Yes, it's not my list. -- www.johntate.org

Re: Narcicism?

2011-12-01 Thread John Tate
On Thu, Dec 1, 2011 at 7:20 PM, Scott McEachern wrote: > On 12/01/11 02:28, John Tate wrote: > >> I think I've found a bug in the OpenBSD crowd. They bug the hell out of me >> and my little mistakes. >> >> I am not talking about people who actually have a s

Re: pppoe

2011-12-01 Thread John Tate
pass in inet proto icmp all icmp-type $icmp_types On Mon, Nov 21, 2011 at 8:46 PM, Eric Furman wrote: > On Monday, November 21, 2011 7:57 AM, "Jan Stary" wrote: > > On Nov 21 12:37:37, John Tate wrote: > > > I am setting up an OpenBSD firewall, and have everything wo

Re: Narcicism?

2011-12-04 Thread John Tate
I should lie and make this statement smaller? There is nothing even that big about it. I don't know why I should leave anything other than the facts. It's your choice to guess my intentions for doing so. On Fri, Dec 2, 2011 at 2:43 AM, Rares Aioanei wrote: > On 12/01/2011 05:25

Re: Phone openBSD ?

2011-12-04 Thread John Tate
Some ways of answering this yourself... * What processor does the phone have? * What does the page on the OpenBSD wesbite say about that processor? Is the phone listed? To answer it for you: No, it isn't supported. On Wed, Nov 30, 2011 at 7:45 AM, hvom .org wrote: > Hi > > I want a smartphone

OpenBSD PF tables

2011-12-08 Thread John Tate
working on doing some things as tables. I want tables to hold the ports, but it appears perhaps they can only hold IP addresses. The following tables do not work from line 10-11... table { 22 } table { 22, 53 } The whole thing is here: http://pastebin.com/VuLNW9Ph John Tate

Re: OpenBSD PF tables

2011-12-08 Thread John Tate
Is there a way to have it so I can add ports from the command line if I can't use tables? On Thu, Dec 8, 2011 at 10:14 PM, Peter Hessler wrote: > Yes, tables in PF only support IP addresses. > > > On 2011 Dec 08 (Thu) at 22:11:19 +1100 (+1100), John Tate wrote: > :At the mo

Re: OpenBSD PF tables

2011-12-08 Thread John Tate
umbers > > On Thu, Dec 8, 2011 at 6:41 AM, John Tate wrote: > > Misc, > > > > I have sucessfully got an OpenBSD machine to connect via ADSL and forward > > packets, I am gradually upgrading my pf.conf. I am having trouble with > this > > configuration (ignore s

Re: OpenBSD PF tables

2011-12-08 Thread John Tate
On Thu, Dec 8, 2011 at 11:00 PM, Peter N. M. Hansteen wrote: > On Thu, Dec 08, 2011 at 10:11:19PM +1100, John Tate wrote: > > I have sucessfully got an OpenBSD machine to connect via ADSL and forward > > packets, I am gradually upgrading my pf.conf. I am having trou

What generates the OpenBSD page?

2011-12-09 Thread John Tate
I am wondering what software if any generates the OpenBSD and similar websites. It appears to be a static page generated by some software, that software doesn't seem to be mentioned. What is it? Or is it just hand made? John Tate -- www.johntate.org

Re: ALIX 2 Hangs on boot at date/time

2011-12-09 Thread John Tate
In single user mode you often need to mount some partitions, and remount root as read-write to do much of anything. # mount -o rw / and # mount -o rw /usr and so on for anything else you need. vi I believe resides in /usr so you will need to mount that partition. If it's not that, your system

Re: What generates the OpenBSD page?

2011-12-09 Thread John Tate
No, I'm an idiot. Not kidding at all. Is that a yes for "Or is it just hand made?" On Sat, Dec 10, 2011 at 2:31 PM, Theo de Raadt wrote: > > I am wondering what software if any generates the OpenBSD and similar > > websites. It appears to be a static page generated by some software, that > > soft

Re: What generates the OpenBSD page?

2011-12-10 Thread John Tate
Is it info2www being used? On Sat, Dec 10, 2011 at 2:21 PM, Richard Toohey < richardtoo...@paradise.net.nz> wrote: > On 10/12/2011, at 3:02 PM, John Tate wrote: > > > I am wondering what software if any generates the OpenBSD and similar > > websites. It appears to be a

Re: What generates the OpenBSD page?

2011-12-10 Thread John Tate
though, you really crack me up. > > On Sat, Dec 10, 2011, at 06:15 PM, John Tate wrote: > > No, I'm an idiot. Not kidding at all. Is that a yes for "Or is it just > > hand > > made?" > > > > On Sat, Dec 10, 2011 at 2:31 PM, Theo de Raadt > > w

Re: What generates the OpenBSD page?

2011-12-10 Thread John Tate
On Sat, Dec 10, 2011 at 11:42 PM, richo wrote: > On 10/12/11 23:34 +1100, John Tate wrote: > >> On Sat, Dec 10, 2011 at 7:03 PM, Eric Furman ** >> wrote: >> >> The only reason I haven't added you to my kill file is your >>> questions and responses a

Re: What generates the OpenBSD page?

2011-12-10 Thread John Tate
On Sun, Dec 11, 2011 at 12:04 AM, richo wrote: > On 10/12/11 23:56 +1100, John Tate wrote: > >> On Sat, Dec 10, 2011 at 11:42 PM, richo wrote: >> >>> While I don't necessarily support the personal attacks, I can't say I >>> totally >>&

Re: What generates the OpenBSD page?

2011-12-10 Thread John Tate
A simple Google of your email address shows something extremely humiliating. You know as little as I do! -- Forwarded message -- From: Eric Furman Date: Sat, Dec 10, 2011 at 7:03 PM Subject: Re: What generates the OpenBSD page? To: John Tate , OpenBSD Misc The only reason I

Re: What generates the OpenBSD page?

2011-12-10 Thread John Tate
> Source: http://old.johntate.org/node/316?page=1 > > Considering that you proudly admit to being an asshole, with zero > consideration for your fellow man, don't you think that you are sometimes > expecting too much from others? You asshole! > > John Tate wrote: > >

Re: Mplayer vo on loongson, change resolution

2011-12-10 Thread John Tate
On Fri, Dec 9, 2011 at 4:34 AM, alies wrote: > Hello > > What mplayer -vo I need to use for best performance in loongson Yeeloong > netbook? Can I use full fullscreen in mplayer? > > What about sdl games (quake, doom etc), can I change resolution? > > I could change resolution with OpenBSD 5.0

  1   2   >