php4 ports build error

2005-06-08 Thread John Tate
I got these errors trying to compile php4 on OpenBSD 3.6 (Will upgrade to 3.7 soon). My ports collection was upto date. I tried again with the REFETCH=true args and I got the same error. No sha1 checksum recorded for php-4.3.11.tar.gz. No rmd160 checksum recorded for php-4.3.11.tar.gz. No md5

Re: php4 ports build error

2005-06-08 Thread John Tate
the latest ones for 3.6. Otherwise, my guess is that something is out of sync with your ports tree (you're at least missing the distinfo file for php4), and possibly your base. Jason On 6/8/05, John Tate [EMAIL PROTECTED] wrote: I got these errors trying to compile php4 on OpenBSD 3.6 (Will upgrade

MySQL issues

2005-06-08 Thread John Tate
Hey, I am having trouble with phpBB2 running on my OpenBSD 3.6 machine, it cannot connect to the database (Mysql). I am guessing this is because Apache and phpBB2 are running in a chroot environment and cannot connect to the Mysql Server's socket. What is the best way around this (preferably)

Re: MySQL issues

2005-06-09 Thread John Tate
Right, I created a hardlink of the socket into /var/www/mysql/mysql.sock and changed this directive in php.ini to the following... mysql.default_socket = /var/www/mysql/mysql.sock I however could not find the my.cnf file, where is it on OpenBSD 3.6, I did a find / | grep my.cnf which showed up

Re: MySQL issues

2005-06-09 Thread John Tate
, as apposed to the hard link which would require it to be located on the same partition. Jason On 6/8/05, John Tate [EMAIL PROTECTED] wrote: Hey, I am having trouble with phpBB2 running on my OpenBSD 3.6 machine, it cannot connect to the database (Mysql). I am guessing this is because

Re: MySQL issues

2005-06-09 Thread John Tate
Dang how did I not think of that. I am offically captain stupid. On 6/10/05, Jason Crawford [EMAIL PROTECTED] wrote: On 6/9/05, John Tate [EMAIL PROTECTED] wrote: Right, I created a hardlink of the socket into /var/www/mysql/mysql.sock and changed this directive in php.ini

Re: MySQL issues

2005-06-09 Thread John Tate
before doing this. Regards, Matt John Tate wrote: Right, I created a hardlink of the socket into /var/www/mysql/mysql.sock and changed this directive in php.ini to the following... mysql.default_socket = /var/www/mysql/mysql.sock I however could not find the my.cnf file

Re: MySQL issues

2005-06-09 Thread John Tate
offically captain oblivious. On 6/10/05, John Tate [EMAIL PROTECTED] wrote: I just tried everything here, however it has come to the same problem again... mysql refuses to start... -bash-3.00# mysqld_safe Starting mysqld daemon with databases from /var/mysql 050610 21:24:10 mysqld ended

A question about OpenBSD

2007-06-12 Thread John Tate
I am downloading OpenBSD 4.2, I know how to use everything in that but being young I am not too sure about the checksum format, md5 tends to rule the world these days. What is it called exactly? I'm stuck with a Windows box at the moment, otherwise some thought and pressing tab a couple of times

Re: Sun Ultra 25

2006-08-16 Thread John Tate
Post it to me I need a project :p. I'd almost pay but I'm too poor haha. I have a Sun Blade 100 running it. On 8/16/06, stan [EMAIL PROTECTED] wrote: Does OpenBSD work well on a Sun Ultra 25? -- Unix is very simple, but it takes a genius to understand the simplicity. (Dennis Ritchie) --

Re: Sun Ultra 25

2006-08-16 Thread John Tate
Your reply is awesome though. On 8/17/06, Darrin Chandler [EMAIL PROTECTED] wrote: On Thu, Aug 17, 2006 at 01:30:43AM +1000, John Tate wrote: -- /(bb|[^b]{2})/ that is the Question: I believe the question is 0x2b|~0x2b, and the answer is 0xff. This is tautalogical and not restricted

Re: Sun Ultra 25

2006-08-16 Thread John Tate
It wasn't original but I get and love it. On 8/17/06, Darrin Chandler [EMAIL PROTECTED] wrote: On Thu, Aug 17, 2006 at 01:30:43AM +1000, John Tate wrote: -- /(bb|[^b]{2})/ that is the Question: I believe the question is 0x2b|~0x2b, and the answer is 0xff. This is tautalogical

OpenBSD Wireless Router

2006-09-07 Thread John Tate
OpenBSD Misc, I am constantly disappointed with the lack of freedom out-of-the-box wireless routers provide. I am interested in a solution on OpenBSD, because I have used it for similar things and personally nothing else beats it. There are other BSD and Linux based solutions that could probably

Re: OpenBSD Wireless Router

2006-09-08 Thread John Tate
and a 1.5mbit adsl connection on one machine. I can most likely do this, ill just put the different traffic on different networks (house and servers). On 9/8/06, openbsd misc [EMAIL PROTECTED] wrote: On Fri, Sep 08, 2006 at 05:00:16AM +1000, John Tate wrote: I am constantly disappointed

Re: The new 4.0 song(s)

2006-10-04 Thread John Tate
Wow it gets more disturbing every year. On 10/4/06, Theo de Raadt [EMAIL PROTECTED] wrote: We have just put up the new songs for 4.0 There are two... well, there is one for 4.0, but there is an extra song that Ty made by himself (without any input from us) specifically for the audio CD.

Cross compiling

2006-10-06 Thread John Tate
How would I go about cross compiling OpenBSD from i386 to sparc64? I am just interested because I want to build a system from a faar faster processor if possible. John. -- Faced with the fact that Intelligent Design doesn't meet the criteria for a scientific theory, leading proponent redefines

Virtualisation on OpenBSD?

2007-01-24 Thread John Tate
Is there any software that supports OpenBSD that can do full virtualisation? I don't think VMware would be supported on OpenBSD. -- Faced with the fact that Intelligent Design doesn't meet the criteria for a scientific theory, leading proponent redefines what a scientific theory is. Result:

Re: I want copy pf.conf from FreeBSD 8.2 to OpenBSD 5 and use it

2011-11-07 Thread John Tate
There is only one way to do a job like this: Write down what it does in clear English (or your own language), and do the whole thing from scratch. It will only be tediously slow for the first half of the job. On Wed, Nov 2, 2011 at 10:29 AM, Gholam Mostafa Faridi mostafafar...@gmail.com wrote:

NFS not working

2011-11-09 Thread John Tate
) # hostname smass.kab.loc Perhaps network should be 10 not 10.0.0 ? I doubt it because the server 10.0.0.1 and the client 10.0.0.10, so even a faulty netmask will work. # mount -t nfs smass:/home /net/smass/home mount_nfs: can't access /home: Permission denied # hostname rothbard.kab.loc John

