Re: SSH key encryption when using FDE

2016-08-02 Thread Hugo Osvaldo Barrera
On Tue, Aug 2, 2016, at 22:01, Nick Holland wrote: > On 08/02/16 01:48, Remi Locherer wrote: > > On Mon, Aug 01, 2016 at 07:10:21PM -0300, Hugo Osvaldo Barrera > > wrote: > >> Hi, > >> > >> I've always used password-protected ssh keys, with ssh-agent

SSH key encryption when using FDE

2016-08-01 Thread Hugo Osvaldo Barrera
some attack vector I'm no considering. Keep in mind that I using ssh-agent, and unlock the keys usually as a first action after startup (I guess *not* using ssh-agent completely changes the scenario). Thanks, -- Hugo Osvaldo Barrera

Re: Ubiquiti EdgeRouter Lite

2015-08-21 Thread Hugo Osvaldo Barrera
ber running OpenBSD on a [cheap] USB flash drives some years ago, and they kept died on my pretty quickly. Did you maybe disable some logging, or something alike? Or are high-quality USB flash drives okay for this? Thanks, -- Hugo Osvaldo Barrera

Re: OpenSSH AESNI support

2015-05-07 Thread Hugo Osvaldo Barrera
On 2015-05-07 10:57, Christian Weisgerber wrote: > On 2015-05-07, Hugo Osvaldo Barrera wrote: > > > I've finally decided to replace that CPU, but I'm wondering: Does OpenSSH > > support/use the AESNI instruction set if available? > > Yes, by way of OpenSSL/Li

OpenSSH AESNI support

2015-05-07 Thread Hugo Osvaldo Barrera
e? Thanks, -- Hugo Osvaldo Barrera A: Because we read from top to bottom, left to right. Q: Why should I start my reply below the quoted text? [demime 1.01d removed an attachment of type application/pgp-signature which had a name of signature.asc]

Re: httpd presenting the wrong TLS certificate

2015-03-14 Thread Hugo Osvaldo Barrera
On 2015-03-14 19:39, Hugo Osvaldo Barrera wrote: > On 2015-03-14 23:34, Peter Hessler wrote: > > httpd does not yet support SNI. You will need to either wait, use a > > wildcard SSL cert, or use different ports/IPs. > > > > > > Oh, I hadn't checked that for

Re: httpd presenting the wrong TLS certificate

2015-03-14 Thread Hugo Osvaldo Barrera
ll charge for wildcard certs. :( Is SNI on the roadmap already? Thanks, > On 2015 Mar 14 (Sat) at 19:26:31 -0300 (-0300), Hugo Osvaldo Barrera wrote: > :Hi, > : > :I've only just recently started moving from nginx to httpd (I *loved* the > :config syntax by the way!). > :

Re: SSL working with nginx, not with httpd. Any ideas?

2015-03-14 Thread Hugo Osvaldo Barrera
Any ideas on what I'm doing wrong? Thanks for your help! > > Cheers, > > Ezequiel > Cheers, -- Hugo Osvaldo Barrera A: Because we read from top to bottom, left to right. Q: Why should I start my reply below the quoted text? [demime 1.01d removed an attachment of type application/pgp-signature which had a name of signature.asc]

httpd presenting the wrong TLS certificate

2015-03-14 Thread Hugo Osvaldo Barrera
tls key "/var/www/tls/calendar.barrera.io/ssl.key" } On both scenarios, httpd is presenting the TLS certificate for hugo.barrera.io. Any hints? Did I do something wrong? Did I hit a bug? Thanks, -- Hugo Osvaldo Barrera A: Because we read from top to bottom, left to right. Q: Wh

Re: pf to read protocol information from /etc/services ?

2015-02-27 Thread Hugo Osvaldo Barrera
t; so pf could figure this out on its own. > The syntax for this sort of thing (if it ever does any interst and implemented) would probably make more sense as "service telnet" instead of "port telnet", since you're talking about proto+port and not just port. -- Hugo Osv

Re: Please help advertise DigitalOcean on OpenBSD Misc (again)

2015-02-17 Thread Hugo Osvaldo Barrera
online.net -- they start at 5,99 EUR/mo, there's not much reason to > have to rent a virtual server if dedi is that cheap. > > Lots of other dedi options at http://lowendcore.com/. > > With dedi prices that low, virtual hosting for OpenBSD is kinda dead, IMHO. > DO give y

Re: postgresql-server exiting abnormally after upgrade to -snapshot

2015-02-16 Thread Hugo Osvaldo Barrera
zeof(struct sockaddr_in). > + */ > + memcpy(&maskcopy, mask, sizeof(struct sockaddr_in)); > pg_promote_v4_to_v6_addr(&addrcopy); > pg_promote_v4_to_v6_mask(&maskcopy); > I can confirm that this works. The server has been up and running with no i

Re: postgresql-server exiting abnormally after upgrade to -snapshot

