| From | Subject | Date |
|---|---|---|
| Jean-Philippe Ouellet | Murmur (Mumble server) or alternative on OpenBSD?
Greetings o' fellows of misc@,
Inspired by my refusal to run Skype, I'm looking to set up a voice chat
server to run on OpenBSD, and I came across murmur a few weeks ago. It
meets my requirements of being able to encrypt traffic, being BSD
licensed, and having a client for windows so that my not-yet-enlightened
friends would be able to chat with me on my server.
I looked for an OpenBSD port, but the only thing I found was
hs-murmur-hash, but this is " a good, fast, general purpose, ...
| Nov 29, 4:34 pm 2010 |
| Theo de Raadt | Re: ssh-agent socket permissions
Er, I meant to tsay AF_UNIX bind() calls.
| Nov 29, 3:24 pm 2010 |
| Theo de Raadt | Re: ssh-agent socket permissions
If you look closer you will see that /tmp/ssh-U7b26QotNu5v itself
That cannot be done reliably on many operating systems, since their
AF_UNIX socket() calls ignore the umask. Doing a chmod afterwards
still exposes a race. However, it is not important since the closed
directory was created atomically.
| Nov 29, 3:20 pm 2010 |
| Barry Grumbine | ssh-agent socket permissions
Running the 20101126 snapshot, I was poking around a bit this morning
and noticed a possible permissions issue.
$ ls -l /tmp/ssh-U7b26QotNu5v/agent.12708
srwxr-xr-x 1 test wheel 0 Nov 28 15:57 /tmp/ssh-U7b26QotNu5v/agent.12708
ssh-agent (1):
$TMPDIR/ssh-XXXXXXXXXX/agent.<ppid>
UNIX-domain sockets used to contain the connection to the
authentication agent. These sockets should only be readable by
the owner. The sockets should get automatically ...
| Nov 29, 3:08 pm 2010 |
| LIc. Silvia Hernandez | Desarrollo de Competencias para Secretarias Ejecutivas y ...
[IMAGE]
Promociones Especiales para grupos!
Capacitacisn Impartida por: Mtro. Gerardo Coronado L.
Pms Capacitacisn Efectiva de Mixico presenta:
Desarrollo de Competencias Exitosas para Asistentes Ejecutivas.
Experto Consultor Mtro. Gerardo Coronado L.
Empresa Registrada ante la STPS Reg. COLG640205CP30005
Mayores informes responda este correo electrsnico con los siguientes
datos.
Empresa:
Nombre:
Telifono:
Email:
Nzmero de Interesados:
Y en breve le haremos llegar la ...
| Nov 29, 12:52 pm 2010 |
| realcomp | Re: ddclient router IP
You are so right!!!! Thanks for the link, I found what I was looking for...
Cheers!!!
Omar
------Mensaje original------
De: Christiano F. Haesbaert
Remitente: christiano.fh@gmail.com
Para: realcomp@gmail.com
Para: OpenBSD Questions
Asunto: Re: ddclient router IP
Enviado: 29 nov, 2010 11:32 AM
I think this is what you want:
http://sourceforge.net/apps/trac/ddclient/wiki/Routers
-use=web obtain IP from an IP discovery page on the web. This is the
default way if none is ...
| Nov 29, 10:09 am 2010 |
| Adam Hicks | Three- Day Grant Seminar at the University of British Columbia
Greetings: As a courtesy notice, we would like to remind you to join us
at our Three-Day Grant Development Workshop at the University of British
Columbia, Vancouver, BC. December 6 - 8, 2010. Learn from Professional
Grant Writers how to prepare, write and secure grants from various
funding agencies. If interested please visit our website or contact us at
1.877.414.8991 to register/ reserve seating.
Additional discounts are available for groups that would like to
participate in this ...
| Nov 29, 6:19 am 2010 |
| Christiano F. Haesbaert | Re: ddclient router IP
I think this is what you want:
http://sourceforge.net/apps/trac/ddclient/wiki/Routers
-use=web obtain IP from an IP discovery page on the web. This is the
default way if none is specified.
| Nov 29, 9:02 am 2010 |
| Chris Smith | Re: ddclient router IP
Forgot to mention that some routers (in case your firewall is not your
router) have ddclient pre-installed ready to be configured via their
web interface.
| Nov 29, 10:37 am 2010 |
| Chris Smith | Re: ddclient router IP
Check out all of the possibilities listed in the ddclient.conf sample
file. In many cases the PF firewall is also the router and use=if is
the best way. If you have another router in front of PF and it's a
supported one use that method (use=fw), otherwise use=web will work as
well. Make sure you're working on the right issue, IOW is ddclient not
obtaining your outside IP address or is it just not updating your
dynamic host provider - check the logs.
Chris
| Nov 29, 10:00 am 2010 |
| RealCompSA | ddclient router IP
Hi guys,
Im new using OpenBSD and I have installed PF for my home firewall. Im
trying to gain remote access using a dynamic host but ddclient wont give me
the router IP. Is there any doc or book that show me how can I get the
router IP without switching the router to bridge mode?
Thanks in advance for your reply and for this amazing OS.
Cheers from Dominican Republic,
Omar
| Nov 29, 8:38 am 2010 |
| RealCompSA | Re: ddclient router IP
Thanks Chris,
Im using web method and its working now.
Cheers!
Omar
-----Mensaje original-----
De: Chris Smith [mailto:obsd_misc@chrissmith.org]
Enviado el: Monday, November 29, 2010 1:00 PM
Para: RealCompSA
CC: misc@openbsd.org
Asunto: Re: ddclient router IP
Check out all of the possibilities listed in the ddclient.conf sample
file. In many cases the PF firewall is also the router and use=if is
the best way. If you have another router in front of PF and it's ...
| Nov 29, 10:46 am 2010 |
| Christiano F. Haesbaert | Re: ddclient router IP
I'm not sure if I parsed your question correctly, your ddclient isn't
updating the host with the correct IP, is that it ?
If yes, just change the ddclient method for acquiring the address,
can't remember though.
| Nov 29, 8:45 am 2010 |
| MERIGHI Marcus | ZTE MF112 HSUPA - report and patch for usbdevs, umsm.c
hello,
bought a ZTE MF112 today for my girlfriends ms win notebook. Took the
chance to test it on OpenBSD.
Without the patches below the thingy attaches as umsm for a second,
detaches and re-attaches as umass.
After patching it attaches as umsm0, umsm1, umsm2, umsm3 and ucom0,
ucom1, ucom2.
ucom2 is the one you would want to use with pppd.
I inspected the modem log on ms win to find out what AT commands are
used by the proprietary software, here we go:
TIMEOUT 5
ECHO ON
ABORT ...
| Nov 29, 8:13 am 2010 |
| Ing Barbara Moreno | Seminario Nacional Compradores 2010, 13-14 de Diciembre ...
[IMAGE]
!Promociones Especiales para grupos!
Capacitacisn Impartida por: Lic. Ariel Valero Cruz.
Pms Capacitacisn Efectiva de Mixico presenta:
Seminario Nacional Compradores 2010.
Experto Consultor Mtro. Lic. Ariel Valero Cruz
Empresa Registrada ante la STPS Reg. COLG640205CP30005
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. ...
| Nov 29, 1:57 am 2010 |
| LIc. Maria Robledo | Última Presentación: Taller de Finanzas para NO Financie ...
[IMAGE]
Promociones Especiales para grupos!
Capacitacisn Impartida por: L.C.P. Gustavo Rangel L.
Pms Capacitacisn Efectiva de Mixico presenta:
Taller de Finanzas para NO Financieros.
Experto Consultor L.C.P. Gustavo Rangel L.
Empresa Registrada ante la STPS Reg. COLG640205CP30005
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. ...
| Nov 29, 12:15 am 2010 |
| Gruppo Banca Carige | Pubblicazione estratto conto on-line.
Gentile Cliente,
la informiamo che e' disponibile on-line il suo estratto conto (riferito
al codice del rapporto 08568-5242148): potra' consultarlo, stamparlo e
salvarlo sul suo PC per creare un suo archivio personalizzato.
Per controllare bene clicca qui
Le ricordiamo che ogni estratto conto rimane in linea fino al terzo mese
successivo all'emissione.
Grazie ancora per aver scelto i servizi on-line di Carige Online.
I migliori saluti.
Servizio Clienti GRUPPO CARIGE ...
| Nov 28, 10:28 pm 2010 |
| James Hozier | Nov 28, 10:19 pm 2010 | |
| Ingo Schwarze | Re: John the Ripper limited functionality
Hi James,
See, that's your problem... ;-/
Ted suggests that you read
http://www.openbsd.org/faq/ports/
and write a patch against
/usr/ports/security/john/
But in case you decide you are willing to do that work,
you might first ask benoit@, the port's MAINTAINER,
whether including the "jumbo patch" (whatever that may be)
really makes sense. I can't say, i don't use security/john.
Also, send the patch to the MAINTAINER, not to misc@,
and only go to ports@ in case the MAINTAINER ...
| Nov 29, 2:18 am 2010 |
| Important | Important
[IMAGE]
Vous devez adhC)rer au service d'authentification des opC)ration carte
sur internet. Cliquez ici
[IMAGE]
| Nov 28, 8:35 pm 2010 |
| James Hozier | John the Ripper limited functionality
The jumbo patch for JTR has a lot of great features but in order to use it you need to compile from source as opposed to installing from packages (or Ports). I think packages should have it patched by default...JTR without this jumbo patch seems very limited in comparison in terms of its abilities and options. What do you guys think?
| Nov 28, 9:19 pm 2010 |
| Ted Unangst | Re: John the Ripper limited functionality
speaking of patches, you seem to have forgotten to include yours...
you need to compile from source as opposed to installing from packages (or
Ports). I think packages should have it patched by default...JTR without this
jumbo patch seems very limited in comparison in terms of its abilities and
options. What do you guys think?
| Nov 28, 9:30 pm 2010 |
| Claus Assmann | SSD with firmware upgrade under OpenBSD
I was about to buy an OCZ Vertex 2 SSD when I read that firmware
updates for that kind of SSD require some M$ Windows version. Is
someone using SSDs with a high IOPS rate (the Sandforce controller
claims 45-50 kIOPS) which can be updated under some freely available
software? I would like to try an SSD as mail queue FS etc.
| Nov 28, 6:01 pm 2010 |
| Joe Gidi | Re: SSD with firmware upgrade under OpenBSD
I'm using a Vertex 2 as my boot disk on my OpenBSD desktop machine.
The firmware update utility does need to be run from Windows, but you can
use a freely-available Windows recovery disc to do the firmware flashing
if you don't dual-boot or have a Windows install disc handy.
Look here for the recovery disc:
http://neosmart.net/blog/2009/windows-7-system-repair-discs/
BTW, the Vertex 2 is FAST! I'm very, very happy with mine.
--
Joe Gidi
joe@entropicblur.com
| Nov 29, 3:43 pm 2010 |
| Robert | Re: SSD with firmware upgrade under OpenBSD
On Sun, 28 Nov 2010 17:01:51 -0800
I'm not sure if that is a good idea. SSDs are Flash memory and have a
limited read/write cycle. The firmware tries to optimize this by not
always writing to the same address. But since it seems that you want to
use it for a high-volume mail server this will have an impact. Better
check the Web for some wear&tear tests of this drive...
kind regards,
Robert
| Nov 29, 12:48 pm 2010 |
| Ted Unangst | Re: SSD with firmware upgrade under OpenBSD
On Mon, Nov 29, 2010 at 5:25 PM, Nick Holland
ocz recommends against flashing a drive in legacy sata mode instead of
ahci, so i really don't think they'd recommend a usb flash.
| Nov 29, 4:42 pm 2010 |
| LeviaComm Networks | Re: SSD with firmware upgrade under OpenBSD
Yes, but I that kind of performance is over-kill for a mail server.
Unless you are pushing well over 1 gb/s for mail, you don't need
anything more than just a cheap 80 Gig 7.2k SATA II disk, or a couple in
RAID. And if you are pushing that much mail, you should just CARP a
couple MTAs together.
The only time I've seen SSDs worth the price is in rough service
equipment and database servers getting hit with over a hundred thousand
(read) queries a minute. Most SSDs are slower for ...
| Nov 29, 1:31 pm 2010 |
| Ted Unangst | Re: SSD with firmware upgrade under OpenBSD
buying a new SSD to replace your "burned out" one every year is still
cheaper than building a 15k sas drive raid set with equivalent
performance.
| Nov 29, 12:56 pm 2010 |
| Nick Holland | Re: SSD with firmware upgrade under OpenBSD
Yet another "I've not done this, but here's what I'd do" answer:
Your local very well stocked computer store might have one of these USB
to IDE/SATA adapters, designed to plug into the back of a bare drive. I
have one sitting here on my desk that I paid $15US for, including a
power supply for the drive.
Assuming your firmware update utility works through the USB interface (I
suspect it would, they have to be doing some kind of command
abstraction, since they probably don't wish to ...
| Nov 29, 3:25 pm 2010 |
| 24grammata | 24grammata e-Magazine (Language - History - Culture)
24N3ON,N<N<N1ON1. <http://www.24grammata.com/>
/NN;N5N:OON?N=N9N:O ON5ON9N?N4N9N:O N3N9N1 ON7
/*/N/*/N;OOON1, ON7N= /*/N/*/OON?ON/N1 N:N1N9 ON?N=
/*/N /*/N?N;N9ON9ON<O./
*N N;N-N>N7 ON7O N5N2N4N?N<N,N4N1O* *N1OO ON1
**24N3ON,N<N<N1ON1 <http://www.24grammata.com/>
**: *O OON3N3ON1ON-N1O *N. NN1N6OO *N:N1N9 N7 OON-ON7
ON?O N<N5 ON7 N;N-N>N7 N<N1N6N?ON9ON<O
*N N1ON?OON/N1ON7 N<N5 N;N/N3N1 N;ON3N9N1:* N
NOOOON9N1N:OO ...
| Nov 28, 5:49 pm 2010 |
| Jan Stary | Re: 4.8-current snap, possible OSX NFS issue?
And yet, if I first create an empty file of the desired name,
and then copy over it, it works just fine:
$ touch /media/Mann/thief.avi
$ cp thief.avi /media/Mann/thief.avi
But then 'mplayer /media/Mann/thief.avi'
gets stuck again. According to 'dtrace -p 768 -P syscall'
(where 768 is the player process), this is what's happening:
http://stare.cz/~hans/.tmp/bsdmacnfs.txt
I will look at a tcpdump of such NFS session.
| Nov 29, 2:18 pm 2010 |
| Luca Corti | Re: Lenovo ThinkPad T60 won't resume
Sorry, I'm a bit late with my reply.
Unfortunately the fan of *my* T60 was noisy for a reason, it was
failing. The new one works like a charm and quietly :)
So here is my pcidump -v pr0n.
ciao
Luca
Domain /dev/pci0:
0:0:0: Intel 82945GM Host
0x0000: Vendor ID: 8086 Product ID: 27a0
0x0004: Command: 0106 Status ID: 2090
0x0008: Class: 06 Subclass: 00 Interface: 00 Revision: 03
0x000c: BIST: 00 Header Type: 00 Latency Timer: 00 Cache Line Size: 00
0x0010: BAR empty ...
| Nov 29, 11:49 am 2010 |
| previous day | today | next day |
|---|---|---|
| November 28, 2010 | November 29, 2010 | November 30, 2010 |