Re: NFS not working

2011-11-09 Thread John Tate
I forgot I have Kerberos, LOL. Sorry about that. On Wed, Nov 9, 2011 at 11:19 PM, Rares Aioanei bsdlis...@gmail.com wrote: On Wed, 9 Nov 2011, John Tate wrote: Misc, I can't seem to mount NFS exports from my new OpenBSD 5.0 desktop system. # cat /etc/exports # $OpenBSD: exports

Packages issues

2011-11-09 Thread John Tate
with Avahi, which doesn't seem to make any sense. Why? John Tate

Re: Packages issues

2011-11-10 Thread John Tate
Yeah I know, it just seems like an odd dependency. On Thu, Nov 10, 2011 at 6:51 PM, Antoine Jacoutot ajacou...@bsdfrog.org wrote: * For some reason anjuta comes with Avahi, which doesn't seem to make any sense. Why? anjuta does not come with avahi per se. It's probably a dependency of anjuta

Re: NFS not working

2011-11-10 Thread John Tate
This is what I am getting... in /var/log/daemon Nov 11 17:35:58 smass nfsd[30663]: can't bind udp addr On Wed, Nov 9, 2011 at 11:19 PM, Rares Aioanei bsdlis...@gmail.com wrote: On Wed, 9 Nov 2011, John Tate wrote: Misc, I can't seem to mount NFS exports from my new OpenBSD 5.0 desktop

Re: NFS not working

2011-11-10 Thread John Tate
Fixed that now getting... # mount smass:/home /mhome/ Cannot MNT PRC: RPC: Program not registered On Fri, Nov 11, 2011 at 5:38 PM, John Tate j...@johntate.org wrote: This is what I am getting... in /var/log/daemon Nov 11 17:35:58 smass nfsd[30663]: can't bind udp addr On Wed, Nov 9, 2011

bash script problem

2011-11-11 Thread John Tate
4; then; echo -n last job running!; else; echo -n last job stopped; env V=1; fi \ sleep 1 \ done time cat secure1 secure2 secure3 secure4 secure_t.vnd \ time rm secure1 secure2 secure3 secure4 John Tate. -- www.johntate.org

