Re: Building libav/ffmpeg x264 on 5.4

2014-03-27 Thread Arnaud Bergeron
Since ffmpeg is linked against x264 you could just use it to read and encode stuff to mp4. There is a guide[1] about how to do 2 pass, use presets and the rest. You can also use -x264opts to pass options directly to libx264 (but it doesn't support everything). [1]

Re: snapshots total freeze

2012-12-27 Thread Arnaud Bergeron
This makes me think about a problem I had with an Eeepc a while back. I never reported it because I tracked that down to a faulty SSD that would just hang the machine when accessing certain sectors. The way I verified this was to run dd if=/dev/rwd0c of=/dev/null bs=1m (with the appropriate

Re: Hardware Spec Search Engine?

2010-07-16 Thread Arnaud Bergeron
2010/7/16 jwesleycoo...@cox.net: This is the output of lspci on my current OpenSuSE partition: 00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07) 00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics

Re: updating packages with ports binaries

2010-04-11 Thread Arnaud Bergeron
Disclaimer: I am not a pkg tools expert, so if somebody comes along and correct me (especially espie@) then they are right. 2010/4/10 Andreas Gerdd kryptos...@gmail.com: I follow stable tree, OPENBSD_4_6 branch. I'd like to update some of my packages. As an example, # pkg_add -unvi tiff

Re: Growing a /dev/svnd

2010-03-09 Thread Arnaud Bergeron
2010/3/9 Tor Houghton t...@bogus.net: List, If one wanted to increase the size of an existing device configured with vnconfig, I presume that one could use disklabel and growfs on this partition. To do so, however, one would need to increase the size of the file which vnconfig uses as the

Re: How to verify ports.tar.gz in mirrors - and similarly packages?

2009-05-12 Thread Arnaud Bergeron
2009/5/11 Cem Kayali cemkay...@eticaret.com.tr: Actually, i read through those messages, and in biref it is said that we think it's worse to sign packages than not to sign them if you don't have a fairly strict process that ensures you have a correct chain of trust. Without that, signatures

Re: bsd-airtools and Ralink

2009-05-10 Thread Arnaud Bergeron
2009/5/10 Kaltashkin Eugene zhe...@gmail.com: Nenhum_de_Nos wrote: somebody generate wrong packets on my wifi channel and block access to my ap. i need dump some info from air packets for detect this intruder and block it by mac. you should not use /dev/ral0. use just ral0 instead.

Re: Can't scp, ssh is slow to authenticate.

2008-07-21 Thread Arnaud Bergeron
2008/7/21 Nuno MagalhC#es [EMAIL PROTECTED]: I'm trying to scp from Debian to OpenBSD on two local machines but it's obviously not working. They're connected through a router and i can scp to another local Debian machine. Here's the output: [EMAIL PROTECTED]:~ scp -vr ~/folder/folder/

Bug in pfctl parser?

2008-06-11 Thread Arnaud Bergeron
I just did an upgrade to 4.3 on my home firewall and upon reboot pfctl found syntax errors in my pf.conf. I have narrowed down the problem to this: ssh = 22 list = { $ssh } So basically it seems that the syntax for creating lists with macros is not supported anymore. However, reading the man

Re: when was a pkg installed !!!

2007-11-07 Thread Arnaud Bergeron
2007/11/7, STeve Andre' [EMAIL PROTECTED]: On Wednesday 07 November 2007 17:51:09 Matthias Kilian wrote: On Wed, Nov 07, 2007 at 05:16:53PM -0500, Josh Grosse wrote: i ran pkg_info with all common options but none tell me when was the pkg installed!!! $ ls -l /var/db/pkg/your

Re: Questions: Upgrade + Port Tree

2007-08-26 Thread Arnaud Bergeron
2007/8/26, Sean Darby [EMAIL PROTECTED]: Basically, can I just download the 4.1/ports.tar.gz and tar it into /usr (after I finish my 4.1 upgrade and /etc upgrade)? (Overwrite or remove the old port tree?) Yes Sean -- La brigade SnW est une spC)cialitC)

Re: 4.1 upgrade problem

2007-06-25 Thread Arnaud Bergeron
For the archives: After a lot of head scratching, I discovered that symlinking /var/www to somewhere else using an absolute path causes problems such as what I was seeing during install. It is normal since the root location changes. Use relative symlinks.

Re: Interface traffic counters

