Re: How full can a ffs filesystem be?

2016-02-23 Thread John Long
On Tue, Feb 23, 2016 at 09:48:44PM -0500, Nick Holland wrote: > On 02/23/16 14:42, John Long wrote: > > Is there any rule of thumb as to how full an ffs filesystem can be without > > impacting performance or integrity issues? > > The people who wrote the code set the limit a

Re: How full can a ffs filesystem be?

2016-02-24 Thread John Long
On Wed, Feb 24, 2016 at 10:50:41AM +0100, Otto Moerbeek wrote: > On Wed, Feb 24, 2016 at 05:43:06AM +0000, John Long wrote: > > > On Tue, Feb 23, 2016 at 09:48:44PM -0500, Nick Holland wrote: > > > On 02/23/16 14:42, John Long wrote: > > > > Is there any ru

Re: OT: True hardware UNIX terminal

2016-04-05 Thread John Long
On Mon, Apr 04, 2016 at 04:40:20PM -0600, Nick Bender wrote: > I wonder if any FORTRAN programmers out there remember the trick of putting > line numbers after column 72 so the card sort could sort your program back > into order when you dropped your card deck? This was not limited to FORTRAN. We

Re: videos in httpd

2016-06-23 Thread john slee
Flash. The only reason we don't use it ourselves is that people in our organisation wanted (much) more control of video advertising than YouTube offer. Happy to help with anything else video, just ask :-) John

Re: videos in httpd

2016-06-23 Thread john slee
apologies, that was *supposed* to be off-list but I failed at mail :-/ John On 23 June 2016 at 21:37, john slee wrote: > Hi, > > Replying off-list because not an OpenBSD issue. > > On 22 June 2016 at 01:49, jsg wrote: > >>For those of you running http in support o

[OT] Cloud storage accessible via sftp or rsync/ssh?

2016-07-20 Thread John Long
Can anybody recommend a good cloud storage provider that has access via sftp or rsync tunneled through ssh? Everything I have found seems targeted at Windows, Linux, phones etc. with no platform-agnostic interface. Thanks. /jl -- ASCII ribbon campaign ( ) Powered by Lemote Fuloong against HTML

Re: [OT] Cloud storage accessible via sftp or rsync/ssh?

2016-07-20 Thread John Long
On Wed, Jul 20, 2016 at 01:53:20PM +0200, Sol??ne wrote: > Le 2016-07-20 11:27, John Long a ??crit??: > >Can anybody recommend a good cloud storage provider that has > >access via sftp > >or rsync tunneled through ssh? Everything I have found seems > >targeted at &g

Re: [OT] Cloud storage accessible via sftp or rsync/ssh?

2016-07-20 Thread John Long
On Wed, Jul 20, 2016 at 01:53:23PM +0200, Morten Liebach wrote: > Check rsync.net. That's the type of thing I'm looking for but their prices are totally out of line with anything I've seen. I can pay 100 bucks a year for 1T of storage. I can't pay 1,100 bucks a year for 300G of storage. I'm hopin

Re: [OT] Cloud storage accessible via sftp or rsync/ssh?

2016-07-20 Thread John Long
On Wed, Jul 20, 2016 at 04:01:21PM +0200, matteo filippetto wrote: > 2016-07-20 11:27 GMT+02:00 John Long : > > Can anybody recommend a good cloud storage provider that has access via sftp > > or rsync tunneled through ssh? Everything I have found seems targeted at > > Windo

Re: [OT] Cloud storage accessible via sftp or rsync/ssh?

2016-07-20 Thread John Long
On Wed, Jul 20, 2016 at 02:31:16PM +, Sam Hays wrote: > 2016-07-20 11:27 GMT+02:00 John Long : > > Can anybody recommend a good cloud storage provider that has access > > via sftp or rsync tunneled through ssh? Everything I have found seems > > targeted at Windows, Linux

Re: [OT] Cloud storage accessible via sftp or rsync/ssh?

2016-07-20 Thread John Long
On Wed, Jul 20, 2016 at 12:05:42PM -0400, Brian B wrote: > Run an ??ber cheap VM (or a pair for HA) in AWS or Azure and use their > underlying cloud storage, albeit at a cost premium. > > That way you can setup any number of protocols to access the storage. Thanks, that's actually a _really_ goo

Re: Carp and VLANs