Re: NFS not working

2011-11-11 Thread John Tate
Sorry I should have posted. mountd, portmap, and also the appropriate services are running on the server portmap and nfsd. less related: mc and ssh with a fast network isn't my idea of fun. John Tate On Fri, Nov 11, 2011 at 7:57 PM, Jan Stary h...@stare.cz wrote: On Nov 11 17:40:01, John Tate

Re: Packages issues

2011-11-11 Thread John Tate
Sorry I was a bit drunk, and went mad with abstract criticisms after being stuck on mathematical style simplification all day and using timers and all as empirical proof. God help us. John Nov 11, 2011 at 09:36:01AM +0100, Antoine Jacoutot wrote: On Fri, Nov 11, 2011 at 09:06:35AM +0100, Marc

Re: cdio burning images

2011-11-11 Thread John Tate
Tate On Sat, Nov 12, 2011 at 1:14 AM, Neal Hogan nealho...@gmail.com wrote: On Fri, Nov 11, 2011 at 6:07 AM, John Tate j...@johntate.org wrote: # cdio -f cd0c tao /home/john/ubuntu-11.10-desktop-i386.iso cdio: The media can't be written in TAO mode What am I doing wrong? I'm guessing

Re: NFS not working

2011-11-12 Thread John Tate
systems run Xorg. pf is not running on either system, I have disabled Kerberos on both systems until I learn it better. On Sat, Nov 12, 2011 at 2:16 AM, Christopher Zimmermann madro...@zakweb.de wrote: On 11/11/11 14:57, John Tate wrote: Sorry I should have posted. mountd, portmap, and also

Re: NFS not working (SOLVED)

2011-11-12 Thread John Tate
mountd was unhappy with my /etc/exports and wasn't starting. I truly wish mountd checked the environment to see where I was running it from and just told me with stdout, but for whatever clever unix reasons does not. On Sun, Nov 13, 2011 at 2:30 AM, John Tate j...@johntate.org wrote: # rpcinfo

Burning DVDs

2011-11-13 Thread John Tate
-gnutella, isn't even worth having if its not maintained. John Tate. -- www.johntate.org

Re: Burning DVDs

2011-11-14 Thread John Tate
This has no 'make install' for some odd reason. I clearly should become a packager. On Mon, Nov 14, 2011 at 4:31 PM, Richard Toohey richardtoo...@paradise.net.nz wrote: On 14/11/2011, at 6:13 PM, John Tate wrote: Device seems to be: Generic mmc2 DVD-R/DVD-RW. cdrecord: This version

Re: Burning DVDs

2011-11-14 Thread John Tate
, it happens I'm not perfect, but it has little baring on anything. On Mon, Nov 14, 2011 at 10:49 PM, Rod Whitworth glis...@witworx.com wrote: On Mon, 14 22:07:06 +1100, John Tate wrote: This has no 'make install' for some odd reason. I clearly should become a packager. I don't see that happening soon

Re: Burning DVDs

2011-11-14 Thread John Tate
://ftp.berlios.de/pub/cdrecord/ProDVD/ On Tue, Nov 15, 2011 at 2:04 AM, John Tate j...@johntate.org wrote: Make install does nothing in /usr/ports/sysutils/dvd+rw-tools/, and the ports is the tarball from ftp://ftp.openbsd.org/pub/OpenBSD/5.0/ports.tar.gz - it does not error there is simply

Re: Burning DVDs

2011-11-14 Thread John Tate
and should just be updated with the DVD support. On Tue, Nov 15, 2011 at 3:51 AM, Jan Stary h...@stare.cz wrote: First of all, you should have taken this to ports@, not to misc@. On Nov 14 16:13:34, John Tate wrote: Device seems to be: Generic mmc2 DVD-R/DVD-RW. cdrecord: This version of cdrecord does

Re: cdio burning images

2011-11-18 Thread John Tate
I did, I have actually solved the problem now. On Sat, Nov 12, 2011 at 11:11 PM, Norman Golisz li...@zcat.de wrote: Hi John, On Fri Nov 11 2011 16:44, Norman Golisz wrote: On Fri Nov 11 2011 23:07, John Tate wrote: # cdio -f cd0c tao /home/john/ubuntu-11.10-desktop-i386.iso cdio

gkrellm and uuid's for filesystems

2011-11-18 Thread John Tate
Misc/Ports, gkrellm has an OpenBSD specific shortcoming. Depending on what USB drives are plugged in, my softraid could be anywhere between sd2-sd6. gkrellm needs to be reconfigured every time. The OpenBSD port of gkrellm could instead support the uuids, and always display my two physical AHCI

