Re: Floppy problems... (fdc missing in /dev)

2005-09-05 Thread John Brooks
Don't forget the basics... is the floppy ribbon cable connected? is the floppy ribbon cable known to be good? are the connectors fully seated, try reseating them? is the power connected to the drive? is the drive connected after the cable twist? is the drive known to be good? --

routing question

2005-09-06 Thread John Brooks
NAT box #2 behind box #1. Are there some routing commands that would allow me to send traffic to the ISP from box #2 using these new IP's? Thanks, -- John Brooks [EMAIL PROTECTED]

Re: routing question

2005-09-06 Thread John Brooks
> On Tuesday, September 06, John Brooks wrote: > > > > > (209.145.160.141) > > OBSD #1 - > > \ > > Switch DSL Modem ISP(209.145.160.1) > > / > > OBSD #2 - >

Re: routing question

2005-09-06 Thread John Brooks
> On Tue, 6 Sep 2005 15:25:29 -0500, John Brooks wrote: > > >My office network has an adsl connection with a single static > >ip as follows: > > > > 209.145.160.141/24 (gw 209.145.160.1) > > > >I requested additional ip's from

Re: SpamAssassin

2005-09-16 Thread John Wright
$ uname -a OpenBSD jasper 3.7 GENERIC.RAID#1 i386 $ pkg_info -L p5-Mail-SpamAssassin | grep sa-learn /usr/local/bin/sa-learn /usr/local/man/man1/sa-learn.1

Re: Dell PowerEdge 2650

2005-09-20 Thread John Brahy
I've got two poweredge 2650's w/ PERC 3/di raid cards and I've tried OpenBSD 3.7, 3.6 and 3.5. I've found that the aac in 3.7 is completely unstable, the aac in 3.6 would have problems after an hour or so of heavy use. BUT, 3.5 seems to be stable but now I'm stuck on a version of an os that is abou

Re: Dell 2650, Stupid Adaptec Controller, and Daily Crashes

2005-09-22 Thread John Brahy
3.6 was hell for me with that damn raid controller. I've got two 2650's and they were both crashing on 3.6. I'm currently using 3.5 and waiting for 3.8 to come out. From what I've heard from a couple people on the list is that the 3.8 version is much more stable. The other option is to trade your h

is there a way to block sshd trolling?

2005-09-23 Thread John Marten
that for every hacker my pf.conf would be huge! There's got to be a better way, and I'm open to suggestions. John F. Marten III Information Technology Specialist

Re: 3.7, wrong dependecies for package pear-DB-1.6.8?

2005-09-27 Thread John Wright
On Tue, Sep 27, 2005 at 03:23:41PM +0300, Dimitar Kodjabachev wrote: > I am trying to install the package pear-DB-1.6.8 on a 3.7 box (i386). > According to pear.php.net, PEAR DB 1.6.8 requires PHP version 4.2.0 or > newer, but the OpenBSD package has a @depend > www/php5/core,-pear:php5-pear-5.0.*:

Re: OpenBSD 3.8 song

2005-09-27 Thread John Brahy
I totally love the idea but it's not a song. The skit was great but I was really hoping to blast some music everything I got a error from my raid array because of this problem. It should be a good punk rock song! How about God Save the RAID? God save the RAID her fascist regime Share the documen

Summary: Is there a way to block sshd trolling?

2005-09-28 Thread John Marten
add a 'block in quick on $net inet proto {tcp,udp} from ###.##.##.### to any flags S/SA' entry in my pf.conf file. But if I had do that for every hacker my pf.conf would be huge! There's got to be a better way, and I'm open to suggestions. John F. Marten III Information Technology Specialist

Gosh! What a lot of unwrapping!

2005-10-20 Thread John Wright
http://dryfish.org.uk/~john/openbsd38/ Hope I'm not spoiling the sticker art for anyone.

Re: perl script for postfix logs to create spamd tables

2005-10-31 Thread John Brahy
adding servers that I send outgoing emails to, to a whitelist which I like also. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chad M Stewart Sent: Monday, October 31, 2005 2:56 PM To: John N. Brahy Cc: misc@openbsd.org Subject: Re: perl script for postfi