2007-06-21 Thread Arnaud Bergeron
On 6/21/07, Claudio Jeker [EMAIL PROTECTED] wrote: On Wed, Jun 20, 2007 at 09:24:16PM -0400, Arnaud Bergeron wrote: I have a problem where I need to know how much traffic has passed on a given interface. I don't need it broken down by IPs, protocols or whatever of the sort. After a bit

Interface traffic counters

2007-06-20 Thread Arnaud Bergeron
I have a problem where I need to know how much traffic has passed on a given interface. I don't need it broken down by IPs, protocols or whatever of the sort. After a bit of research I discovered the SIOCGIFDATA ioctl that seems to do what I want. I built myself a little test application to

Re: new openbsd 4.0 server, panic on ufsdirhash

2007-05-21 Thread Arnaud Bergeron
[snip] OK, now I'm clueless why this happens. I didn't see in your verbose dmesg at all any obvious PCI busses or devices. Yet the normal dmesg lists your PCI devices. I could be reading the devices wrong, but I read in your verbose dmesg that it found: 1: Audio 2: Realtek Ethernet (probably

Re: Do you *need* to build -stable userland with a -stable kernel?

2007-03-10 Thread Arnaud Bergeron
On 3/10/07, Sunnz [EMAIL PROTECTED] wrote: Please correct me if I am wrong... but I thought that if the same source and make file etc. was used, the kernel that was used to build it is irrelevant, i.e. the same version of gcc running or newer and older version of kernel should ultimately 'spit

Re: Patching and/or updating

2007-03-10 Thread Arnaud Bergeron
On 3/10/07, Lars D. NoodC)n [EMAIL PROTECTED] wrote: Thanks. On Sat, 10 Mar 2007, Nico Meijer wrote: Read release(8) and follow that procedure. Build once, deploy at will. Building my own release looks useful when I deal with more machines later. I didn't this time so, so there is no /usr/src

Re: ld segfaults in OpenBSD 3.9

2006-12-01 Thread Arnaud Bergeron
On 12/1/06, Karel Kulhavy [EMAIL PROTECTED] wrote: The default linker in OpenBSD 3.9 segfaults reproducibly: [EMAIL PROTECTED]:~$ gcc -o -Wall wav2bin wav2bin.c Try $ gcc -Wall -o wav2bin wav2bin.c But there is still a problem. If you link a source file with its resulting binary, it

Re: Assistance with kernel pppoe

2006-11-23 Thread Arnaud Bergeron
On 11/23/06, Alden Pierre [EMAIL PROTECTED] wrote: Hello all, I'm able to get userland pppoe working, but I'm having a hard time getting kernel pppoe to work properly. Here are my config files. Is there anything I'm doing wrong, I believe my config file follows what man 4 pppoe states. #

Re: Assistance with kernel pppoe

2006-11-23 Thread Arnaud Bergeron
On 11/23/06, Andreas Bihlmaier [EMAIL PROTECTED] wrote: On Thu, Nov 23, 2006 at 12:24:21PM -0500, Alden Pierre wrote: Hello all, I'm able to get userland pppoe working, but I'm having a hard time getting kernel pppoe to work properly. Here are my config files. Is there anything I'm

Re: Nintendo Wifi Connector and Nintendo DS (WEP)

2006-11-03 Thread Arnaud Bergeron
On 11/3/06, Sam Fourman Jr. [EMAIL PROTECTED] wrote: Does OpenBSD accually run on a Nintendo DS? No, unless someone has a hidden port. is it a i386? or ARM? ARM. Sam Fourman Jr. -- I'm trying to launch the internet; so I open a terminal and go percent sign 'Internet' at the prompt and

Re: pppoe connects but not traffic is passing

2006-09-12 Thread Arnaud Bergeron
On 9/12/06, Marc Peters [EMAIL PROTECTED] wrote: [snip] /etc/hostname.pppoe0: inet 0.0.0.0 255.255.255.255 0.0.0.1 pppoedev rl0 authproto pap authname myname authkey secret up You still need the !/sbin/route add default 0.0.0.1 in the new hostname.pppoe0. [snip] -- What is your function in

Re: preferred hardware platform

2006-09-10 Thread Arnaud Bergeron
On 9/10/06, Will Maier [EMAIL PROTECTED] wrote: On Sun, Sep 10, 2006 at 11:39:57AM +0530, Raja Subramanian wrote: rdiff-backup however, does not suffer from this problem. And it's a bit more space efficient than rsnapshot as well. Give it a shot and I doubt you'll be disappointed. I've had

