| From | Subject | Date |
|---|---|---|
| NORDIKA-LIME | LIME EN LA VENTA NOCTURNA DE LIVERPOOL Y FABRICAS DE FRANCIA.
Venta Nocturna
SOLO HOY!!!
18 MESES SIN INTERESES Y 20% DE REGALO
EN MONEDERO ELECTRONICO
BICICLETA S9.0 CON RESPALDO
RESISTENCIA MAGNETICA
- VELOCIDAD, DISTANCIA, CALORIAS Y PULSO
$333*
REGALO INMEDIATO: $1,200 EN MONEDERO
...
| Dec 14, 12:06 pm 2010 |
| Jacob Meuser | Re: mic2 is unplugged whatever the physical status is
the last commits to azalia were in early eptember ... did it used to
change? does the mic not work at all or is just plug sense not working?
it's possible the plug sense circuitry isn't really there, or has gone
--
jakemsr@sdf.lonestar.org
SDF Public Access UNIX System - http://sdf.lonestar.org
| Dec 14, 8:55 am 2010 |
| Dmitrij D. Czarkoff | mic2 is unplugged whatever the physical status is
Hello!
I have found my external microphone (mic2) not working under OpenBSD -current of Nov 20. Whatever I do, I get "mixerctl outputs.mic2_sense" answering "outputs.mic2_sense=unplugged" regardless of whether it is plugged or not. At the same time "outputs.hp_sense" is reported correctly. Is there anything I can do to enable mic2?
Thanks in advance.
--
Dmitrij D. Czarkoff
P.S.: I have Realtek ALC272 wia Intel 82801GB HD Audio.
P.P.S.: ...
| Dec 14, 7:39 am 2010 |
| 24grammata | 24grammata e-Magazine (Language - History - Culture)
24N3ON,N<N<N1ON1.
NN;N5N:OON?N=N9N:O ON5ON9N?N4N9N:O N3N9N1 ON7 NN;OOON1, ON7N= NOON?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: N$N1 N<N5N;N?N<N1N:N,ON?N=N1, ON1 N<N1N:N1OON=N9N1 N:N1N9 N? N<N1N:N1ON/ON7O. N%ON,OON5N9 N5OON<N?N;N?N3N9N:N. OON-ON7 N1N=N,N<N5ON1 ON?OO;
N N1ON?OON/N1ON7 N<N5 N;N/N3N1 N;ON3N9N1: NN/N=N1N9 N5ON:N?N;N? N=N1 OON=N4ON,ON?ON<N5 ON7N= N5OON<N?N;N?N3N/N1 ...
| Dec 14, 5:46 am 2010 |
| Markus Hennecke | Re: delete user in group script
You really deserve the Useless Use of Cat Award.
And the race condition award, and the nuke the wrong file award, and...
Kind regards,
Markus
| Dec 14, 4:56 am 2010 |
| OpenBSD Geek | Dec 14, 5:01 am 2010 | |
| Markus Hennecke | Re: delete user in group script
Tomas already pointed out where this will blow up for sure.
Hint: Take a look at mktemp(1) and install(1) to weed out the worst
issues.
Kind regards,
Markus
| Dec 14, 5:16 am 2010 |
| Jan Stary | Re: delete user in group script
Among other hilariously horrible things,
You just nuked everybody's tempfiles.
| Dec 14, 5:31 am 2010 |
| Leonardo Rodrigues | Re: delete user in group script
Ok! Here goes my contribution to this thread!
# $1=group
# $2=user
cd /etc
cat ./group \
| sed '/'$1'/ s/'$2'//' \
| sed '/'$1'/ s/,,/,/' \
| sed '/'$1'/ s/,$//' \
| sed '/'$1'/ s/:,/:/' > group.new
mv /etc/group.new /etc/group
chown root.wheel /etc/group
chmod 644 /etc/group
exit 0
| Dec 14, 2:00 pm 2010 |
| Tomas Bodzar | Re: delete user in group script
On Tue, Dec 14, 2010 at 12:31 PM, OpenBSD Geek <openbsd@e-solutions.re>
very "secure" step when you have some temporary files from daemons
| Dec 14, 4:58 am 2010 |
| Otto Moerbeek | Re: delete user in group script
I'm getting a case of nausea here.
-Otto
| Dec 14, 4:48 am 2010 |
| OpenBSD Geek | delete user in group script
Hi,
After posted many requests on how to remove user from a group, i choosed
to build my own script.
And it works very fine.
if [ $1 ] & [ $2 ]; then
cp /etc/group /tmp
cat /tmp/group | grep ^$2 > /tmp/onlygroup
cat /tmp/group | grep -v ^$2 > /tmp/nogroup
cat /tmp/onlygroup | sed "s/$1//g" | \
sed "s/ /,/g" | sed "s/,,/,/g" | sed "s/,$//g" > /tmp/newgroup
cat /tmp/newgroup >> /tmp/nogroup
cat /dev/null > /tmp/group
cat /tmp/nogroup >> /tmp/group
cp /tmp/group /etc
chmod 644 ...
| Dec 14, 4:31 am 2010 |
| Ted Unangst | Re: delete user in group script
On Tue, Dec 14, 2010 at 4:00 PM, Leonardo Rodrigues
A) root:wheel is better.
B) it's a bad idea to fix the permissions of a file after installing it.
| Dec 14, 2:14 pm 2010 |
| Adriaan | Re: delete user in group script
On Tue, Dec 14, 2010 at 10:00 PM, Leonardo Rodrigues
My take ;)
# -------------------------
FILE=/etc/group
FILE=group
install ${FILE} ${FILE}.orig
sed -e "/$1/s/$2//" \
-e "/$1/s/,,/,/" \
-e "/$1/s/,$//" \
-e "/$1/s/:,/:/" ${FILE}.orig > ${FILE}
# ----------------------------
Adriaan
| Dec 14, 3:30 pm 2010 |
| Friedrich Locke | csup cannot connect
Hi,
i am trying to sync my local ports directory but every server i try i
got "connection refused". Does anybody have any ideia about what's
going on?
Here there are some examples:
lion# ls -l
total 8
-rw-r--r-- 1 root wheel 205 Jun 6 2009 ports
-rw-r--r-- 1 root wheel 203 Jun 6 2009 src
lion# cat ports
*default release=cvs
*default delete use-rel-suffix
*default umask=002
*default host=cvsup.no.openbsd.org
*default base=/var
*default prefix=/usr
*default ...
| Dec 14, 1:06 am 2010 |
| Christian Weisgerber | Re: csup cannot connect
Looks like you are blocking outgoing traffic to port 5999.
--
Christian "naddy" Weisgerber naddy@mips.inka.de
| Dec 14, 7:02 am 2010 |
| Administrator | The Halldale Media server has encountered the following ...
This sender alert message is generated by the Halldale Media server because it has encountered the following events.
Event(s): Virus infection detected
Message action: Message deleted
Message ID:<PIPER8a2vwZmeWNhKyq00000569@piper.halldale.local>
Subject: Returned mail: Data format error
Sender: misc@openbsd.org
Recipient(s): clehmanair@aol.com
Date: 14/12/2010
Time: 07:45:34
Job: Transport (SMTP) scanning
Server: PIPER
============================================================
If you ...
| Dec 14, 12:45 am 2010 |
| Gilles Chehade | Re: opensmtpd with custom passwd file
Yup, it is possible by writing additionnal code for bsd_auth(3), I was
actually talking about doing from smtpd.conf
--
Gilles Chehade
freelance developer/sysadmin/consultant
http://www.poolp.org
| Dec 14, 7:40 am 2010 |
| L. V. Lammert | Re: opensmtpd with custom passwd file
You might want to consider github.com/mailserv for multiple domain and/or
'mail only' users. Allard's Mailserver was recently open sourced. Nice
Ruby/Rails management interface, .. currently 4.8 and will track Release
going forward.
We have it installed at a number of locations.
Lee
| Dec 14, 7:35 am 2010 |
| Hugo Osvaldo Barrera | opensmtpd with custom passwd file
Hi!
I've been using smtpd on my server for some time now, and I want to host
e-mail accounts for a couple of friends who've asked me to.
I was wondering if it's posible to configure opensmtpd to use a custom
passwd for user authentication.
All I've found in the man pages, is configuring user/pass for relaying,
but nothing related to actual user authentication.
Is this possible yet? If not, are there any plans for this?
Thanks, and, by the way, smtpd is GREAT work, it's by far the ...
| Dec 13, 7:17 pm 2010 |
| Gilles Chehade | Re: opensmtpd with custom passwd file
Actually I might have misunderstood what you meant because of your mention
to "custom" passwd.
You can already authenticate users in your master.passwd file. All you
have to do is to add "enable auth" to a listener:
listen on em0 tls certificate "my.crt" enable auth
listen on em0 smtps certificate "my.crt" enable auth
It will only work if you configured the listener to support tls or smtps
as authentication is only allowed over a secure channel.
What is not yet possible is to use ...
| Dec 13, 11:34 pm 2010 |
| Gilles Chehade | Re: opensmtpd with custom passwd file
It is not possible yet, authentication is tighly coupled to accounts in
--
Gilles Chehade
freelance developer/sysadmin/consultant
http://www.poolp.org
| Dec 13, 11:21 pm 2010 |
| Hugo Osvaldo Barrera | Re: opensmtpd with custom passwd file
Oh, ok, I'll just use accounts which can't log-in though any other means
in the meantime, though i would have prefered to use a "fake" passwd file.
Thanks! :-)
| Dec 14, 4:35 pm 2010 |
| Gregory Edigarov | Re: opensmtpd with custom passwd file
On Tue, 14 Dec 2010 07:34:10 +0100
Then after all it *is* QUITE possible. I've written bsd auth module
for authenticating to any pop3 server. Gilles, I had a chat
with you some time before....
--
With best regards,
Gregory Edigarov
| Dec 14, 2:53 am 2010 |
| a.velichinsky | Re: C++ CGI script
no. the httpd server is supposed to do that conversion.
that should work. the OP probably messed up something
| Dec 14, 2:56 am 2010 |
| Axel Rau | Re: Migrating from isakmpd to iked: interface name not r ...
Thanks, Axel
---
axel.rau@chaos1.de PGP-Key:29E99DD6 +49 151 2300 9283 computing @
chaos claudius
| Dec 14, 10:58 am 2010 |
| Axel Rau | Re: Migrating from isakmpd to iked: interface name not r ...
This happens with all devices, I have tried.
Anybody succeeded in using an interface name as argument of option
local?
This is 4.8 stable on i386 generic.
Axel
---
axel.rau@chaos1.de PGP-Key:29E99DD6 +49 151 2300 9283 computing @
chaos claudius
| Dec 14, 5:26 am 2010 |
| Mike Belopuhov | Re: Migrating from isakmpd to iked: interface name not r ...
iked is still in the works. you shouldn't try to migrate to it unless
you can come up with fixes for such problems yourself.
mask2prefixlen functions are taken from bgpd. OK?
Index: parse.y
===================================================================
RCS file: /home/cvs/src/sbin/iked/parse.y,v
retrieving revision 1.14
diff -u -p -u -p -r1.14 parse.y
--- parse.y 17 Nov 2010 16:43:45 -0000 1.14
+++ parse.y 14 Dec 2010 15:57:27 -0000
@@ -266,6 +266,8 @@ struct ...
| Dec 14, 9:23 am 2010 |
| Kevin Chadwick | Re: [Was: OT - gmail alternatives] PGP web mail anyone?
On Tue, 14 Dec 2010 23:06:49 +0100
it is very hard to persuade someone to use PGP in the first place, and
even harder to believe they have a secure machine. Sometimes you may
find encrypted pdfs are an easy solution but then if they're running
adobe reader or worse flash then they're almost guaranteed to have had a
known exploit every week for the last.... I'll let you know when they
stop. Of course you could say similar about firefox, but the exploits
are rarely as bad. A graphical and simple ...
| Dec 14, 3:28 pm 2010 |
| roberth | Re: [Was: OT - gmail alternatives] PGP web mail anyone?
On Tue, 14 Dec 2010 23:33:13 +0100
btw, you top top-posted on purpose to make your point, didn't you?
| Dec 14, 3:56 pm 2010 |
| roberth | Re: [Was: OT - gmail alternatives] PGP web mail anyone?
On Tue, 14 Dec 2010 23:06:49 +0100
yes, as strange as it sounds, the solution is called education.
| Dec 14, 3:26 pm 2010 |
| roberth | Re: [Was: OT - gmail alternatives] PGP web mail anyone?
On Tue, 14 Dec 2010 23:33:13 +0100
egypt what?
lots of goverments are working hard on getting darwin back into our
daily life. too weak or stupid? you die.
some people have the patience to teach, others don't.
old people miss the cuteness factor of children, but still...
everybody should have experienced how satisfying it is to see senior
home inhabitants starting to teach "the internet" to others once they
got it.
what really stands out is, that they don't expect all the girls on ...
| Dec 14, 3:54 pm 2010 |
| Tomas Vavrys | Re: [Was: OT - gmail alternatives] PGP web mail anyone?
I have a great experience with Pidgin and OTR. Even a child could
handle the first authorization after a simple installation of OTR
plugin. A lot of my friends use it now, because I have encouraged a
little paranoia in them. However, it's not email though.
| Dec 14, 4:18 pm 2010 |
| Tomas Vavrys | Re: [Was: OT - gmail alternatives] PGP web mail anyone?
Well, since Egypt we know that it's not going to happen.
| Dec 14, 3:33 pm 2010 |
| Tomas Vavrys | Re: [Was: OT - gmail alternatives] PGP web mail anyone?
Is there a light at the end of the tunnel somewhere to make email
secure even for amateurs who don't know how to use PGP? I'm very
curious about the future of email, especially now. I would like to
hear opinions of OpenBSD wizards. The thing is that it is very hard to
persuade someone to use PGP all the time.
| Dec 14, 3:06 pm 2010 |
| Johan Beisser | Re: [Was: OT - gmail alternatives] PGP web mail anyone?
PGP has gotten easier with various front ends. Take a look at GPG Made
Easy for an example of simplifying the library calls for application
access to PGP encryption.
jb
| Dec 14, 3:19 pm 2010 |
| Tomas Bodzar | Re: OpenBSD 4.8's bsd.mp doesn't detect 4GB Memory
Unnecessary fear :
$ sysctl kern.version
kern.version=OpenBSD 4.8-current (GENERIC.MP) #547: Tue Dec 7 23:16:34 MST
2010
deraadt@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP
$
load averages: 0.76, 1.14, 1.06
hostname 13:27:52
49 processes: 1 running, 45 idle, 1 zombie, 2 on processor
CPU0 states: 2.0% user, 0.0% nice, 1.6% system, 0.0% interrupt, 96.4%
idle
CPU1 states: 3.8% user, 0.0% nice, 1.2% system, 0.0% ...
| Dec 14, 5:32 am 2010 |
| Denise H. G. | Re: OpenBSD 4.8's bsd.mp doesn't detect 4GB Memory
Thanks.
I've switched to FreeBSD for my desktop with 4G memory... I am
--
If reproducibility may be a problem conduct the
test only once.
| Dec 14, 5:03 am 2010 |
| Denise H. G. | Re: OpenBSD 4.8's bsd.mp doesn't detect 4GB Memory
Thanks! Then I have to learn now how to build a custom kernel on
--
If reproducibility may be a problem conduct the
test only once.
| Dec 14, 8:27 am 2010 |
| Clint Pachl | Re: OpenBSD 4.8's bsd.mp doesn't detect 4GB Memory
I think Bodzar's point here is that you don't need 4GB, especially on a
desktop.
Sure, your car can do 230 kph, but how often do you ever get over 150?
Unless you're running a very busy database server or a crazy web server,
I don't think you'll ever need much above 2GB.
I have 2GB in most of my i386 and amd64 laptops and servers. None of my
machines ever touch the swap. In fact, most of the time I have 50% FREE
RAM. On my development laptop I typically run a Seamonkey Browser with ...
| Dec 14, 4:46 pm 2010 |
| Denise H. G. | Re: OpenBSD 4.8's bsd.mp doesn't detect 4GB Memory
Thanks for your reply!
But the point is that I haven't yet built a custom kernel ever....
I only build custom kernels on FreeBSD... it seems custom kernels are
not popular in OpenBSD world...
Anyway thanks again!
--
If reproducibility may be a problem conduct the
test only once.
| Dec 14, 4:59 am 2010 |
| Daniel Gracia | Re: [PATCH] uticom driver fix
Sure original numbers worked ok; just trying to remove some black magic.
| Dec 14, 8:43 am 2010 |
| Jonathan Gray | Re: [PATCH] uticom driver fix
such things should be seperate diffs, and these should go to tech.
is the following enough to make it work?
Index: uticom.c
===================================================================
RCS file: /cvs/src/sys/dev/usb/uticom.c,v
retrieving revision 1.7
diff -u -p -r1.7 uticom.c
--- uticom.c 3 Dec 2010 17:02:29 -0000 1.7
+++ uticom.c 14 Dec 2010 20:52:23 -0000
@@ -209,7 +209,6 @@ uticom_attach(struct device *parent, str
struct uticom_softc *sc = (struct uticom_softc *)self;
...
| Dec 14, 1:54 pm 2010 |
| previous day | today | next day |
|---|---|---|
| December 13, 2010 | December 14, 2010 | December 15, 2010 |