2016-08-23 Thread John Jasen
All your carp devices have the same VHID. As two share the same network, that could cause problems. On 08/23/2016 01:40 PM, Andrew Seguin wrote: > Hi, > > I'm building up an OpenBSD router/firewall (migrating away from FreeBSD) > but have been blocked by a behavior of carp in combination with V

Re: xSSL stuff

2014-06-12 Thread John Slee
totally ok if OpenSSH programs were all converted to longopts-only, and XML config files, right? After all, it won't take long to fix all your cron jobs/scripts/clusterssh/... That's approximately what you're suggesting folks do with the SSL libraries. John

Trying to get suspend to RAM working on an X31

2014-10-10 Thread John Magolske
l look into swapping out the mobo with something lightweight like a Pandaboard... BTW -- this is my first experience with OpenBSD, and I have to say the installation was incredibly straightforward and easy to understand. Really liking what I see so far! Thanks for any suggestions, John dm

Re: Trying to get suspend to RAM working on an X31

2014-10-11 Thread John Magolske
* Mike Larkin [141010 11:18]: > On Fri, Oct 10, 2014 at 10:01:18AM -0700, John Magolske wrote: > > Upon issuing the `zzz` command, the screen turns off, the machine > > spins down and the little crescent-moon "sleep" indicator lights up. > > But when woken, the scre

Staus of stacked softraid root (RAID1C for root)?

2014-10-20 Thread John Merriam
k the development of stacked softraid for the root partition? Any information you can provide would be greatly appreciated. -- John Merriam - refugee from the land of systemd

Re: Shadow TCP stacks

2014-10-20 Thread john slee
inefficiently-used Netezza appliance. It wasn't even that expensive - private industry budget. John

Re: Staus of stacked softraid root (RAID1C for root)?

2014-10-20 Thread John Merriam
OpenBSD. Like what I'm seeing, keep up the great work! As you can see in my sig, I'm migrating away from one of those other operating systems... -- John Merriam - refugee from the land of systemd

Re: Staus of stacked softraid root (RAID1C for root)?

2014-10-21 Thread John Merriam
rypt the passwords on it since there isn't any other possibly interesting infomation on it. Not like I have much interesting information on my server either but I still don't want to worry if my machines are stolen or something. Hmmm. Thanks again for helping me think through my o

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 >

Re: Are there OpenBSD users who are not IT professionals?

2013-11-19 Thread John Long
On Tue, Nov 19, 2013 at 04:37:25PM +0100, za...@gmx.com wrote: > Are there any significant drawbacks to my adoption of OpenBSD (such > as OpenBSD being too technical and too difficult, as compared, say, > to Linux distros)? One of the things that makes code good and secure is simplicity. That foc

Help troubleshooting performance problem

2013-11-30 Thread John Hynes
out where things are getting stalled up? Thanks for any ideas, -John dmesg: OpenBSD 5.3 (GENERIC.MP) #0: Fri Sep 13 04:11:52 EDT 2013 j...@hytronix-gw1.hytronix.com:/usr/src/sys/arch/amd64/compile/ GENERIC.MP real mem = 8588820480 (8190MB) avail mem = 8337694720 (7951MB) mainbus0 at root

Re: Help troubleshooting performance problem

2013-12-01 Thread John Hynes
n that's taking forever to complete? Thanks, -John On Sat, Nov 30, 2013 at 9:39 PM, Kenneth R Westerback < kwesterb...@rogers.com> wrote: > On Sat, Nov 30, 2013 at 07:04:44PM -0600, Shawn K. Quinn wrote: > > On Sat, Nov 30, 2013, at 03:55 PM, Kenneth R Westerback wrote: > >

popa3d removed from base - what do people recommend?

2014-01-04 Thread John Smith
I'm a fan of simple setups and try to stick with the base programs if possible. I've been using an SSL relayd wrapper around popa3d for a simple and base-supported mail setup with opensmtpd. What would people recommend for a simple replacement for SSL pop3? I feel like the general consensus will b

Make CPU use the C2 state

2014-01-12 Thread John Rogers
do something similar with OpenBSD. I've read through the source code to acpicpu(4) [2] and it mentions c-states here and there, but I'm not used to the OpenBSD kernel source code and is unable to tell how I can utilize it. John [1] https://wiki.freebsd.org/TuningPowerConsumption [2]

Re: popa3d removed from base - what do people recommend?

