openbsd-misc mailing list

FromSubjectsort iconDate
DNA Communications
Public Relations Services
DNACommunications [demime 1.01d removed an attachment of type image/jpg which had a name of c:/Ad/Images/dcom11.jpg] [demime 1.01d removed an attachment of type image/jpg which had a name of c:/Ad/Images/dcom12.jpg] [demime 1.01d removed an attachment of type image/jpg which had a name of c:/Ad/Images/dcom13.jpg] [demime 1.01d removed an attachment of type image/jpg which had a name of c:/Ad/Images/dcom14.jpg] [demime 1.01d removed an attachment of type image/jpg which had a name of ...
Dec 23, 1:45 pm 2009
Veronika
Avatar 3d, Alkonyat Szinkoronsan, Avatar, Filmek, Hack p ...
Hello, Szeretnim bemutatni a legzjabb oldalunkat: http://rovid.eu/1436 Csak nalunk tvlthet
Dec 23, 4:14 pm 2009
Christian Weisgerber
Re: Has anyone a dual head monitor Matrox G450 G550 or G ...
Probably not. From mga(4): Support for the second head on G400 cards requires a binary-only "mga_hal" module [...] That module also provides various other enhancements, and may be necessary to use the DVI (digital) output on the G550 (and other cards). -- Christian "naddy" Weisgerber naddy@mips.inka.de
Dec 23, 2:01 pm 2009
Daniel Ouellet
Re: How often packages are recompile when lib changes
Not an upgrade, but fresh install on new system with snapshots, not packages source as there isn't a need for that, snapshots packages are available as well. I just wonder how often they are recompile if they are at time other then when the package itself is updated due to lib Thanks for the feedback, but yes I know about using current and snapshots. I did this on a brand new setup using snapshot for sparc64 and yes I was using the snapshots as well for packages too. Install ...
Dec 23, 2:58 pm 2009
Daniel Ouellet
Re: How often packages are recompile when lib changes
Just for the records, this libc was bump up at the H2K9, witch is totally fine for sure and I have no issue or complains about it. Log entry is clear about it "Bump the libc major for the post-h2k9 string of ABI changes and additions (rthreads, MB_LEN_MAX, rdomains)" and is also available here: http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/shlib_version.diff?r1=1.119;r2=1.12... I am only wonder if when this happened if the various packages that depend on them for example are ...
Dec 23, 3:20 pm 2009
Chris Bennett
Re: How often packages are recompile when lib changes
Packages that use a lib that changes need to reinstall to use the new correct lib. Even if the package itself has no changes at all. Are you using the correct package source? Are you using pkg_add -ui -F update F updatedepends ? If you are using -current, then you can no longer use the -current package source until you update to latest -current. If you use -current, you need to stay put or upgrade everything together
Dec 23, 8:07 am 2009
Chris Bennett
Re: How often packages are recompile when lib changes
Hmm, that is odd. Someone else may have an answer for that, I remember that someone had problems with ghostscript-gtk a while back. Chain of dependencies wasn't working out. Have you tried installing mysql-client first? Of course, you could have had happen what happened to me once: -current files were updated right in the middle of my upgrade. Interesting to watch, but a real pain to have to start over :)
Dec 23, 11:06 am 2009
Daniel Ouellet
How often packages are recompile when lib changes
Hi, Just a quick question to know how often the current packages are recompile when there is a lib increase or if they are not unless the packages itself get an update too. Just wonder as I install current December 4, and install current package as well if MySQL no problem. I tried yesterday and now MySQL packages complain of lib not found and needs the previous version as the one install in the current system. Not a big deal, just a simple question to know if the packages are ...
Dec 23, 12:04 pm 2009
chefren
Has anyone a dual head monitor Matrox G450 G550 or G650 ...
Has anyone a dual head monitor Matrox G450 G550 or G650 graphics card working with OpenBSD 4.6? +++chefren
Dec 23, 12:23 pm 2009
Matthias Kilian
Re: Has anyone a dual head monitor Matrox G450 G550 or G ...
IIRC, those devices need some BLOB from matrox that has been maintained by a poor employee of matrox who didn't get any money for his work on this, and who weren't allowed to publish the sources (not speaking of documentation). I threw my matrox card into the dust bin several years ago. Ciao, Kili
Dec 23, 12:58 pm 2009
Vincent Immler
compile problems: exim + spf (libspf2)
hi folks, I tried to compile exim 4.71 (also tried 4.69) with different versions of libspf2 (1.2.{9,8,7,6}) (compiled versions + 1.2.9 as a package). Platform is OpenBSD 4.5 (amd64). This is the problem: BEGIN TERMINAL OUTPUT: # make `Makefile' is up to date. gcc exim_dbmbuild.c In file included from /usr/local/include/spf2/spf_dns.h:113, from /usr/local/include/spf2/spf_server.h:22, from /usr/local/include/spf2/spf.h:27, from ...
Dec 23, 11:38 am 2009
difusion-esa
Cursos de verano I , II y III
Responder a info@escuelasistemica.com.ar ======================================== CURSO DE VERANO I - 2010 ======================== INTRODUCCISN A LA CLMNICA SISTIMICA ===================================== Inicio: 06 de enero 2010 Dma y Horario: miircoles de 18 a 19.30 y de 19.30 a 21. Arancel: $ 400.  Por dma $ 100. Diagrama: El curso se desarrollara en 10 clases introductorias y clmnicas sobre diferentes tematicas dentro del marco del pensamiento sistimico y en 10 clases de ...
Dec 23, 3:14 am 2009
Gilles Chehade
Re: smtpd(8) virtual map question
did you use makemap -t aliases to generate virtual.db ? Gilles -- Gilles Chehade freelance developer/sysadmin/consultant http://www.poolp.org
Dec 23, 4:28 am 2009
Adam Thompson
smtpd(8) virtual map question
Trying to set up a catch-all address for *@athompso.net using smtpd(8), but it's not working. Hoping someone can spot my error, I sure can't. -Adam <athompso@athompso.net> Running smtpd(8) from -current, smtpd.conf file is as follows: listen on lo0 listen on fxp0 listen on em0 map "aliases" { source db "/etc/mail/aliases.db" } map "virtual" { source db "/etc/mail/virtual.db" } accept from all for local \ deliver to mda "/usr/local/bin/procmail -d %u" accept from ...
Dec 23, 4:15 am 2009
Gilles Chehade
Re: smtpd(8) virtual map question
I am pretty sure this: root@server:/etc/mail# /usr/libexec/smtpd/makemap -t aliases virtual doesn't work (even though it should ...) Try: % sudo makemap -t aliases -o /etc/mail/virtual.db /etc/mail/virtual The problem here is that the virtual.db file does not seem to be correct. Gilles -- Gilles Chehade freelance developer/sysadmin/consultant http://www.poolp.org
Dec 23, 4:48 am 2009
Adam Thompson
Re: smtpd(8) virtual map question
No, I didn't. I've now tried that, and the results still aren't quite what I was aiming for: now mail for <athompso@athompso.net> gets relayed outbound, but not quite correctly. I've tried re-ordering the accept[...] entries in smtpd.conf, that doesn't appear to make any difference. I'm a little unclear why it's relaying from localhost outbound, when smtpd.conf says only relay from 192.168.206.0/24... but obviously there's something else not right here ...
Dec 23, 4:38 am 2009
Gilles Chehade
Re: smtpd(8) virtual map question
can you please show the command you used ? and make sure that the makemap utility you are using is the one from smtpd-current ? Gilles -- Gilles Chehade freelance developer/sysadmin/consultant http://www.poolp.org
Dec 23, 4:39 am 2009
Adam Thompson
Re: smtpd(8) virtual map question
(smtpd.conf still as shown in previous message) root@server:~# cd /usr/src/usr.sbin/smtpd root@server:/usr/src/usr.sbin/smtpd# make install ===> makemap install -c -s -o root -g bin -m 555 makemap /usr/libexec/smtpd/makemap install -c -o root -g bin -m 444 makemap.cat8 /usr/share/man/cat8/makemap.0 install -c -o root -g bin -m 444 newaliases.cat8 /usr/share/man/cat8/newaliases.0 ===> smtpd install -c -s -o root -g bin -m 555 smtpd /usr/sbin/smtpd install -c -o root -g bin -m 444 ...
Dec 23, 4:44 am 2009
Télé Loisirs
[Programme TV] Mercredi 23 Décembre 2009
Si ce message ne s'affiche pas correctement, voir ici Ajoutez tele-loisirs@ml.tv-news.fr ` votre carnet d'adresses pour recevoir vos programmes plus facilement Programme-TV.net - TC)lC) Loisirs Votre programme TV Merc redi 23 DC)cembre 2009 Gagnez un an de vacances ! C'est par ICI ! Envoyez un message a vos amis et tentez de gagner un an de vacances Avec BIRDY, souhaitez de bonnes fC*tes C vos amis, et tentez de GAGNER 1 AN DE VACANCES !* Je participe A la une Ritro ...
Dec 23, 12:50 am 2009
Nick Guenther
Re: DVD burning software besides cdrecord/growisofs
dmesg? if cdrecord can't do it nothing else can--cdrecord is the backend for most other things, and even when it's not.. the cdrecord people have made CD burning their entire life.
Dec 22, 8:58 pm 2009
mehma sarja
Re: DVD burning software besides cdrecord/growisofs
My dmesg shows: cd0 at scsibus0 targ 0 lun 0: <HL-DT-ST, DVDRAM GH22LS40, LL01> ATAPI 5/cdrom removable It is some sort of new fangled dvd writer - super multi by LG. I struggled with this for a while and finally the light shone bright as follows: FIRST, as root, type # disklabel cd0 SECOND, this reports, among other things the device name to use: # /dev/rcd0c My device is actually /dev/cd0a, but let that not bother you until it's time for mounting. THIRD, type # growisofs -Z ...
Dec 22, 9:48 pm 2009
James Hozier
DVD burning software besides cdrecord/growisofs
Okay, so cdrecord I got from pkg_add with 4.6-release cannot even burn DVDs at all. growisofs refuses to burn my DVD with the error: more than 50% of space will be *wasted*! use a single-layer media for this. And there's no option to force the burn. What other command-line options are there? (I'm having trouble getting X to work.)
Dec 22, 8:19 pm 2009
James Hozier
Re: DVD burning software besides cdrecord/growisofs
cdrecord burns CDs perfectly, just it can't burn DVDs at all. OpenBSD 4.6 (GENERIC.MP) #89: Thu Jul 9 21:32:39 MDT 2009 deraadt@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP RTC BIOS diagnostic error f7<clock_battery,ROM_cksum,config_unit,memory_size,invalid_time> cpu0: Intel(R) Core(TM)2 Duo CPU P7550 @ 2.26GHz ("GenuineIntel" 686-class) 2.26 GHz cpu0: ...
Dec 22, 9:21 pm 2009
Barcelo Hotels & Resorts
Barcelo Los Cabos, mas de lo que imaginas
En caso de no poder ver correctamente este correo favor de dar clic aqum Este mensaje fue enviado para informacisn de nuestras promociones. No pretendemos saturar su correo ni causarle molestias. Este mensaje de correo electrsnico no se considera "SPAM", ya que cumple con lo establecido en el capmtulo VIII BIS de los lineamientos sobre comercio electrsnico publicados por la PROFECO, ademas de contener instrucciones y una forma electrsnica para notificar y solicitar la cancelacisn de su envmo y no ...
Dec 22, 7:55 pm 2009
Bryan Irvine
Re: DVD burn error: No space left on device
I had a similar problem on a powerbook, and a blast of air in the dvd slot fixed it for life. Worth a shot anyway.
Dec 22, 5:57 pm 2009
Aaron Mason
Re: What stupid mitake am I making?
-- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse
Dec 22, 5:02 pm 2009
Bob Beck
Re: spamd.conf format
that first line with the semicolon list will not parse.
Dec 23, 10:12 am 2009
Chris Bennett
Re: Disk errors
So I guess thats a vote for SATA? :) Actually, as I finished this post, I realized that once I bought some kind of adapter, I would be spending enough extra to just go ahead and get a bigger IDE without actually spending more total $. SCSI was nice, wasn't it!
Dec 23, 2:29 pm 2009
Chris Bennett
Re: Disk errors
Okay, I have figured out that it is the disk. I can get a large SATA disk pretty cheap, but this board doesn't accept SATA. Anyone have any thoughts on whether I should just pay more for a smaller PATA or get the SATA. If I get the SATA, I will need to buy either a SATA pci card or get a SATA to IDE adapter. Are there any problems I should expect with these two choices for SATA?
Dec 23, 12:33 pm 2009
Kyle E
Re: problems with pgt
Alright, I've tried a few other things and I think I've got a better idea about what's going on. This card had been working under a 4.3-stable system, so I tried a clean install of 4.3-stable to verify that nothing special needed to be done to make the pgt0 interface work. I found that it does work. Next, I tried a clean install of 4.4-stable, and found that the problem immediately reappeared. Looking at the changelog for 4.4, I found this: "Make sure the 802.11 layer drops unencrypted ...
Dec 22, 5:42 pm 2009
Gonzalo Lionel Rodriguez
Re: iwn0 fatal error
R0nin its the GENERIC kernel (cp -r GENERIC R0NIN) with this http://www.openbsd.org/errata46.html nothing more, nothing less. It's strange... Thanks for response FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,EST,TM2,CX16,
Dec 22, 6:26 pm 2009
Aaron Mason
Re: iwn0 fatal error
On Wed, Dec 23, 2009 at 10:12 AM, Gonzalo Lionel Rodriguez FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,EST,TM2,CX16, Hmm... iwn isn't coming up in the dmesg. Also, could you show us the contents of /usr/src/sys/arch/i386/compile/R0NIN so we know what changes you've made? This appears to be a custom kernel - the sort of thing the developers won't support[1]. Regards [1] ...
Dec 22, 5:10 pm 2009
Jacob Meuser
Re: Azalia and ac3
are you using aucat? mplayer -channels 6 shouldn't work with your are you saying outputs.line-in_sense doesn't change when you plug something into the line-in jack? -- jakemsr@sdf.lonestar.org SDF Public Access UNIX System - http://sdf.lonestar.org
Dec 22, 9:22 pm 2009
Chris Bennett
Re: Azalia and ac3
Thanks, that all very clear to me now! Of course, my problems never seem to end lately. mplayer -channels 6 works just fine, this leaves playback through spkr with only background music. I thought that I could hear another pair of channels with 2:3 but even when I plug in a set of speakers or a mic, I can't get anything but unplugged from anything other than spkr. These are from the three jacks on the back of motherboard I have tried changing dir to output from input etc, but nothing ...
Dec 22, 5:57 pm 2009
nixlists
Re: Web Browsers
I highly doubt that. I think the browser will be adopted quickly and overtake the market. Neither the majority of browser users nor Google care about privacy or anonymity. Google also wants the browser to be used by businesses - so there will be many features similar to those IE has in the Windows version. There's a reason why Chromium/Chrome uses Windows' proxy crap on Windows, and the developers are refusing to change that despite many ...
Dec 23, 12:39 pm 2009
frantisek holop
Re: splassert: vwakeup: and friends
the snapshot being used is from Dec 4, so i'd guess it is Revision 1.169 background: i am trying to run an e2fsck on an 120G ext2 partition on that usb external disk and it just stops reading from the disk at random positions. for example it gets up to 30% of pass 1, then it just stops. no read errors in dmesg, nohing just idling. eventually the disk spins down. top says it's in 'biowait'. (it could also be a bug in e2fsck) this is a go-between disk between a windows machine ...
Dec 23, 6:05 am 2009
frantisek holop
Re: splassert: vwakeup: and friends
hi there, i was having difficulties reproducing this (as expected probably) but i managed to get one trace: splassert: biodone: want 80 have 0 Starting stack trace... splassert_check(50,0,d074ff87,0) at splassert_check+0x46 splassert_check(50,d074ff87,d9655d2c,d340fe00) at splassert_check+0x46 biodone(d9ab12fc,d08c9b30,d16e1e00,d16e1e00) at biodone+0x20 sd_kill_buffers(d340fe00,ffffffff,5,d16fb080) at sd_kill_buffers+0x33 sdactivate(d340fe00,1,4,d1450b00) at ...
Dec 22, 7:37 pm 2009
David Gwynne
Re: splassert: vwakeup: and friends
can you tell me what version of src/sys/scsi/sd.c you are running? cheers, dlg
Dec 23, 3:50 am 2009
previous daytodaynext day
December 22, 2009December 23, 2009December 24, 2009