openbsd-misc mailing list

FromSubjectsort iconDate
visa_cartoes
Infoemail:Visa Cadastro
Programa ss Com Visa Para participar, basta cadastrar o cartco no site www.visa.com.br/cadastro. Apss o cadastro, cada transagco, de qualquer valor, vale um ponto. Os pontos podem ser trocados por vouchers. Com o voucher, na compra de um dos produtos ou servigos cadastrados na promogco, o portador do cartco ganha outro, de graga. Os pontos acumulados que nco forem trocados por vouchers transformam-se em cupons dque concorrem a sorteios mensais de dois cartues ...
Nov 27, 3:55 pm 2010
Andrea Parazzini
Re: ipsec vpn unexpected flow
On Fri, 26 Nov 2010 12:58:09 +0000 (UTC), Stuart Henderson> Stuart is right. I tried to play with isakmpd.policy and it's rather complicated. Reading the manuals again I noticed the -a option of isakmpd. So my new configuration could be the following: /etc/rc.conf.local ipsec=YES isakmpd_flags="-a -K -v" /etc/ipsec.conf ike active esp tunnel \ from 10.1.0.0/16 to 192.168.90.0/24 \ local A.B.C.D peer W.X.Y.Z \ main auth hmac-sha1 enc 3des group modp1024 \ quick auth ...
Nov 27, 3:47 pm 2010
Jiri B.
Lenovo T400 bluetooth working?
Hi, I'm trying to transfer some data to my Nokia 2630 from Lenovo T400 laptop. ubt0 at uhub3 port 2 "Lenovo Computer Corp ThinkPad Bluetooth with Enhanced Data Rate II" rev 2.00/3.99 addr 2 bthub0 at ubt0 00:23:4d:f7:ad:11 Pairing successful, but obexftp doesn't work :( Does anybody have T400? # obexftp -b phone -vvv -x No custom transport Connecting...failed: connect Still trying to connect Connecting...failed: connect Still trying to connect Connecting...failed: connect Still ...
Nov 27, 2:15 pm 2010
Kai Wirt
OpenSMTPD queue
Hi all, i have a question regarding the mail queue of OpenSMTPD. I have a message which seems to be stuck in there. mailq says: Message Envelope q0SbgP8S <sender> -> <recepient> [buf_read: connection closed] After a few hours i tried to reschedule the message manually. As the Man page for smtpctl states the schedule command marks a message for immediate delivery. However smtpctl schedule all and smtpctl schedule q0SBgP8S didn't work as well. Can you give me a hint on how to trigger off ...
Nov 27, 11:30 am 2010
BEAUFORT ESTATES NEWS
HOT Deal in The Meadows - Hattan E-1
[IMAGE] Meadows - 8 Emirates Living AED 5,100,000 Plot size: 7,500 sq ft Located next to the Lake, this charming and inviting home benefits from great views, beautiful water features and peaceful surroundings. rustam@beaufortestates.com www.beaufortestates.com Welcome Home Beautiful and Upgrated Hattan type Villa E-1, facing the Lake, was used as a Holiday house only. This villa is a 4 Bedroom property includes the kitchen, family dining room and family room, in addition to the ...
Nov 26, 5:15 pm 2010
gabrealhu
Member GABE211 has invited you as a friend on the 3D Vir ...
Please click here to stop invitations to moove online. ------------------------------------------------------------------------ moove online - virtual 3D World - I
Nov 26, 9:10 pm 2010
roberth
Re: Erased Files Recovery
On Fri, 26 Nov 2010 20:39:52 -0300 blinky usb sticks, sure, but i'd say using uid makes more sense. setting $usi ($"usb stick important" = uid, just an example) and 'sudo newfs "$usi"a' is much less error prone; still finding more stuff where the uid feature helps.
Nov 26, 5:36 pm 2010
Jacob Meuser Nov 27, 3:00 am 2010
Bahador NazariFard
OpenBSD 4.8 crash unexpectedly
Hi My problem is OpenBSD crashes unexpectedly (specially when im not at my desk) How can I find the source of this problem. Also I have installed these packages: pkg_info -m clamav-0.96.1p0 virus scanner dansguardian-2.10.1.1 content scanning web filter gnuls-4.1p2 colorized GNU 'ls' oinkmaster-2.0 update your Snort rules php5-core-5.2.13p0 server-side HTML-embedded scripting language pmacct-0.12.2 IP accounting software snort-2.8.6 highly flexible ...
Nov 27, 2:09 am 2010
Bahador NazariFard
Re: OpenBSD 4.8 crash unexpectedly
Hi , dear friend Thank you so much for your reply But I told that I can not be always behind of FirewallBOX I stay long time since 8:00 to 16:00 behind my desk but this problem does not occur I can not be at work always. Is there anyway that i can redirect result of "ddb ps and trace" to logfile and I can analyze it then? How Can Force system at least reboot when it crashes ? -- Gula_Gula =;=; BNF
Nov 27, 3:27 am 2010
Kenneth R Westerback
Re: OpenBSD 4.8 crash unexpectedly
Who restarts the box after the crash if you are not there? You can not be at work always. We cannot remotely read the mind of a kernel So far we are not even sure you crash since you don't mention any symptoms, like seeing a ddb> prompt. However if you ARE crashing, and you ARE ending up at the ddb> prompt and you DON'T want to get more information on the crashes, then you might 'man sysctl' and read /etc/sysctl.conf. i.e. the line #ddb.panic=0 # 0=Do not drop into ddb on a kernel ...
Nov 27, 4:54 am 2010
Kapetanakis Giannis
Re: ldap auth
You are right on this, but as I look it there are only 3 ways to do such thing: a) you implement functionality for databases (passwd, nis, ldap etc) in libc. Not the best solution but it is allready done for nis. Why not for ldap as well since nis is dead anyway (compared to ldap at least). The problem here is to include ldap calls inside libc (no openldap) so this could be messy and you could introduce risks as well. b) you implement a layer in libc (fooNSS) which does all the dirty ...
Nov 27, 6:47 am 2010
Ingo Schwarze
Re: ldap auth
Hi, The merit of a daemon like ypldap(8) is that is isolates the small, standardized libc code from whatever arbitrary information retrieval I highly doubt that we want to bloat libc by integrating specific protocols for authentication information retrieval, and least of all with something as absurdly heavyweight as LDAP. And i'm not sure whether letting libc call back into user-supplied libraries would be a smart idea, in particular regarding functions a vital as user ...
Nov 27, 6:37 am 2010
Kapetanakis Giannis
Re: ldap auth
login_ldap is fine. The problem seems to be getting user info. Instead of ypldap I would prefer the system to direct contact the ldap servers to get user info similar the way nss does, and not using NIS as an extra layer for ldap. Looking around getpwent(3) I think it might be possible to extent it's functionality to include ldap support as well. Furthermore ypldap's functions (aldap ...) could be used for this (just the bind/search part). Does this make any sense or am I missing ...
Nov 27, 5:51 am 2010
Ted Unangst
Re: ldap auth
ypldap exists precisely because we didn't want ldap in libc. Adding ldap support is a non goal. On Nov 27, 2010, at 7:51 AM, Kapetanakis Giannis <bilias@edu.physics.uoc.gr> servers to get user info similar the way nss does, and not using NIS as an functionality to include ldap support as well. Furthermore ypldap's functions
Nov 27, 4:31 pm 2010
previous daytodaynext day
November 26, 2010November 27, 2010November 28, 2010