2014-01-12 Thread John Smith
> I think pop3 is dead but recently there was a mail in tech@ > stating Sunil Nimmagadda develops pop3 daemon closed to > OpenBSD standards. That's a good point. I don't like leaving mails on the server for more than a day or so, but I don't see why I can't emulate this behavior on IMAP. I had ori

Re: Make CPU use the C2 state

2014-01-12 Thread John Rogers
On Mon, Jan 13, 2014 at 4:10 AM, Juan Francisco Cantero Hurtado wrote: > On Sun, Jan 12, 2014 at 05:29:02PM +0100, John Rogers wrote: >> Hi. >> >> I have installed OpenBSD 5.4 on a laptop. So far everything runs fine >> but I have the problem that it runs fairly hot ev

Re: Make CPU use the C2 state

2014-01-18 Thread John Rogers
use a > deeper C-state hw.setperf is smaller, ala >C3 <- 0-33 >C2 <- 34-65 >C1 <- 66-100 > > Or maybe that's a bad idea. Thanks for the explanation, it was very informative. This would most likely solve my problem. But as other people have said it probably should be a separate sysctl if implemented. John

Re: Can't ping CARP interface from CARP master box.

2014-02-11 Thread John Jasen
side, who knows...). >> >> I'm basically having 2 boxes acting as a CARP gateway for my servers. > > ...snip... > >> Problem: I can ping 46.21.116.5 either from the outside world or my >> inside machines (even the machine not in carp master state), but not >&

Anybody using Kermit on loongson?

2014-03-09 Thread John Long
This is my first try with Kermit and with this hardware on the other end so I don't know where the problem is. Kermit does not want to talk to my device either by kermit -l /dev/cua00 # /dev/cua00 works on this port for cu # but not for Kermit kermit -l /dev/tty00

Re: Anybody using Kermit on loongson?

2014-03-09 Thread John Long
Replying to myself: I found the .kermrc file below in a websearch and modified it to use /dev/tty00 ; ; kermit settings ; set modem type direct set port /dev/tty00 set speed 9600 set carrier-watch off set flow none set parity none set block 3 set protocol kermit ; End Although it connected afte

Where is this device attached?

2014-03-20 Thread John Long
Hi, I am trying to use a USB device with a Loongson 5.3 stable box. The line from dmesg for the device is ugen0 at uhub1 port 3 "HP Company HPx9G+ Device" rev 1.10/1.00 addr 2 and the usbdevs -vd output is Controller /dev/usb0: addr 1: high speed, self powered, config 1, EHCI root hub(0x),

Re: Where is this device attached?

2014-03-20 Thread John Long
David- sorry, I meant to reply to the list, here it is again for public consumption with the topic threading borked, probably. On Thu, Mar 20, 2014 at 04:14:13PM +0100, David Coppa wrote: > On Thu, Mar 20, 2014 at 2:31 PM, John Long wrote: > > Hi, > > > > I am trying to us

Re: Where is this device attached?

2014-03-20 Thread John Long
On Fri, Mar 21, 2014 at 03:08:31AM +1100, Jonathan Gray wrote: Thanks. How do I build this? /jl -- ASCII ribbon campaign ( ) Powered by Lemote Fuloong against HTML e-mail X Loongson MIPS and OpenBSD and proprietary/ \http://www.mutt.org attachments / \ Code Blue or Go

Re: Where is this device attached?

2014-03-20 Thread John Long
On Thu, Mar 20, 2014 at 04:45:12PM +, Fred wrote: > On 03/20/14 16:33, John Long wrote: > >On Fri, Mar 21, 2014 at 03:08:31AM +1100, Jonathan Gray wrote: > > > >Thanks. How do I build this? > > > >/jl > > > http://www.openbsd.org/faq/faq5.html >

Re: Where is this device attached?

2014-03-21 Thread John Long
On Fri, Mar 21, 2014 at 02:50:17PM +1100, Jonathan Gray wrote: > On Thu, Mar 20, 2014 at 04:33:01PM +0000, John Long wrote: > > On Fri, Mar 21, 2014 at 03:08:31AM +1100, Jonathan Gray wrote: > > > > Thanks. How do I build this? > > You need to build and install a new k

Re: Where is this device attached?

2014-03-24 Thread John Long
Jonathan, this looks promising. David Coppa had said > > > It should expose a ucom*, e.g.: > > > > > > ucom0 at uftdi0 portno 1 > > The dmesg now shows: moscom0 at uhub1 port 3 "HP Company HPx9G+ Device" rev 1.10/1.00 addr 2 ucom0 at moscom0 portno 0 How do I relate this to a filename? Th

