On Fri, Nov 21, 2014 at 02:39:02PM -0500, Libertas wrote:
> It shouldn't be an issue with clients IIRC, as they only maintain a few
> circuits.
>
> I just ran 'sudo lsof | wc -l' on a Linux guard relay that moves a
> little less than 1 MB/s (not much traffic), and it returned >12,500. If
> anyone
On Wed, Nov 26, 2014 at 04:05:42PM -0500, Forman, Jeffrey wrote:
> How do I reconcile rtsold's requirement of not running on a router while
> still attempting to provide IPv6 connectivity to hosts behind my OpenBSD
> fw/router?
There's http://tools.ietf.org/html/rfc7084 but it's not implemented by
On Sat, Nov 29, 2014 at 02:08:32PM +0200, Ville Valkonen wrote:
> Hello,
>
> On 29 November 2014 at 14:02, frantisek holop wrote:
> > i have written for myself a small python3 script that
> > removes accented characters and all utf8 "symbols"
> > from filenames, a kind of "utf-8 to ascii sanitize
On Mon, Dec 01, 2014 at 10:38:40AM +0200, pizdel...@gmail.com wrote:
> On Sat, Nov 29, 2014 at 09:48:53PM +0100, Dmitrij D. Czarkoff wrote:
> > That said, the standard provides just enough facilities to make
> > filesystem-related aspects of Unicode work nicely, particularily in case
> > of utf-8.
On Mon, Dec 01, 2014 at 10:20:08AM +0100, Dmitrij D. Czarkoff wrote:
> I would enforce normalization at filename access time (open(), fopen(),
> readdir(), etc). Yes, destructively transform. I would reject
> filenames that won't decode. If this is documented, I just don't see
> how it is "behin
On Wed, Jun 04, 2014 at 11:08:42PM +0200, Johan Svensson wrote:
> I'm trying to migrate from Linux to Openbsd on my laptop (thinkpad x201).
>
> The first problem that i came across was that the Cpu fanspeed was running
> constantly at 3500RPM.
> After the acpithinkpad.c patch from jcs (and i modif
On Wed, Dec 17, 2014 at 10:16:53AM +0100, Marko Cupać wrote:
> In layman's terms, I'd say that OpenBSD has correct information which
> is correctly read by xfce4-power-manager upon start of the application,
> but is not updated afterwards.
Do you have a system dbus running?
If not, add dbus_daemon
On Wed, Dec 17, 2014 at 12:39:15PM +0100, Marko Cupać wrote:
> Hi,
>
> I have occasional device timeout from urtwn on my ThinkPad T440 with usb
> wifi dongle.
>
> All I get in dmesg is:
> urtwn0: device timeout
Yes, these devices tend to run hot and stop working. I have a
urtwn(4) device that ha
On Wed, Dec 17, 2014 at 11:47:38AM +0100, Marko Cupać wrote:
> Could the problem be related to the fact that my ThinkPad T440 has
> two batteries, one that is integrated, and the other that is
> changeable?
No idea. Did you already test this theory by removing a battery?
On Thu, Dec 18, 2014 at 09:30:43AM +0100, Marko Cupać wrote:
> On Wed, 17 Dec 2014 17:33:36 +0100
> Alessandro DE LAURENZIS wrote:
>
> > Maybe useless to say, but you should add the "user session" d-bus part
> > too; in .xinitrc, something like:
> >
> > # Start a session bus instance of dbus-dae
On Wed, Dec 24, 2014 at 09:15:03PM +0100, Christian Weisgerber wrote:
> Jonathan Thornburg:
>
> > > I have no experience with that configuration, but I had a broadly
> > > comparable setup where a Soekris net5501 (same CPU as the ALIX) did
> > > IPsec for a .11g network.
> >
> > What was the band
On Thu, Jan 01, 2015 at 06:30:50PM -0500, Brad Smith wrote:
> On 01/01/15 17:14, Christian Weisgerber wrote:
> >My OpenBSD laptop, iwn(4), doesn't roam between my two access points.
> >It's a sorry sight when it struggles to push a signal through the
> >rebar floor instead of switching over to the
On Sun, Jan 04, 2015 at 11:27:54PM +0100, Tom Van Looy wrote:
> Hi
>
> My laptop (HP ProBook 6560b) has a Broadcom BCM4313 wifi card. Seems like
> it's not supported (there is also a thread on misc@ about this card).
>
> I want to buy a new card. What mini PCI express card is the best card you
>
On Mon, Jan 05, 2015 at 08:32:11AM +0100, Tom Van Looy wrote:
> I think the cheapest (Wireless-N 2230) is ok because they all are 300
> Mbit/s and OpenBSD doesn't support bluetooth.
>
> And you would recommend iwn and not something else?
iwn is working well for me on several laptops.
On Mon, Jan 05, 2015 at 11:30:30AM +0100, Clemens Goessnitzer wrote:
> Hello everyone,
>
> I am running -current as of end-Decemberish. I am using a Ralink chip
> powered wireless adapter (chip: Ralink RT3052), which should be supported by
> the run driver. However, I get
>
> # sh /etc/netstart
On Mon, Jan 05, 2015 at 12:07:05PM +0100, Clemens Goessnitzer wrote:
> On 01/05/15 11:39, Stefan Sperling wrote:
> >Try setting the AP to a 2.4 Ghz channel (1-13) and see if that improves
> >things. 11a (5Ghz) has a shorter range than 11b/g.
> >
>
> Still the same beha
On Mon, Jan 05, 2015 at 07:11:07PM +0100, Clemens Goessnitzer wrote:
> On 01/05/15 18:25, Stefan Sperling wrote:
> >Not sure. Perhaps check if deactivating power-saving on the AP is possible.
> >I don't believe the run(4) driver has support for it.
>
> Should be deac
On Mon, Jan 05, 2015 at 08:20:28PM +0100, Clemens Goessnitzer wrote:
> driver to try getting a connection for a longer time? The following shows
> that run0 gets a connection/handshake, but after the "no link...
> sleeping". And why would it try getting and successing getting a connection
>
On Wed, Jan 07, 2015 at 05:53:24PM +0100, Reyk Floeter wrote:
> # First deny access to the specified files
> # (as a workaround, run 'mkdir -p 0 /var/www/forbidden' first)
^
mkdir -m 0 /var/www/forbidden
^
?
On Mon, Jan 12, 2015 at 10:51:11AM +0100, Solène Rapenne wrote:
> Le 2015-01-12 10:45, Jan Stary a écrit :
> >>Am Sonntag, den 11.01.2015, 20:45 + schrieb etie...@magickarpet.org:
> >>
> >>> Is there a way to have a different keymap in boot? Not that it's really
> >>> necessary to type "boot bs
On Wed, Jan 14, 2015 at 10:49:01AM +0100, Enos D'Andrea wrote:
> Thanks, but I was hoping for a method that would also verify the CD boot
> process, and that would not require downloading and installing a second
> image or trusting the CD to verify itself.
Bootstrapping trust is always going to be
On Wed, Jan 14, 2015 at 02:32:07PM +0100, Enos D'Andrea wrote:
> "Buying a CD" in my case includes a 5.000 mile trip through multiple
> "five-eyes" nations, whose overzealous three letter agencies officially
> intercept physical shipments to install backdoors and hardware implants.
On Wed, Jan 14, 2015 at 04:40:00PM +0100, Ján Kušniar wrote:
> Hello,
>
> I've set up a small wifi AP using alix 3d2 computer board and Mikrotik
> R52nM mini PCI wireless adapter. Works great except for wireless
> throughput. It's running 5.6 stable, usual AP setup (wifi adapter in
> hostap mode,
On Wed, Jan 14, 2015 at 08:24:02PM +, Christian Weisgerber wrote:
> On 2015-01-14, Stefan Sperling wrote:
>
> > 15Mbit/s sounds as if it maxes out at 18Mbit/s (the highest QPSK rate)
> > and never switches to OFDM rates (24 - 54 Mbit/s).
>
> IEEE 802.11 still uses
On Thu, Jan 15, 2015 at 10:20:48AM +0400, Evgeny Zhavoronkov wrote:
> When I have these repeted messages from ehci_idone (ehci.c) some
> devices work very slow and unstable. Often Wifi is going down.
> If I try to detach any USB device during these errors I get a kernel crash
Please try -current.
On Sat, Jan 17, 2015 at 10:59:19PM +0100, Daniel Cegiełka wrote:
> http://www.spiegel.de/media/media-35663.pdf
>
> "PANT SPARTY is a backdoor in the SSH daemon for *NIX, based on
> OpenSSH portable"
They are not talking about the official OpenSSH code.
To save everyone a bit of time (and hassle
On Mon, Jan 26, 2015 at 11:02:21AM +0100, Stephan Schindel wrote:
> However, CUPS does see my printer from the command line:
>
> # /usr/local/libexec/cups/backend/usb
> DEBUG: Loading USB quirks from "/usr/local/share/cups/usb".
> DEBUG: Loaded 68 quirks.
> DEBUG: list_devices
> DEBUG: libusb_get_
On Wed, Jan 28, 2015 at 09:02:39PM +, Tom Doherty wrote:
> Hi
>
> I'm experiencing poor network performance when using iwn(4) on
> OpenBSD 5.7 amd64 snapshot (downloaded today 28/1/2015).
>
> Plugged in via re0 I see 8MB/s. On Linux using wireless I download at
> 1.3MB/s.
>
> On OpenBSD I do
On Wed, Feb 18, 2015 at 11:42:52AM +0100, frantisek holop wrote:
> recently i have bought a cheapo usb hub,
> nothing fancy, just to keep the mouse,
> keyboard, wifi in one place. i have it
> plugged in at boot time.
>
> in dmesg.boot things look good. then hotplugd
> starts to run and receives a
On Tue, Feb 24, 2015 at 02:30:06PM +0400, Evgeny Zhavoronkov wrote:
> Ok. So I tried -current and situation is the same.
> I can reproduce the total crash (laptop reboot) by attach/detach athn usb
> wifi or playing with usb devs somehow.
And you don't get any ddb output when it crashes?
On Tue, Feb 24, 2015 at 03:27:24PM +0400, Evgeny Zhavoronkov wrote:
> Sometime yes. But more often - no.
Sometimes we can fix bugs without seeing ddb output. But more often - no.
On Wed, Feb 25, 2015 at 09:08:56PM -0300, Henrique Lengler wrote:
> On Tue, Feb 24, 2015 at 12:23:54PM +0100, Stefan Sperling wrote:
> > On Tue, Feb 24, 2015 at 02:30:06PM +0400, Evgeny Zhavoronkov wrote:
> > > Ok. So I tried -current and situation is the same.
> > >
On Fri, Feb 27, 2015 at 11:04:32AM -0430, Naim, Halim. wrote:
> I have updated to the latest snapshot. Applied the patch (strange thing,
> marc.info wouldn't open unless I was using tor). And recompiled the
> kernel according the FAQ. I haven't seen any echi messages for now. But
> after I do:
> #
On Fri, Feb 27, 2015 at 11:27:56AM -0430, Halim Srama wrote:
> Yes. booted with /obsd and it's the same. This doesn't happen with an
> urtwn0 USB dongle.
So your issue appears to be related to athn rather than the
ehci_idone fix patch. Have any other athn users seen this?
What's the name and mode
On Fri, Feb 27, 2015 at 11:42:32AM -0430, Halim Srama wrote:
> With the previous -current athn0 used to trigger the ehci_idone. It's a
> TP-LINK TL-WN722N.
Thanks, those are easy to find and cheap. I'll pick one up ASAP.
> On Fri, Feb 27, 2015 at 05:25:49PM +0100, Stefan Sperling wrote:
> > > On Fri, Feb 27, 2015 at 11:42:32AM -0430, Halim Srama wrote:
> > > > With the previous -current athn0 used to trigger the ehci_idone. It's a
> > > > TP-LINK TL-WN722N.
> >
On Sun, Mar 01, 2015 at 11:52:42PM -0300, Henrique Lengler wrote:
> On Sun, Mar 01, 2015 at 11:34:54AM -0430, Naim, Halim. wrote:
> > Thanks, I have applied and recompiled. I can attach/detach. ifconfig
> > down up, and sh /etc/netstart athn0, without any problems now. I will
> > use it through the
On Mon, Mar 02, 2015 at 09:21:02AM -0430, Naim, Halim. wrote:
> Everything continues to work with the new diff. Yesterday (with the
> previous diff), I used the dongle for some 12 hours, without any
> problems.
Great, thanks for checking.
This new diff mainly fixes an issue where the machine eff
On Mon, Mar 02, 2015 at 03:05:41PM +0100, Stefan Sperling wrote:
> On Mon, Mar 02, 2015 at 09:21:02AM -0430, Naim, Halim. wrote:
> > Everything continues to work with the new diff. Yesterday (with the
> > previous diff), I used the dongle for some 12 hours, without any
> >
On Tue, Mar 03, 2015 at 08:08:29AM +, Stuart Henderson wrote:
> On 2015-03-02, Stefan Sperling wrote:
> > I'm tired of replugging this device, and I don't want to
> > wear out my laptop's USB ports even more ;)
>
> You can borrow a tip from USB hardware ha
On Tue, Mar 03, 2015 at 04:55:01PM +0100, Thisis theone wrote:
> $ touch "árvíztűrő tükörfúrógép"
> $ ls -lah
> -rw--- 1 user user 0B Feb 8 18:20 ??rv??zt??r?? t??k??rf??r??g??p
> $
>
> I am using uxterm on OpenBSD 5.6. How can my uxterm show these accents in
> this way? Why doesn't it
On Tue, Mar 03, 2015 at 11:41:07PM +0100, Thomas Bohl wrote:
> Thank you very much! Colorls still showed me ?? for the majority of
> characters. This patch works as expected.
I'm not sure what kind of behaviour you expect.
colorls showing some ?? indicates that the character set used by
filenames
On Tue, Mar 03, 2015 at 06:21:52PM -0500, Bob Eby wrote:
> Hi,
>
> I'm trying to connect to a wireless network using OpenBSD 5.6. I see a
> couple FAQ questions talking about a "wpa-psk" command to convert plaintext
> to encrypted string, but still getting secure wireless working is about as
> cl
On Wed, Mar 04, 2015 at 05:06:57PM +0200, Lars Nooden wrote:
> The only other strange symptom is that the machine locks up hard every
> week or two requiring a powercycle or hardware reset to restart. I can
> find nothing in the logs anywhere near the time of the lock ups. The main
> board run
On Thu, Mar 05, 2015 at 06:52:20PM +0100, Marc Espie wrote:
> On Thu, Mar 05, 2015 at 06:11:31PM +0100, Ingo Schwarze wrote:
> > By the way, lynx(1) removal doesn't really hurt that much.
> > Rotten code that will hurt more when it will finally be deleted
> > includes, for example, the sqlite3(1) l
On Thu, Mar 05, 2015 at 08:48:49PM +0200, Lars Nooden wrote:
> Would a weak or dying power supply
> also affect the throughput on the wireless?
It is a possibility. But only you can verify this theory.
I've seen it happen with other devices:
http://hofmeyr.de/PoE%20power%20fix%20for%20NanoStatio
On Mon, Mar 16, 2015 at 07:01:56PM -0300, Henrique Lengler wrote:
> I have a tl-wn722n wifi usb adapter. It uses the athn0 driver.
>
> My connection is frequently getting down, and I am receiving a message
> athn0: device timeout. So to solve I need to run
> $ sudo sh /etc/netstart
>
> I am runn
On Tue, Mar 17, 2015 at 11:12:34AM +0300, Evgeny Zhavoronkov wrote:
> I have the same problem with the latest snapshot and yes, the problem is
> with any AP and they are in range 1-5 meters.
I have the same adapter and I don't see the issue.
What mode/channel are you using?
Please provide output
On Wed, Mar 18, 2015 at 06:31:03PM +0100, Mattieu Baptiste wrote:
> Anyone seeing this?
Yes, all the time.
> I'll try to find this night the commit which is
> causing this regression.
If there was particular commit that made it much worse, that would
be good to know.
But I believe this problem
On Wed, Mar 18, 2015 at 10:45:16PM +0100, Mattieu Baptiste wrote:
> On Wed, Mar 18, 2015 at 7:01 PM, Stefan Sperling wrote:
> > On Wed, Mar 18, 2015 at 06:31:03PM +0100, Mattieu Baptiste wrote:
> >> Anyone seeing this?
> >
> > Yes, all the time.
> >
> &g
On Sat, Mar 21, 2015 at 11:19:18PM +0100, Aram Hăvărneanu wrote:
> I have a ThinkPad x240 (Intel 7620 wireless) running -current (to get
> the new iwm(4) driver). Wireless works fine, but when I try to use a
> trunk(4) device, in the way it's described in the faq[1], it doesn't
> work.
>
> When I
On Sun, Mar 22, 2015 at 01:45:45PM +1100, Jonathan Gray wrote:
> Try the following.
This diff re-introduces an unrelated problem fixed in r1.7.
Interface attachment is moved back to the attach-hook, and the driver
tries to load the firmware from disk before creating an interface.
If the firmare
On Fri, Oct 19, 2012 at 09:06:24AM +0300, Lars Engblom wrote:
> At some point a half year to one year ago, some changes were made
> to current that made it impossible to watch movies on my computer. The
> graphics is lagging so terrible that it is not possible to watch.
> [26.263] (II) AIGLX:
ake it work out of the box. And remove it from the set
once r600 support has been fixed to work without this config hack.
> On 10/19/12 11:59, Stefan Sperling wrote:
> >On Fri, Oct 19, 2012 at 09:06:24AM +0300, Lars Engblom wrote:
> >>At some point a half year to one year ago, some
On Sat, Nov 03, 2012 at 07:08:58PM -0400, Jiri B wrote:
> This is totally fantastic what jsing@ did, boot(8) can now ask
> for passphrase for root disk laying on softraid crypto volume.
> It works OK.
>
> But I didn't know it works with passphrase beforeso I first
> tried with keydisk... What a su
On Sat, Nov 10, 2012 at 05:13:22PM +0100, Zoran Kolic wrote:
> I have an old laptop on which I plan to install 5.2 i386.
> Using pcmcia it should go to internet. What wifi card to
> choose: atheros 5212 or ralink 2500? Both are considered
> supported quite well.
If you don't intend to run hostap m
On Sun, Nov 11, 2012 at 11:20:53AM +, hepta tor wrote:
> On 11/10/12, Barry Grumbine wrote:
> > On Fri, Nov 9, 2012 at 7:58 PM, hepta tor wrote:
> > Read this thread:
> > http://marc.info/?l=openbsd-misc&m=135198427413548&w=2
> >
> > run -current.
>
> Thanks for the pointer. Do you know if t
On Thu, Nov 15, 2012 at 09:06:44AM +0100, Peter J. Philipp wrote:
> Hi All,
>
> I have an Acer Aspire One 722 netbook. It looks like this with the GENERIC.MP
> kernel:
> I really want to get wireless working with this thing so I hacked in the
> kernel and added the following patch:
>
>
>
On Thu, Nov 15, 2012 at 11:23:24AM +0100, Stefan Sperling wrote:
> > --- if_athn_pci.c.orig Thu Nov 15 06:55:19 2012
> > +++ if_athn_pci.c Thu Nov 15 06:55:37 2012
> > @@ -100,7 +100,8 @@
> > { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR2427 },
> >
Is anyone able to test athn(4) in -current with the following device,
and report back to me (off-list is fine) whether or not it is working?
Atheros AR9300 Vendor ID: 168c Product ID: 0030
(vendor and produced IDs are shown by 'sudo pcidump -v')
I'm trying to get a similar device to work (AR9485)
On Fri, Nov 16, 2012 at 07:21:14PM -0800, Robert Connolly wrote:
> I have an AR9285. Is that useful?
Not for what I want to know. Thanks though!
> Also, please while you're in there... I get device timeout's constantly,
> and it disconnects and reconnects to my router. Maybe you can find the
> ca
On Mon, Nov 26, 2012 at 03:14:07PM +0100, Jeremie Le Hen wrote:
> But the problem seems to have been lurking since at leat 4.4 from my
> searching in the archives.
When making such claims please give others an opportunity to verify
your sources. Otherwise it's impossible to tell whether you're poi
On Sat, Dec 01, 2012 at 05:15:22PM +, Heptas Torres wrote:
> Hi
> I run OpenBSD in a VMware workstation and I would like to connect the
> Edimax EW-7811Un nano USB wireless adapter:
> http://www.edimax.com/en/produce_detail.php?pd_id=347&pl1_id=1&pl2_id=44.
> I get the error:
>urtwn
On Fri, Dec 14, 2012 at 04:43:19PM -0800, Sha'ul wrote:
> The driver for AR9485 seems to be fully function in libre Linux from
> what I've tried, don't need the vanilla Linux version for at least
> the wifi to work. Would it not be possible to thereby port over the
> libre linux driver version to g
On Sat, Dec 15, 2012 at 12:00:07PM -0500, Nick Holland wrote:
> On 12/15/12 11:45, Martin Kjær Jørgensen wrote:
> > Do you think an AMD Elan 133 Mhz is "modern" enough for at 54/mbit
> > wireless WPA2 throughput?
>
> Are you kidding me?
> That's about as non-modern as OpenBSD/i386 supports. Serio
On Sun, Dec 16, 2012 at 01:52:10PM +0100, Martin Kjær Jørgensen wrote:
> Sounds like OpenBSD is not quite ready for being a production Access Point.
Well, that depends on your needs. But yes, alternatives like OpenWRT are
tuned better for use as a speedy access point and run on smaller devices
tha
On Wed, Dec 19, 2012 at 10:55:47PM +0800, livemoon wrote:
> Hi, I installed 5.2 in my Fujitsu ph521 laptop. It use AMD Brazos E350. It
> can use X-windows by radeon driver. But the problem is: when I exit my cwm,
> the screen become white, and cannot back to console by type any key.
> How to fix it
On Wed, Dec 19, 2012 at 09:43:18PM +, sickm...@lavabit.com wrote:
> Hi,
>
> I have been using OpenBSD for quite a long time, and find it awesome.
> I've got some spare time lately and decided to hunt some bugs, but I
> don't really know where to start. Any suggestions?
>
> P.S. Yeah, I know a
On Fri, Dec 21, 2012 at 01:17:06PM +, sickm...@lavabit.com wrote:
> On 12:25 Thu 20 Dec , Stefan Sperling wrote:
> > On Wed, Dec 19, 2012 at 09:43:18PM +, sickm...@lavabit.com wrote:
> > > Hi,
> > >
> > > I have been using OpenBSD for quite a long t
On Tue, Dec 25, 2012 at 06:05:10PM +0100, frantisek holop wrote:
> hi there,
>
> since a couple of snapshosts back i can quite reliably
> freeze my openbsd notebook simply by leaving it on
> overnight. the desktop is there, all the open windows
> are there, but it has become a painting...
> nothi
On Wed, Dec 26, 2012 at 03:26:43PM -0500, Nick Holland wrote:
> On 12/25/12 19:50, Eric Furman wrote:
> > Not long ago Nick did go into some detail about this very thing.
> > I don't remember how long ago or what the thread was about,
> > but you might find it in the archives.
> > Just search for N
On Wed, Dec 26, 2012 at 10:16:09PM +0100, mhca12 wrote:
> What's the status of the root partion-less full disk
> encryption changes? Is it already good enough and
> are there (semi-)official install images with it enabled?
You can create a crypto disk during or after installation (type !
at any pr
On Sat, Dec 29, 2012 at 11:37:25AM +0300, Kirill Bychkov wrote:
> And don't forget to install rsu firmware.
To install firmware make sure the rsu device is plugged in and you
are connected to the internet via another network interface.
Then run 'fw_update' as root.
I can confirm that rsu works ve
On Sun, Dec 30, 2012 at 12:42:30PM -0300, Matias Moreno Meringer wrote:
> Hi there.
>
> I use mutt in a xterm to check my emails. I speak spanish, so have a
> lot of emails in that language. Problem is because mutt doesn't
> display regional character properly, neither others console based
> appli
On Mon, Dec 31, 2012 at 02:36:02AM -0500, Brad Smith wrote:
> On 12/30/12 00:56, Zoran Kolic wrote:
> >Dongle blinks and the system gives a message:
> >
> >rsu0: could not send site survey command
>
> This is a known bug in the driver. It makes the driver essentially unusable.
Can you provide a r
On Sun, Jan 06, 2013 at 12:22:44PM +0100, Federico Giannici wrote:
> We have an OpenBSD 5.2 amd64 where every 5 minutes a few thousand of
> ".rrd" files from MRTG are written (actually, updated) to disk.
>
> The problem is that for a few seconds (15-20) every other access to
> the disk is totally
On Mon, Jan 07, 2013 at 02:09:01PM +0100, Lars von den Driesch wrote:
> However, I like vim and as soon as I set the EDITOR env variable to it
> the "arrow up/down" functionality is gone. In fact even if EDITOR is
> set with "export EDITOR=" the functionality is gone. Commands typed in
> still appe
On Wed, Jan 09, 2013 at 04:30:21PM -0800, Kent Fritz wrote:
> Install works fine, but consistently stops after printing:
> wskbd0 at pckbd0: console keyboard, using wsdisplay0
>
> Same behavior for 5.2 release, current, amd64 and i386, and another
> model nT-i2847. Any hints where to poke next?
On Thu, Jan 10, 2013 at 08:56:15AM -0800, Kent Fritz wrote:
> On Wed, Jan 9, 2013 at 5:34 PM, Stefan Sperling wrote:
> > Shot in the dark: Does it not hang if you disable the pms driver
> > via boot -c? See the boot_config(8) man page.
> >
> > The RAMDISK_CD kernel d
On Fri, Jan 11, 2013 at 04:44:07PM -0800, Kent Fritz wrote:
> I dug a little deeper, and defined PCKBCDEBUG in
> /usr/src/sys/dev/ic/pckbc.c, and it spews:
> pckbc_cmd: lost 0xfc
>
> Looking at pckbc_poll_cmd1, it looks like there's an infinite loop if
> it doesn't get back a response it expects.
On Sat, Jan 12, 2013 at 01:51:55PM +0100, Dmitrij D. Czarkoff wrote:
> On Sat, Jan 12, 2013 at 12:31:40PM +, Stuart Henderson wrote:
> > Set LD_PRELOAD=/usr/lib/libpthread.so
> >
>
> Thanks, it solved the problem for me.
>
> Now, do I have to provide LD_PRELOAD in environment for any perl sc
On Tue, Jan 15, 2013 at 04:35:24PM +1100, Rod Whitworth wrote:
> E installs without whining.
>
> I changed xinitrc to remove the icewm setting and added:-
> exec enlightenment_start
>
> startx gives a very dark screen and a mouse cursor pops up in the
> centre. Then the screen has a short flash o
On Wed, Jan 16, 2013 at 10:50:36AM +1100, Rod Whitworth wrote:
> On Tue, 15 Jan 2013 11:33:54 +0100, Stefan Sperling wrote:
> >The dmesg you quoted is from 5.2. Please show the -current dmesg from
> >the USB stick install which actually has the problem.
>
> I was not clear e
On Sun, Jan 27, 2013 at 05:23:05AM -0500, Jiri B wrote:
> On Sun, Jan 27, 2013 at 05:20:14AM -0500, Jiri B wrote:
> > Hello,
> >
> > I'm confused, how is it possible I have two files with same
> > names in one dir?
> >
> > $ ls -li
> > total 1245376
> > 3611817 -rw-r--r-- 1 jirib jirib 1683927
On Tue, Jan 29, 2013 at 11:17:10AM +0100, Andriy Samsonyuk wrote:
> Hi,
>
> is apm/apmd the only wat to change the fan speen?
>
> The fan speen never goes above:
> hw.sensors.acpithinkpad0.fan0=4527 RPM
> +- few RPMs
>
> if i set apmd -C or -A the laptop powers off after a while
> without any wa
On Mon, Feb 04, 2013 at 12:09:28PM +0100, Andriy Samsonyuk wrote:
> Hi all,
>
> rather a stupid question:
> "How/Where to get a keycodes for the keyboard keys?"
>
> I would like to bind some of extra keys on the thinkpad
> keyboard into my window manager and cannot find the
> keycodes..
>
> Than
On Fri, Feb 08, 2013 at 12:52:00PM -0500, Scott McEachern wrote:
> Shit, I forgot to mention that I already gave that a whirl by putting:
>
> umount -f /st3 <-- the mount point of the crypto volume
>
> in /etc/rc.shutdown. It makes no difference; I still get that
> warning/error.
>
> I also tri
On Sat, Feb 09, 2013 at 03:52:12AM -0500, Scott McEachern wrote:
> On 02/09/13 03:09, Andy Bradford wrote:
> >Thus said Joel Sing on Sat, 09 Feb 2013 16:44:11 +1100:
> >
> >>umount via DUID does not work currently - this will be fixed shortly
> >>after the next release freeze has ended.
> >Will t
On Sat, Feb 09, 2013 at 12:53:09PM -0600, Nicolai wrote:
> On Sat, Feb 09, 2013 at 11:46:58AM -0600, Crookedmaze wrote:
>
> > what I plan to do is to create my own spin-off off OpenBSD that comes
> > configured to function as a server for a game called "Minecraft",
> > and comes with things like O
On Mon, Feb 11, 2013 at 11:09:00AM +0100, Martin Schmitt wrote:
> All,
>
> I got my first non-tunneled IPv6 uplink a while ago, and now I have
> issues with NDP.
>
> Over the same shared LAN, the ISP apparently serves several (more than
> one, but as far as I can see not neccessarily more than tw
On Thu, Mar 14, 2013 at 06:51:54PM +, Alexey E. Suslikov wrote:
> John Tate johntate.org> writes:
>
> >
> > I've been trying to get PHP to be able to email from a chrooted apache
> > server. Running without chroot is not an option. I can't find clear
> > documentation on doing this, and the
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
On Fri, Apr 05, 2013 at 01:53:15PM +0100, Luis Suzuki wrote:
> I used dmesg to discover if my SDHC card is recognized but I see things like
> sdhc0 and sdmmc0 and no one works when I do : disklabel sdhc0 or disklabel
> sdmmc0.So,Is there a more common,usual device name for SDHC cards? Thanks.
Here
On Thu, Apr 11, 2013 at 09:51:55AM +0400, Wesley M.A. wrote:
> Hi,
>
> I run OpenBSD 5.3-current i386 (xbase.tgz included)
> I install php-5.3 /gd /zip
> added owncloud 5.0 from owncloud.org
>
> I read the faq : 10.20.1 - Configuring the active character set
>
> I tried this : export LC_CTYPE="e
On Thu, Apr 11, 2013 at 09:30:51PM +0400, Wesley M.A. wrote:
> What do you mean by 'C locale' ?
The default locale is called the 'C' locale. It is used when
you don't configure any locale via LC_CTYPE or LANG. It only
supports the ASCII character set. However that doesn't mean that
applications ca
On Thu, Apr 11, 2013 at 10:18:26PM +0400, Wesley M.A. wrote:
> I get this in the admin console (warning log):
> Error coresetting locale to en_US.UTF-8/en_US.UTF8 failed.
> Support is probably not installed on your system
>
> And at the top :
> "Locale not working
> This ownCloud server can't
On Tue, May 07, 2013 at 12:07:01PM +0200, Holger Glaess wrote:
> hi
>
> can someone help me about this error ?
>
> athn0: could not initialize calibration
> athn0: unable to reset hardware; reset status 60
I'm getting the same error with an AR9485 card. I couldn't yet
figure out what is wrong. I
On Tue, May 07, 2013 at 04:48:41PM +0200, Janne Johansson wrote:
> this patch (stupidly) fixes my problem. I don't like my broken setup,
> but this works.
We've determined the RFC doesn't require source addresses in
neighbour solicitations to be sent from a matching prefix.
I don't see any reason
On Tue, May 07, 2013 at 09:16:25PM +0200, Stefan Bagdohn wrote:
> Wasn't this check introduced as mitigation of CVE-2008-2476 five years ago?
> E.g. http://ftp.openbsd.org/pub/OpenBSD/patches/4.4/common/001_ndp.patch
Right, thanks for pointing that out.
Claudio added this check in 2008. RFC 4861
On Tue, Mar 17, 2015 at 03:36:03PM -0300, Henrique Lengler wrote:
> My intenert falled again, but with this option I didn't received device
> timeout, I received this:
Hi Henrique,
The output you sent shows things are working fine, it doesn't
show any problem. So we're still at square 1 with this
601 - 700 of 945 matches
Mail list logo