2015-02-16 Thread Hugo Osvaldo Barrera
ake) once I have a permanent fix. Thanks a bunch for helping be track the issue down and getting a proper backtrace. -- Hugo Osvaldo Barrera A: Because we read from top to bottom, left to right. Q: Why should I start my reply below the quoted text? [demime 1.01d removed an attachment of type application/pgp-signature which had a name of signature.asc]

Re: postgresql-server exiting abnormally after upgrade to -snapshot

2015-02-16 Thread Hugo Osvaldo Barrera
On 2015-02-16 21:02, Stuart Henderson wrote: > On 2015/02/16 17:19, Hugo Osvaldo Barrera wrote: > > (gdb) bt > > Was this backtrace from a new coredump, or was it from one created by > the old binary? (if the latter, please could you remove the old coredump > and get it to c

Re: postgresql-server exiting abnormally after upgrade to -snapshot

2015-02-16 Thread Hugo Osvaldo Barrera
On 2015-02-16 16:24, Stuart Henderson wrote: > On 2015-02-15, Hugo Osvaldo Barrera wrote: > > > > Am I mistaken in understanding that this is an issue with postgresql itself, > > and not a local configuration error? > > Correct. > > > I tried building post

Re: postgresql-server exiting abnormally after upgrade to -snapshot

2015-02-14 Thread Hugo Osvaldo Barrera
cific changes to get a useful backtrace? (I've to admit that I'm too familiar with debuging with gdb on any platform). Thanks for all the feedback so far! [1]: https://wiki.postgresql.org/wiki/Getting_a_stack_trace_of_a_running_PostgreSQ L_backend_on_Linux/BSD#Debugging_the_core_dump_-_e

Re: postgresql-server exiting abnormally after upgrade to -snapshot

2015-02-14 Thread Hugo Osvaldo Barrera
On 2015-02-14 02:28, Abel Abraham Camarillo Ojeda wrote: > On Sat, Feb 14, 2015 at 2:12 AM, Hugo Osvaldo Barrera wrote: > > On 2015-02-13 13:20, Stuart Henderson wrote: > >> On 2015-02-12, Hugo Osvaldo Barrera wrote: > >> > On 2015-02-12 10:18, Stuart Henderson wrot

Re: postgresql-server exiting abnormally after upgrade to -snapshot

2015-02-14 Thread Hugo Osvaldo Barrera
On 2015-02-13 13:20, Stuart Henderson wrote: > On 2015-02-12, Hugo Osvaldo Barrera wrote: > > On 2015-02-12 10:18, Stuart Henderson wrote: > >> On 2015-02-11, Hugo Osvaldo Barrera wrote: > >> > Can > >> > someone else confirm postgres9

Re: postgresql-server exiting abnormally after upgrade to -snapshot

2015-02-12 Thread Hugo Osvaldo Barrera
On 2015-02-12 10:18, Stuart Henderson wrote: > On 2015-02-11, Hugo Osvaldo Barrera wrote: > > Can > > someone else confirm postgres9.4 work fine on the latest -snapshot? (the > > confirmation would be helpful to reafirm that it's not an issue with some > > depend

Re: postgresql-server exiting abnormally after upgrade to -snapshot

2015-02-11 Thread Hugo Osvaldo Barrera
milar issues with -snapshot/-current? > > Can > > someone else confirm postgres9.4 work fine on the latest -snapshot? (the > > confirmation would be helpful to reafirm that it's not an issue with some > > dependency or library). > > > > Thanks, > > >

postgresql-server exiting abnormally after upgrade to -snapshot

2015-02-11 Thread Hugo Osvaldo Barrera
-snapshot/-current? Can someone else confirm postgres9.4 work fine on the latest -snapshot? (the confirmation would be helpful to reafirm that it's not an issue with some dependency or library). Thanks, -- Hugo Osvaldo Barrera A: Because we read from top to bottom, left to right. Q: Why should I

Re: Can OpenBSD access BBC Iplayer?

2014-09-03 Thread Hugo Osvaldo Barrera
use get_iplayer to download BBC programmes but is > it possible to get a browser to access Iplayer? > > Anthony > > -- > Anthony Campbell - a...@acampbell.org.uk > http://www.acupuncturecourse.org.uk > http://www.smashwords.com/profile.view/acampbell > https://itunes.appl

Re: Insight needed on new encryption feature for ssh-keygen and ssh: "ssh-keygen --protect" and a linux data protection service

2014-04-17 Thread Hugo Osvaldo Barrera
ple, that can double up as an ssh-agent, and unlocks on login with the user password. I belive this pretty much covers the initial scenario. At most, gnome-keyring should have (if it doesn't already), an "generate ssh keys" option, and that would cover the problem. > > Thanks for any help/insights! > > alexander taylor > -- Hugo Osvaldo Barrera [demime 1.01d removed an attachment of type application/pgp-signature]

Re: Nonexistant domains resolve to my local domain

2014-04-10 Thread Hugo Osvaldo Barrera
On 2014-04-10 00:43, Hugo Osvaldo Barrera wrote: > Hi, > > I've having this extremely wierd issue. > My hostname is elysion.barrera.io. When I try to ping, curl, or something > alike aDomainIReallySureDoeNotExist.com, it pings/curls/whatever > my local domain. Maybe an

Re: Nonexistant domains resolve to my local domain

2014-04-09 Thread Hugo Osvaldo Barrera
On 2014-04-10 01:16, Giancarlo Razzolini wrote: > Em 10-04-2014 00:43, Hugo Osvaldo Barrera escreveu: > > Hi, > > > > I've having this extremely wierd issue. > > My hostname is elysion.barrera.io. When I try to ping, curl, or something > > alike aDomainIRea

Nonexistant domains resolve to my local domain

2014-04-09 Thread Hugo Osvaldo Barrera
esolve to myself, never anything different. Any hints on where I should be looking? -- Hugo Osvaldo Barrera [demime 1.01d removed an attachment of type application/pgp-signature]

Re: UEFI

2013-11-08 Thread Hugo Osvaldo Barrera
, OpenBSD, and pop it back into the laptop. I'm not a GRUB lover myself, but it's pretty much the only real option I can think of. -- Hugo Osvaldo Barrera [demime 1.01d removed an attachment of type application/pgp-signature]

Re: IPSec endpoints won't talk to each other

2013-09-24 Thread Hugo Osvaldo Barrera
On 2013-09-24 09:44, James Griffin wrote: > * Hugo Osvaldo Barrera [2013-09-24 03:53:46 -0300]: > > > Hi, > > > > I've been experimenting a bit with IPSec and creating a VPN using it. I've > > been successful, but have encountered an odd issue. >

IPSec endpoints won't talk to each other

2013-09-23 Thread Hugo Osvaldo Barrera
90.34.74) 214.97 ms 254.919 ms 244.190 ms 12 elysion (174.136.104.18) 202.300 ms 198.401 ms 261.721 ms Much like ping, traceroute works fine, which confuses me even further. I'm probably missing something - but what? -- Hugo Osvaldo Barrera [demime 1.01d removed an attachment of type application/pgp-signature]

Re: update my box and Cinnamon avaible

2013-09-23 Thread Hugo Osvaldo Barrera
volve me having > to rectify things again and again, but it's better than nothing :) > How about a warning or notice when the user explicitly states "-i" saying "this is already the default and deprecated" if it's run from a tty? -- Hugo Osvaldo Barrera [demime 1.01d removed an attachment of type application/pgp-signature]

Re: Selecting new motherboards in the era of uefi

2013-08-31 Thread Hugo Osvaldo Barrera
y (non-UEFI), so that means the mobo supports booting legacy BIOS. [1] http://www.asus.com/Motherboards/SABERTOOTH_Z87/#specifications -- Hugo Osvaldo Barrera [demime 1.01d removed an attachment of type application/pgp-signature]

Re: Broken output from serial console

2013-08-23 Thread Hugo Osvaldo Barrera
On 2013-08-23 17:43, Stuart Henderson wrote: > On 2013-08-23, Hugo Osvaldo Barrera wrote: > > Hi! > > I've started managing a serial server through a serial console, and have > > come into some unusual issues. > > I followed the instrucitons on faq 7.7, and also co

Broken output from serial console

2013-08-22 Thread Hugo Osvaldo Barrera
ble keys, 6 key codes wskbd1 at ukbd0 mux 1 wskbd1: connecting to wsdisplay0 uhidev1 at uhub1 port 2 configuration 1 interface 1 "Microsoft Microsoft\M-. Digital Media Keyboard 3000" rev 2.00/2.00 addr 2 uhidev1: iclass 3/0, 3 report ids uhid0 at uhidev1 reportid 1: input=7, output=0, feature=0 uhid1 at uhidev1 reportid 3: input=1, output=0, feature=0 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets root on sd2a (8cd4486d62e3d00d.a) swap on sd2b dump on sd2b -- Hugo Osvaldo Barrera [demime 1.01d removed an attachment of type application/pgp-signature]

Re: ssh/sftp performance

2013-08-21 Thread Hugo Osvaldo Barrera
p? > > (It might not be on 32-bit sparc.) > > -- > Christian "naddy" Weisgerber na...@mips.inka.de > -- Hugo Osvaldo Barrera [demime 1.01d removed an attachment of type application/pgp-signature]

ssh/sftp performance

2013-08-20 Thread Hugo Osvaldo Barrera
interface 0 "Generic USB2.0-CRW" rev 2.00/19.81 addr 2 umass0: using SCSI over Bulk-Only scsibus1 at umass0: 2 targets, initiator 0 sd2 at scsibus1 targ 1 lun 0: SCSI0 0/direct removable serial.0bda011981519810 sd2: 3789MB, 512 bytes/sector, 7759872 sectors vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets root on sd2a (8cd4486d62e3d00d.a) swap on sd2b dump on sd2b -- Hugo Osvaldo Barrera [demime 1.01d removed an attachment of type application/pgp-signature]

Re: Softraid performance: CRYPTO on top of RAID 1?

2013-07-11 Thread Hugo Osvaldo Barrera
d would > like to hear any arguments for or against before I spend many hours on > copying hundres of gigabytes to potentially no avail. I did. :) Granted, it wan't fun, but it wan't too much work either, since I left it while I was AFK, so it didn't bother me in the least. > > Regards, > > Erling > Cheers, -- Hugo Osvaldo Barrera [demime 1.01d removed an attachment of type application/pgp-signature]

Re: Fuse on OpenBSD

2013-07-04 Thread Hugo Osvaldo Barrera
eply would have been "it breaks ocasionally and corrupts your stuff". > > The email you sent above is not a form of participation. It is at > the level of "fanboy". > Let me apologize if this sounds like a "please enable it" email. It wasn't the intention and I was being quite sinciere about what I meant. Anyway, I'll enable it on one of my laptops, and send any feedback I can come across. Cheers, -- Hugo Osvaldo Barrera [demime 1.01d removed an attachment of type application/pgp-signature]

Re: softraid: adding volumes, CPU requirements, RAID5

2013-07-03 Thread Hugo Osvaldo Barrera
On 2013-07-02 18:53, Nick Holland wrote: > On 07/02/13 17:07, Jean-Francois Simon wrote: > > Le 20/05/2013 13:46, Nick Holland a écrit : > >> On 05/20/13 00:52, Hugo Osvaldo Barrera wrote: > ... > >>> 3) The man pages report RAID5 as experimental. I'm curious

Fuse on OpenBSD

2013-07-03 Thread Hugo Osvaldo Barrera
support, but I don't think I'm ready to void my warranty just yet ;) Is there more testing needed, or exactly what's necessary for it to move forward? On a somewhat related note; might this mean we might be able to port fuse drivers (like aufs) into BSD? :D Thanks, -- Hugo Osvaldo

Re: softraid: adding volumes, CPU requirements, RAID5

2013-05-22 Thread Hugo Osvaldo Barrera
On 2013-05-20 07:46, Nick Holland wrote: > On 05/20/13 00:52, Hugo Osvaldo Barrera wrote: > > Hi, > > > > I'm building myself an openbsd-based fileserver, which will initially > > have three disks with softraid in RAID5 mode. > > > > I've three que

softraid: adding volumes, CPU requirements, RAID5

2013-05-19 Thread Hugo Osvaldo Barrera
ture? I read on a 2010 presentation that rebuild was not implemented yet, is this still so? Thanks, -- Hugo Osvaldo Barrera [demime 1.01d removed an attachment of type application/pgp-signature]

Re: Why does OpenBSD use CVS?

2013-04-28 Thread Hugo Osvaldo Barrera
CVS keeps checksums of every commit, and every commit contains the checksum of the last commit + this commits diff. This helps *prevent* corruption (or at least prevents it from spreading). I think that beats human-readable files to manually find corruptions (that may well spread). > > You mig

Re: Why does OpenBSD use CVS?

2013-04-28 Thread Hugo Osvaldo Barrera
sity; what are these "features"? > > Obviously, it is possible to build a quality-focused product of > Operating System magnitude using CVS. I don't think one can quite say > CVS is the REASON for OpenBSD's quality, but it obviously hasn't hurt. > > Nick. > -- Hugo Osvaldo Barrera [demime 1.01d removed an attachment of type application/pgp-signature]

ARK-2120L

2013-04-28 Thread Hugo Osvaldo Barrera
do I still need to be careful about driver support? [1] http://www.advantech.com/products/ARK-2120L/mod_BD7B04DE-B994-4D74-96DE-21CDB 3F8158B.aspx [2][PDF] http://cms.tempel.es//adimage.php?filename=9_0000015551.pdf&contenttype=pdf Thanks, -- Hugo Osvaldo Barrera [demime 1.01d removed an attachment of type application/pgp-signature]

Re: Invalid checksum with 82574L (em)

2013-03-26 Thread Hugo Osvaldo Barrera
On 2013-03-20 20:37, Hugo Osvaldo Barrera wrote: > I've been having a very annoying issue with an 82574L for a pretty long > time now. > > After the PC is turned off (either properly or due to a power failure), > the NIC does not work upon the next boot. > > em0 at pc

Re: Invalid checksum with 82574L (em)

2013-03-21 Thread Hugo Osvaldo Barrera
On 2013-03-21 08:51, Kapetanakis Giannis wrote: > On 21/03/13 01:37, Hugo Osvaldo Barrera wrote: > >I've been having a very annoying issue with an 82574L for a pretty long > >time now. > > > >After the PC is turned off (either properly or due to a power failure), &

Invalid checksum with 82574L (em)

2013-03-20 Thread Hugo Osvaldo Barrera
hub0 port 3 configuration 1 interface 0 "Generic USB2.0-CRW" rev 2.00/19.81 addr 2 umass0: using SCSI over Bulk-Only scsibus1 at umass0: 2 targets, initiator 0 sd0 at scsibus1 targ 1 lun 0: SCSI0 0/direct removable serial.0bda011981519810 sd0: 3789MB, 512 bytes/sector, 7759872 sect

Re: "offline" mail setup for road warrior

2013-03-11 Thread Hugo Osvaldo Barrera
ails locally, mutt to read and reply, and opensmtpd running locally. My local smtpd relays through my actual email server (using SMTPS and authentication) whenever I get an internet connection. offlineimap also syncs back read/flaged statuses back up. Good luck! -- Hugo Osvaldo Barrera

Re: bootable OpenBSD USB stick from windows?

2013-02-13 Thread Hugo Osvaldo Barrera
And > they're dirt cheap. > > Or, save the $20 and install VirtualBox like people have suggested. > > Just end this stupid thread because you're talking in circles. > $20 may sound cheap to you, but that's not cheap in every part of the world, especially for a device you'll use only ONCE to install the OS. It's 2013, and buying floppies/optical drives isn't the best of advices. What's wrong PXE? -- Hugo Osvaldo Barrera

Re: growfs on bsd.rd

2013-01-08 Thread Hugo Osvaldo Barrera
On 2013-01-04 00:41, Aaron Mason wrote: > On Fri, Jan 4, 2013 at 1:28 PM, Hugo Osvaldo Barrera > wrote: >> Hi all, >> >> I'm curious as to why growfs is not included in bsd.rd. Is there any >> particular reason for this? I belive it would be inmensly useful -

Re: Tricks for install OpenBSD under Virtualbox, host Windows XP

2013-01-07 Thread Hugo Osvaldo Barrera
It does, but why didn't you try enabling VT-x in the BIOS of your host computer, just like the dialog suggested? > > Any suggestions/tricks, or am I just out of luck with this combination > of hardware/guest OS/OpenBSD? > > Thanks, > Steve > -- Hugo Osvaldo Barrera

growfs on bsd.rd

2013-01-03 Thread Hugo Osvaldo Barrera
to unmount). I've googled a bit, but haven't found anything related. Cheers, -- Hugo Osvaldo Barrera