Re: Where is this device attached?

2014-03-24 Thread John Long
On Mon, Mar 24, 2014 at 01:23:32PM -0500, Adam Thompson wrote: > See ucom(4) man page. > Short answer: /dev/ttyU0 > (ucom? should match up with /dev/ttyU?) > -Adam Thank you! /jl

Re: Where is this device attached?

2014-03-24 Thread John Long
On Fri, Mar 21, 2014 at 03:08:31AM +1100, Jonathan Gray wrote: > It seems this needs a new driver, here is a quick test that modifies > an existing one that might work: snip Your patch works great. Kermit is talking to the device. Thank you so much for the help! /jl -- ASCII ribbon campaign

Re: FYA: http://heartbleed.com/

2014-04-10 Thread John Moser
Theo de Raadt cvs.openbsd.org> writes: > > So then a bug shows up which leaks the content of memory mishandled by > that layer. If the memoory had been properly returned via free, it > would likely have been handed to munmap, and triggered a daemon crash > instead of leaking your keys. > So m

Re: FYA: http://heartbleed.com/

2014-04-10 Thread John Moser
On Thu, Apr 10, 2014 at 4:18 PM, John Moser wrote: > Also why has nobody corrected me on this yet? I've read El Reg's > analysis, and they missed a critical detail that I didn't see until I read > the code in context: IT ALLOCATES TOO SMALL OF A WRITE BUFFER, TOO. O

softeaid rebuild very slow

2014-04-13 Thread John Cox
d try it but I'm now about 3 days in and don't wish to waste it. Many thanks John Cox #dmesg OpenBSD 5.4 (GENERIC.MP) #41: Tue Jul 30 15:30:02 MDT 2013 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 16973672448 (16187MB) avail mem = 16514109440 (15749

Re: softeaid rebuild very slow

2014-04-14 Thread John Cox
Hi >On Sun, 13 Apr 2014, John Cox wrote: >> Hi >> >> I'm running OpenBSD 5.4 (dmesg below) with softraid in mirror mode. >> One of the drives failed so I replaced it - the first time that RAID >> has actually saved my data as opposed to simply making

ftp-proxy versus IPv4 and IPv6 dual stack?

2014-04-15 Thread John Jasen
-proxy instances in rc.conf.* -- would one of them have to be triggered from rc.local? Or is there a cleaner way? Thanks in advance! -- -- John Jasen (jja...@realityfailure.org) -- No one will sorrow for me when I die, because those who would -- are dead already. -- Lan Mandragoran, The Wheel of

Re: ftp-proxy versus IPv4 and IPv6 dual stack?

2014-04-15 Thread John Jasen
On 04/15/2014 11:27 AM, Jérémie Courrèges-Anglas wrote: > John Jasen writes: > >> As a quick sanity check, the ftp-proxy daemon in OpenBSD 5.4 through >> -current does NOT listen on IPv4 and IPv6 simultaneously? > > As documented. Yes, forgive me for not mentioning that

Re: USB-to-Serial

2021-10-03 Thread John Armstrong
Are these your serial port settings? Baud rate: 115200 Data bits: 8 Parity: NONE Stop bits: 1 Flow control: NONE I ran into the same issue before, by having one of these wrong On Sun, Oct 3, 2021 at 1:12 PM David Anthony wrote: > I wonder if I purchased a bad cable... I see

Can't install from install70.iso on to a Sun t5120

2021-11-02 Thread John Gould
dea of how to proceed with a sparc install? Kind regards John

Problem boot cd70.iso and install70.iso on sparc from sparc64 release

2021-11-11 Thread John Gould
able to install the release ( stable ) version of OpenBSD sparc64 and build the ports. Any help would be most appreciated. I have posted regarding the inability to boot sparc from release ( stable ) previously but have had no replies. Any help? Keep safe, kind regards John. Sun Fire V100

using a thread-local buffer for strerror()

2021-12-18 Thread John Scott
ys required to return a valid NUL- terminated string of some sort, which makes it convenient. In order to use perror(), one has to assign the error number to errno, which in the case of functions like POSIX threads seems to somewhat defeat the point of the design of the interfaces in my opinion. Th

rspamd troubles on -current

