Re: Missing packets?

2024-08-12 Thread Abel Abraham Camarillo Ojeda
On Mon, Aug 12, 2024 at 3:31 PM Peter Fraser wrote: > I support a charity and I look after a OpenBSD firewall. > > The firewall supports asterisk, nsd, unbound, dhcpd. > > Everything was working properly. > > > > Then they did some rewiring, and the behaviour of the system is now very > strange.

Re: Dual boot with 2 openbsd

2024-07-17 Thread Abel Abraham Camarillo Ojeda
On Wed, Jul 17, 2024 at 12:02 AM <04-psyche.tot...@icloud.com> wrote: > I don't use RAID1 because the disks have vastly different capacity (one is > 4 times the size of the other). > > You can use RAID1 just in the overlapping capacity, just create raid partitions in both drives having the same si

Re: accidentally overwritten wrong drive with DD, please help

2024-06-24 Thread Abel Abraham Camarillo Ojeda
On Mon, Jun 24, 2024 at 12:34 PM Anon Loli wrote: > ... > Like what use is backing it up now and then making the filesystem on the > same > drive and fucking up that entire drive? > > backup now is so you can make different tests and still have somewhere to come back anything you do can further d

Re: [Solved] Edit: Installation amd64 7.5: How to access the distribution sets on the USB stick?

2024-06-08 Thread Abel Abraham Camarillo Ojeda
On Sat, Jun 8, 2024 at 3:09 PM Jan Stary wrote: > On Jun 08 16:52:58, rfab...@mhsmail.ch wrote: > > Am 2024-06-08 15:50, schrieb Otto Moerbeek: > > > > > > On Sat, Jun 08, 2024 at 03:33:15PM +0200, rfab...@mhsmail.ch wrote: > > > > > Am 2024-06-08 08:28, schrieb Jan Stary: > > > > > > > > > When

Re: vim editor with TERM

2024-05-31 Thread Abel Abraham Camarillo Ojeda
:0 I can start using EDITOR instead of VISUAL and start removing: $ set -o vi; in my .profiles On Fri, May 31, 2024 at 3:17 PM Nathaniel Griswold wrote: > There is also the VISUAL param which overrides what is inferred from > EDITOR. > > On Fri, May 31, 2024, at 2:23 PM, Stuart Henderson wrote:

Re: disk encryption for remote server

2024-05-27 Thread Abel Abraham Camarillo Ojeda
I keep a /crypt noauto partition that I mount manually by passphrase via ssh after the server is booted. And don't keep 'sensitive' info in other partitions... On Mon, May 27, 2024 at 11:57 AM <04-psyche.tot...@icloud.com> wrote: > Thanks all for your thoughts. > > Regarding the remote serial co

Re: wacom CTH-470, works only as mouse and with finger (not stylus)

2023-12-08 Thread Abel Abraham Camarillo Ojeda
go. > -Katie > -- > *From:* Abel Abraham Camarillo Ojeda > *Sent:* 08 December 2023 18:16 > *To:* Katherine Mcmillan > *Cc:* misc@openbsd.org > *Subject:* Re: wacom CTH-470, works only as mouse and with finger (not > stylus) > > *Attention : courriel externe | ex

Re: wacom CTH-470, works only as mouse and with finger (not stylus)

2023-12-08 Thread Abel Abraham Camarillo Ojeda
On Fri, Dec 8, 2023 at 5:09 PM Katherine Mcmillan wrote: > Hi Abel, > > I can offer a tiny bit of assistance: > > I recommend reading the article here about your device: > https://news.sophos.com/en-us/2020/02/07/wacom-driver-caught-monitoring-third-party-software-use/ > > It's always good to be

wacom CTH-470, works only as mouse and with finger (not stylus)

2023-12-08 Thread Abel Abraham Camarillo Ojeda
Hi misc, I'm trying to use a wacom CTH-470 (oldish model) with OpenBSD, I think I've never manage to get it to work before I've read the following: https://marc.info/?l=openbsd-misc&m=146882849030078&w=2 and used a symlink from /dev/ttyJ0 to /dev/uhid15 and used the following: $ cat /usr/X11R

Re: NFS Server performance

2023-12-07 Thread Abel Abraham Camarillo Ojeda
On Tue, Dec 5, 2023 at 9:25 AM Zé Loff wrote: > > On Tue, Dec 05, 2023 at 02:06:44PM +, Steven Surdock wrote: > > Using an OBSD 7.4 VM on VMware as an NFS server on HOST02. It is > primarily used to store VMWare VM backups from HOST01, so VMWare is the NFS > client. I'm seeing transfers of

Re: Installing openBSD

