Fwd: Re: I found a sort bug! - How to sort big files?

2015-03-15 Thread sort problem
Whoops. At least I thought it helped. The default sort with the -H worked for 132 minutes then said: no space left in /home (that had before the sort command: 111 GBytes FREE). And btw, df command said for free space: -18 GByte, 104%.. what? Some kind of reserved space for root? Why does it

Re: running multiple simultaneous X sessions as different users

2015-03-15 Thread luke350
On 03/15/15 04:15, Miod Vallat wrote: If you run another X server instance, it will use the seventh virtual console (ctrl-alt-F7). But I am not sure drm-enabled X servers can run multiple instances. Thanks. Is there a way to turn off drm, such as via a sysctl setting for

Re: OpenBSD as base OS for Virtualization

2015-03-15 Thread Jiri B
On Sun, Mar 15, 2015 at 10:28:15AM +0200, Ruslanas Gžibovskis wrote: You mentioned QEMU, for example, so is there some more examples? I don't want to be ugly but have you tried to do your homework at least? Check qemu in ports, there's README file as an example. Solaris Containers, have

Re: Installation panic on boot

2015-03-15 Thread Stuart Henderson
On 2015-03-15, The Aviator aviator45...@gmail.com wrote: I don't get to a terminal, but the dmesg is at the relevant lines I can think of (copied by human): ioapic0 at mainbus0: apid 2 pa 0xfec0, version 21, 24 pins ioapic0: misconfigured as apic 0, remapped to apid 2 LoadTable panic:

Re: Diffs for OpenBSD /src

2015-03-15 Thread Alexander Hall
On March 15, 2015 9:49:11 AM GMT+01:00, Raf Czlonka rczlo...@gmail.com wrote: On Sat, Mar 14, 2015 at 07:44:38PM GMT, Alexander Hall wrote: cvs diff -uNp, even. :-) On an OpenBSD system, '/etc/skel' contains '.cvsrc', which itself contains the line: diff -uNp So if one has created a local

Re: [Bulk] Re: httpd presenting the wrong TLS certificate

2015-03-15 Thread Kevin Chadwick
On Sat, 14 Mar 2015 19:39:01 -0300 Hugo Osvaldo Barrera wrote: Oh, I hadn't checked that for SNI. I'll have to wait then; multiple IPv4 addresses are expensive, and CAs will charge for wildcard certs. :( Is SNI on the roadmap already? pound proxy does SNI and works well on port 443 in front

Re: OpenBSD as base OS for Virtualization

2015-03-15 Thread Ruslanas Gžibovskis
Thanks to all. Hi Steven, You mentioned QEMU, for example, so is there some more examples? Solaris Containers, have ability to use branded zones, and there we can launch Linux Gernel and setup Debian. It also integrates and fully uses ZFS features, yes it's native, born in Solaris :) what I miss

Re: httpd presenting the wrong TLS certificate

2015-03-15 Thread Stuart Henderson
On 2015-03-14, Hugo Osvaldo Barrera h...@barrera.io wrote: On 2015-03-14 23:34, Peter Hessler wrote: httpd does not yet support SNI. You will need to either wait, use a wildcard SSL cert, or use different ports/IPs. Oh, I hadn't checked that for SNI. I'll have to wait then; multiple IPv4

Installation panic on boot

2015-03-15 Thread The Aviator
I don't get to a terminal, but the dmesg is at the relevant lines I can think of (copied by human): ioapic0 at mainbus0: apid 2 pa 0xfec0, version 21, 24 pins ioapic0: misconfigured as apic 0, remapped to apid 2 LoadTable panic: aml_die aml_parse:3992 Details: This happens using both the

Re: Resume-from-suspend issue with Acer Notebook in OpenBSD 5.6/5.7 beta

2015-03-15 Thread Mike Larkin
On Sun, Mar 15, 2015 at 01:58:10AM -0400, Kevin Kwan wrote: Well, here's the thing - I am not even sure if it tried to load the hibernated image, or it failed in the middle, or it crashed after the load. When I powered it up after an s2d it went through the Acer logo, the boot prompt, the

Re: running multiple simultaneous X sessions as different users

2015-03-15 Thread Miod Vallat
Now I finally (cough) notice those error messages in dmesg.boot. Not sure how critical they are, if it's referring to missing binary blobs, and if openbsd has fallen back to acceptable/stable defaults or something. But where it says screen 1-5 added, that seems to connect with 'man

Re: Resume-from-suspend issue with Acer Notebook in OpenBSD 5.6/5.7 beta

2015-03-15 Thread Kevin Kwan
Well, here's the thing - I am not even sure if it tried to load the hibernated image, or it failed in the middle, or it crashed after the load. When I powered it up after an s2d it went through the Acer logo, the boot prompt, the usual device laundry list shows up, the Intel graphics driver redrew

Re: OpenBSD as base OS for Virtualization

2015-03-15 Thread Stuart Henderson
On 2015-03-15, Ruslanas Gžibovskis rusla...@lpic.lt wrote: Is it something similar to solaris LDoms? On SPARC HW? Just interested. Yes. it is exactly LDoms, this has been supported for a while now. http://undeadly.org/cgi?action=articlesid=20121214153413

Re: Diffs for OpenBSD /src

2015-03-15 Thread Raf Czlonka
On Sat, Mar 14, 2015 at 07:44:38PM GMT, Alexander Hall wrote: cvs diff -uNp, even. :-) On an OpenBSD system, '/etc/skel' contains '.cvsrc', which itself contains the line: diff -uNp So if one has created a local account the standard way using the defaults, then '.cvsrc' will end up in your