Re: what am I missing? -sparc64

2005-11-01 Thread John Brahy
OpenBSD is only available via the CD, you have to buy it. That is what supports the development of OpenBSD. This isn't Linux. And you should probably purchase a T-Shirt also http://www.openbsd.org/faq/faq3.html There are many good reasons to own an OpenBSD CD: CD sales support ongoing development

Re: perl interface to pf?

2005-11-01 Thread John Brahy
co Peereboom <[EMAIL PROTECTED]> [2005-11-01 10:11]: > > > This is the weirdest thing I have heard all week. > > > > > > On Tue, Nov 01, 2005 at 08:36:59AM -0800, John N. Brahy wrote: > > > > Is there a perl interface to pf? > > > > >

Re: perl interface to pf?

2005-11-01 Thread John Brahy
You're totally correct and I replied to him and apologized. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Greg Thomas Sent: Tuesday, November 01, 2005 1:09 PM To: OpenBSD-Misc Subject: Re: perl interface to pf? On 11/1/05, John Brahy <[EMAIL P

Re: ssh brute force attacks

2005-11-11 Thread John Brooks
> > I;ve got a machien that seems to getting atacked by what appears to be a > > simplistic "brute force" attck. it's getting hit multiple ties a second > > with bogus root login attempts, my guess is that they are > trying dictionary > > atacks on the password for root. > > > > Any sugestions as

Is there a OpenBSD friendly hardware vendor out there?

2005-11-22 Thread John Brahy
, John

Re: Teamspeak server

2005-12-09 Thread John Danks
On 12/8/05, Bernd Schoeller <[EMAIL PROTECTED]> wrote: > > I had run the current TeamSpeak server in Linux emulation on 3.8 just > a couple of weeks ago, although I have to admit that this was just for > testing. But it seemed to work fine. I managed to get it running in -current but it was unre

Re: what is the maximum length of username?

