The MIDI tutorial link
http://www.harmony-central.com/MIDI/Doc/tutorial.html in
http://www.openbsd.org/faq/faq13.html#midi is broken.
Perhaps one of the links at
http://www.midi.org/aboutmidi/tutorials.php
can replace it.
WOOPS. sorry about that, i fucked up ...
On Tue, Apr 02, 2013 at 11:01:22PM -0700, Sha'ul wrote:
>
>
>
> poolp.org
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> style="border: 1px solid #dedede;" />
>
On 2013-04-02, Duncan Patton a Campbell wrote:
>> On Tuesday, April 2, 2013 05:02 CEST, Duncan Patton a Campbell
>> wrote:
>> > Needs libpam :-/
>>
> On Tue, 02 Apr 2013 12:27:23 +0200 "Sebastian Reitenbach"
> wrote:
>> there is security/openpam in the ports tree.
>
> Thank you! I've pulled
The following system runs -current from January 2013 without any
problems. But attempts to install from the past few snapshots have
failed.
Installation of April 2, 2013 -current went through without any issues
but upon first reboot, the console was blank, I could not access the
system us
On 2013-04-03, Stuart Henderson wrote:
> On 2013-04-02, Duncan Patton a Campbell wrote:
>>> On Tuesday, April 2, 2013 05:02 CEST, Duncan Patton a Campbell
>>> wrote:
>>> > Needs libpam :-/
>>>
>> On Tue, 02 Apr 2013 12:27:23 +0200 "Sebastian Reitenbach"
>> wrote:
>>> there is security/openp
On 2013-04-03, Vijay Sankar wrote:
> The following system runs -current from January 2013 without any
> problems. But attempts to install from the past few snapshots have
> failed.
>
> Installation of April 2, 2013 -current went through without any issues
> but upon first reboot, the console
Quoting Stuart Henderson :
On 2013-04-03, Vijay Sankar wrote:
The following system runs -current from January 2013 without any
problems. But attempts to install from the past few snapshots have
failed.
Installation of April 2, 2013 -current went through without any issues
but upon first reboo
Just because, I have recreated a configuration similar to what I
actually used for a while, years ago.
I'm running XMMS on a machine that has neither video nor audio.
XMMS is happily running on hostA, playing a remote stream from the
Internet. Video? X11 is forwarded to hostB. Audio? sndio is
RFC 5204 (Basic Requirements for IPv6 Customer Edge Routers) states:
( http://tools.ietf.org/html/rfc6204#section-4.2 )
WAN-side requirements:
W-1: When the router is attached to the WAN interface link, it MUST
act as an IPv6 host for the purposes of stateless [RFC4862] or
statefu
short version: how do i make tmux stop resizing the window?
i connect to a tmux session from two machines with slightly different
xterm sizes, which causes tmux to pop the window size around and
messes up the backlog. i was under the impression setw aggressive-resize
off would disable this, but it
On 3 April 2013 17:14, Ted Unangst wrote:
>
> short version: how do i make tmux stop resizing the window?
setw -g aggressive-resize off
Does this for me. Note that it's not set by default.
-- Thomas Adam
I have installed all of OpenBSD 5.2 that came with the install52.iso and
everything is fine.Now I want to install a GUI(gnome or kde) and other
software that did not come with install52.iso.How can I be certain that the
download is cryptographically secure and the downloaded packages are genuine?
p
What can be done when the NFS mount is hanged ?
ports makefile are verifying downloaded (sources) file with checksum.
On Wed, Apr 3, 2013 at 2:32 PM, Luis Suzuki wrote:
> I have installed all of OpenBSD 5.2 that came with the install52.iso and
> everything is fine.Now I want to install a GUI(gnome or kde) and other
> software that did not co
On Wed, Apr 03, 2013 at 07:32:22PM +0100, Luis Suzuki wrote:
> I have installed all of OpenBSD 5.2 that came with the install52.iso and
> everything is fine.Now I want to install a GUI(gnome or kde) and other
> software that did not come with install52.iso.How can I be certain that the
> download i
Luis Suzuki writes:
> I have installed all of OpenBSD 5.2 that came with the install52.iso and
> everything is fine.Now I want to install a GUI(gnome or kde) and other
> software that did not come with install52.iso.How can I be certain that the
> download is cryptographically secure and the down
Christian Weisgerber wrote:
> hostA$ DISPLAY=hostB:0.0 AUDIODEVICE=snd@hostC/0 xmms
I've been asked for the relevant configuration.
For the client, the line quoted above is all there is to it.
See sndio(7) for an explanation of the AUDIODEVICE syntax.
For the sndio server, add "-L-" to sndiod_
> ports makefile are verifying downloaded (sources) file with checksum.
And you can download the ports makefiles via ssh cvs if you want
protection going forward.
--
___
'Write programs that do one thing and do it well. Write p
Looks like multicast packets never show up on gif.
I see those packets on enc0 on both sides.
However, on one side they never show up on gif!
Any ideas?
The "problematic side" has currently "set skip on enc0" and "pass all on gif"
in pf.conf .
Both sides run OpenBSD 5.3.
//mxb
On 28 mar 2013,
On Wed, Apr 03, 2013 at 13:04, Jose H. wrote:
> What can be done when the NFS mount is hanged ?
reboot.
On Wed, Apr 03, 2013 at 17:58, Thomas Adam wrote:
> On 3 April 2013 17:14, Ted Unangst wrote:
>>
>> short version: how do i make tmux stop resizing the window?
>
> setw -g aggressive-resize off
>
> Does this for me. Note that it's not set by default.
Thanks, but it doesn't work for me. Or at l
I've got a gateway computer I also I want to be an ftp server. I've put
everything through pf as per http://openbsd.org/faq/pf/ftp.html
Can anyone see something I've missed in this config? I can't access it
remotely.
# grep -v -e ^# -e ^$ /etc/vsftpd.conf
anonymous_enable=NO
local_enable=YES
dirm
Your pf.conf differs from examples in the faq.
I would suggest turn logging on in pf, and do:
tcpdump -n -e -ttt -i pflog0
Then you can see why it's failing.
On Thu, Apr 04, 2013 at 09:38:57AM +1100, John Tate wrote:
> I've got a gateway computer I also I want to be an ftp server. I've put
> eve
Looks like these are your conflicting rules.
> pass in quick inet proto tcp to port ftp divert-to 127.0.0.1 port 8021
> pass in on $ext_if proto tcp to port 21
The first rule needs to be on $int_if - you didn't specify an interface
so it then defaults to all interfaces.
On Nov 20 10:55:00, h...@stare.cz wrote:
> Suspend mostly works, trigerred either by
> an explicit apm -s, or Fn+F4, or closing the lid.
> After a successfull resume, everything seems to be in order,
> including X and open connections (haven't tested wifi though).
>
> "Mostly" means that it _usual
25 matches
Mail list logo