Recommended working IDE

2011-11-18 Thread John Tate
Misc, I've had troubles with eclipse and anjuta. Eclipse does not want to run, anjuta seems to be missing it's symbol browser in anjuta-extras. Anjuta actually works, but when I open a project it gives me an error. I've already posted what it is, so search. Is there an IDE that works? What is it?

Re: Recommended working IDE

2011-11-18 Thread John Tate
If vim had a class browser, I'd already be using vim. Geany was suggested to me off the list. On Sat, Nov 19, 2011 at 1:49 PM, Richard Toohey richardtoo...@paradise.net.nz wrote: On 19/11/2011, at 2:51 PM, John Tate wrote: Misc, I've had troubles with eclipse and anjuta. Eclipse does

Giving java apps more memory

2011-11-18 Thread John Tate
Netbeans crashes with this... john@rothbard ~$ netbeans # # A fatal error has been detected by the Java Runtime Environment: # # java.lang.OutOfMemoryError: requested 32784 bytes for Chunk::new. Out of swap space? # # Internal Error (allocation.cpp:272), pid=17843, tid=8647815168 # Error:

Re: Giving java apps more memory

2011-11-18 Thread John Tate
your app you can also set your defaults in /etc/login.conf or ~/.profile depends on what you want i use gimp and ff so login.conf/.profile is really more sensible than wrapping all the monster apps On Fri, Nov 18, 2011 at 10:42 PM, John Tate j...@johntate.org wrote: Netbeans crashes

Re: Giving java apps more memory

2011-11-18 Thread John Tate
.profile... max memory size (kbytes, -m) 4059940 There is no manpage for ulimit. On Sat, Nov 19, 2011 at 2:12 PM, John Tate j...@johntate.org wrote: Netbeans crashes with this... john@rothbard ~$ netbeans # # A fatal error has been detected by the Java Runtime Environment

Re: Giving java apps more memory

2011-11-18 Thread John Tate
Found it in the info page. I'm going to STFU and come back tomorrow if I'm still this stupid. On Sat, Nov 19, 2011 at 3:27 PM, John Tate j...@johntate.org wrote: Is this information helpful... john@rothbard ~$ ulimit -a core file size (blocks, -c) unlimited data seg size

Re: Recommended working IDE

2011-11-20 Thread John Tate
3 I already know vim, this is exactly the kind of thing I've needed. On Sat, Nov 19, 2011 at 2:37 PM, richo ri...@psych0tik.net wrote: Check out the tag explorer plugin.. http://www.vim.org/scripts/script.php?script_id=483 On 19/11/11 14:10 +1100, John Tate wrote: If vim had a class

pppoe

2011-11-20 Thread John Tate
I am setting up an OpenBSD firewall, and have everything working but I am using userland pppoe. I am not sure if it ever became an official part of OpenBSD, but I've heard there might be kernel level pppoe support. Is there kernel level pppoe support? Or is the cybersphere filling my head with

What is wrong with this pf config

2011-11-21 Thread John Tate
I am having troubles with this pf configuration, it seems when loaded nothing can access my server on the internal interface for the LAN, I cannot see why, and it's pretty much based off the very standard example in the OpenBSD faq. When I unload the configuration, I can access the DNS server on

More burning issues...

2011-11-21 Thread John Tate
I am having troubles using cdio as described in the manual: http://www.openbsd.org/faq/faq13.html#burnCD I am using a DVD-RW. With dvd+rw-tools I had no troubles blanking the disk. [john@rothbard ~$ cdio -f cd0c tao backup.iso cdio: The media can't be written in TAO mode The manual page `man 1

Re: More burning issues...

2011-11-21 Thread John Tate
Nevermind. On Mon, Nov 21, 2011 at 8:10 PM, John Tate j...@johntate.org wrote: I am having troubles using cdio as described in the manual: http://www.openbsd.org/faq/faq13.html#burnCD I am using a DVD-RW. With dvd+rw-tools I had no troubles blanking the disk. [john@rothbard ~$ cdio -f cd0c

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 h...@stare.cz 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 to the latest release

Narcicism?

2011-11-30 Thread John Tate
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 sc...@blackstaff.ca 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 solution, but I can't seem

Re: pppoe