Re: ftps?

2012-11-28 Thread Hugo Osvaldo Barrera
OpenBSD firewall. > It is only one server that I have to deal with so if I skip ftp-proxy > for that one target address should it work OK then? > > Thanks, > > Chris > Since you say this works with a standard home router, have you checked if maybe the server software uses nat pmp or something similar for port redirection? -- Hugo Osvaldo Barrera

Bibliography on IPv6

2012-10-05 Thread Hugo Osvaldo Barrera
BTW, I did check openbsd.org/books.html, but I've found there's isn't any book especifically dedicated to the subject. Thanks, -- Hugo Osvaldo Barrera

Re: 5.2 pre-orders are up

2012-09-11 Thread Hugo Osvaldo Barrera
Also, there a small typo: https://https.openbsd.org/cgi-bin/order reads "Pre-oder the upcoming Shirt and Poster", shoud read "Pre-order the upcoming Shirt and Poster" -- Hugo Osvaldo Barrera

Re: Calomel.org

2012-07-30 Thread Hugo Osvaldo Barrera
munity is the SEO of Calomel. Ironic but true. 3. lazy and in a hurry to get "it" working, apply stuff from calomel 4. lazily email misc without first searching marc.info, referring to the calomel recipe and asking further questions While calomel has the high rank in google, this keeps repeating. -- Hugo Osvaldo Barrera

