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
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
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
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
-
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 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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
)
>
> -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.
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
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
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
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:
>
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 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
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
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 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:
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
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
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
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/
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
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
>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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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?
>
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
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
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
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
# $
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
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
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.
--
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
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
>>&
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
> 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:
>
>
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 - 100 of 165 matches
Mail list logo