Re: Installation panic on boot

2015-03-15 Thread The Aviator
Yes, Linux. Any in particular I should post? On 3/15/15, Stuart Henderson s...@spacehopper.org wrote: On 2015-03-15, The Aviator aviator45...@gmail.com wrote: I don't get to a terminal, but the dmesg is at the relevant lines I can think of (copied by human): ioapic0 at mainbus0: apid 2 pa

Re: I found a sort bug! - How to sort big files?

2015-03-15 Thread Kenneth Gober
I don't know why sort is giving you such problems. there may be something unusual about your specific input that it wasn't designed to handle (or it might simply be a latent bug that has never been identified and fixed). when I need to sort large files, I split(1) them into smaller pieces, then

Daemons can't have hyphen (-) sign in the name

2015-03-15 Thread Igor Konforti
I was writing Deamon by name /etc/rc.d/example-client and all a time I was getting error that ${daemon_user} is client After looking at source code of rc.subr http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/etc/rc.d/rc.subr?rev=1.92content-type=text/x-cvsweb-markup I saw the following: ```

Re: OpenBSD as base OS for Virtualization

2015-03-15 Thread Mikael
If someone wanted to hack together a Bhyve OBSD port would be complete awesomeness. Even as a custom patch only for the stupid guys like me who love this unsafe virtualization stuff that so many use now. It would be awesome. I know the whole virtualization thing is crap from a strict security

Re: I found a sort bug! - How to sort big files?

2015-03-15 Thread Steve Litt
On Sun, 15 Mar 2015 09:53:34 -0400 sort problem sortprob...@safe-mail.net wrote: Whoops. At least I thought it helped. The default sort with the -H worked for 132 minutes then said: no space left in /home (that had before the sort command: 111 GBytes FREE). That's not surprising. -H

Re: OpenBSD as base OS for Virtualization

2015-03-15 Thread bofh
On Sun, Mar 15, 2015 at 1:20 PM, Mikael mikael.tr...@gmail.com wrote: I know the whole virtualization thing is crap from a strict security point of view but I like to take the risk, and OBSD certainly is a better codebase to do this host stuff in than other systems. Probably some people would

Re: dump and duid

2015-03-15 Thread Philip Guenther
On Fri, Feb 27, 2015 at 5:09 AM, Jan Stary h...@stare.cz wrote: This is current/amd64. After cleaning my machine I reconnected two of my disks in reverse; what was sd0 is sd1 now, and vice versa. I do nightly dumps of the filesystems, starting with level 0 on early Monday morning,

Re: Installation panic on boot

2015-03-15 Thread The Aviator
Information was posted here: http://sprunge.us/aUCO This is the entirety of acpidump piped to this pastebin. On Sun, Mar 15, 2015 at 5:29 PM, The Aviator aviator45...@gmail.com wrote: Yes, Linux. Any in particular I should post? On 3/15/15, Stuart Henderson s...@spacehopper.org wrote: On

Re: Daemons can't have hyphen (-) sign in the name

2015-03-15 Thread Antoine Jacoutot
On Sun, Mar 15, 2015 at 07:08:52PM +0200, Igor Konforti wrote: I was writing Deamon by name /etc/rc.d/example-client and all a time I was getting error that ${daemon_user} is client After looking at source code of rc.subr

Re: Fwd: Re: I found a sort bug! - How to sort big files?

2015-03-15 Thread Ted Unangst
sort problem wrote: So the default sort command is a big pile of shit when it comes to files bigger then 60 MByte? .. lol I can send the ~600 MByte txt files compressed if needed... I was suprised... sort is a very old command.. I think you have discovered the answer. :(

Re: running multiple simultaneous X sessions as different users

2015-03-15 Thread Ted Unangst
luke...@onemodel.org wrote: I'm new to desktop OpenBSD (longtime debian user) and have read in FAQs, all relevant man pages I could find, and searched the internet and mailing list archives, and am not sure what I'm doing wrong or have missed. The goal: I'd like to run multiple

Re: Installation panic on boot

2015-03-15 Thread Stuart Henderson
On 2015/03/15 20:39, The Aviator wrote: Information was posted here: http://sprunge.us/aUCO This is the entirety of acpidump piped to this pastebin. That should have the relevant information - note to readers, acpixtract (in acpica) will unwrap that into normal aml files.

Re: Installation panic on boot

2015-03-15 Thread The Aviator
I have now tested with UEFI, UEFI+Legacy boot (where either one was given priority), and Legacy-Only boot. On Sun, Mar 15, 2015 at 3:39 PM, The Aviator aviator45...@gmail.com wrote: Information was posted here: http://sprunge.us/aUCO This is the entirety of acpidump piped to this pastebin.