openbsd-misc mailing list

FromSubjectsort iconDate
Veronica Solis
Atención Almacenistas: Seminario de Actualización este 2 ...
[IMAGE] Duracisn: 10 Horas de entrenamiento. Presentado por nuestro experto consultor: Lic. Gerardo Coronado L. !Promociones Especiales para Grupos! Mayores informes responda este correo electrsnico con los siguientes datos. Empresa: Nombre: Telifono: Email: Nzmero de Interesados: Y en breve le haremos llegar la informacisn completa del evento. O bien comunmquense a nuestros telifonos un ejecutivo con gusto le atendera Tels. (33) 8851-2365, (33)8851-2741. Copyright ...
Oct 14, 3:20 pm 2010
Sandra Lozano
Licitaciones Públicas de Adquisiciones en México D.F., 2 ...
[IMAGE] !Promociones Especiales para Grupos! Mayores informes responda este correo electrsnico con los siguientes datos. Empresa: Nombre: Telifono: Email: Nzmero de Interesados: Y en breve le haremos llegar la informacisn completa del evento. O bien comunmquense a nuestros telifonos un ejecutivo con gusto le atendera Tels. (33) 8851-2365, (33)8851-2741. Copyright (C) 2010, PMS Capacitacisn Efectiva de Mixico S.C. Derechos Reservados. PMS de Mixico, El logo de PMS de ...
Oct 14, 2:51 pm 2010
John Danks
Trouble getting groups through ypldap
I'm attempting to setup OpenLDAP, Samba and ypldap on 4.7. OpenLDAP is up and running along with Samba, and I've used the smbldap tools to populate the directory. I'm having trouble getting the full list of LDAP groups with getent. At first I ran "getent group" and didn't see any of the LDAP groups. Then I noticed that the ypldap.conf example uses basedn "ou=Users,dc=domain,dc=tld", so I changed it to basedn "dc=domain,dc=tld". Now getent group shows only the first of the LDAP groups: # ...
Oct 14, 12:15 pm 2010
Nigel Taylor
Re: Trouble getting groups through ypldap
It could be the groups your missing have no members, which fails to output the group. You can confirm this my adding a user to one of the groups, and see if the group is displayed. This following change, rather than skipping output of the group, outputs group with a null list of members. Regards Nigel Taylor $ cvs -R -q -d /cvs diff -u Index: ldapclient.c =================================================================== RCS file: /cvs/src/usr.sbin/ypldap/ldapclient.c,v retrieving ...
Oct 14, 2:38 pm 2010
Peter N. M. Hansteen
EuroBSDCon 2011 Call for Proposals
EuroBSDCon 2011 =============== EuroBSDCon is the European technical conference for users and developers on BSD based systems. The EuroBSDCon 2011 conference will be held in the Netherlands from thursday 6 october 2011 to sunday 9 october 2011, with tutorials on thursday and friday and talks on saturday and sunday. Call for Proposals ------------------ The EuroBSDCon conference is inviting developers and users of BSD based systems to submit innovative and original papers not submitted ...
Oct 14, 10:54 am 2010
Jan Stary
Re: snapshot packages?
The only point in time when the base system, ports and packages are guaranteed to be "in sync" is a release. Exactly. That's what I am doing too. You just hit the case when a package (built on 10/9) requires a library which a sytem built on 10/6 does not have. So what?
Oct 14, 10:14 am 2010
notification
Cher Client de La Banque Postale : Attention! Votre Comp ...
Les informations concernant votre compte: Cher Client de La Banque Postale : Attention! Votre Compte ` ete limite! Dans le cadre de nos mesures de sicuriti, nous procedons regulierement ` la virification du bien jtre de nos clients .Postale d'apprendre recemment Vous ont contacte apres avoir releve un probleme sur votre Account.We demande des informations Aupres de vous pour la raison suivante: Notre systeme a detecte charges inhabituelles une carte de credit liee ` votre Compte La ...
Oct 13, 5:47 pm 2010
Brad Tilley
Re: FW: Force passwordcheck in login.conf
I considered that as a possible solution as well, but it seems that approach would weaken the security of the passwords, especially if you just use an unsalted hash (md5 or sah1) to store them. Brad
Oct 14, 7:16 am 2010
Bret S. Lambert
Re: FW: Force passwordcheck in login.conf
You could use blowfish to store them; the code already exists in the openbsd base. Storing multiple previous passwords has always seemed gratuitous to me, but we're not discussing technical
Oct 14, 7:26 am 2010
Stuart VanZee
FW: Force passwordcheck in login.conf
For 8.5.12 see login.conf man page, look for passwordcheck. You will have to write (or find) a program that keeps track of previously used passwords. I just stored a hash of them in a file and have it check to see if the new password hash matches any of the old 4 password hashes. for 8.5.13 see login.conf man page, look for auth. You will (again) have to write a program that does this. In this case, you will be writing a new login authentication method. I haven't figured out how to ...
Oct 14, 5:31 am 2010
Service
Urgent: Mise à jour de votre compte
Mettre a jour votre Carte Credit en ligne Cher Client Notre salutations Nous Vous Informons Que :Votre Carte Bancaire Sera suspendue , pour la remarque d'un problC)me administratif .Pour proteger la votre et la mettre a jour, Cliquez ici , et vous devez bien completer les informations indiquC)es .Merci de votre confiance C votre Banque La Banque Postale Libre rC)ponse 83130 51049 ChC"lons en Champagne Cedex Cliquez ici pour mettre a jour ...
Oct 14, 1:25 am 2010
Theo de Raadt
Re: computer hangs after varying amount of data is recei ...
Indeed. I've asked for donations of laptops that don't suspend in the past. I'll work on them if I have them. I have one laptop that doesn't suspend, and it has a Geode CPU so don't even think of asking me to get into the details of how many hours I've spent so far. In response to my request, I've received one laptop -- with a broken screen -- that doesn't help much. I guess you get what you pay for.
Oct 13, 6:50 pm 2010
Christopher Dukes
machine-dependent tweaks to /usr/src/etc
Perhaps lower hanging fruit would be for those that regularly tweak /etc to occasionally send in sanitized diffs against the originals with comments as to why the changes were made. Changes that appear for many people probably should eventually go into the FAQ. (Sorry, I don't have any tweaks... 4.7 required no tweaks outside of turning on IP forwarding in /etc/sysctl.conf...) Thanks, Chris Dukes
Oct 14, 7:16 am 2010
Theo de Raadt
Re: RESOLVED: segmentation faults during compiling
There has been talk about going thourgh /usr/src/etc and building machine-dependent (that means "architecture-dependent" for those of you who are not on The Team) variations for this. People who dug into this got scared and didn't finish. We'd be willing to look at things other people start for this... and then provide a long series of comments... if someone has the staying power...
Oct 13, 6:47 pm 2010
H8 Junkmayle
hardware donation
would any of the openbsd devs like a franklin (sprint) u300 wireless card? i'll ship it for free to canada or within the u.s. -scott
Oct 13, 6:32 pm 2010
Ted Unangst
Re: RESOLVED: segmentation faults during compiling
login.conf is the same for every install.
Oct 13, 5:10 pm 2010
Jacob Meuser
Re: -current/amd64 @ macbook3,1
with ffmpeg? can you share your command, I've never gotten it to work. -- jakemsr@sdf.lonestar.org SDF Public Access UNIX System - http://sdf.lonestar.org
Oct 13, 5:05 pm 2010
Jacob Meuser
Re: -current/amd64 @ macbook3,1
fwiw, this is what I use, because using ffmpeg to capture directly from video(4) has never worked for me: $ video -f /dev/video1 -e yuy2 -s 640x480 -r 20 -o - | ffmpeg -y \ -f rawvideo -pix_fmt yuyv422 -s 640x480 -r 20 -i - \ -itsoffset 0.5 -f sndio -ar 16000 -ac 1 -i sun:1 out.avi the audio is just slightly ahead (out of sync) without the -itsoffset. the sndio backend in ffmpeg has fairly accurate timestamping; the stamps should represent when the sound actually happened. video(1) ...
Oct 13, 6:59 pm 2010
Darrin Chandler
Re: Auto Logout Idle Users
Remove it from /etc/shells instead. Replacing csh with ksh is evil, and I don't mean that in a good way. -- Darrin Chandler | Phoenix BSD User Group | MetaBUG dwchandler@stilyagin.com | http://phxbug.org/ | http://metabug.org/ http://www.stilyagin.com/ | Daemons in the Desert | Global BUG Federation
Oct 14, 2:08 pm 2010
Abel Abraham Camaril ... Oct 14, 2:15 pm 2010
Adam M. Dutko
Re: Auto Logout Idle Users
They're not the same shell. I can't think of any security reasons because I'm not familiar with the code but as far as logs and noise factor I imagine it would go up or various things might start breaking that depend on csh.
Oct 14, 12:43 pm 2010
Brad Tilley
Re: Auto Logout Idle Users
Great point. That's precisely the sort of thing I'd like to have thought about. Much of the compliance efforts may look good on paper, but have no impact on actual usage or may be trivially circumvented as you point out. So while disabling a shell may get a check mark during PCI compliance efforts, that may be all you end up with. Brad
Oct 14, 3:59 pm 2010
Brad Tilley
Re: Auto Logout Idle Users
Base seems to only have two shells as ksh and sh have the same md5 checksum. I'm hoping csh is only included for historical reasons or in honor of Bill Joy or something such as that. Brad
Oct 14, 12:54 pm 2010
Ben Niccum
Re: Auto Logout Idle Users
On Thu, 14 Oct 2010 18:17:23 -0400 Don't mean to complicate things for you, but just thought I should mention that if the user does: # exec /bin/csh Then csh takes over ksh's active process, and even though the TMOUT variable is still there, csh doesn't honor it, and ksh is no longer around to object. -Ben -- ben.n@bendtel.com
Oct 14, 3:45 pm 2010
Brad Tilley
Re: Auto Logout Idle Users
Replying to myself. I can't seem to make csh auto logout inactive users. So I did this: rm /bin/csh cp /bin/ksh /bin/csh Any good reason to not do this? Brad
Oct 14, 12:28 pm 2010
Brad Tilley
Re: Auto Logout Idle Users
After 15 minutes of inactivity, users must re-enter the password. I'm not actually doing this to users on an existing system. I'm just experimenting. Thinking out loud about the issues before having to deal with it.
Oct 14, 3:15 pm 2010
Jan Stary
Re: Auto Logout Idle Users
Why do you want to logout idle users? You just forced your csh users to use ksh. Why do you want them to hate you? Or maybe to be used by the thousands of people that want to use it.
Oct 14, 1:16 pm 2010
Brad Tilley
Re: Auto Logout Idle Users
I'm experimenting with getting an OpenBSD base system to meet the PCI DSS requirements. I'm trying to avoid using any software outside the Not a very similar comparison.
Oct 14, 2:01 pm 2010
Jan Stary Oct 14, 2:13 pm 2010
Brad Tilley
Re: Auto Logout Idle Users
I thought about doing that too. I need to test it more to see what happens when ksh is the shell and the user executes csh manually. I suppose ksh will still honor TMOUT in that case. Brad
Oct 14, 3:17 pm 2010
Stuart Henderson
Re: computer hangs after varying amount of data is recei ...
You could try "boot -c", "disable apm" and "quit", preferably with 4.8 or -current. Might help, might not. There are also newer bioses available, there's a chance they may help, but there's also a chance you end up with a dead motherboard by attempting to flash. From what I remember some of those early VIA KT chipsets had pretty broken PCI implementations...
Oct 14, 9:36 am 2010
Ted Unangst
Re: computer hangs after varying amount of data is recei ...
I'm sorry to say that given the choice between making acpi suspend work on the entire thinkpad line sitting in front of a developer or some random duron system a million miles away, it's not even a choice.
Oct 13, 5:14 pm 2010
Nick Holland
Re: computer hangs after varying amount of data is recei ...
There are big differences between well-designed hardware, poorly designed and implemented hardware, hardware is working properly and hardware that is malfunctioning. A lot of hardware out there was tested with Windows-of-the-Day (and maybe the day before) and that's it. Anything else it works with, great, but it was by luck, not design. A lot of "early" AMD stuff was junk. I'm not talking about the AMD chips themselves, I'm talking about the REST of the computer. I've got a few AMD K6 ...
Oct 13, 6:59 pm 2010
Robert Halberg
Re: computer hangs after varying amount of data is recei ...
On Wed, Oct 13, 2010 at 8:59 PM, Nick Holland Actually the same issue occurred previously when the only difference was that I had configured re0 as the active interface. I thought the fact that it was using the same irq as pciide1 might be the source of the issue. Most recently, I have tried extracting the NIC in question. The only remaining NIC is now using irq 10 (along with pciide1.) Similar issues occurred. I list here the output - similar sequences have been listed many times, all ...
Oct 14, 12:12 am 2010
David Gwynne
Re: set block device timeout
can you get me a backtrace when the system panics? ive been trying to reproduce this locally without success. cheers, dlg heavy (over)loaded ESX vmware cluster. From to time to the disk backend may boxes just paniced. (And Solaris 10 just kept on running. Probably some really
Oct 13, 6:13 pm 2010
Дмитрий Ð¦Ð°Ñ ...
Re: USB devices don't attach when urtw is under load
On Thu, Oct 14, 2010 at 1:52 AM, Jacob Meuser <jakemsr@sdf.lonestar.org> After urtw device removal: % top -S -n 200 | grep usb 8 root 10 0 0K 19M sleep/0 usbtsk 0:00 0.00% usbtask Then, after some time (not immediately on plugging in) it reverts to: % top -S -n 200 | grep usb With the rest of devices everything is OK. Actually I'm using this dongle because booting proccess stopped on trying to attach the WiMax part on Intel Link 5150. While that device is ...
Oct 14, 1:11 am 2010
Leif Blixt
Re: Force passwordcheck in login.conf
Well, I don't think so. You only need to logon to the console when you have big problems, and we just have set a really long and complicated password for the root user and stored it away for emergency use in a safe. You still have the external shell protection by restricting who can access the server room. All other users must use sudo anyway, so you don't need the root password on a daily basis, and that's enough for PCI DSS. /Leif -----Original Message----- From: Brad Tilley ...
Oct 14, 5:14 am 2010
Joachim Schipper
Re: Force passwordcheck in login.conf
Locking out accounts is actually fairly easy to do if you wrap /usr/libexec/auth/login_<whatever>. Read the AUTHENTICATION section of login.conf(5). Joachim
Oct 14, 6:47 am 2010
Stuart Henderson Oct 14, 9:39 am 2010
Brad Tilley
Re: Force passwordcheck in login.conf
Can you do that? I think local logon would still be an issue, at least the way I read it. Anyone in front of the machine at a console would be subject to the requirements. Brad
Oct 14, 5:08 am 2010
Leif Blixt
Re: Force passwordcheck in login.conf
Hi! We have just figured out a different approach, and will discuss our new idea with our QSA tomorrow. The idea is to completely turn of the possibility to log in with passwords, and to use SSH key pairs with long and good passphrases instead. It will lead to more work with administrating accounts and there is a small problem on how to distribute the public key to all servers, but we don't have to set up a RADIUS server just yet! I will let you know what the response from our QSA ...
Oct 14, 4:54 am 2010
Brad Tilley
Re: Force passwordcheck in login.conf
Requirement 8.5 applies to "non-consumer users and administrators" I would assume that means root at a local console. Let me know what your QSA determines. It seems some of this is open to interpretation and depends on the opinion of the QSA.
Oct 14, 6:40 am 2010
Brad Tilley
Re: Force passwordcheck in login.conf
I concluded the same for requirement 8. See my rough notes here. I plan to add to that page as I do more testing: RADIUS may do it if the backend can enforce those things (I don't know enough about this to comment, but OpenLDAP may work). If that cannot do it, read Appendix B of the PCI DSS carefully. They allow compensating controls when the requirements cannot be followed precisely. Brad
Oct 14, 4:35 am 2010
Dennis Davis
Re: Wireless Network GUI
Pau Amaro-Seoane's wifiprobe script, posted to this mailing list in 2007, is useful. See: http://marc.info/?l=openbsd-misc&m=119442609818795&w=2 http://marc.info/?l=openbsd-misc&m=119611252029773&w=2 Also see the undeadly article from D. Adam Karin: http://undeadly.org/cgi?action=article&sid=20071224164233 which is shows a useful method of connecting to known wireless networks at boot time. Here at work I can often see several available wireless connection points. So I've ...
Oct 14, 2:59 am 2010
Hugo Osvaldo Barrera
Re: Trouble with FTP install on virtual machine
Have you tried install48.iso (which includes the sets)? You should be able to get OpenBSD installed correctly, one that's done, you can test the network properly.
Oct 14, 10:03 am 2010
Toni Mueller
Re: which monitoring do you use (on OpenBSD)
Hi, hmmm from my perspective, Zenoss looks like an "ordinary" Zope application, and should therefore run on OpenBSD as well. Kind regards, --Toni++
Oct 14, 6:36 am 2010
Toni Mueller
Re: iked(8) and ikectl(8)
Hi, this means... (1) that only either iked OR isakmpd can run on one box? (2) on one IP, but share the same box? (3) or that iked has a dispatch mechanism to forward IKEv1 connections to a bystanding isakmpd, and cooperate with it to allow for using both types of connections on one IP? My guess is that it's (1), but my preference would be (3), of course. -- Kind regards, --Toni++
Oct 14, 7:03 am 2010
previous daytodaynext day
October 13, 2010October 14, 2010October 15, 2010