2023-08-02 Thread Abel Abraham Camarillo Ojeda
On Wed, Aug 2, 2023 at 7:31 AM David Demelier wrote: > On Tue, 2023-08-01 at 01:00 +0800, ykla wrote: > > Actually, I think it's a bug that OpenBSD cannot create EFI > > partitions manually. > > I've installed OpenBSD many times in dualboot with linux (for some > things we can't do right now on O

Re: recommendations for web hosting in Canada?

2023-07-06 Thread Abel Abraham Camarillo Ojeda
On Thu, Jul 6, 2023 at 11:32 PM Jonathan Thornburg wrote: > I'm looking for a web hosting provider based in Canada. Performance > isn't critical (the websites will be relatively small, static, and > low-traffic), but I'd like a firm whose customer support doesn't > core-dump if I mention Perl or

Re: PC Engines APU platform EOL

2023-05-04 Thread Abel Abraham Camarillo Ojeda
On Thu, May 4, 2023 at 1:33 PM Olaf Schreck wrote: > > > The edgerouter 6p works with OpenBSD/octeon and has a rackmount > bracket. > > > Wow. And it has a serial port. with an RJ45 connector. Hopefully the > RS232 > > pinouts are nicely documented somewhere. Cannot seem to find those > details >

Re: Logitech C922 Video Issues

2022-12-20 Thread Abel Abraham Camarillo Ojeda
did you sysctl kern.video.record=1 ? On Tue, Dec 20, 2022 at 6:42 PM Lyndon Nerenberg (VE7TFX/VE6BBM) < lyn...@orthanc.ca> wrote: > I have a C922 wired up to a mid-2014 Mac Mini. The system sees the > camera, /dev/video responds as expected, but when I run video(1) I > just get a window with a so

Re: Determining the number of CPU cores and hyperthreads from userspace

2021-09-19 Thread Abel Abraham Camarillo Ojeda
is this useful?: $ cat sysconf.c #include #include int main() { printf("nproc configured %ld\n", sysconf(_SC_NPROCESSORS_CONF)); printf("nproc online %ld\n", sysconf(_SC_NPROCESSORS_ONLN)); return 0; } $ cc -o sysconf sysconf.c $ ./sysconf nproc configured 4 nproc online

Re: sndiod on by default (does it need to be ? )

2021-02-21 Thread Abel Abraham Camarillo Ojeda
On Sun, Feb 21, 2021 at 8:39 AM Tom Smyth wrote: > Hi Sebastian > I get users want to listen to audio but if the only hardware is a buzzer > and the user is not running x what are the chances they are using audio on > the console only ? > > I can keep running > rcctl disable sndiod > Post install

Re: OpenBSD and Shells.com

2021-02-11 Thread Abel Abraham Camarillo Ojeda
On Thu, Feb 11, 20210.00 at 4:00 PM Alex Lee wrote: > Just wanted to check in on this one and see if there was a chance to chat. > Thanks! > > On Sun, Jan 24, 2021 at 3:07 PM Alex Lee wrote: > > > Hi! My name is Alex Lee, and I am hoping that we can partner with > > OpenBSD. We offer virtual c

Re: wireguard listen in other rdomain?

2020-08-11 Thread Abel Abraham Camarillo Ojeda
On Tue, Aug 11, 2020 at 6:22 PM Matt Dunwoodie wrote: > On Tue, 11 Aug 2020 17:46:05 -0500 > Abel Abraham Camarillo Ojeda wrote: > > > Hi to all, > > > > (unsure if this if for tech@ or misc@) > > Probably better suited for misc, moved there. > > > I&#

Re: how to mount phone?

2020-07-14 Thread Abel Abraham Camarillo Ojeda
On Tue, Jul 14, 2020 at 5:07 AM Jan Stary wrote: > On Jul 13 14:39:35, justinkm...@gmail.com wrote: > > Just wishing to mount my phone to access photos. > > Here's the output from dmesg: > > ugen0 at uhub0 port 3 "Alcatel U50? Alcatel U50?" rev 2.00/3.10 addr 2 > > Any ideas on how this might be

Re: disklabel: autoalloc failed

2020-06-26 Thread Abel Abraham Camarillo Ojeda
On Fri, Jun 26, 2020 at 1:43 PM Rupert Gallagher wrote: > Ref. disklabel(8) > > The maximum disk and partition size is 64PB. > > Is that so? Let see... > > OpenBSD 6.7 (GENERIC.MP) #2: Thu Jun 4 09:55:08 MDT 2020 > > $> doas dmesg | grep sd3 > sd3 at scsibus2 targ 2 lun 0: > naa.5000c500c3ad5c9

Re: Sound is good on OpenBSD

2020-04-30 Thread Abel Abraham Camarillo Ojeda
On Wed, Apr 29, 2020 at 7:46 AM Alexandre Ratchov wrote: > On Wed, Apr 29, 2020 at 11:46:06AM +0200, Moises Simon wrote: > > On Tue, Apr 28, 2020 at 03:38:58PM -0500, Abel Abraham Camarillo Ojeda > wrote: > > > I think increasing -b option in sndiod helps to prevent audio ju

Re: Sound is good on OpenBSD

2020-04-28 Thread Abel Abraham Camarillo Ojeda
On Tuesday, April 28, 2020, David Demelier wrote: > Le 28/04/2020 à 14:01, Yury Grebenkin a écrit : > >> OpenBSD gives a better sound experience on my machine than several >> Linux distributions I have used and FreeBSD. Just want to say thank >> you to all the people involved and state the fact t

Re: Will windows 10 boot after installing openBSD?

2020-04-13 Thread Abel Abraham Camarillo Ojeda
On Monday, April 13, 2020, Никита Степанов wrote: > Yes

Re: 10GBit network performance on OpenBSD 6.4

2019-04-08 Thread Abel Abraham Camarillo Ojeda
On Sun, Apr 7, 2019 at 5:21 PM Mark Schneider wrote: > Short feedback: > > Just for the test I have checked the 10GBit network performance > between two FreeBSD 13.0 servers (both HP DL380g7 machines) > transfering data in both directions > > # --- > ironm@fbsdsrv2:~ $ scp ironm@200.0.0.10:/home/

Re: dmesg for edgerouter 6p

2018-10-23 Thread Abel Abraham Camarillo Ojeda
On Tue, Oct 23, 2018 at 4:24 PM Holger Glaess wrote: > hi > > i upgrade from an native 6.4 beta installation , no problems at all. > > > / 29>dmesg > Copyright (c) 1982, 1986, 1989, 1991, 1993 > The Regents of the University of California. All rights reserved. > Copyright (c) 1995-2018

Re: How to copy n bytes from stdin to stdout?

2018-06-21 Thread Abel Abraham Camarillo Ojeda
On Thu, Jun 21, 2018 at 3:57 AM, Maximilian Pichler wrote: > On Thu, Jun 21, 2018 at 9:48 AM, Otto Moerbeek wrote: >>> On Thu, Jun 21, 2018 at 12:11:52AM +0200, Maximilian Pichler wrote: >>> > I'm just wondering what these other utilities might be. >>> >>> hexdump -v -n 1234567 -e '"%c"' > > Spee

Re: Flatbed scanner that works well with OpenBSD?

2018-01-21 Thread Abel Abraham Camarillo Ojeda
On Fri, Jan 19, 2018 at 1:47 PM, Ax0n wrote: > Slightly related, I have a CanoScan LiDE 100 that used to work great with > OpenBSD, using either ScanImage or simple-scan. It's detected, but sometime > around OpenBSD-5.6 it stopped working. I use it infrequently enough, and I > have enough computer

Re: support new

2018-01-01 Thread Abel Abraham Camarillo Ojeda
On Monday, January 1, 2018, Theo Buehler wrote: > On Sat, Dec 30, 2017 at 12:18:18AM -0600, Abel Abraham Camarillo Ojeda > wrote: > > 0 > > C Mexico > > P Nuevo Leon > > T Monterrey > > Z 67113 > > O Abel Abraham Camarillo Ojeda > > I > >

support new

2017-12-29 Thread Abel Abraham Camarillo Ojeda
0 C Mexico P Nuevo Leon T Monterrey Z 67113 O Abel Abraham Camarillo Ojeda I A La pradera 314, Guadalupe M supp...@verlet.org U B X N Over 9 years of experience with OpenBSD. Infrastructure, networking and software consulting and development; strong focus on UNIX, specially OpenBSD and Linux.

Re: EdgeRouter Lite VS Alix2D3

2017-12-04 Thread Abel Abraham Camarillo Ojeda
On Mon, Dec 4, 2017 at 7:49 AM, Ivo Chutkin wrote: > Hello list, > > When I read OpenBSD could run on EdgeRouter Lite, I give it a try (now with > 6.2 current as of 28.11.2017). > I expected closer performance to Alix, but ERL even do not respond on > console in reasonable times, for example, it t

Re: A stupid question, re: xargs(1)

2017-10-14 Thread Abel Abraham Camarillo Ojeda
On Sat, Oct 14, 2017 at 12:02 PM, Raul Miller wrote: > On Sat, Oct 14, 2017 at 10:26 AM, Marc Espie wrote: >> the find -print0 / xargs -0 couple was designed to solve that problem >> a long time ago in one specific case. > > I suppose the other angle to take would be the addition of a null > deli

Re: show total memory used / allocated by a program

2017-03-17 Thread Abel Abraham Camarillo Ojeda
You could also use time(1), the command, not the shell built-in: $ env time -l echo 0.00 real 0.01 user 0.00 sys 552 maximum resident set size 0 average shared memory size 0 average unshared data size 0 average unshared stack size

Re: Freezing VMs on Bytemark Hosting

2016-07-29 Thread Abel Abraham Camarillo Ojeda
On Fri, Jul 29, 2016 at 7:48 AM, Edd Barrett wrote: > On Wed, Jul 27, 2016 at 04:27:00PM +, Mark Lee Smith wrote: >> I have a host running OpenBSD 5.9 -stable on Vultr which has been doing the >> same thing; freezing once a week. Is there any information that I could >> provide if/when it happ

Re: DNS servers around here not working for days. dig works. fix?

2016-06-15 Thread Abel Abraham Camarillo Ojeda
On Tue, Jun 14, 2016 at 3:49 PM, Chris Bennett wrote: > On Tue, Jun 14, 2016 at 09:05:57PM +0100, Stuart Henderson wrote: >> >> If you can't find some other way to get things working then at least >> you should be able to browse by "ssh -D 1080 somehost" and setting the >> browser to use 127.0.0.1

Re: OpenBSD5.7, hangs on ppb6 "Intel 5000 PCIE" Dell poweredge 1950

2016-02-11 Thread Abel Abraham Camarillo Ojeda
On Thu, Feb 11, 2016 at 6:18 PM, John Nyhuis wrote: > We had a drive failure, and after replacement I am reinstalling our bridging > Firewall, OpenBSD 5.7 - amd64, bsd.mp kernal. This is the same version that > was running stably on this server before. > > HW: Dell Poweredge 1950 v2, BIOS 2.7.0 >

Re: Question about core dumps and swap space.

2015-10-20 Thread Abel Abraham Camarillo Ojeda
Hi On Mon, Oct 19, 2015 at 10:11 PM, Nick Holland wrote: > [...] > and thus, I'll suggest you just don't worry about it. IF you manage to > find a way to panic your machine, drop the memory wy down to 2G or > so, reproduce it and worry about a 2G core dump. Nick, In this case boot.conf: ma

Re: Captive portal with OpenBSD as a hostap

2015-10-05 Thread Abel Abraham Camarillo Ojeda
On Mon, Oct 5, 2015 at 5:18 PM, Kapetanakis Giannis wrote: > On 06/10/15 01:04, Abel Abraham Camarillo Ojeda wrote: >> >> >> That's nice, but how do you log-out inactive users/IPs? >> There is no such option in pf >> a) expire after a certain amount of

Re: Captive portal with OpenBSD as a hostap

2015-10-05 Thread Abel Abraham Camarillo Ojeda
On Mon, Oct 5, 2015 at 4:47 PM, Kapetanakis Giannis wrote: > On 05/10/15 16:26, laudarch wrote: >> >> I made a custom implementation and a diff to authpf, will share that >> later just in case anyone wants it. >> >> I hope this helps you, it pretty simple >> http://bastienceriani.fr/?p=70 > > > Th

Re: OpenBSD 5.7 httpd tls intermediate/chain certificate problem

2015-05-14 Thread Abel Abraham Camarillo Ojeda
On Thu, May 14, 2015 at 7:35 AM, Michal Lesniewski wrote: > Hello, > > I'm trying to configure OpenBSD 5.7 httpd with tls with intermediate/chain > certificate without no success. > > my httpd.conf: > > server "default" { > listen on 10.11.0.200 tls port 443 > > tls { >

Re: Console overrun with SPARC64 on Sun V210

2015-03-11 Thread Abel Abraham Camarillo Ojeda
On Wed, Mar 11, 2015 at 10:05 AM, John Long wrote: > Hi, > > I just installed 5.6 on a Sun V210. The console doesn't seem to know how big > the terminal emulator screen is. Whether I use cu or minicom too many lines > are displayed. For example top loses all the lines until about the 4th task > li

Re: bypass xlock/slock

2015-03-09 Thread Abel Abraham Camarillo Ojeda
On Mon, Mar 9, 2015 at 3:25 AM, Alex Greif wrote: > Hi, > > I am currently trying to find a solution to lock my desktop system (openbsd > 5.6, amd64), but with the following steps I can always bypass xlock or > slock: > > - run X session with startx > - lock it with xlock or slock > - switch to te

Re: hardware support

2015-02-22 Thread Abel Abraham Camarillo Ojeda
On Sun, Feb 22, 2015 at 1:38 PM, Joseph Oficre wrote: > BTW, is there someone with nvidia gtx 650 card and some kind of 1920x1200 > resolution? Just to know im not alone in this cruel world.. > > PS: i've made live USB, booted, but first FAST check didnt give me any > results, just segfault on xor

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

2015-02-14 Thread Abel Abraham Camarillo Ojeda
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 wrote: >> >> On 2015-02-11, Hugo Osvaldo Barrera wrote: >> >> > Can >> >> > someone else confirm po

Re: recommended input methods?

2014-10-14 Thread Abel Abraham Camarillo Ojeda
On Tue, Oct 14, 2014 at 1:14 AM, Bryan Linton wrote: > On 2014-10-14 14:02:52, Joel Rees wrote: >> What're the recommended input methods for Japanese and Spanish? >> > > I can't speak for anything officially recommended, but for > Japanese at least, I use ports/inputmethods/anthy with > ports/inp

Re: Relationship Between VLANs and Physical Interfaces in PF

2014-09-05 Thread Abel Abraham Camarillo Ojeda
On Wed, Aug 6, 2014 at 3:38 PM, Stuart Henderson wrote: > 1. Don't use different _in and _out names, use syntax like "queue foo on em0" > and "queue foo on em1". That way you assign packets to the correct queues on > both interfaces in one step with something like "match to port 53 queue fast". >

Re: foomatic-rip 'f' exited (retcode=9)

2014-08-19 Thread Abel Abraham Camarillo Ojeda
I believe that in later versions foomatic (now called cups-filters) has deprecated support for lpd. It still works but you need to create an foomatic wrapper and use it as if= in printcap, parse lpd options and call the original foomatic-rip ... I will show you an example of such foomatic-rip wra

Re: slow qemu openbsd

2014-05-26 Thread Abel Abraham Camarillo Ojeda
On Mon, May 26, 2014 at 10:16 AM, Швецов Михаил wrote: > Maybe I'm doing something wrong. Please help me. > > I install openbsd 5.5 i386 and qemu-1.7.0 from packages. > > qemu-img create -f qcow2 /vm/qcow2.img 10G > > qemu-system-i386 -name qcow2 -nodefaults -m 512 -hda /mnt/ qcow2.img > -cdrom /o

Re: Automatic console locking at system suspend

2014-05-07 Thread Abel Abraham Camarillo Ojeda
You could use tmux, run $ sleep 5; zzz; then detach from tmux and ^D to logout before system suspends. On Wed, May 7, 2014 at 8:44 PM, Alessandro DE LAURENZIS < just22@gmail.com> wrote: > Hi Tristan, > > No, I'm trying to lock the wscons, not an X session... > > Cheers > > On 7 May 2014 22:4

Re: Slow IO on SSD disk

2014-04-18 Thread Abel Abraham Camarillo Ojeda
On Fri, Apr 18, 2014 at 7:55 AM, Paco Esteban wrote: > On Fri, 18 Apr 2014, Alexander Hall wrote: > >> >> >> On April 18, 2014 2:45:33 PM CEST, Paco Esteban wrote: >> >On Fri, 18 Apr 2014, Alexander Hall wrote: >> > >> >> >> >> >> >> On April 18, 2014 2:38:08 PM CEST, Paco Esteban wrote: >> >> >

Re: softeaid rebuild very slow

2014-04-13 Thread Abel Abraham Camarillo Ojeda
On Sun, Apr 13, 2014 at 5:22 AM, 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 my life harder! > Thank you softraid. > > Th

Re: Generate hashed rootpw for native ldapd

2014-02-21 Thread Abel Abraham Camarillo Ojeda
try not including newline: $ echo -n passphrase | openssl dgst -sha1 -binary | openssl enc -base64 | awk '{print "{SHA}"$0}' {SHA}YhAnRDQFLyD8uD4dD0kiBPyxGIQ= $ On Fri, Feb 21, 2014 at 6:31 AM, Joel Carnat wrote: > Hum, I tried it but it doesn't work. > > I have a slappasswd else where to test.

Re: how to "aggregate" a single TCP connection, is posible?

2013-10-02 Thread Abel Abraham Camarillo Ojeda
. > > Andy. > > > On Wed 02 Oct 2013 09:58:02 BST, Stuart Henderson wrote: >> >> On 2013/10/01 23:02, Abel Abraham Camarillo Ojeda wrote: >>>> >>>> On Fri, 23 Aug 2013 18:39:29 -0500, Abel Abraham Camarillo Ojeda >>>> wrote: >>

Re: how to "aggregate" a single TCP connection, is posible?

2013-10-02 Thread Abel Abraham Camarillo Ojeda
On Wed, Oct 2, 2013 at 3:58 AM, Stuart Henderson wrote: > On 2013/10/01 23:02, Abel Abraham Camarillo Ojeda wrote: >> > On Fri, 23 Aug 2013 18:39:29 -0500, Abel Abraham Camarillo Ojeda >> > wrote: >> >> Not yet, will test. >> >> >> &

Re: how to "aggregate" a single TCP connection, is posible?

2013-10-01 Thread Abel Abraham Camarillo Ojeda
> On Fri, 23 Aug 2013 18:39:29 -0500, Abel Abraham Camarillo Ojeda > wrote: >> Not yet, will test. >> >> On Thu, Aug 22, 2013 at 7:05 AM, Stuart Henderson >> wrote: >>> On 2013-08-22, Abel Abraham Camarillo Ojeda wrote: >>>> Is there a w

Re: how to "aggregate" a single TCP connection, is posible?

2013-08-23 Thread Abel Abraham Camarillo Ojeda
Not yet, will test. On Thu, Aug 22, 2013 at 7:05 AM, Stuart Henderson wrote: > On 2013-08-22, Abel Abraham Camarillo Ojeda wrote: >> Is there a way to duplicate the throughput of a single >> TCP connection using two servers having two gigabit NICs? >> >> I have tried

how to "aggregate" a single TCP connection, is posible?

2013-08-21 Thread Abel Abraham Camarillo Ojeda
Is there a way to duplicate the throughput of a single TCP connection using two servers having two gigabit NICs? I have tried using LACP but I cannot get more than 900MB of throughput... dmesg both servers are equal: OpenBSD 5.2 (GENERIC.MP) #368: Wed Aug 1 10:04:49 MDT 2012 dera...@amd64.o

Re: snapshots/amd64/SHA256 x*.tgz checksums missing

2013-05-06 Thread Abel Abraham Camarillo Ojeda
they aren't too old to care. On Mon, May 6, 2013 at 5:04 AM, MERIGHI Marcus wrote: > acam...@verlet.org (Abel Abraham Camarillo Ojeda), 2013.05.06 (Mon) 11:27 > (CEST): >> search archives > > That's what I call minimalism ;-) > > I did what you told me to i