Kernel panic on -current

2012-07-07 Thread Hugo Osvaldo Barrera
i0 fdc0 at isa0 port 0x3f0/6 irq 6 drq 2 fd0 at fdc0 drive 0: density unknown fd1 at fdc0 drive 1: density unknown usb0 at uhci0: USB revision 1.0 uhub0 at usb0 "Intel UHCI root hub" rev 1.00/1.00 addr 1 nvram: invalid checksum mtrr: Pentium Pro MTRR support vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets root on wd0a swap on wd0b dump on wd0b clock: unknown CMOS layout -- Hugo Osvaldo Barrera

Re: OpenBSD's webpage desing

2012-07-04 Thread Hugo Osvaldo Barrera
ithout considering it twice. > >> would've been even more interesting if you told nobody that he was >> getting payed for the patches > > Truth is simpler. > > -- p > -- Hugo Osvaldo Barrera

Re: basic smtpd question

2012-07-03 Thread Hugo Osvaldo Barrera
se, buy something that validates aliases (similar to `smtpd -n`) might help. -- Hugo Osvaldo Barrera

Re: OpenBSD's webpage desing

2012-06-27 Thread Hugo Osvaldo Barrera
lynx. I don't see how FreeBSD's is an improvement. -- Hugo Osvaldo Barrera

