| From | Subject | Date |
|---|---|---|
| Jona Joachim | Re: /dev/audio: Device busy
You don't learn anything from step by step advices. Step by step advices
create stupid users. You just have to read through the fine
documentation.
/dev/audio can only be opened by one application at a time, in your case
you want aucat to open it so that it can multiplex stuff for you.
If aucat says "Device busy" then that means that another application is
currently using the audio device, kill that application. After you did
that you just have to run "aucat -l" and you're good to go, play ...
| Oct 2, 4:03 pm 2009 |
| misc | =?utf-8?B?0KHQvtCx0LXRgNC10Lwg0LTQu9GPINCS0LDRgSDQv9C+IN ...
Coaepel dk Bac oo cerh hmrepmer
aags d`mm{x onremvh`k|m{x jkhemrnb dk B`xecn Ahgmeqa
Aokee oodpoamo sgmaire
Teketnms: +79133913837
ICQ: 6288862
SKYPE: basedannix
EMAIL: prodawez@mixmail.com
| Oct 2, 12:50 pm 2009 |
| patrick keshishian | Re: 4.6 arriving
I received ship notice this morning. So, after all, Oct 1st (-ish) did
end up to be the release date(?).
--patrick
| Oct 2, 12:26 pm 2009 |
| Dave Anderson | 4.6 arriving
The CD set showed up in today's mail (near Boston, Mass.)
Dave
--
Dave Anderson
<dave@daveanderson.com>
| Oct 2, 12:19 pm 2009 |
| Theo de Raadt | Re: 4.6 arriving
Every release, we have tried to ship the CDs before the actual release date
so that a large fraction of our users get them just bnfore the release date.
We may have to open up the FTP servers slightly before November, to
satisfy the users who purchased CDs and who now find themselves
without a full set of 'packages'.. we will try to figure out what day.
But we won't open up the ftp servers today. I want a sizeable percentage of
purchasers to receive their product first.
So we'll see how ...
| Oct 2, 12:37 pm 2009 |
| Pekka Niiranen | ECL lisp
From gmane.lisp.ecl.general:
* The OpenBSD port is only building in single threaded mode.
The reasons are
1) the version of the garbage collector shipped with the operating
system is broken (it reports a missing GC_pthreads_sigmask())
function and
2) the version shipped with ECL does not support pthreads + OpenBSD.
-pekka-
| Oct 2, 12:46 pm 2009 |
| Steven Surdock | LSI 9260 RAID Controller
Anyone tried this? I'm looking at the 9260-4i model. Thanks!
-Steve S.
| Oct 2, 12:04 pm 2009 |
| Matthew Weigel | Re: ECL lisp
...it's probably not a bad idea when pthreads on OpenBSD are a work in
progress and don't correspond to kernel threads yet. Not that I'm
sneering at threads, but what exactly would having it build in
multithreaded mode buy you on OpenBSD?
--
Matthew Weigel
hacker
unique & idempot . ent
| Oct 2, 1:24 pm 2009 |
| Stuart Henderson | Re: OpenBSD + Nehalem: Now or Later?
I haven't tried the Supermicro ones but have tried HP ML350 G6 (nehalem
xeon/5520) which worked ok. Quite a few devices "not configured" but no
problems in tests (which included a bulk ports build).
| Oct 2, 10:05 am 2009 |
| Dariusz Swiderski | Re: OpenBSD + Nehalem: Now or Later?
i have a server based on 5500 chipset, most stuff works on -current,
regards
dms@
| Oct 2, 9:49 am 2009 |
| Toni Mueller | OpenBSD + Nehalem: Now or Later?
Hi,
I'm considering to purchase Supermicro servers with one or two Nehalem
CPUs and a 5520 chipset. Has anyone already tried these, and/or how
much breakage should I expect?
My reading of /plus.html suggests that it may be too early to jump onto
this train, but if some devs want a few weeks play with it, remotely,
that may be possible (please contact me off-list).
TIA!
--
Kind regards,
--Toni++
| Oct 2, 9:03 am 2009 |
| c.jouan | Request for publication at LAP
Dear Crystal Stallman ,
While researching publishable academic papers at the Library of Northern
University, I came across a reference to a work entitled bGood stuff for
wise men to laugh at or honest men to take pleasure at the Arthurian
tradition during the Renaissanceb.
LAP Lambert Academic Publishing AG & Co. KG specializes in the publication of
theses and dissertations.
I am therefore wondering if you would be interested in cooperating with us
towards a worldwide marketed ...
| Oct 2, 7:31 am 2009 |
| envio | Imperdible pack claro empresas ¡¡
Claro Empresas
Ultimos dias de equipos subsidiados y abonos sin costo de larga distancia
consulte!!!!!!
PROPUESTA PARA CLIENTES DE 10 LINEAS
Lmneas
Abono
Comunicacisn interna
Minutos Incluidos
Clearing
Red fija
Larga Dist Nac
Costo
10
$ 39
Ilimitado
180
1800
$ 0,00
$ 0,00
$ 390
Equipos bonificados al %100:
7 Huawei U1005,
PROPUESTA PARA CLIENTES DE 20 LINEAS
Lmneas
Abono
Comunicacisn interna
Minutos ...
| Oct 2, 6:45 am 2009 |
| Marcos Laufer | Re: automating 'fsck -y' after a power failure
Jose, this is an ugly modification in /etc/rc but it should do what you
need.
Search for the line that starts with 8) and modify it to look like this:
8)
echo "Corro FSCK de emergencia..."
fsck -y ; fsck_st=$?
if [ $fsck_st != 0 ]; then
echo "Automatic file system check failed; help!"
exit 1
fi
;;
Regards,
Marcos
| Oct 2, 9:15 am 2009 |
| Jose Fragoso | automating 'fsck -y' after a power failure
Hi,
Is it possible to automate the process of
running
fsck -y
after a power or other type of failure,
in cases the automatic file system check fails?
Thanks in advance.
Regards,
Jose
--
An Excellent Credit Score is 750
See Yours in Just 2 Easy Steps!
| Oct 2, 5:15 am 2009 |
| Otto Moerbeek | Re: automating 'fsck -y' after a power failure
If that was a wisething to do, we would have already done so. In other
words, it is not wise. It's foolish.
-Otto
| Oct 2, 10:31 am 2009 |
| frantisek holop | Re: automating 'fsck -y' after a power failure
as usually, i absolutely agree with you Otto.
however.
please all the people in the room raise their hands who have the
faintest idea about what 95% of the questions that fsck is going to ask
them on a seriously borked fs mean. my hat goes off to them.
here's the thing: even though every single diagnostic message
fsck may produce is documented in /usr/share/doc/smm/03.fsck_ffs
i dont see how these questions help at all. what i mean is,
there is nothing to compare the diagnostic data to ...
| Oct 2, 1:38 pm 2009 |
| Robert | Re: automating 'fsck -y' after a power failure
On Sat, 03 Oct 2009 00:12:39 +0200
Think 'dd', to have a second chance at messing up the data,
or work from the image to restore files. (See what i did there? ;)
-Robert
| Oct 2, 3:32 pm 2009 |
| Brad Tilley | Re: automating 'fsck -y' after a power failure
Put a rock on the 'y' key and go get some coffee.
| Oct 2, 1:43 pm 2009 |
| Mauro Rezzonico | Re: automating 'fsck -y' after a power failure
So you can dump a botched filesystem? The manpage says nothing about that...
Well it doesn't say the contrary but...
So, question is: Can you *really* dump a "borked fs"?
--
Mauro Rezzonico <mauro@ch23.org>, Como, Italia
"Maybe this world is another planet's hell" - H.Huxley
| Oct 2, 3:12 pm 2009 |
| Otto Moerbeek | Re: automating 'fsck -y' after a power failure
make a dump of the partition before going to execute potentially data
destroying actions?
| Oct 2, 1:49 pm 2009 |
| Tomáš Bodžár | azalia0 at pci0 dev 20 function 2 "ATI SBx00 HD Audio" r ...
Hi all,
my friend has problem with audio on his laptop.He looked at options in
BIOS and even install latest BIOS and no change.Now he will try latest
snapshots but maybe even that won't help.Someone with similar problem?
OpenBSD 4.6-current (GENERIC.MP) #201: Mon Sep 14 04:25:09 MDT 2009
todd@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP
cpu0: AMD Turion(tm) 64 X2 Mobile Technology TL-60 ("AuthenticAMD"
686-class, 512KB L2 cache) 2 GHz
cpu0: ...
| Oct 2, 3:23 am 2009 |
| Jacob Meuser | Re: azalia0 at pci0 dev 20 function 2 "ATI SBx00 HD Audi ...
--
jakemsr@sdf.lonestar.org
SDF Public Access UNIX System - http://sdf.lonestar.org
| Oct 2, 5:56 am 2009 |
| Miss Lina | Miss Lina Justin Yak
You are invited to "Miss Lina Justin Yak".
By your host Miss Lina:
Date: Friday October 2, 2009
Time: 9:45 am - 10:45 am (GMT +00:00)
Street: Hi,My name is Lina Justin Yak,24years old originated from Sudan.I decide to contact you after my prayers,I really want to have a good relationship with you. My father Dr.Justin Yak was the former Minister for SPLA Affairs and Special Adviser to President Salva Kiir of South Sudan for Decentralization.My father Dr.Justin Yak and my ...
| Oct 2, 2:53 am 2009 |
| Marco Huang | problem on route6d
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
We have two openbsd4.5 boxes acting as redundant gateway and firewall.
They are having problem with route6d.
Problem is that we can't receive any routes from upstream, but
upstream can update our advertisement. This was running fine on
openbsd4.3 for over a year, just recently upgraded to 4.5 from
scratch. We keep exact same settings as previous.
The following are some of the debugging output:
Does the message "*IPv6 packet ...
| Oct 1, 8:24 pm 2009 |
| Buzzer | Re: /dev/audio: Device busy
pO DANNYM RADIOPEREHWATA OT 1-Oct-2009 20:22, David Hoskin
Could you be more verbose? What make you think that I did not read man
aucat?
--
/Buzzer () KAMPANIQ ascii ribbon - PROTIW PISEM W html FORMATE
/\ www.asciiribbon.org - PROTIW PROPRIETARNYH WLOVENIJ
| Oct 1, 8:49 pm 2009 |
| Jacob Meuser | Re: /dev/audio: Device busy
because you are not using aucat as a server?
by default, psi uses the 'play' command from the sox package to play
sounds (though sox isn't a dependency of the package ... oops). the
play command can be used with an aucat server. many ports/packages
can, actually.
--
jakemsr@sdf.lonestar.org
SDF Public Access UNIX System - http://sdf.lonestar.org
| Oct 2, 2:34 am 2009 |
| Paul de Weerd | Re: /dev/audio: Device busy
On Thu, Oct 01, 2009 at 08:49:10PM -0700, Buzzer wrote:
| pO DANNYM RADIOPEREHWATA OT 1-Oct-2009 20:22, David Hoskin
| BYL ZAME^EN W \FIRE, NA ^ASTOTE misc, S TAKIM SOOB]ENIEM:
|
| > > I need to play a few audio files simultaneously.
| >
| > > can't open /dev/audio: Device busy.
| >
| > man 1 aucat
|
| Could you be more verbose? What make you think that I did not read man
| aucat?
I think Davids mindreading device is broken, so he couldn't tell you
tried aucat. Mine seems to be ...
| Oct 1, 10:18 pm 2009 |
| Buzzer | /dev/audio: Device busy
Hope english list would be more useful, than russian.
I need to play a few audio files simultaneously. For example, when I
listen music, Psi should be able to play event sound. The problem is -
can't open /dev/audio: Device busy.
OpenBSD 4.5
sb1 at isapnp0 "Creative SB AWE64 PnP, CTL0045, , Audio" port
0x220/16,0x330/2,0 x388/4 irq 5 drq 1,5: dsp v4.16
audio0 at sb1
--
/Buzzer () KAMPANIQ ascii ribbon - PROTIW PISEM W html FORMATE
/\ www.asciiribbon.org - PROTIW PROPRIETARNYH ...
| Oct 1, 7:33 pm 2009 |
| Beto | Re: /dev/audio: Device busy
ESD, http://es.wikipedia.org/wiki/Enlightened_Sound_Daemon is other option.
--
Beto
www.compumundohypermegared.org
| Oct 2, 2:51 pm 2009 |
| David Hoskin | Re: /dev/audio: Device busy
The audio(4) device can't multiplex for you, so you have to send all your
sound
output to a user-space program (aucat), which will multiplex it for
you and forward
it to /dev/audio . The specific option to aucat you need is '-l'
tl;dr running 'aucat -l' will solve your problem.
| Oct 2, 8:55 am 2009 |
| Jacob Meuser | Re: /dev/audio: Device busy
step 1:
$ aucat -l
yeah, aucat server should probably be mentioned in faq13 somewhere.
--
jakemsr@sdf.lonestar.org
SDF Public Access UNIX System - http://sdf.lonestar.org
| Oct 2, 4:10 pm 2009 |
| Jacob Meuser | Re: /dev/audio: Device busy
a terrible option, especially considering support for esd
--
jakemsr@sdf.lonestar.org
SDF Public Access UNIX System - http://sdf.lonestar.org
| Oct 2, 4:14 pm 2009 |
| Buzzer | Re: /dev/audio: Device busy
pO DANNYM RADIOPEREHWATA OT 2-Oct-2009 07:18, Paul de Weerd
I ran aucat with '-l' key, then I try to play wav file with 'aucat
file.wav' command or 'aucat -s deafault file.wav'.
aucat -s default send.wav
aucat: can't open /dev/audio: Device busy
I'm waiting for step by step advices. It would be good idea to make
suitable issue in the FAQ.
--
/Buzzer () KAMPANIQ ascii ribbon - PROTIW PISEM W html FORMATE
/\ www.asciiribbon.org - PROTIW PROPRIETARNYH WLOVENIJ
| Oct 2, 2:33 pm 2009 |
| David Hoskin | Re: /dev/audio: Device busy
man 1 aucat
| Oct 1, 8:22 pm 2009 |
| Buzzer | Re: /dev/audio: Device busy
pO DANNYM RADIOPEREHWATA OT 2-Oct-2009 16:51, Beto
--
/Buzzer () KAMPANIQ ascii ribbon - PROTIW PISEM W html FORMATE
/\ www.asciiribbon.org - PROTIW PROPRIETARNYH WLOVENIJ
| Oct 2, 4:09 pm 2009 |
| Matthieu Herrb | Re: X.org killing HAL?
On all existing OpenBSD version HAL is not used by X.Org. so it won't
change anything.
But OpenBSD will need some kind of device hotplug event notification
mechanism in the future, to support hot-plugging of video cards or
complex input devices.
--
Matthieu Herrb
| Oct 1, 10:35 pm 2009 |
| Aaron Mason | X.org killing HAL?
Hi all,
I'm referring to what was said by alanc in #opensolaris at 04:02:34 at
http://echelog.matzon.dk/logs/browse/opensolaris/1254434400 - anybody
know anything about this, and how it will affect OpenBSD's X.org
implementation?
Thanks
--
Aaron Mason - Programmer, open source addict
- Oh, why does everything I whip leave me?
| Oct 1, 7:26 pm 2009 |
| Josh Grosse | Re: How do I change PF rules to enable ftp downloads?
Just so you know, there was an ftp-proxy(8) program included in 3.6. If you
bothered to install the man pages back when you installed 3.6 five years ago,
you will find instructions for that version in the man pages:
$ man 8 ftp-proxy
Please use the man page, as the version used today is significantly different.
If you did -not- install the man36.tgz file set, you can find the 3.6 version
of the man page on line:
http://preview.tinyurl.com/yal5vry
| Oct 2, 11:24 am 2009 |
| AG | Re: How do I change PF rules to enable ftp downloads?
<snip>
The installation was from the 3.6 CD set and barebones to be a headless
firewall. I don't recall if I enabled a ftp-proxy to be installed at
that time. I'm not even sure whether I enabled if the ports system was
installed. I regret to say that I never kept notes and because it has
been such an absolute workhorse reliable 24/7 for the last years, I have
largely forgotten all about it. So, how do I confirm that I have the
ftp-proxy already installed? I'm used to Debian on a ...
| Oct 2, 11:10 am 2009 |
| Jorge Enrique Valbue ... | Re: How do I change PF rules to enable ftp downloads?
Hello,
Take a look at :
http://www.openbsd.org/faq/pf/ftp.html
Maybe it can help !
| Oct 1, 11:08 pm 2009 |
| sonjaya | Re: ALIX and PC Engines CompactFlash
i using generic cf ( vgen) for obsd 4.5 and mother board via epia ,
main problem is only DMA and can handle it with setup manualy adn
problem missing.
--
sonjaya
| Oct 1, 7:28 pm 2009 |
| Aaron Mason | Re: spamd - nixspam list, September 30, 2009
tarpitted. The reply-to: address is provided for those who feel compelled to
That would probably cause issues if the gunzip operation failed -
you'd end up with an empty nixspam file. I'd do the same but check
the return value of the gunzip operation before overwriting the
nixspam file. I'd also streamline the script a bit:
#!/bin/sh
cd /root/data
rm -f nixspam
if ftp http://www.openbsd.org/spamd/nixspam.gz; then
if gunzip nixspam.gz; then
cut -d ' ' -f 1 nixspam ...
| Oct 1, 9:30 pm 2009 |
| sonjaya | Re: OpenBSD as MX server
because mx server will be replace is production server in next time
will be use it like your recomended.
thank' for all recomendation
On Wed, Sep 30, 2009 at 3:44 PM, Stephan A. Rickauer
--
sonjaya
http://sicute.blogspot.com
http://www.pojokdomain.com(sell & buy domain with free )
| Oct 1, 7:17 pm 2009 |
| Robert | Re: OpenBSD as MX server
On Fri, 2 Oct 2009 09:25:22 +0700
So why don't you just replicate your setup on the OpenBSD box?!?
- Robert
| Oct 1, 9:30 pm 2009 |
| sonjaya | Re: OpenBSD as MX server
Dear Christ,
my linux box running postfix and amavisd and cbl for spam , but today
that box hard to manage and update it .
i see in obsd default have been tools to take care about spam that is
mine consern also security problem.
because this production server and log all email to trace and trace i
must make sure everything good enough before replace it.
--
| Oct 1, 7:25 pm 2009 |
| Steven Surdock | Re: ifstated with carp0
I see inconsistent results on failover via "route -n monitor"
I have 13 carp interfaces, carp0 - carp12. I was running on FW2
(master) and failed back to FW1 via carpdemote on FW1. I saw 5 RTM_INFO
messages on FW1 and 24 RTM_IFINFO messages on FW2. On failover from FW1
to FW2 I saw 7 RTM_IFINFO messages and on FW2 I saw only one.
-Steve S.
| Oct 1, 6:56 pm 2009 |
| previous day | today | next day |
|---|---|---|
| October 1, 2009 | October 2, 2009 | October 3, 2009 |