Re: Kernel panic in openssl on fresh minimal install

2006-08-24 Thread Arnaud Bergeron
On 8/24/06, Jeff Bromberger [EMAIL PROTECTED] wrote: I'm a new openbsd user (or I should say I'm attempting to be) and I'm not having a ton of luck here. I bought the cd set (i386) and it arrived yesterday. During the install, the base39.tgz file seemed to be corrupt and the install would

Re: G5 panic on boot from install media

2006-08-22 Thread Arnaud Bergeron
I tried with -current (22/08) this morning and it does not panic. It hangs after this message: WARNING: unable to get date/time -- CHECK AND RESET THE DATE! Just after the rootdev= line. Also for Miod, It show the same message 'uhub0: device problem, disabling port 2'. I tried other ports as

G5 panic on boot from install media

2006-08-21 Thread Arnaud Bergeron
I recently bought a G5 and tried to install 3.9 on it (from the official CD). It is an PowerMac G5 Dual-core 2Ghz. It panic'd with this message while booting bsd.rd (re-typed so some typos may creep in): WARNING: unable to get date/timepanic: lockmgr: locking against myself Stopped at

Re: Sigaltstack and pthreads (again)

2006-08-20 Thread Arnaud Bergeron
On 8/20/06, Anthony Howe [EMAIL PROTECTED] wrote: I too am having problems using sigaltstack() in pthreads application. Otto's quote earlier this year of the Single Unix Specification http://www.sigmasoft.com/~openbsd/archives/html/openbsd-bugs/2006-03/msg00129.html Use of this

Re: mirroring packages without much bandwidth overhead

