I have a "Marvell Yukon 88E8053" rev 0x22
which works without problems, on a MacBook:
http://stare.cz/dmesg/macbook2,1.20151109
Jan
On Tue, Jan 12, 2016 at 07:11:55PM -0700, Chris Wojo wrote:
> So it appears that iwm0 does work on snapshot #1800 on my home wireless AP.
> The errors previously reported still occur on the office network where
> several AP's are using the same NWID.
> I would be more than happy to troubleshoot
On Tue, 12 Jan 2016 16:40:58 +0100
Claudio Jeker wrote:
> On Tue, Jan 12, 2016 at 05:33:06AM -0700, Daniel Melameth wrote:
> > On Mon, Jan 11, 2016 at 9:37 PM, David Gwynne
> > wrote:
> > >> On 11 Jan 2016, at 22:43, Daniel Melameth
> > >> wrote: On Sun, Jan 10, 2016 at 7:58 AM, Marko Cupa??
>
On Wed, 13 Jan 2016 10:19:22 +0100
Marko Cupać wrote:
> Can I hope that saying 'currently' means this is not the intended
> design? Or should I come to peace with the fact that with OpenBSD and
> PF I can forget about shaping inbound TCP traffic in a way that
> child queues can expand to max lin
Hello !
Yes, I know, there is a newer snapshot out already but I had no time
to update it. Dmesg is below.
Everything I tried, worked well but I have some questions / informations.
I use a 2TB drive, where I use for /home a 1,7TB disklabel. If I run
mount this disklabel is shown as FFS. What I r
On Wed, Jan 13, 2016 at 01:20:08PM +0100, Christoph R. Murauer wrote:
> OT and only for the archive : iwm0 works not (dhcp ends always with no
> link ... sleeping) with a TP-Link M7350 (4G / LTE modem)
Not very off-topic since development for 11n support is on-going.
Can you please check if it wo
Hi,
i tried an HWGUSB2-54 and an TL-WN321G WLAN-Stick as AP. Both should be
compatible with OpenBSD:
http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/rum.4?query=rum&sec=4.
My /etc/hostname.rum0:
mediaopt hostap mode 11g nwid openbsd wpakey up
But i get the error messages:
/bsd: rum0
> On Wed, Jan 13, 2016 at 01:20:08PM +0100, Christoph R. Murauer wrote:
>> OT and only for the archive : iwm0 works not (dhcp ends always with
>> no
>> link ... sleeping) with a TP-Link M7350 (4G / LTE modem)
>
> Not very off-topic since development for 11n support is on-going.
>
> Can you please c
pachl wrote:
> Other than compatibility with `sudo -s`, what are the benefits of
> `doas -s`?
According to the CVS log:
"Add doas -s as a shorthand for doas $SHELL. ok tedu" (by nicm)
ref:
http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/doas/doas.c?rev=1.8&cont
ent-type=text/x-cvsweb-markup
On Wed, 13 Jan 2016 13:39:25 + (GMT)
Roderich wrote:
> Dear Sirs!
>
> When I move the mouse too fast / not slow enough, I get the following
> in dmesg, many times:
>
> >>
> wsmouse0 detached
> ums0 detached
> uhidev0 detached
> uhidev0 at uhub4 port 2 configuration 1 interface 0 "MOON AND" re
Dear Sirs!
When I move the mouse too fast / not slow enough, I get the following
in dmesg, many times:
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub4 port 2 configuration 1 interface 0 "MOON AND" rev 1.00/0.10
addr 2
uhidev0: iclass 3/1
ums0 at uhidev0: 3 buttons, Z dir
ws
I have same errors in log and same behavior on one of my firewall
cluster. Carp flapping is a result of master system lagging and not
sending carp packets on time. You can workaround it by setting advbase
to some larger value, e.g. 10, but it will obviously still keep
lagging and dropping packets o
On Wed, Jan 13, 2016 at 02:18:47PM +0100, Christoph R. Murauer wrote:
> > On Wed, Jan 13, 2016 at 01:20:08PM +0100, Christoph R. Murauer wrote:
> >> OT and only for the archive : iwm0 works not (dhcp ends always with
> >> no
> >> link ... sleeping) with a TP-Link M7350 (4G / LTE modem)
> >
> > Not
Please give me a day or so. My nearest CVS (Vienna) is not really
fast. The last time it refuses the connection during fetching.
> On Wed, Jan 13, 2016 at 02:18:47PM +0100, Christoph R. Murauer wrote:
>> > On Wed, Jan 13, 2016 at 01:20:08PM +0100, Christoph R. Murauer
>> wrote:
>> >> OT and only f
On Wed, 13 Jan 2016 16:36:23 +0200
Mihai Popescu wrote:
> > I'm writing this so I don't get another set of mails which warn me I
> > can't shape inbound, but need to shape outbound traffic.
>
> Hello Marko,
>
> Don't you think you are out of subject with this thread already?
> Now, seriously, do
> I'm writing this so I don't get another set of mails which warn me I
> can't shape inbound, but need to shape outbound traffic.
Hello Marko,
Don't you think you are out of subject with this thread already?
Now, seriously, do you expect someone to teach you queues online?
Maybe the PF implement
On 2016-01-13, Christoph R. Murauer wrote:
> Please give me a day or so. My nearest CVS (Vienna) is not really
> fast. The last time it refuses the connection during fetching.
Use a different one. anoncvs.fr.openbsd.org and anoncvs.spacehopper.org
update fairly fast.
Hello,
Could someone be kind enough to explain to me the cause of the
following?
$ cat /home/meunier/bin/foo
#!/bin/ksh
echo "it works!"
$ /usr/bin/which foo
/home/meunier/bin/foo
$ foo
it works!
$ doas /usr/bin/which foo
Password:
/home/meunier/bin/foo
$ doas foo
Password:
doas: foo: command not
I do not see keepenv in your doas.conf
--
Raul
On Wed, Jan 13, 2016 at 11:17 AM, Philippe Meunier wrote:
> Hello,
>
> Could someone be kind enough to explain to me the cause of the
> following?
>
> $ cat /home/meunier/bin/foo
> #!/bin/ksh
> echo "it works!"
> $ /usr/bin/which foo
> /home/meuni
On 2016-01-13, Christoph R. Murauer wrote:
>
> Is there a simple way to automatically re-run /etc/rc.local after a
> resume ? I run atactl there and, it looks as if it is not running
> after resuming the machine (checked the load / unload cycle counts
> with atactl after resuming) ?
See the apmd(
I have one that seems to work fine. I have some issues getting it to auto
negotiate the speed correctly on one of my switches but I've never looked
into that much as it works on other switches. I'm not sure if its a switch
issue or nic issue.
mskc0 at pci2 dev 0 function 0 "Marvell Yukon 88E8040
My compliments to Ted Unangst and whoever else was involved in the
creation of doas. sudo configuration is such an incredible hairball
that I'll wager that few attempt to wade through the documentation to
get things set up so that innocuous things are convenient and the rest
is secure. I know I did
On Sat, Jan 09, 2016 at 04:52:24PM -0700, Devin Reade wrote:
> I reported a problem on the bugs@ list in that I have a machine that
> panics if the msk(4) interface is used, but works fine with an em(4)
> interface.
>
> There is a possibility that I have bad hardware as I've been able to
> replica
Philippe Meunier wrote:
> The same thing happens if I first move foo to / and add / at the
> beginning of $PATH, so it's not a permission problem with
> /home/meunier/bin, and foo itself has permissions 777.
> If I first move foo to /bin then doas(1) finds foo without problem.
5.8 was a little too
Hello,
After upgrading to the most recent snapshot, a simple 'ifconfig athn0 up' sends
me to ddb:
kernel: integer divide fault trap, code=0
Stopped at: ar5008_set_delta_slope+0x40:idiv1 %ecx,%eax
Trace:
ar5008_set_delta_slop() at ar5008_set_delta_slope+0x40
athn_hw_reset() at athn_hw_
On 2016-01-10, Christian Weisgerber wrote:
>>> I noticed issue with mg scroll-up keybinding when "xterm*locale: true" is
>>> set in
>>> ~/.Xresources.
>>> When the above option is set, mg requires that you type C-v C-v to scroll-up
>>> instead of single C-v. I'm not sure if this is bug or featur
I haven't done anything other than binary releases in some time,
although it's possible I may have fat fingered a terminal at some point.
I infrequently check these boxes other than biannual release updates and
mtier patches.
The checksums and timestamps of /bsd and /sbin/pfctl match another
worki
Hello,
I have a laptop computer configured to use unbound(8) and ntpd(8) but
which does not have any network interface configured by default
(except lo0, obviously) since which interface needs to be configured
and how depends on where I'm using the computer.
After booting, unbound(8) and ntpd(8)
28 matches
Mail list logo