openbsd-misc mailing list

FromSubjectsort iconDate
Jeremy O'Brien
Re: thinkpad sl500: iwn0: radio is disabled by hardware switch
On my X31, radio is permanently disabled due to lack of driver.
Dec 16, 5:20 pm 2010
Jeremy O'Brien
Re: insecure scheduler in OpenBSD 4.7
I was curious why no one brought this up earlier. A normal user _can't_ nice processes to anything below 0. Therefore this point is moot.
Dec 16, 5:56 pm 2010
Kevin Chadwick
Re: insecure scheduler in OpenBSD 4.7
On Thu, 16 Dec 2010 19:56:50 -0500 It's definately in there and in a couple of places I think, among the chaff, It turned into two threads. I couldn't recreate the problem originally stated either. There was some differences to the Linux scheduler and disk io brought up that was slightly debateable but generally favoured the linux scheduler atleast when taken by itself, AFAIK.
Dec 17, 3:39 am 2010
stolendata.net
Re: 4.8 breaks ral (hostap) for me
Out of curiosity, could you post your hostname.xxx configuration files? (minus the sensitive parts of course, like wpa-psk info etc.) alta qualit` a prezzi imbattibili... e questa settimana GRATIS per te, la
Dec 17, 5:50 am 2010
Snoop
Re: 4.8 breaks ral (hostap) for me
Hi there, because of my needs I'm using a small script to start the AP that by the way includes the following command line: ifconfig ral0 inet $AP_IPADDR netmask $AP_SUBMASK media autoselect mediaopt hostap mode $MODE chan $CHAN bssid $MAC_MASK nwid $NWID -powersave wpa wpaakms psk wpaciphers ccmp wpagroupcipher ccmp wpaprotos wpa2 wpapsk `cat /root/WPA-PSK-64HEX` debug up and for the record: $MODE=11g $CHAN (I've tried many) -powersave (disabled on purpose as not supported) This was working ...
Dec 17, 6:36 am 2010
Christopher Hilton
Re: hotplugd and auto mount UI
I used to do this with amd. The one trick I recall is that you want to use program mounts and specify the mount and unmount commands by hand. The problem that I saw was that the ufs mounts assume that the disk is permanently mounted in a cabinet so amd never times them out. Basically I let amd control a directory: "/hotplug" and put the devices into it so I would find my usb flashdrive at "/hotplug/flashdrive" The trick with amd is that any file operation on the mount point will cause amd to do ...
Dec 17, 9:35 am 2010
Gilles Chehade
Re: Clarification smtpd.conf(5)
Sorry for the delay, I didn't have a clear mind when I received your mail and didn't understand exactly what you meant :-) You are right this behavior is not documented, we'll fix it shortly with a little rephrasing. however, on a related note, I also have plans to change this code a bit so that we can specify filenames rather than certnames from which we infer .crt and .key, this would allow to store key's and cert's in separate directories for example. Anyways, thanks for your ...
Dec 17, 5:09 am 2010
Indunil Jayasooriya
Re: PF subdomain filtering
Yes, I also agree with it. squid can handle that type of things easily. On Fri, Dec 17, 2010 at 9:37 AM, Bahador NazariFard < -- Thank you Indunil Jayasooriya
Dec 16, 9:27 pm 2010
Mark (obsd) Dec 16, 6:31 pm 2010
Bahador NazariFard
Re: PF subdomain filtering
Hi. I think squid is better solution in this case. you can taste it ! -- Gula_Gula =;=; BNF
Dec 16, 9:07 pm 2010
Bradesco S/A
Bradesco comunica a todos os seus clientes
Bradesco S/A ============ ID do Cliente:BR0013581 Prezado Cliente, Por motivos de seguranga comunicamos a todos os clientes que, visando barrar o constante aumento de fraudes no Internet Banking Bradesco sera obrigatsrio realizar a Atualizagco do seu Cartco Chave de Seguranga. Caso nco efetue a sua Atualizagco obrigatsria com urgjncia, o acesso via Caixas-Eletrtnicos e Internet-Banking sera suspenso. Utilize o botco abaixo para efetuar a atualizagco: Atualizar ...
Dec 16, 8:53 pm 2010
Marco Fretz
pfsync defer, ipv6 delay problem
Hi, I have a problem with ipv6 connections and firewalls with enabled pfsync defer. IPv4 inital packets are forwarded without noticeable delay. IPv6 inital packes are delayed by 0.5-2 seconds. The situation looks like this: 2 firewalls at main site 2 firewalls at remote site firewalls are redundant with carp and pfsync. master firewall (site1) has a gif / ipsec tunnel to master firewall (site2) slave firewall (site1) has gif / ipsec tunnel to slave firewall (site2) ospf is running ...
Dec 17, 3:04 am 2010
Joachim Schipper
Old IPSEC bug
I'm sure most of you are already aware, but http://news.ycombinator.com/item?id=2014004 suggests that Jason fixed a potentially-dangerous bug in the IPSEC code in the NETSEC timeframe (src/sys/netinet/ip_esp.c r1.75). Joachim
Dec 17, 4:06 am 2010
Bryan
Re: font size in applications are huge in my VM instance
That worked for things like firefox, inkscape, and gimp, is there a kde version? Koffice is still huge...
Dec 17, 9:04 am 2010
Gonzalo L. R.
Re: font size in applications are huge in my VM instance
gtk != qt I don't use qt :/ sorry -- Sending from my Computer.
Dec 17, 10:05 am 2010
Ted Unangst
Re: font size in applications are huge in my VM instance
Font sizes are based on your DPI settings, which are guessed by the X server. There are ways to specify better values, though I'm not sure how since I've never done it. The intertubes may know more.
Dec 17, 8:40 am 2010
Bryan
Re: font size in applications are huge in my VM instance
That gets me a step closer... I didn't know how to search for "fonts sizes are huge in certain X applications"... hmmm.... looks like xrandr has a switch for --dpi. I will mess around with that... Thanks all...
Dec 17, 8:45 am 2010
Bryan
font size in applications are huge in my VM instance
Greetings, I use my OpenBSD at work on a VMware instance. I have tried this in my default WM (scrotwm), and also in fluxbox. When I launch an application, like Gimp, or Firefox in my VM instance, the fonts in the dialog boxes, menus, and toolbars are large, like someone did a 'Ctrl+' in firefox to increase the font. The resolution on the instance is 1280x1024, because xrandr won't emulate a 1680x1050 screen. I have a screenshot ...
Dec 17, 7:55 am 2010
Gonzalo L. R.
Re: font size in applications are huge in my VM instance
maybe you need something like this: ~ $ cat .gtkrc-2.0 gtk-font-name = "Sans 8" in your home. -- Sending from my Computer.
Dec 17, 8:40 am 2010
J Sisson
Re: Old IPSEC bug
it. Dev doesn't worry about exploitability or severity or whatever...just fix the bug and move on. That's a feature, not a...well, you get the point.
Dec 17, 10:07 am 2010
Theo de Raadt
Re: Old IPSEC bug
A developer fixed a bug? Oh my lord. Fixing bugs is what developers do. Regarding the current fuss, what is so special about this commit? It is easy to look back with 20/20 vision and realize it was a bad bug. Yet every bad bug does not get errata, or we would get no development done, and would spend all our time writing up errata.a This project -- with it's limited manpower -- is going to remain deeply inconsistant at (a) realizing the impact of a bug fix and (b) making an errata ...
Dec 17, 9:24 am 2010
Very Fashion.com
Very-fashion.com - Francuska kozmetika PACOM
Imate problema sa prikazom ove poruke? Kliknite ovde [http://www.extraponude.com/email/link.php?M=784973&N=78&L=70&F=T] za online verziju.Very-Fashion.com Web sajt za online prodaju brendiranih artikala [http://www.extraponude.com/email/link.php?M=784973&N=78&L=37&F=T] Very-Fashion.com - online prodaja originalnih brendiranih artikala Pacom – Francuska kozmetika na bazi esencijalnog ulja Damask RuE>e URAVNOTEE=AVA – ULEPŠAVA – ...
Dec 17, 4:15 am 2010
previous daytodaynext day
December 16, 2010December 17, 2010December 18, 2010