Re: snapshots/amd64/SHA256 x*.tgz checksums missing

2013-05-06 Thread Abel Abraham Camarillo Ojeda
search archives On Mon, May 6, 2013 at 4:19 AM, MERIGHI Marcus wrote: > Hello, > > my snapshot upgrade procedure just puked at me because it could not find > a checksum for xbase53.tgz. This is on amd64, dmesg at the end. > Below is the result of me going through all the archs and looking for > x

Re: FAQ - Disk Imaging

2013-04-16 Thread Abel Abraham Camarillo Ojeda
I have worked with clonezilla cloning OpenBSD filesystems using its UFS support, but there are some problems concerning disklabel creation, what I did, if I remember correctly was creating a dd image from the first MB (or so of the disk) which when dumped will create the partition table and disklab

Re: ssh tunneling with -D option

2012-07-18 Thread Abel Abraham Camarillo Ojeda
with firefox you go to preferences -> use socks proxy 127.0.0.1 port 1080 or something like that. On Wed, Jul 18, 2012 at 6:07 PM, Paolo Aglialoro wrote: > @Abel > > I've had a look at dsocks page, the "instructions" are kinda criptic but > just did something this way: > > # ssh -D 1080 user@sshd

Re: ssh tunneling with -D option

2012-07-18 Thread Abel Abraham Camarillo Ojeda
On Wed, Jul 18, 2012 at 5:12 PM, Paolo Aglialoro wrote: > Hello, > > I'm trying to use a remote obsd box as a socks proxy through ssh. > Both local and remote are 5.1-release. > > After reading man pages, I specified in local ssh_config: > Tunnel yes > > and, also, in remote sshd_config: > AllowTc