2005-12-29 Thread John Gould
nor dots (`.') be part of the name, as this tends to confuse mailers. No field may contain a colon as this has been used historically to separate the fields in the user database." Is that not long enough? Regards John.

Re: netcat man page: -e emulation

2006-01-06 Thread John Wright
How about #!/bin/ksh nc -l localhost 1234 |& exec 0<&p 1>&p # Rest of the script here. This syntax is pretty new to me so I'm not sure of pros and cons.

dup-to

2006-01-18 Thread john gotti
hi , i would like to set nids and pflogger on diffrernt machine using dup-to but im not sure where to put this rule i mean in which place in pf.conf file to not to mess with others rules ex. options scrubs nat ... in rules load balancing out rules thanks for reply regards dalgorno

Re: dup-to

2006-01-19 Thread john gotti
On 1/19/06, john gotti <[EMAIL PROTECTED]> wrote: > > hi , i meant where to put RULE with dup-to to not to mess with other , > espessially with RULE using route-to , i would test it mysel but this fw is > quite important , so if anyone using it a i would happy for tips , a

Re: dup-to

2006-01-19 Thread john gotti
, fastroute or reply-to . On 1/19/06, john gotti <[EMAIL PROTECTED]> wrote: > > > > On 1/19/06, john gotti <[EMAIL PROTECTED]> wrote: > > > > hi , i meant where to put RULE with dup-to to not to mess with other , > > espessially with RULE using route-to , i wo

Re: dup-to

2006-01-19 Thread john gotti
, fastroute or reply-to . On 1/19/06, john gotti <[EMAIL PROTECTED]> wrote: > > hi , i meant where to put RULE with dup-to to not to mess with other , > espessially with RULE using route-to , i would test it mysel but this fw is > quite important , so if anyone using it a i would happy

Re: boot.conf timeout ignored on amd64?

2006-01-27 Thread John Wright
On Fri, Jan 27, 2006 at 06:05:16PM +0100, Toni Mueller wrote: > - /etc/boot.conf --- > set timeout 30 > boot /bsd.mpr > - /etc/boot.conf --- The "boot" commands instructs it to boot there and then.

(3.9beta/i386) sensorsd can not start?

2006-01-29 Thread John Wong
after upgrade to 3.9beta/i386, sensorsd can not start when i start the sensorsd, it show the error message shell$: /usr/sbin/sensorsd sensorsd: sysctl: No such file or directory what file or directory should i need? shell$: cat /etc/sensorsd.conf hw.sensors.0:low

Re: Can't believe I'm asking this... What's a serial port on an OpenBSD system?

2006-02-13 Thread John Wright
On Mon, Feb 13, 2006 at 02:04:23AM -0800, David Benfell wrote: > [...] > pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo > pccom1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo > [...] These in the dmesg. man pccom lists the /dev files as tty00, tty01, cua00, cua01.

Redundant Failover Firewalls

2006-02-18 Thread John Brooks
uting on OpenBSD? -- John Brooks [EMAIL PROTECTED]

Re: /ect/resolv.conf on obsd

2006-02-20 Thread John Brooks
> hosts contains (amongst others): > some.remote.com NNN.NNN.NN.NNN some > looks a little funny to me... might work better as NNN.NNN.NN.NNNsome.remote.com some or possibly NNN.NNN.NN.NNNsome some.remote.com otherwise it seems to disregard the entry in /etc/hosts

Re: Learning C Programming

2012-06-21 Thread john slee
.amazon.com/Book-Programming-4th-Edition/dp/sitb-next/0201183994 The version I had only covered K&R-era C, but it seemed to be well-written and reasonably compact. Certainly not an enormous brick! AFAIK the newer editions cover modern C John

Re: OpenBSD forked

2012-06-22 Thread john slee
really, really wants to understand things will look at the source code. eg. if I was sufficiently deranged to want to know the guts of UNIX terminal IO, I might look at tmux John

Re: OpenBSD's webpage desing

2012-06-27 Thread john slee
the reader finds reading to be optimal at a particular column width, that said reader may well adjust their browser window to suit? John

Re: Lemote Fuloong

2012-07-12 Thread John Long
On Thu, Jul 12, 2012 at 01:22:34PM +0200, Pierre-Emmanuel Andr? wrote: > The current bulk build is almost finished. New packages will be available > in the next few days. Thanks a lot. I fell back to the June 28th snapshot because of some ports issues. I believe they are probably my fault, but n

Fuloong users: is your music pitch too fast?

2012-07-15 Thread John Long
It's weird but music playback on my new Fuloong Mini is running too fast. It's barely noticeable on instruments but with vocals the pitch is too high. I searched the lists and didn't find anything. I noticed the problem with mpd. I tried to install mplayer, xine-lib, and audacious (audacious buil

Re: Fuloong users: is your music pitch too fast?

2012-07-15 Thread John Long
On Sun, Jul 15, 2012 at 04:40:03PM +, Miod Vallat wrote: > > It's weird but music playback on my new Fuloong Mini is running too fast. > > It's barely noticeable on instruments but with vocals the pitch is too > > high. I searched the lists and didn't find anything. > > Sounds like yet anothe

Fuloong: how to boot single user mode from pmon?

2012-07-16 Thread John Long
I haven't been able to figure out how to setup an entry in pmon's boot.cfg to boot OpenBSD in single user mode. I know on other platforms boot -s from the OpenBSD boot prompt works correctly. I've tried all sorts of stuff with the args parameter, no joy. Can anyone clue me in? Thank you. -- P

Re: Fuloong: how to boot single user mode from pmon?

2012-07-16 Thread John Long
Thanks, Otto. I have no complaints. I really appreciate the work everybody did on this. Just wanted to make sure I wasn't missing something obvious. I figured it would be nice to have a menu selection for booting single user from pmon. Up to this point I haven't needed it, it was just a "nice to h

Re: Fuloong: how to boot single user mode from pmon?

2012-07-16 Thread John Long
On Mon, Jul 16, 2012 at 12:10:33PM +0200, Otto Moerbeek wrote: > On Mon, Jul 16, 2012 at 11:50:28AM +0200, Otto Moerbeek wrote: > > > On Mon, Jul 16, 2012 at 09:09:54AM +, John Long wrote: > > > I see now that you are using a Fuloong and not a Loongson. I am usi

Re: Fuloong: how to boot single user mode from pmon?

2012-07-17 Thread John Long
On Tue, Jul 17, 2012 at 05:00:06PM +0200, Peter Laufenberg wrote: > >On Mon, Jul 16, 2012 at 11:00:12AM +, John Long wrote: > > > >> On Mon, Jul 16, 2012 at 12:10:33PM +0200, Otto Moerbeek wrote: > >> > On Mon, Jul 16, 2012 at 11:50:28AM +0200, Otto Moerbeek wr

Re: Fuloong: how to boot single user mode from pmon?

2012-07-17 Thread John Long
Thanks for the great work and the informative posts. I'm saving the info for future reference. Especially the history on the Loongson line is great to know.

Re: Fuloong: how to boot single user mode from pmon?

2012-07-18 Thread John Long
On Wed, Jul 18, 2012 at 09:50:41AM +0200, Wojciech Puchar wrote: > well my question wasn't about running x86 code under emulation on > loongson, but running mips compiled programs on it relatively to x86 > compiled programs on x86. The answer is "it depends". It takes a long time to build certai

Re: Fuloong: how to boot single user mode from pmon?

2012-07-18 Thread John Long
On Wed, Jul 18, 2012 at 09:49:03AM +0200, Wojciech Puchar wrote: > >>Would be nice if finally some non-x86 hardware would actually be > >>available. > > > >It has been available for ages, and well-supported by free software as > >well; and I am not only speaking about loongson-based systems. > > >

Emacs-OS is heavier than OpenBSD

2012-07-18 Thread John Long
When my system comes up with no logged-on users but with syslogd, pflogd, ntpd, sshd, sendmail, inetd, and sndiod running, top shows 24M of real memory consumption. When I start emacs server (emacs --daemon) storage consumption increases to 59M, more than 2x what is required by OpenBSD itself and s

Re: Fuloong: how to boot single user mode from pmon?

2012-07-18 Thread John Long
On Tue, Jul 17, 2012 at 08:41:33PM +, Miod Vallat wrote: > 2G: fixed 2F without the branch prediction bug. I am told the recent > Yeeloong and Fuloong are fit with 2G processors. I am not even sure > these can be told apart in software, as 2G supposedly reports itself as > a 2F level. Does an

Re: Fuloong: how to boot single user mode from pmon?

2012-07-18 Thread John Long
Wow! Thanks a lot for the detailed explanation!

Re: Calomel.org [patch for the afterboot.8 man page]

2012-07-26 Thread John Long
On Thu, Jul 26, 2012 at 09:56:44AM -0300, Daniel Bolgheroni wrote: > On Thu, Jul 26, 2012 at 07:47:46AM +0200, Joakim Dellrud wrote: > > > > Perhaps a resource of howtos/FAQ can be created since OpenBSD does not > > change to much between releases? Or is that not interesting either? > > Maybe you

Re: Calomel.org [patch for the afterboot.8 man page]

2012-07-26 Thread John Long
On Thu, Jul 26, 2012 at 04:12:50PM +0200, David Coppa wrote: > Please, > > One sentence, one line... Ok, here we go: Index: src/share/man/man8/afterboot.8 === RCS file: /cvs/src/share/man/man8/afterboot.8,v retrieving revision 1.13

Re: Calomel.org [patch for the afterboot.8 man page]

2012-07-26 Thread John Long
A list member pointed out I could shorten the diff further by not including the index.html part of the URL. Third time's the charm? Index: src/share/man/man8/afterboot.8 === RCS file: /cvs/src/share/man/man8/afterboot.8,v retrieving

Re: patch for the afterboot.8 man page

2012-07-26 Thread John Long
On Thu, Jul 26, 2012 at 08:50:09AM -0700, Claus Assmann wrote: > On Thu, Jul 26, 2012, John Long wrote: > > > Third time's the charm? > > No. If you take a look at the file, you'll see that each new > sentence starts at a new line. That's what someone was

Re: NSD vs BIND

2012-08-22 Thread John Bond
On 22 August 2012 04:57, Mikkel Bang wrote: > Hello! > > For authoritative nameservers - which do you guys prefer, NSD or BIND? NSD requires a restart of the daemon to add or remove zones (this should be resolved in nsd 4). So if this is something you do a lot and you need to avoid down time i wo

Re: Smtpd disposable addresses

2012-08-31 Thread John Slee
ess" logic. It's just a trivial regex, amirite? :-/ Gmail supports +foo syntax, but the number of times I've actually successfully used an address like that is vanishingly small - is a much better separator IMHO John

Re: Unix source code (was Re: Can command-line options be specified in any place?)

2011-06-23 Thread john slee
27;t include much (if any? has been a while since I looked at it) userland source code. It is still a wonderful, educational book, though. John

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

Re: Expected throughput in an OpenBSD virtual server

2011-08-22 Thread john slee
e at all and is totally unrelated to > this post. It is quite pertinent, actually. See the beginning of section 6.6; http://www.openbsd.org/faq/faq6.html#Tuning John

Re: CDDL vs GPL and maybe some implications for BSD?

2011-08-26 Thread john slee
mies... One can certainly be genuinely patriotic whilst in stark disagreement with the status quo. John

Re: My thoughts on OpenBSD - is advocacy working ?

2011-09-01 Thread John Slee
On 01/09/2011, at 9:23 PM, Daniel Gracia wrote: > Lambo, Ferrari, Maserati, Aprilia... As you are an owner, you should know their historic -let's call it- 'temperamental' behaviour ;-) I thought Aprilia used Rotax engines in some (all, maybe?) of their bikes Nein? John

Re: My thoughts on OpenBSD - is advocacy working ?

2011-09-06 Thread john slee
me the aspect of OpenBSD that attracted me. It's not enough to have good ideas. Implementation quality and subsequent maintenance/support matters just as much, if not more. John [1] yeah, seems like such a small thing... but it's the first thing I notice whenever I ride a Japanese bike. Switchgear quality = awful

Re: UEFI BIOS

2011-10-01 Thread john slee
would it? I should think that they could simply sign the new installer with the existing keys. OTOH it's quite possible that someone will extract the private key(s) from the hardware, too. It already happened for Apple's Airport Express, no? On balance, I really don't think this is worth the angst and scaremongering. John

Notice of Internet Intellectual Property

2011-10-30 Thread John Gong
fe for you firstly, but our audit period is limited, if you object the third party application these domain names and need to protect the brand in china and Asia by yourself, please let the responsible officer contact us as soon as possible. Thank you! Best Regards, John Gong General Manager

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
(nfsd) # 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

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

Packages issues

2011-11-09 Thread John Tate
* For some reason anjuta comes 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 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 that needs it.

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 wrote: > > > On Wed, 9 Nov 2011, John Tate wrote: > >> Misc, >> >> I can't seem to mount NFS export

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

cdio burning images

2011-11-11 Thread John Tate
# 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? -- www.johntate.org

bash script problem

2011-11-11 Thread John Tate
s running... " \ if jobs 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 wrote: > On Nov 11 17:40:01, John Ta

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

Re: cdio burning images

2011-11-11 Thread John Tate
Recap... cdio... # cdio tao /home/john/ubuntu-11.10-desktop-i386.iso cdio: The media can't be written in TAO mode I'm guessing I get that one because ISO distribution has deviated a long way from formally defined standards towards spontaneously defined ones. cdrecord...# cdrecord -v

Re: NFS not working

2011-11-12 Thread John Tate
both 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 wrote: > On 11/11/11 14:57, John Tate wrote: >> Sorry I should have posted. mountd, portmap, and also t

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

Burning DVDs

2011-11-13 Thread John Tate
port, gtk-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 wrote: > On 14/11/2011, at 6:13 PM, John Tate wrote: > >> Device seems to be: Generic mmc2 DVD-R/DVD-RW. >> >> cdrecord: This ve

Re: Burning DVDs

2011-11-14 Thread John Tate
happens I'm not perfect, but it has little baring on anything. On Mon, Nov 14, 2011 at 10:49 PM, Rod Whitworth 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 d

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 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 no out

Re: Burning DVDs

2011-11-14 Thread John Tate
should just be updated with the DVD support. On Tue, Nov 15, 2011 at 3:51 AM, Jan Stary 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 v

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 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.

gkrellm and uuid's for filesystems

2011-11-18 Thread John Tate
drives and the softraid. It's a little annoying having to configure gkrellm after every different boot scenario. Also, where do I get started on learning to make ports? I don't necessarily mean contribute but where are the docs for a wannabe contributor? John Also this leads nowhere, so

Recommended working IDE

2011-11-18 Thread John Tate
rks? What is it? Perhaps I should just learn emacs. Though, I really like anjuta. Are there any IDE recommendations apart anjuta, eclipse, and vim and emacs editors available? John -- www.johntate.org

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 wrote: > On 19/11/2011, at 2:51 PM, John Tate wrote: > >> Misc, >> >> I've had troubles with eclipse and anjuta. Eclip

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

Re: Giving java apps more memory

2011-11-18 Thread John Tate
[john@rothbard ~$ ulimit unlimited There is something very simple I am missing. I'm getting really confused here. On Sat, Nov 19, 2011 at 2:53 PM, Andres Perera wrote: > you can patch the apps to use setrlimit() > > you can write a small sh wrapper that sets ulimits and execs yo

Re: Giving java apps more memory

2011-11-18 Thread John Tate
Is this information helpful... john@rothbard ~$ ulimit -a core file size (blocks, -c) unlimited data seg size (kbytes, -d) 524288 file size (blocks, -f) unlimited max locked memory (kbytes, -l) 1354329 max memory size (kbytes, -m) 4059940 open files

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 wrote: > Is this information helpful... > > john@rothbard ~$ ulimit -a > core file size (blocks, -c) unlimited > data seg s

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

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 dre

What is wrong with this pf config

2011-11-21 Thread John Tate
er on the firewall running this configuration. It seems to forward everything through to the Internet, but blocks DNS which makes it pretty useless. I've looked at it at least five times... [john@baal ~$ cat /etc/pf.conf int_if="xl0" ext_if="tun0" rothbard="10.0.0.

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 `

Re: More burning issues...

2011-11-21 Thread John Tate
Nevermind. On Mon, Nov 21, 2011 at 8:10 PM, John Tate 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 ~

OpenBSD 4.6 Intel Mac Mini

2010-03-06 Thread John Hope
rocess as installing Windows (via Bootcamp) or is there another way to just dedicated the whole machine to OpenBSD? Any advice or links would be greatly appreciated. Thanks in advance. John

Re: OpenBSD 4.6 Intel Mac Mini

2010-03-07 Thread John Hope
says: cd /cdrom/4.6 /packages/ I think you've mistakenly added a space after the 4.6. Or am I missing something? John

Re: 4.7 release date?

2010-05-04 Thread John Cosimano
--- Kapetanakis Giannis [Tue, May 04, 2010 at 01:21:04PM +0300]: --- > Hi, > > Is there any planned date for releasing 4.7 in ftp? from http://www.openbsd.org/47.html : May 19, 2010

Re: [ot] spam

2010-05-04 Thread John Cosimano
--- Leonardo Carneiro - Veltrac [Tue, May 04, 2010 at 08:54:38AM -0300]: --- > Hi list. > > Why do we get spam on this list? Does it allow to unsubscribed users to > email us or the spam is comming from subscribers? > This is ***not*** a flame war start about spam. I'm just curious. from http:

Re: low httpd performance. Apache 2.2 as default? never? *sighs

2010-05-08 Thread John Wright
On Sat, May 08, 2010 at 10:22:20AM +0300, Pekka Niiranen wrote: > These all great additions. I just wish Subversion would someday > be compatible with those. Subversion is awful. Try git, it supports http without having to install fancy apache modules.

Re: OpenBSD 4.7 Released, May 19 2010

2010-05-19 Thread John Cosimano
--- Bob Beck [Wed, May 19, 2010 at 06:48:35AM -0600]: --- > > May 19, 2010. > > We are pleased to announce the official release of OpenBSD 4.7. congrats! and more importantly: THANK YOU!

<    4   5   6   7   8   9   10   11   >