2006-08-16 Thread Arnaud Bergeron
On 8/15/06, Marc Espie [EMAIL PROTECTED] wrote: On Tue, Aug 15, 2006 at 11:40:18AM -0400, Arnaud Bergeron wrote: On 8/14/06, Stuart Henderson [EMAIL PROTECTED] wrote: On 2006/08/14 17:59, Arnaud Bergeron wrote: In which case, the patchlevel needs to be bumped (eg. foo-1.0.tgz - foo-1.0p0

Re: mirroring packages without much bandwidth overhead

2006-08-15 Thread Arnaud Bergeron
On 8/14/06, Stuart Henderson [EMAIL PROTECTED] wrote: On 2006/08/14 17:59, Arnaud Bergeron wrote: In which case, the patchlevel needs to be bumped (eg. foo-1.0.tgz - foo-1.0p0.tgz). No boom here, unless the maintaner was lazy. No, /usr/lib changes don't bump patchlevels of every package

Re: mirroring packages without much bandwidth overhead

2006-08-14 Thread Arnaud Bergeron
On 8/14/06, Tobias Ulmer [EMAIL PROTECTED] wrote: On Mon, Aug 14, 2006 at 03:47:07PM +0200, Andreas Bartelt wrote: Hi, is there a simple way to efficiently mirror packages solely based on package filenames in order to reduce bandwidth overhead? I've tried to do this with rsync but as

Re: Why ksh?

2006-07-23 Thread Arnaud Bergeron
On 7/21/06, Damien Miller [EMAIL PROTECTED] wrote: Pedro TimC3teo wrote: Thanks, but all the solutions presented in that thread can't clear the screen when you're typing something AND keep what you've already typed. Why don't you add support for ^L yourself then? -d There's also the point

head.c usage function

2006-05-30 Thread Arnaud Bergeron
On 5/30/06, Peter Blair [EMAIL PROTECTED] wrote: Be careful -- if you have an application say /usr/local/whatever/foo that is linked from /usr/local/bin/bar then when you call /usr/local/bin/bar it will populate bar as the argv[0] element. Wrong, argv[0] will be whatever was passed to execvp

Re: pppoe

2006-04-20 Thread Arnaud Bergeron
On 4/19/06, Brendan Grossman [EMAIL PROTECTED] wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arnaud Bergeron Sent: Wednesday, 19 April 2006 9:57 AM To: misc@openbsd.org Cc: Brendan Grossman Subject: Re: pppoe On Tue, Apr 18, 2006

Re: Mounting remote filesystems from OpenBSD to OS X

2006-04-20 Thread Arnaud Bergeron
On 4/20/06, Joachim Schipper [EMAIL PROTECTED] wrote: On Thu, Apr 20, 2006 at 02:11:36PM +0100, Constantine A. Murenin wrote: Hi, I have an OpenBSD (file-)server at a remote location on the internet that is around 137ms away from an OS X 10.4 laptop. Is there a way to securely mount

Re: pppoe

2006-04-18 Thread Arnaud Bergeron
On Tue, Apr 18, 2006 at 11:52:47AM +0930, Brendan Grossman wrote: Hi everyone To bring up a pppoe connection, I use ppp -ddial provider But how do I take it down? Also how do I remove old tunx devices? # ifconfig tun0: flags=8051UP,POINTOPOINT,RUNNING,MULTICAST mtu 1492 inet

Re: 'set skip on' being inconsistent

2006-04-16 Thread Arnaud Bergeron
On 4/13/06, Chris Cameron [EMAIL PROTECTED] wrote: In my pf.conf I have: set skip on tun0 set skip on enc0 set skip on lo0 tun0 is for OpenVPN. If I run pfctl -f /etc/pf.conf, I can connect with OpenVPN and telnet to a server. If I disconnect OpenVPN, wait for a couple of minutes, then

Re: GNU license files rules replacement guidelines with BSD one

2006-04-05 Thread Arnaud Bergeron
On 4/5/06, Andrew Smith [EMAIL PROTECTED] wrote: http://www.openbsd.org/policy.html Scroll down to the section 'Permissions - the flip side' and consider the consequences of the statements in paragraph 4. This section is probably the biggest one that supports my view that GPL cannot be

Re: GNU license files rules replacement guidelines with BSD one

2006-04-05 Thread Arnaud Bergeron
On 4/5/06, Daniel Ouellet [EMAIL PROTECTED] wrote: Back to the original topic, If what you are talking about is rather if you can replace some GPL file by an equivalent one but BSD licensed file, the answer is yes (as long as you don't copy-paste). But what does that really mean. It

Re: disable listen on ports

2006-04-03 Thread Arnaud Bergeron
On 4/3/06, Joachim Schipper [EMAIL PROTECTED] wrote: On Mon, Apr 03, 2006 at 11:11:22AM +0530, Niklaus wrote: On 4/2/06, Chris Kuethe [EMAIL PROTECTED] wrote: On 4/2/06, Niklaus [EMAIL PROTECTED] wrote: what problem are you really trying to solve? really, what problem are you

Re: Possible bug in ksh tab completion

2005-11-19 Thread Arnaud Bergeron
On 11/19/05, Matthias Kilian [EMAIL PROTECTED] wrote: On Fri, Nov 18, 2005 at 09:55:26PM -0500, Arnaud Bergeron wrote: I reported it precisely because the characters you mentionned (and all other 'special' chars i know) are working perfectly. '[' and ']' are the only chars I have problems

Possible bug in ksh tab completion

2005-11-18 Thread Arnaud Bergeron
I noticed that, using ksh, if you try to tab-complete any filename that has a '[' in it while there are more than one file in the directory will fail. Simple example: $ mkdir test $ cd test $ touch [a] [b] $ pico \[a at the last line, if you type tab, the system beeps and nothing else happens.

Re: Possible bug in ksh tab completion

2005-11-18 Thread Arnaud Bergeron
On 11/18/05, Matthias Kilian [EMAIL PROTECTED] wrote: On Fri, Nov 18, 2005 at 03:53:38PM -0500, Arnaud Bergeron wrote: I noticed that, using ksh, if you try to tab-complete any filename that has a '[' in it while there are more than one file in the directory will fail. Simple example

Re: Dual Head Graphic Card

2005-11-07 Thread Arnaud Bergeron
On 11/6/05, Gustavo Rios [EMAIL PROTECTED] wrote: I was thinking about something like that: http://disjunkt.com/dualhead/ http://cambuca.ldhs.cetuc.puc-rio.br/multiuser/ http://www.ltn.lv/~aivils/ http://www.itsopen.net/projects/x-hack/

Re: iTunes5 support for mt-daapd

2005-09-27 Thread Arnaud Bergeron
On 9/22/05, Jonathan Gray [EMAIL PROTECTED] wrote: On Thu, Sep 22, 2005 at 11:48:15AM -0700, James Wright wrote: based on the patch at http://nightlies.mt-daapd.org/, patch-daap_c goes into /usr/ports/audio/mt-daapd/patches and patch-Makefile to be applied in /usr/ports/audio/mt-daapd (just

Re: [0dS] vulnerability in theo's asshole

2005-08-31 Thread Arnaud Bergeron
[snipped stupid message] This should be reported to hushmail. As it was not directed toward me I did not do it. However I took the time to find the right place to do it. Here is the link : https://www.hushmail.com/contact/index.php?PHPSESSID=e784385b72dd436bb2affa3a4e020419 Try this one if

Re: ntpd could not parse pool.ntp.org

2005-08-16 Thread Arnaud Bergeron
On 8/16/05, Mike Henker [EMAIL PROTECTED] wrote: Ok Nick, ckecking all what you said step by step: Can you put your /etc/resolv.conf file back to the one with the ISP's dns servers in it first. Changed to: lookup file bind name server 194.224.52.6 name server 194.224.52.4 Can

Re: A problem internal to GDB has been detected

2005-08-10 Thread Arnaud Bergeron
On 8/10/05, Reitenbach Sebastian [EMAIL PROTECTED] wrote: Hi, I think you adressed the problem. but after setting ulimit -d a bit higher I get a bit more ahead, so the memory is later exhausted. This does not helped that much. ulimit -m was alrady at the maximum. $ ulimit -m 708879

Re: Output of top - CPU% weirdness?

2005-07-04 Thread Arnaud Bergeron
On 7/3/05, Oliver J. Morais [EMAIL PROTECTED] wrote: * Arnaud Bergeron [EMAIL PROTECTED] [050703 03:09]: All it takes to find that out is a little bit of observation and deduction. From the second output you provided you should see md5's CPU usage go up rapidly. No. md5's CPU doesn't go

Re: Output of top - CPU% weirdness?

2005-07-02 Thread Arnaud Bergeron
On 7/2/05, Oliver J. Morais [EMAIL PROTECTED] wrote: OpenBSD 3.7-current (GENERIC) #212: Mon Jun 27 21:48:43 MDT 2005 on i386 Compiling xpdf I see the following top-output (top -S -ocpu 10) load averages: 1.97, 1.55, 0.97 16:16:04 65 processes: 2

Re: Sad boot problem (boot.conf: invalid argument)

2005-06-09 Thread Arnaud Bergeron
On 6/9/05, Luciano ES [EMAIL PROTECTED] wrote: Hello, Stuart. The answers to your latest questions: On 09/06/05 at 12:11, Stuart Henderson wrote in 7K: How does 'fdisk wd0' look? - The second slice (offset 63) was marked as unknown. Then I fixed it with OpenBSD's fdisk. Now it is marked

pthreads question

2005-06-08 Thread Arnaud Bergeron
For a threaded network application I'm developping, I have to watch the number of concurrent connections. I currently use this code: if (curconns maxconns) { curconns++; } else { pthread_cond_wait(conns_is_at_max, useless_mutex); continue; } curconns is decremented by

Re: error messages

2005-05-16 Thread Arnaud Bergeron
On 5/16/05, Ryan Corder [EMAIL PROTECTED] wrote: On Mon, 2005-05-16 at 18:45 +0300, Kaj Mdkinen wrote: I connect to my firewall with putty. How can I get rid of messages like these from appearing in my ssh terminal session? check your /etc/syslog.conf to see if errors, etc are being

Re: exposing an internal server to the Internet

2005-05-14 Thread Arnaud Bergeron
On 5/14/05, GV [EMAIL PROTECTED] wrote: no, I don't need any port of that machine to be exposed to the Internet. Only a certain range. I tried the following: -- nat on $ext_if from $int_if:network to any - $ext_if rdr on $int_if proto tcp from any to any port 21 - 127.0.0.1 port 8021

Re: cf encoding and a question

2005-05-06 Thread Arnaud Bergeron
Ok enough I get it now... On 5/6/05, John L. Scarfone [EMAIL PROTECTED] wrote: On Fri, May 06, 2005 at 04:27:11PM -0400, Arnaud Bergeron said: 10x! Sorry, I do not understand this... http://www.urbandictionary.com/define.php?term=10xr=f (basically thank you) -- ajBAY294Lm5ldA

Viewing socket owner

2005-05-01 Thread Arnaud Bergeron
if there is a way to view the pid (or pgid) of the owner of a socket other than writing my own program to read kernel memory with kvm_*. Arnaud Bergeron -- Fourth law of programming: Anything that can go wrong wi sendmail: segmentation violation - core dumped