Re: OpenBSD as IPv4+6 gateway

2012-06-21 Thread Hugo Osvaldo Barrera
On 2012-06-21 17:22, Simon Perreault wrote: > On 2012-06-21 15:50, Hugo Osvaldo Barrera wrote: >> I have read a great deal regarding IPv6 and IIRC, if I subnet my >> network block, my ISP would have to know it has to route traffic to that >> subnet through the WAN IP

Re: OpenBSD as IPv4+6 gateway

2012-06-21 Thread Hugo Osvaldo Barrera
On 2012-06-21 09:52, Simon Perreault wrote: > On 2012-06-21 03:46, Hugo Osvaldo Barrera wrote: >> My assigned block is 2800:40:402::0/48 >> My default gateway is 2800:40:402::: (it's inside my assigned >> block). > > Hugo, > > Friendly sugge

Re: OpenBSD as IPv4+6 gateway

2012-06-21 Thread Hugo Osvaldo Barrera
On 2012-06-21 04:39, Jérémie Courrèges-Anglas wrote: > Hugo Osvaldo Barrera writes: > > [...] > >>> ... how does your ISP provide you IPv6 connectivity? I can't see why >>> someone couldn't use proper subnetting, being given a /48. You should >>

Re: OpenBSD as IPv4+6 gateway

2012-06-20 Thread Hugo Osvaldo Barrera
On 2012-06-21 03:05, Jérémie Courrèges-Anglas wrote: > Hugo Osvaldo Barrera writes: > >> Hi, > > Hi. > >> I'm trying to evaluate how to set up my OpenBSD server as an internet >> gateway. >> >> I've a static IPv4 address, and a /48 IPv6

OpenBSD as IPv4+6 gateway

2012-06-20 Thread Hugo Osvaldo Barrera
roper solution? Or is there some other way I haven't thought of? Cheers, thanks, -- Hugo Osvaldo Barrera

Re: OpenBSD forked

2012-06-18 Thread Hugo Osvaldo Barrera
eatures mature and become stable enough, they can be ported back to OpenBSD. Their work getting rid of GNU stuff will, inevitably, affect OpenBSD (if they succeed at that anyway). -- Hugo Osvaldo Barrera

Re: Trusting the Installation

2012-03-05 Thread Hugo Osvaldo Barrera
They last a year, and you can get a new one (again, for free) after they expire. I'm not sure what mobile device distrusts them, most do. And how often do you download OpenBSD ISOs from mobile devices? -- Hugo Osvaldo Barrera

Re: Trusting the Installation

2012-03-04 Thread Hugo Osvaldo Barrera
rowser, so you're just exagerating - a lot. -- Hugo Osvaldo Barrera

Re: Trusting the Installation

2012-03-04 Thread Hugo Osvaldo Barrera
iginal > source when download is complete. I had never though of this. Using torrents for the file itself, and HTTP for the checksum seems to be quite secure (at least compared to the alternatives). Especially if the torrent file have hundeds of seeders. -- Hugo Osvaldo Barrera

Re: smartphones and managing openbsd servers

2012-02-19 Thread Hugo Osvaldo Barrera
nd there's other stuff you might occasionally use (like rsync). It also has a pretty good hardware keyboard, which I feel is a must in order to use ssh comfortably, and makes the real difference. I log into OpenBSD servers on a daily basis (well, just two servers actually), and it's pretty good. -- Hugo Osvaldo Barrera

Postscript printer: is poscript support enough to get it running?

2011-12-24 Thread Hugo Osvaldo Barrera
nd buy a printer, only to find out that I need support for X, for Y software for the platform where I'll use it. As a side note, it's the HP P2055 I've been considering, and supports PS3. Thanks -- Hugo Osvaldo Barrera

Re: smtpd failed to start after upgrade to -current

2011-10-22 Thread Hugo Osvaldo Barrera
On 2011-10-22 18:38, Gilles Chehade wrote: > Nope, there is no easy way, your only way out is to downgrade to the previous > OpenSMTPD-current to flush your queue, then upgrade again. Ok, I'll give that a try and see how it turns out, thanks :) Cheers, -- Hugo Osvaldo Barrera

Re: smtpd failed to start after upgrade to -current

2011-10-22 Thread Hugo Osvaldo Barrera
Is there an easy way to update the structure of data inside the old pool? -- Hugo Osvaldo Barrera

smtpd failed to start after upgrade to -current

2011-10-22 Thread Hugo Osvaldo Barrera
at pckbd0: console keyboard, using wsdisplay0 pms0 at pckbc0 (aux slot) pckbc0: using irq 12 for aux slot wsmouse0 at pms0 mux 0 pcppi0 at isa0 port 0x61 spkr0 at pcppi0 fdc0 at isa0 port 0x3f0/6 irq 6 drq 2 fd0 at fdc0 drive 0: density unknown fd1 at fdc0 drive 1: density unknown usb0 at uhci0: USB revision 1.0 uhub0 at usb0 "Intel UHCI root hub" rev 1.00/1.00 addr 1 nvram: invalid checksum mtrr: Pentium Pro MTRR support vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets root on wd0a swap on wd0b dump on wd0b clock: unknown CMOS layout -- Hugo Osvaldo Barrera

Re: Volunteer project to implement wireless in a school

2011-10-19 Thread Hugo Osvaldo Barrera
't really speak, don't know enough on the subject really, and haven't worked too much outside amd64/powerpc. -- Hugo Osvaldo Barrera

Re: Problem with installing OpenBSD

2011-09-29 Thread Hugo Osvaldo Barrera
tings, - Henry K. Johannes Orangewebsite.com - 'Your solid business partner' In my experience, you need to disable mpbios: http://www.cyberciti.biz/faq/kvm-virtualization-openbsd-guest-hangs-at-starting-tty-flags/ -- Hugo Osvaldo Barrera

Re: Changing to tty2 on an iBook

2011-08-12 Thread Hugo Osvaldo Barrera
On 2011-08-13 02:12, Maurice Janssen wrote: > On 08/13/2011 06:58 AM, Hugo Osvaldo Barrera wrote: >> On most PCs I've handled, I change across consoles using alt+ctrl+f2, >> alt+ctrl+f3, etc. >> >> I've now installed OpenBSD on an iBook G4, which doesn't

Changing to tty2 on an iBook

2011-08-12 Thread Hugo Osvaldo Barrera
R, if I press ctrl+alt+fn+brightness_up, this will not switch me over to tty2 for some reason. Is there any workaround for this? How have users of similar notebooks handled this? Thanks, cheers! -- Hugo Osvaldo Barrera O< ascii ribbon campaign - stop html mail - www.asciiribbon.org

Re: SMTPD broken after latest update

2011-06-29 Thread Hugo Osvaldo Barrera
user; > break; > case 'd': > string = dlv->rcpt.domain; I never even looked at the source (nor would I have found this), but the diff makes it quite obvious where the bug was. Thanks, great job! :) -- Hugo Osvaldo Barrera