2022-01-06 Thread John Batteen
I'm attempting to install and run rspamd on -current, and running into problems. Is anyone running it successfully? According to the pkg-readme it should be ready to go out of the box but it uses gobs of CPU then dies after a minute or three. batteen# rcctl start rspamd rspamd (timeout) full

aligned_alloc shouldn't require size to be a multiple of alignment

2022-06-07 Thread John Scott
Hi, On OpenBSD, aligned_alloc currently fails with EINVAL if the requested size is not a multiple of the requested alignment. Indeed, this stems from a botch in the original specification in the C11 standard. See Defect Report 460 or the NetBSD man page for more details, but this silly requiremen

Re: amd64 bsd.rd for 7.0, 7.1, 7.2equentially. However it looks like

2024-06-03 Thread John McCue
On Fri, May 31, 2024 at 11:02:57AM +0200, Quentin Carbonneaux wrote: Hi, I want to upgrade an amd64 system running 6.9. I do not know your setup, but upgrading from 6.9 to 7.5 may be an issue. Somewhere along the line I believe the default partition sizes changed. That means one of the upgra

Re: exFAT & NTFS

2024-07-28 Thread John McCue
On Sun, Jul 28, 2024 at 09:40:29AM -0400, openbsd_fr...@mail2tor.com wrote: Can OpenBSD write to exFAT and NTFS partitions? Thanks. See 'man 8 mount_ntfs' (ro) and I think mount_msdos(8) for exfat. The manuals on OpenBSD are very good and update to date :) Regards

Re: emacs/w3m cannot retrieve url

2024-08-31 Thread John McCue
Hi I can get to https://lobste.rs/ on OpenBSD 7.5 without any issues. But I installed emacs-29.4-gtk2 instead of the gtk3 package. The gtk3 package has issues on my machine. On Sat, Aug 31, 2024 at 02:02:06PM -0400, Jon Fineman wrote: In emacs when I try and browse https://lobste.rs via M-x w

Re: I want to contribute to OpenBSD. Where should I begin?

2024-09-08 Thread John McCue
Hi This is the best information I have run across for your question. https://dataswamp.org/~solene/2022-05-03-contributing-to-openbsd.html Regards On Sun, Sep 08, 2024 at 11:39:21PM +0530, Neel chakraborty wrote: Hello everyone, I have recently begun using OpenBSD regularly and am impressed

Re: HP 2133

2009-04-13 Thread John Bartoszewski
Just installed 2009-04-13 snap. On Thu, Mar 26, 2009 at 08:33:08PM +, Jacob Meuser wrote: > > > I wonder in particular if there is support for > > > the pc-card interface > > > > Haven't tried yet. I should have a Express Card with in the week that > > I can test it with. Works. Tried a

Padlock accelerated SHA on Via C7

2009-04-14 Thread John Arnold
Hi All, Has anybody been able to get Padlock accelerated SHA1 working on a C7 or is this not currently possible? The CPU has the capability: OpenBSD 4.4 (GENERIC) #1021: Tue Aug 12 17:16:55 MDT 2008 dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC cpu0: VIA C7 Processor 1800MHz

Re: Padlock accelerated SHA on Via C7

2009-04-14 Thread John Bartoszewski
A comparsion with more recient install. OpenBSD 4.5-current (GENERIC) #48: Sun Apr 12 23:43:52 MDT 2009 dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC cpu0: VIA C7-M Processor 1200MHz ("CentaurHauls" 686-class) 1.20 GHz cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,P

Re: Padlock accelerated SHA on Via C7

2009-04-15 Thread John Arnold
> It isn't worth using it. The overhead is too high. > > OK, thanks for the response. That being the case, can anybody give me any advice on what hardware I would need to achieve gigabit VPN throughput (aes/3des & md5/sha1) with ipsec?

Re: Padlock accelerated SHA on Via C7

2009-04-16 Thread John Arnold
> Specifically: Via botched the implementation - their instruction set > does not allow the data to be hashed to be fed in multiple chunks, which > is how most applications work. > > There are ways around this but they are too ugly to mention. > > -d > > OK that makes sense! Thanks to everyo

Hardware recommendations for gigabit throughput ipsec

2009-04-16 Thread John Arnold
Hi all, I'm looking for any advice on what hardware would be suitable to achieve a gigabit capable point to point ipsec vpn (using aes/3des & sha1/md5). Has anybody done this? Many thanks!

newfs block device

