Re: mixing ports and non-ports programs

2013-04-14 Thread Tobias Ulmer
On Sun, Apr 14, 2013 at 11:47:51PM +0200, Jan Stary wrote: > On Apr 14 11:03:45, alan01...@gmail.com wrote: > > On 4/14/13, Marc Espie wrote: > > > On Sat, Apr 13, 2013 at 11:40:09PM -0400, Alan Corey wrote: > > > > The question is what's the best way to mix current stuff in > > Run current, and

Re: mixing ports and non-ports programs

2013-04-14 Thread Marc Espie
On Sun, Apr 14, 2013 at 11:03:45AM -0400, Alan Corey wrote: > On 4/14/13, Marc Espie wrote: > > (besides 5.0 is no longer supported, so you'll have to update that one > > anyways). > > > > This is ridiculous. A whole year and a half and it's been abandoned. > Look at how long FreeBSD or Debian

Re: mixing ports and non-ports programs

2013-04-14 Thread Jan Stary
On Apr 14 11:03:45, alan01...@gmail.com wrote: > On 4/14/13, Marc Espie wrote: > > On Sat, Apr 13, 2013 at 11:40:09PM -0400, Alan Corey wrote: > > The question is what's the best way to mix current stuff in Run current, and create updated ports for the versions you need to run. > but OpenBSD 5.

"no link" for athn(4) on Macbook2,1

2013-04-14 Thread Carson Chittom
I have an old Macbook2,1 (dmesg below) that I've slapped OpenBSD on for purposes of just having something to check my email from. Its wireless card is picked up during the install as athn(4), the firmware was installed on first boot, and /etc/hostname.athn0 is configured with my local wireless net

Re: mixing ports and non-ports programs

2013-04-14 Thread Ted Unangst
On Sun, Apr 14, 2013 at 13:51, Philip Guenther wrote: > Since you don't care about the package tracking apparently, just use > pkg_info to get the list of files and directories and delete them. You can also install ports without all that dependency fussiness by running tar -C / -pzxf pkg.tgz. In

Re: mixing ports and non-ports programs

2013-04-14 Thread Philip Guenther
On Sun, Apr 14, 2013 at 8:03 AM, Alan Corey wrote: ... > The question is what's the best way to mix current stuff in, I wasn't > criticizing. It's actually handy to do an install and be able to > reuse a fair percentage of distfiles. Can't do that with packages. > There are things in my 5.2 box

Re: FAQ - Disk Imaging

2013-04-14 Thread Stuart Henderson
On 2013-04-14, Nick Holland wrote: > On 04/13/13 19:27, Kevin Chadwick wrote: >> 4.15 of the faq says >> >> Unfortunately, there are no known disk imaging packages which are >> FFS-aware. >> >> I haven't tested > ... > > Get back with me when you have. > > I'll be happy to find out that statemen

Re: mixing ports and non-ports programs

2013-04-14 Thread Stuart Henderson
If mixing ports and non-ports, you probably want to install the non-ports things to a different prefix other than /usr/local (and set shlib_dirs as appropriate). Then you can leave the versions needed for packages alone. You'll only get minimal support, if any, for doing this - we simply do not ha

wsmouse not working after suspend

2013-04-14 Thread mike
Hello all, I just received a new ThinkPad E130 and I want to use OpenBSD on it. Everything works fine but after a suspend/resume cycle, the touchpad/trackpoint stops working. In the X logs there is: [62.905] (EE) xf86OpenSerial: Cannot open device /dev/wsmouse0 Device busy. To get it

Re: FAQ - Disk Imaging

2013-04-14 Thread Kevin Chadwick
> On 04/13/13 19:27, Kevin Chadwick wrote: > > 4.15 of the faq says > > > > Unfortunately, there are no known disk imaging packages which are > > FFS-aware. > > > > I haven't tested > ... > > Get back with me when you have. > > I'll be happy to find out that statement is now wrong, but I've bee

Re: mixing ports and non-ports programs

2013-04-14 Thread Paul de Weerd
On Sun, Apr 14, 2013 at 11:03:45AM -0400, Alan Corey wrote: | > (besides 5.0 is no longer supported, so you'll have to update that one | > anyways). | | This is ridiculous. What is ? That you get free software ? That you pay absolutely nothing for code that keeps improving, release after relea

Re: mixing ports and non-ports programs

2013-04-14 Thread Matthew Weigel
On 4/14/2013 10:03 AM, Alan Corey wrote: > This is ridiculous. A whole year and a half and it's been abandoned. You get a year, free, where people will happily help you. > Look at how long FreeBSD or Debian supports their versions. Debian supports two releases back too, as I recall, they just

Re: mixing ports and non-ports programs

2013-04-14 Thread Alan Corey
On 4/14/13, Marc Espie wrote: > On Sat, Apr 13, 2013 at 11:40:09PM -0400, Alan Corey wrote: >> I'm not sure how to look this up, and it doesn't seem to be in the FAQ. > > There does not seem to be a question in your message... I'm just wordy, I'll get to it. > >> I frequently add stuff that isn'

Re: fdisk -i does not span entire 1TB disk

2013-04-14 Thread Erwin Geerdink
On Sun, 14 Apr 2013 11:58:55 +0200 Paul de Weerd wrote: > > | Where has the remaining diskspace gone? > > Nowhere. How did you see the '1000GB' on the FAT filesystem ? Using df -H on PCBSD 9.1. I experimented with several other filesystems on this disk. IIRC, I issued the following commands i

Re: fdisk -i does not span entire 1TB disk

2013-04-14 Thread Robert
On Mon, 15 Apr 2013 11:30:54 +0200 Erwin Geerdink wrote: > This works fine, however only 931GB of the disk is allocated, while > originally it was capable of storing 1000GB (FAT filesystem). See also: http://en.wikipedia.org/wiki/Hard_disk#Units kind regards, Robert

Re: fdisk -i does not span entire 1TB disk

2013-04-14 Thread Otto Moerbeek
On Mon, Apr 15, 2013 at 11:30:54AM +0200, Erwin Geerdink wrote: > Hi, > > After reading the man pages for fdisk, disklabel and the FAQ, I created > a FFS2 filesystem on my 1TB usb harddisk (which I want to use for > backups). The disk contains an OpenBSD MBR partition which spans > the entire dis

Re: fdisk -i does not span entire 1TB disk

2013-04-14 Thread Paul de Weerd
Hi Erwin, On Mon, Apr 15, 2013 at 11:30:54AM +0200, Erwin Geerdink wrote: | Hi, | | After reading the man pages for fdisk, disklabel and the FAQ, I created | a FFS2 filesystem on my 1TB usb harddisk (which I want to use for | backups). The disk contains an OpenBSD MBR partition which spans | the

fdisk -i does not span entire 1TB disk

2013-04-14 Thread Erwin Geerdink
Hi, After reading the man pages for fdisk, disklabel and the FAQ, I created a FFS2 filesystem on my 1TB usb harddisk (which I want to use for backups). The disk contains an OpenBSD MBR partition which spans the entire disk. I issued the following commands: # fdisk -i sd0 # disklabel -E sd0 (cre

Re: mixing ports and non-ports programs

2013-04-14 Thread Marc Espie
On Sat, Apr 13, 2013 at 11:40:09PM -0400, Alan Corey wrote: > I'm not sure how to look this up, and it doesn't seem to be in the FAQ. There does not seem to be a question in your message... > I frequently add stuff that isn't in ports by building from sources. > Sometimes this real world stuff ne

Re: usleep() buffer update

2013-04-14 Thread Mihai Popescu
On Sun, Apr 14, 2013 at 1:21 AM, Matthew Dempsky wrote: > On Sat, Apr 13, 2013 at 2:53 PM, Mihai Popescu wrote: > > Can someone give me some hints in this direction, please, what exactly > > triggers usleep() internaly ? > > usleep() doesn't trigger anything, but usleep(1) doesn't mean "sleep > e