Re: chromium can't start since two snapshots

2012-05-19 Thread Abel Abraham Camarillo Ojeda
On Sat, May 19, 2012 at 4:01 AM, Antoine Jacoutot wrote: > On Sat, May 19, 2012 at 10:53:39AM +0200, cbrisseau wrote: >> Hi, >> >> Since two packages snapshots, I can't start chromium anymore. I have >> installed latest amd64 snapshot from May 17, and latest packages >> snapshot from May 16. >> >>

Re: Where's my bandwidth going?

2012-05-04 Thread Abel Abraham Camarillo Ojeda
and fstat(1)... On Fri, May 4, 2012 at 7:10 AM, Stuart Henderson wrote: > The request was specifically for pids... > > On 2012-05-04, Abel Abraham Camarillo Ojeda wrote: >> I use pktstat from ports... >> >> On Thu, May 3, 2012 at 11:34 PM, Chris Cappuccio wrote:

Re: Where's my bandwidth going?

2012-05-03 Thread Abel Abraham Camarillo Ojeda
I use pktstat from ports... On Thu, May 3, 2012 at 11:34 PM, Chris Cappuccio wrote: > The suggestion on this thread are interesting. But tcpdump -n is pretty manageable over a modem link and shows you exactly what you want to know, not just a summary of it. > > Alan Corey [ab...@devio.us] wrote:

Re: Question on LPD and OpenBSD printing

2012-04-05 Thread Abel Abraham Camarillo Ojeda
On Thu, Apr 5, 2012 at 3:39 AM, Jan Stary wrote: > On Apr 05 05:19:18, Girish Venkatachalam wrote: >> On Thu, Apr 5, 2012 at 4:46 AM, Jan Stary wrote: >> >> >> >> Nothing. >> > >> > Then something else is broken. >> > >> > Run lpd with -l to make sure that the print job >> > at least made it to l

Re: openbsd / ipsec / hardware

2012-04-02 Thread Abel Abraham Camarillo Ojeda
On Mon, Apr 2, 2012 at 5:02 PM, Stuart Henderson wrote: > On 2012-04-02, Dewey Hylton wrote: >>>From: Stuart Henderson spacehopper.org> >>>Subject: Re: openbsd / ipsec / hardware >>>Newsgroups: gmane.os.openbsd.misc >>>Date: 2012-03-31 21:39:14 GMT (1 day, 22 hours and 53 minutes ago) >>>On 2012

Re: ath driver returns “unable to reset hardware” when attempting to use Atheros AR5424 on 5.0-stable

2012-02-19 Thread Abel Abraham Camarillo Ojeda
On Sun, Feb 19, 2012 at 4:31 PM, Christopher Down wrote: > > I have read conflicting reports about OpenBSD's support for this chip. > If it is not supported (yet), is there a practical way for me to help > (bearing in mind that I am not experienced with driver programming on > OpenBSD at this poin