SMTPD broken after latest update

2011-06-29 Thread Hugo Osvaldo Barrera
t) * Any hints? I've tried looking up if there were recent changes to opensmtpd that require an update to smtpd.conf, but couldn't find any. Thanks for any help in advance, hope I didn't forget to attach anything important. Cheers! -- Hugo Osvaldo Barrera

Re: ssh connections load on a server - NEWBIE question

2011-06-23 Thread Hugo Osvaldo Barrera
her factor. In short, more info is needed to answer that question. If each connection is loading a 2kb file every hour, you'll have a different load than transferring HD video to all of them. -- Hugo Osvaldo Barrera

Re: Like OpenBSD? Like to see new stuff happening? You really need to order a CD today :)

2011-04-24 Thread Hugo Osvaldo Barrera
On 04/18/2011 04:39 PM, Bob Beck wrote: Hi all, A number of you may have noticed the recent flurry of activity, leading to stuff like bigmem being turned on.. Some more good stuff is coming soon (my amd64 at my house is using 7 gigabyes of memory for buffer cache, and I'm doing builds

libcrypto.so and libssl.so size mismatch, relink your program

2011-03-19 Thread Hugo Osvaldo Barrera
lds much relevant information. Thank in advance for any help. -- Hugo Osvaldo Barrera OpenBSD 4.9-current (GENERIC) #490: Fri Mar 18 21:01:23 MDT 2011 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC real mem = 535756800 (510MB) avail mem = 507482112 (483MB) mainbus0 at

Re: full disk encryption & google chrome on OpenBSD!

2011-03-18 Thread Hugo Osvaldo Barrera
gine, it helps; - http://16s.us/OpenBSD/softraid.txt - http://geekyschmidt.com/2011/01/19/configuring-openbsd-softraid-fo-encryption - http://www.openbsd.org/faq/faq14.html#RAID - Chromium, basically Google Chrome a bit cleaned up and with no rebrading, is in ports: http://openports.se/www/chromiu

Re: OpenBSD Europe

2011-03-17 Thread Hugo Osvaldo Barrera
just $6 *this time*". (I'm in Argentina). Suck to be here, BTW. -- Hugo Osvaldo Barrera Sent using my PC

Re: fdisk(8) missing from sparc64 install48.iso?

2011-03-10 Thread Hugo Osvaldo Barrera
wo stages. First, the OpenBSD slice of the hard disk is defined using fdisk(8), then that slice is subdivided into OpenBSD partitions using disklabel(8)." Cheers, -- Hugo Osvaldo Barrera

802.11n

2011-03-08 Thread Hugo Osvaldo Barrera
d. Does just ieee80211(9) need to be modified, or do drivers need to be updated as well? (I feel modifying drivers is really out of my league as far as programming experience goes)? -- Hugo Osvaldo Barrera Sent using my PC

Re: Ideas for securing OpenVPN on an OpenWrt router

2011-03-08 Thread Hugo Osvaldo Barrera
. How can i make it more secure? > Google OpenVPN+chroot, and run it as another user as well. This isn't related to OpenBSD in any way; OpenWRT is based on linux, OpenVPN is someone else's product. -- Hugo Osvaldo Barrera

Re: opensmtp

2011-03-08 Thread Hugo Osvaldo Barrera
In case you haven't read any of it yet, the configuration is a pf-style text file. -- Hugo Osvaldo Barrera

Re: What do you guys use against spam?

2011-03-02 Thread Hugo Osvaldo Barrera
ould have plenty of experience to comment on how they deal with this sort of issues/what their preferred setups are. -- Hugo Osvaldo Barrera

What do you guys use against spam?

2011-03-02 Thread Hugo Osvaldo Barrera
stalls won't fight this, and I prefer server side stuff for my e-mail. This is just a quick workaround. Most e-mails seems to have the same format, but NOT a common IP of origin. Cheers! -- Hugo Osvaldo Barrera

Re: Specs for a firewall.

2011-02-28 Thread Hugo Osvaldo Barrera
s got just one PCI. You should do fine with a single DDR2 module for a home server/firewall/access point/wharever. [1] http://www.logicsupply.com/images/photos/mainboard/d945gclf2d_big.jpg -- Hugo Osvaldo Barrera

Re: OT: Risks of CAs (Re: Your web development opinions)

2011-02-27 Thread Hugo Osvaldo Barrera
On 26/02/11 19:21, Jonathan Schleifer wrote: > Am 24.02.2011 um 18:34 schrieb Hugo Osvaldo Barrera: > >> I use their web interface to generate them. It gets stuck sometime, buy >> usually works. (Yeah, it's definitely not the best). > > Letting them generate one is

Re: OT: Risks of CAs (Re: Your web development opinions)

2011-02-24 Thread Hugo Osvaldo Barrera
t;CA sells out like paypal" idea, which >> I admit is possible, though, in the US, the government can just push any >> CA to give them a valid cert anyway. >> -- >> Hugo Osvaldo Barrera >> > > That's a seemingly good idea except that they don't ret

Re: OT: Risks of CAs (Re: Your web development opinions)

2011-02-24 Thread Hugo Osvaldo Barrera
thing, educating is the only solution, if they don't care, it's their problem. > > Chris Bennett > -- Hugo Osvaldo Barrera

Re: Your web development opinions

2011-02-23 Thread Hugo Osvaldo Barrera
On 23/02/11 20:56, Andres Perera wrote: > On Wed, Feb 23, 2011 at 5:57 PM, Hugo Osvaldo Barrera > wrote: >> On 02/23/2011 10:35 AM, Chris Bennett wrote: >>>> They're a fucking disaster security-wise. >>> >>> +1 >>> >>>> In gen

Re: Your web development opinions

2011-02-23 Thread Hugo Osvaldo Barrera
they don't loose it". Of course, if you CAN remember passphrases, you can't set your own any more. This stuff is happening all the time with firefox, and I hope some OpenBSD-like developers branch firefox some day. "A browser for people who can read" would be a great slogan. -- Hugo Osvaldo Barrera

Re: Predictable network interface numbering

2011-02-03 Thread Hugo Osvaldo Barrera
's MAC address as > numbering hint? > And what happens when one of your embeded interfaces fails so miserably you need to disable it from the BIOS, por example? (or maybe you needed to change the whole motherboard, and put one with one port less). You're just moving the issue aside, but it's still there on other very real cases. -- Hugo Osvaldo Barrera

Re: OT: gmail, realy that hard to discern offlist mails?

2011-01-30 Thread Hugo Osvaldo Barrera
on't want to spam anyone with ot-replies, don't answer > on-list.) > > thx. > Why not label mail sent to list with a filter like To "misc@openbsd.org". That will make them easily distinguishable. -- Hugo Osvaldo Barrera

Re: AR5424 diffirent errors before and after recompiling same kernel

2011-01-26 Thread Hugo Osvaldo Barrera
g kernel and checking same > behaviour > 12:37 < sergeykish> but for some reason it is changed, why? > 12:37 < sergeykish> (I've recompiled kernel without patch) > Short answer, it doesn't work. http://marc.info/?l=openbsd-misc&m=129274716428603&w=2 which just points to: http://marc.info/?l=openbsd-misc&m=126420221716157&w=2 -- Hugo Osvaldo Barrera

  1   2   >