2011-12-01 Thread John Tate
, 2011 7:57 AM, Jan Stary h...@stare.cz wrote: On Nov 21 12:37:37, John Tate wrote: I am setting up an OpenBSD firewall, and have everything working but I am using userland pppoe. I am not sure if it ever became an official part of OpenBSD, but I've heard there might be kernel level pppoe

Re: Narcicism?

2011-12-04 Thread John Tate
:25 PM, John Tate wrote: On Thu, Dec 1, 2011 at 7:20 PM, Scott McEachernsc...@blackstaff.ca wrote: I'm 24 years old. I was a Linux hacker since I was 13. I am a bit of a guru and do my own Kerberos and such on an all BSD/Linux network. OpenBSD and Debian Linux. I love OpenBSD, I'm a bit weird

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 hvom@gmail.com wrote: Hi I

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 etcpserv { 22 } table itcpserv { 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 phess...@theapt.org 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 moment I

Re: OpenBSD PF tables

2011-12-08 Thread John Tate
of numbers On Thu, Dec 8, 2011 at 6:41 AM, John Tate j...@johntate.org 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 some obvious bugs related

Re: OpenBSD PF tables

2011-12-08 Thread John Tate
On Thu, Dec 8, 2011 at 11:00 PM, Peter N. M. Hansteen pe...@bsdly.netwrote: 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 trouble

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 dera...@cvs.openbsd.orgwrote: I am wondering what software if any generates the OpenBSD and similar websites. It appears to be a static page generated by some

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 static page generated by some

Re: What generates the OpenBSD page?

2011-12-10 Thread John Tate
, 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 dera...@cvs.openbsd.orgwrote: I am wondering what software if any generates the OpenBSD and similar websites

Re: What generates the OpenBSD page?

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

Re: What generates the OpenBSD page?

2011-12-10 Thread John Tate
On Sun, Dec 11, 2011 at 12:04 AM, richo ri...@psych0tik.net wrote: On 10/12/11 23:56 +1100, John Tate wrote: On Sat, Dec 10, 2011 at 11:42 PM, richo ri...@psych0tik.net wrote: While I don't necessarily support the personal attacks, I can't say I totally disagree with the vibe

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 ericfur...@fastmail.net Date: Sat, Dec 10, 2011 at 7:03 PM Subject: Re: What generates the OpenBSD page? To: John Tate j

Re: What generates the OpenBSD page?

2011-12-10 Thread John Tate
?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 j...@johntate.org wrote: Where did I state I think I am a genius? I want an actual quote

Re: Mplayer vo on loongson, change resolution

2011-12-10 Thread John Tate
On Fri, Dec 9, 2011 at 4:34 AM, alies pub...@omega.hopto.org 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

Re: What is wrong with this pf config

2011-12-11 Thread John Tate
Now you can all laugh at me! After fixing this one, and getting everything working on my second attempt from scratch I forgot to put 'block in all' so if you portscanned me just an hour ago I had EVERYTHING open. I used nmap on myself from my virtual private server. Oh shame. So I have a

Re: What is wrong with this pf config

2011-12-11 Thread John Tate
It's just whining! Perhaps if should only do it if it has an Internet IP address not a LAN or WAN one involved. On Mon, Dec 12, 2011 at 5:17 AM, Janne Johansson icepic...@gmail.comwrote: 2011/12/11 John Tate j...@johntate.org So I have a suggestion worth considering, if the line block in all

Re: What is wrong with this pf config

2011-12-11 Thread John Tate
at 05:43 +1100, John Tate wrote: It's just whining! Perhaps if should only do it if it has an Internet IP address not a LAN or WAN one involved. On Mon, Dec 12, 2011 at 5:17 AM, Janne Johansson icepic...@gmail.com wrote: 2011/12/11 John Tate j...@johntate.org So I have

Jan

2011-12-11 Thread John Tate
I never claimed to be an OpenBSD guru. Ever. I am an OpenBSD n00b. Here, I'll put this on the list. I am John Norman Tate born September 1987 to two loving parents and the only part of OpenBSD I think I am good with is using it in accordance to the manuals when I read them properly. I also

Re: Jan

2011-12-11 Thread John Tate
In other words: stop wasting your breath I'm never leaving. If they kick me out, well, I'll use seven proxies! On Mon, Dec 12, 2011 at 9:17 AM, John Tate j...@johntate.org wrote: I never claimed to be an OpenBSD guru. Ever. I am an OpenBSD n00b. Here, I'll put this on the list. I am John

Re: Jan

2011-12-11 Thread John Tate
Whoops, I hate gmail sometimes. That was for Jan On Mon, Dec 12, 2011 at 9:21 AM, John Tate j...@johntate.org wrote: In other words: stop wasting your breath I'm never leaving. If they kick me out, well, I'll use seven proxies! On Mon, Dec 12, 2011 at 9:17 AM, John Tate j...@johntate.org

Re: Jan

2011-12-11 Thread John Tate
I will also add that if I am asking stupid questions then by axiom (look it up in a dictionary) I AM SAYING I AM LEARNING. You tool! On Mon, Dec 12, 2011 at 9:17 AM, John Tate j...@johntate.org wrote: I never claimed to be an OpenBSD guru. Ever. I am an OpenBSD n00b. Here, I'll put

No schizophrenia

2012-01-10 Thread John Tate
GURU John Tate -- www.johntate.org

Re: Misc Toughts

2012-01-10 Thread John Tate
On Wed, Jan 11, 2012 at 2:33 AM, p...@bell.net wrote: # 4 # PF: Example: Firewall for Home or Small Office One of the stated objective is: - Make the ruleset as simple and easy to maintain as possible. In the example provided, 4 macros are provided: int_if=xl0 tcp_services={

Re: No schizophrenia

2012-01-10 Thread John Tate
On Wed, Jan 11, 2012 at 12:11 PM, STeve Andre' and...@msu.edu wrote: On 01/10/12 18:19, John Tate wrote: Just an idiot, Jan Stary, who turned the sentence 7 years of FreeBSD/OpenBSD experience into OpenBSD Guru. I wish I had more time and less faith in minds like hers. What an embarrassment

Re: No schizophrenia

2012-01-10 Thread John Tate
Oh and I wanted to stick around to help people with pf, I'd appreciate a hand spotting a typo myself once in a while. On Wed, Jan 11, 2012 at 2:44 PM, John Tate j...@johntate.org wrote: On Wed, Jan 11, 2012 at 12:11 PM, STeve Andre' and...@msu.edu wrote: On 01/10/12 18:19, John Tate wrote

Re: No schizophrenia

2012-01-10 Thread John Tate
On Wed, Jan 11, 2012 at 5:02 PM, STeve Andre' and...@msu.edu wrote: On 01/10/12 22:44, John Tate wrote: On Wed, Jan 11, 2012 at 12:11 PM, STeve Andre'and...@msu.edu wrote: On 01/10/12 18:19, John Tate wrote: Just an idiot, Jan Stary, who turned the sentence 7 years of FreeBSD/OpenBSD

Proper IPv6, want to host tunnels for IPv4 users.

2011-07-02 Thread John Tate
Misc, I have a OpenBSD 4.7 VPS with 64 proper IPv6 addresses. What I wanted to do is provide like other services an IPv6 address to clients. I was wondering what software I would need to learn to do this. John Tate -- Website: http://johntate.org Facebook: http://facebook.com/john.n.tate John

Re: Proper IPv6, want to host tunnels for IPv4 users.

2011-07-02 Thread John Tate
0095 mer...@stonehenge.com URL:http://www.stonehenge.com/merlyn/ Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc. See http://methodsandmessages.posterous.com/ for Smalltalk discussion -- Website: http://johntate.org Facebook: http://facebook.com/john.n.tate John Tate

Problems with a postfix server.

2011-07-19 Thread John Tate
://johntate.org Facebook: http://facebook.com/john.n.tate John Tate

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?_refer

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?_refer

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:

Serious OpenBSD softraid crypto limitation

2011-04-24 Thread John Tate
in OpenBSD. John Tate

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

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

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 on OpenBSD 5.2 which eventually

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

Re: PHP mini_sendmail problems

2013-03-14 Thread John Tate
: John Tate john at 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 documentation on doing this, and the logs don't contain any errors I can find about the problem. you need

Re: PHP mini_sendmail problems

2013-03-14 Thread John Tate
: On Thu, Mar 14, 2013 at 06:51:54PM +, Alexey E. Suslikov wrote: John Tate john at 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 documentation on doing

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 j...@johntate.org 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 15, 2013 at 6:14 AM

Re: PHP mini_sendmail problems

2013-03-14 Thread John Tate
. Suslikov wrote: John Tate john at 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 documentation on doing this, and the logs don't contain any errors I can find

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

Re: Squid not working for connections from ssh-tunnel

2013-03-16 Thread John Tate
, 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 s...@spacehopper.orgwrote: On 2013-03-15, John Tate j...@johntate.org wrote: I have a server I use to serve a squid

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

  1   2   >