Is anyone able to use subtitleeditor?

2012-02-18 Thread Abel Abraham Camarillo Ojeda
When I tell it to open any video I get this: Media file could not be played. Failed to create a GStreamer textoverlay (textoverlay). Please check your GStreamer installation. $ pkg_info -S subtitleeditor Information for inst:subtitleeditor-0.37.1p2 Signature: subtitleeditor-0.37.1p2,GL.12.0,X11.

Re: /dev/srandom vs. /dev/arandom

2011-10-18 Thread Abel Abraham Camarillo Ojeda
On Tue, Oct 18, 2011 at 3:55 PM, James Hozier wrote: >> From: Paul D. Ouderkirk >> Subject: Re: /dev/srandom vs. > /dev/arandom >> To: "Theo de Raadt" >> Cc: "James > Hozier" , misc@openbsd.org >> Date: Tuesday, October 18, > 2011, 5:41 PM >> On Tue, Oct 18, 2011 at 12:20 PM, >> Theo de Raadt >

Re: Dennis Ritchie

2011-10-13 Thread Abel Abraham Camarillo Ojeda
2011/10/13 Donald Reichert : > Original-Nachricht >> Datum: Thu, 13 Oct 2011 12:14:20 +0200 >> Von: David Coppa >> An: misc@openbsd.org >> Betreff: Dennis Ritchie > >> Today is a sad sad day :( >> >> Rest in Peace. >> Without you, we would never be here. >> >> Cheers, >> David >

Re: no packages for amd64 snapshot

2011-09-22 Thread Abel Abraham Camarillo Ojeda
On Thu, Sep 22, 2011 at 7:53 PM, LeviaComm Networks wrote: > > The only way I see to move forward would be to either downgrade to 4.9 or > compile the damned packages myself. > Which would be faster than complaining.

Re: ksh: bad number (with leading zeroes) should not work for 0 - 7

2011-09-15 Thread Abel Abraham Camarillo Ojeda
On Thu, Sep 15, 2011 at 5:46 PM, Thorsten Glaser wrote: > Abel Abraham Camarillo Ojeda dixit: > >>I meant portable among other shells, or bourne shell... > > They donbt have $((b&)) either, sob& > > bye, > //mirabilos > -- > Yay for having to rewrite

Re: ksh: bad number (with leading zeroes) should not work for 0 - 7

2011-09-15 Thread Abel Abraham Camarillo Ojeda
On Thu, Sep 15, 2011 at 4:58 PM, Thorsten Glaser wrote: > Abel Abraham Camarillo Ojeda dixit: > >>On Thu, Sep 15, 2011 at 4:19 PM, Pascal Stumpf wrote: > >>>> month=10#$(date +%m) >>> >>> Is that a mkshism? > > No, that's proper Korn shell.

Re: ksh: bad number (with leading zeroes) should not work for 0 - 7

2011-09-15 Thread Abel Abraham Camarillo Ojeda
On Thu, Sep 15, 2011 at 4:19 PM, Pascal Stumpf wrote: > On Thu, Sep 15, 2011 at 12:06:14PM +, Thorsten Glaser wrote: >> Abel Abraham Camarillo Ojeda verlet.org> writes: >> >> > Some of our shell scripts that work with dates and do something like: >> >

Re: ksh: bad number (with leading zeroes) should not work for 0 - 7

2011-09-12 Thread Abel Abraham Camarillo Ojeda
On Mon, Sep 12, 2011 at 5:08 PM, Tobias Ulmer wrote: > > Fix your script, add the leading zero after you're done with the > calculation. > I'm already doing that, just wasn't sure if it was a bug... Thanks.

ksh: bad number (with leading zeroes) should not work for 0 - 7

2011-09-12 Thread Abel Abraham Camarillo Ojeda
Some of our shell scripts that work with dates and do something like: month=`date +%m` something && month=$((month-1)) Suddenly started crashing on august... there seems to be a bug identifying not-numbers (numbers with leading zeroes) before '08' (eigth), how to reproduce: $ for i in 0{0,1,2,3,

Re: Firefox 6

2011-09-06 Thread Abel Abraham Camarillo Ojeda
On Tue, Sep 6, 2011 at 6:20 PM, Amit Kulkarni wrote: >> B Without having an endless crab session about Firefox, I'd like to >> know if Firefox 6 seems any better for you. B Firefox 4+ seems to >> not just leak memory, but hemorrhage it. B In 5 I routinely hit the >> 2G data limit. B FF6 is bette

Re: What should I do with a remote AIX machine if I accidentally "chmod "/usr/bin/ksh"?

2011-08-30 Thread Abel Abraham Camarillo Ojeda
On Tue, Aug 30, 2011 at 6:41 PM, Marcos Ariel Laufer wrote: > .. and , maybe, just maybe, the help he gets could be the 'miracle' he > needs to consider OpenBSD his OS of choice.. > > The miracle he needs to be _converted_, because he will think that here are a bunch of guys with nothing to do.

Re: xpdf slow

2011-08-24 Thread Abel Abraham Camarillo Ojeda
On Wed, Aug 24, 2011 at 7:09 AM, igor denisov wrote: > Hello there, > > May someone help me with the following. > > My xpdf is very slow on pdf files from www.archive.org. > pdf is attached. > > xpdfrc > > # > > #- display

Re: Can command-line options be specified in any place?

2011-06-21 Thread Abel Abraham Camarillo Ojeda
On Tue, Jun 21, 2011 at 6:39 PM, wrote: > Hi, > > I'm considering migrating my desktop from Linux to OpenBSD but the > main feature that > kept me away from *BSD world for over a decade since I've first tried > FreeBSD was the > one that options must only be specified after command before any > a

Re: 64bit (or better) memory reads in i386

2011-06-11 Thread Abel Abraham Camarillo Ojeda
Asking on a mailing list is easier than doing testing... it seems... On Sun, Jun 12, 2011 at 1:27 AM, Giridhari wrote: > Further, can you tell me what the cp and cpio commands would be like- will > they take advantage of 64 or 128bit memory reads and writes? > > -Original Message- From: O

Re: updating netbook bios

2011-06-11 Thread Abel Abraham Camarillo Ojeda
On Sat, Jun 11, 2011 at 1:58 AM, patrick keshishian wrote: > On Fri, Jun 10, 2011 at 11:42 PM, Robert wrote: >> Hi, >> >> you can create a bootable USB stick with FreeDOS: >> http://sourceforge.net/apps/mediawiki/freedos/index.php?title=USB > > earlier today I did look at freedos option. But I co

Re: How do I exclude a directory using tar in OpenBSD?

2011-06-05 Thread Abel Abraham Camarillo Ojeda
On Thu, Jun 2, 2011 at 6:59 AM, Nico Kadel-Garcia wrote: > On Tue, May 31, 2011 at 8:39 AM, Stuart Henderson > wrote: >> On 2011-05-31, Marian Hettwer wrote: >>> On Tue, 31 May 2011 10:53:58 +0200, LEVAI Daniel >>> wrote: On Tue, May 31, 2011 at 11:42:24 +0300, Michael Sioutis wrote:

Re: OT:Re: How do I exclude a directory using tar in OpenBSD?

2011-05-31 Thread Abel Abraham Camarillo Ojeda
On Tue, May 31, 2011 at 4:05 PM, Eric Furman wrote: > Better to have your script > detect which OS it's running on and take appropriate action. > > Sure, that's why autoconf is state of art.

Re: I don't get where the load comes from

2011-05-31 Thread Abel Abraham Camarillo Ojeda
On Tue, May 31, 2011 at 2:24 AM, Francois Pussault wrote: > > load is not realy a cpu usage %. > In facts it is sum of many % (cpu real load, memory, buffers, etc...) > that explain why load can up over 5.0 for each cpu without any crash or freeze > of the host. > > we should consider load as a "h

Re: putty or ssh, screen $cmd

2011-05-29 Thread Abel Abraham Camarillo Ojeda
On Sun, May 29, 2011 at 6:46 PM, Martin Pelikan wrote: > Have you ever tried to use screen inside a screen? ssh'd to other > machines? B Not to mention ^A is beginning-of-line in most terminals. I generally map ^a to be the prefix key on tmux...

Re: impact of unaligned partitions/slices on 4kB sector drives (wd10ears)

2011-05-14 Thread Abel Abraham Camarillo Ojeda
On Sat, May 14, 2011 at 4:22 AM, Otto Moerbeek wrote: > On Sat, May 14, 2011 at 04:15:51AM -0500, Abel Abraham Camarillo Ojeda wrote: > >> On Sat, May 14, 2011 at 4:08 AM, David Gwynne wrote: >> > >> > >> > i have had a look at querying disks for their p

Re: impact of unaligned partitions/slices on 4kB sector drives (wd10ears)

2011-05-14 Thread Abel Abraham Camarillo Ojeda
On Sat, May 14, 2011 at 4:08 AM, David Gwynne wrote: > > > i have had a look at querying disks for their physical and logical block alignments and offsets, but the the WD??EARS-00? drives dont report this info. according to western digital, the next generation of these drives (WD??EARS-11? iirc) a

Re: impact of unaligned partitions/slices on 4kB sector drives (wd10ears)

2011-05-14 Thread Abel Abraham Camarillo Ojeda
List: openbsd-tech Subject:impact of unaligned partitions/slices on 4kB sector drives (wd10ears) From: Robert Date: 2010-01-06 22:54:34 Message-ID: 20100106235434.55963d32 () openbsd ! pap ! st > Hello, > > i did some measurements on the impact that unaligned partitions/slic

Re: Any suggests for modest, known compatible servers with RAID 1?

2011-04-28 Thread Abel Abraham Camarillo Ojeda
On Thu, Apr 28, 2011 at 10:25 PM, Nico Kadel-Garcia wrote: > I just went halfway through the "build your own custom kernel, > manually configure partition tables, etc., etc." rituals to set up > software RAID for OpenBSD 4.8, and have concluded that it's not > economical the engineering time to do

Re: What IRCD is preferred among true security minded folk?

2011-04-28 Thread Abel Abraham Camarillo Ojeda
On Thu, Apr 28, 2011 at 7:07 PM, Jean-Philippe Ouellet wrote: > Dear Misc, This is somewhat off topic, but it's been on my mind for quite > some time, and someone just brought up irc, so I thought I'd ask. > > I've been looking to set up an irc server for some time now. It would be > mostly for pe

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

2011-04-22 Thread Abel Abraham Camarillo Ojeda
On Fri, Apr 22, 2011 at 12:16 AM, Sunnz wrote: > forget about multi-license, it is isc license and it doesn't really > make sense to make them like ms volume license. > > but how hard would it be to provide an option for people to specify a > different price for buying the cd? then you can pay $10

Re: Upgrade i386 to amd64

2011-04-07 Thread Abel Abraham Camarillo Ojeda
On Thu, Apr 7, 2011 at 3:31 PM, Amit Kulkarni wrote: >>> On 2011-04-07 0:57:10 Amit Kulkarni wrote: >>> >>> Is this in the FAQ? Never thought I would read such a question. >>> >> >> I will be sure to put it in the IFAQ for 5.0. B Along with "where is >> the sea-urchin flavored frozen yogurt?" and

Re: Upgrade i386 to amd64

2011-04-06 Thread Abel Abraham Camarillo Ojeda
On Wed, Apr 6, 2011 at 11:37 PM, Steven R. Gerber wrote: > > B B B B Going through /etc manually or by sysmerge is tedious. > I wish we had some kind of super-black-magic-mind-reading-hyper-sysmerge tool...

Re: Constant rate mbuf leak

2011-02-11 Thread Abel Abraham Camarillo Ojeda
On Fri, Feb 11, 2011 at 3:44 PM, Lars Kotthoff wrote: >> In the meantime knowing which board it is (or, even better, what network >> drivers are in use) would help immensely. > > 3 like this > rl0 at pci0 dev 18 function 0 "Realtek 8139" rev 0x10 > > and one > ral0 at pci0 dev 21 function 0 "Ralin

Re: Printing (well anything) using lpd...

2011-02-02 Thread Abel Abraham Camarillo Ojeda
On Tue, Feb 1, 2011 at 8:59 AM, Manuel Giraud wrote: > Jacob Meuser writes: > >> foomatic is pretty easy to set up. > > Thread hijacker here. I tried to setup a lpd/foomatic for a printer over > network and always end-up with this kind of message in > /var/log/lpd-errs: > --8<---cut h

Re: amd64.html diff

2011-01-29 Thread Abel Abraham Camarillo Ojeda
As far as I know there is no way to prevent it from making shit when you send diffs through it's web client. But anyway, I didn't searched enough, I just got tired and take the dust off my nail(1) (Heirloom mailx). On Fri, Jan 28, 2011 at 10:27 PM, Amit Kulkarni wrote: > Ok I got it. I admit I d

Re: Atheros AR5001

2011-01-27 Thread Abel Abraham Camarillo Ojeda
On Thu, Jan 27, 2011 at 4:23 AM, wrote: > My Acer Aspire One 751 shipped with Atheros AR5001. > Recognized and works in Linux > > B B B B $ lspci -vv -s 03:00.0 > B B B B 03:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01) > B B B B B Subsys

Re: Sniffer detector for OpenBSD

2011-01-26 Thread Abel Abraham Camarillo Ojeda
There is no Cuba there... On Wed, Jan 26, 2011 at 9:28 AM, Evgeniy Sudyr wrote: > Check list of companies which provides support there > http://openbsd.org/support.html > > On Wed, Jan 26, 2011 at 5:37 PM, Orestes Leal R. > wrote: >> the only isp in cuba it's named etecsa, here there is no such

Re: NO-IP not updating!

2011-01-26 Thread Abel Abraham Camarillo Ojeda
On Wed, Jan 26, 2011 at 3:56 AM, Leslie Jensen wrote: > Hello list. > > I'm quite new to Openbsd, have used Freebsd for a while. > > I have a newly installed Openbsd system. > OpenBSD machine01.no-ip.org 4.8 GENERIC.MP#335 amd64 > > Upon installation of noip I ran the command noip2 -C to configure

  1   2   >