2009-04-22 Thread John Brahy
Have I completely lost my mind or should I be able to give newfs a block device? # df -ht ffs Filesystem SizeUsed Avail Capacity Mounted on /dev/wd0a 1006M203M753M21%/ /dev/wd0j 7.9G6.0G1.5G81%/home /dev/wd0i 1006M6.0K956M 0%/

Re: Hardware recommendations for gigabit throughput ipsec

2009-04-28 Thread John Arnold
> They all did 60+ MB/s, meaning I got at least 60% out of the gig links, > without resorting to jumbo frames, creative recv/sendspace sysctls or > anything, and also I did generate and sink the traffic on the end nodes, > so that also "adds" to the load for them. > > Given that they costed som

Re: Migration from IPTABLES to PF

2009-05-04 Thread John Chronister
onf. You will still want to manually parse it to make sure its good. This is a good tool, but I think you will find that both pf and iptables differ so depending on your special additions, your mileage may vary. I do not like GUI tools, and personally I would print it out and then hand write the pf.conf

Broadcom 5862 support

2009-05-11 Thread John Arnold
Hi All, I have a Silicom PESB62 card (based on Broadcom 5862 chip). www.openbsd.org/crypto.html says: "Support for the BCM5825, BCM5860, BCM5861, and BCM5862 including support for AES with the BCM5823 or newer was added before 4.5." However it doesnt seem to be recognised properly: vendor "Br

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

ADSL2+ PCI card

2009-05-14 Thread John Bond
Hello, Im looking into bulding a home rourter device and my obvious OS choice is OpenBSD however im strugeling to find an ADSL2+ pci cards which i can use. I have only managed to find to devices which may work snagoma data card s519 -- http://www.sangoma.com/products_and_solutions/hardware/data_

Re: ADSL2+ PCI card

2009-05-14 Thread John Bond
On Thu, May 14, 2009 at 9:16 PM, Russell Howe wrote: > These should work fine - the S518 presents itself as a special ADSL > controller on the PCI bus, but AFAIK the 519 is actually an ethernet chip > (Realtek 8139?) paired up with an ADSL modem on a PCI card, so all the > computer sees is an eth

Re: ADSL2+ PCI card

2009-05-14 Thread John Bond
On Thu, May 14, 2009 at 10:32 PM, Rod Whitworth wrote: > I have no experience with either BUT I do know that the Viking just > "looks like" a Realtek NIC to OpenBSD. That was done to make the > provision of drivers unnecessary. I just got the following response from a tech at traverse.com.au whic

Re: ADSL2+ PCI card

2009-05-14 Thread John Bond
On Thu, May 14, 2009 at 9:29 PM, John Bond wrote: > Thanks for your reposne russell, what i have read agrees with your > response however i wasn't sure if the rel8139 chip was supported, i > couldn't find it on the hardware list > it has been pointed out to me that i cant

Re: ADSL2+ PCI card

2009-05-17 Thread John Bond
Thanks for all the responses everyone it looks like the viking card may be what im after. - it presents itself as an eathernet adapter - it has a cli to configure te onboard ADSL2+ router - the network adapter REL8139 is suported by the rl driver Thanks all

Re: apache DOS tool

2009-06-22 Thread John Wright
On Mon, Jun 22, 2009 at 04:36:58PM +0200, Jonas Thambert wrote: > Aiko Barz wrote: > > On Mon, Jun 22, 2009 at 09:32:56PM +1200, Richard Toohey wrote: > >> The solution, like the problem, lies in the network layer. See iptables > >> and similar network stack filters to provide protection against t

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

what mean is M-Up key?

2009-07-19 Thread John Wong
Sorry, the question maybe .. I'm tmux/openbsd user, i read the man page, and see some key is like "M-Up resize-pane -U 5". But what exactly should i type? I know C-b mean is "Ctrl + b", but M-o ... what is "M-" key? Please help, thank you.

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

Silicone & Rubber product supplier

2011-12-08 Thread John Cen
Dear Sir or Madam, Sinic Tech Silicone Company devoted to supplying silicone rubber products since registered and established in Hong Kong 1998. Through years of painstaking efforts, we have established cooperation relations all over the world, especial in Europe, Canada, Australia and Sou

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
n anything but inquisitive and curious. John 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 are sooo idiotically moronic that > you are hilarious! You are so fucking stupid you are falli

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

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 suggesti

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 wrote: > 2011/12/11 John Tate > >> >> So I have a suggestion worth considering, if the line "block in a

<    1   2   3   4   5   6   7   8   9   10   >