Re: AHCI driver and static device names

2011-12-15 Thread perryh
CyberLeo Kitsana cyber...@cyberleo.net wrote: On 12/14/2011 03:18 PM, Rob wrote: Case in point. I have a system with 15 drives in it. I decided I wanted to install on the 2nd device instead of the 1st, but I partitioned all the other 14 drives. I completed installation and when to boot

Re: acpi problem on dell latitude d830

2011-12-15 Thread Frank Staals
Ouyang Xueyu free...@suiyuan.de writes: Hello! I`ve just installed freebsd 8.2 i386 stable on a Dell Latitude D830. I`m using gnome 2 with HAL and DBUS successfully. My notebook is not able to go into sleeping mode, it doesn`t work when I use acpiconf -s 3 or acpiconf -s 4. Mode S3 gets it

Re: AHCI driver and static device names

2011-12-15 Thread CyberLeo Kitsana
On 12/15/2011 10:02 AM, per...@pluto.rain.com wrote: I suppose if someone wanted to track down the official way of solving this problem, they could look into how Windows handles it. To my knowledge, Windows (XP, at least; probably others) labels the boot filesystem on install, and just probes

Enabling FTP and Telnet access for root and users

2011-12-15 Thread Daniel Lewis
How do I enable Telnet and ftp access for root and users? I turned on ftp and telnet in inetd but when at telenet or ftp prompt access is denied. Im using free bsd 8.2 Thanks, Daniel lewis ___ freebsd-questions@freebsd.org mailing list

df with ZFS vs. zpool list

2011-12-15 Thread Frank Lanitz
Hi folks, I'm a bit confused about a thing. I did create a zpool using zpool create storage ada1 ada2 ada3 Each of SATA-drives is about 80G in size. When using df -h I'm only receiving storage 145G42k 145G0% /storage where I expected something like 220GB (due to the ²-issue).

Re: df with ZFS vs. zpool list

2011-12-15 Thread Andreas Rudisch
On Thu, 15 Dec 2011 14:20:05 +0100 Frank Lanitz fr...@frank.uvena.de wrote: I'm a bit confused about a thing. I did create a zpool using zpool create storage ada1 ada2 ada3 storage 145G42k 145G0% /storage freebsd-test# zpool list NAME SIZE ALLOC FREECAP

Re: Enabling FTP and Telnet access for root and users

2011-12-15 Thread Daniel Bye
On Thu, Dec 15, 2011 at 06:26:09AM -0600, Daniel Lewis wrote: How do I enable Telnet and ftp access for root and users? I turned on ftp and telnet in inetd but when at telenet or ftp prompt access is denied. Can we see the error message? Are you sure inetd is running? Using the right

Re: Enabling FTP and Telnet access for root and users

2011-12-15 Thread Reid Linnemann
On Thu, Dec 15, 2011 at 6:26 AM, Daniel Lewis innervisionnetw...@gmail.com wrote: How do I enable Telnet and ftp access for root and users?  I turned on ftp and telnet in inetd but when at telenet or ftp prompt access is denied. Im using free bsd 8.2 Thanks, Daniel lewis

Re: df with ZFS vs. zpool list

2011-12-15 Thread Frank Lanitz
Am 15.12.2011 14:39, schrieb Andreas Rudisch: On Thu, 15 Dec 2011 14:20:05 +0100 Frank Lanitz fr...@frank.uvena.de wrote: I'm a bit confused about a thing. I did create a zpool using zpool create storage ada1 ada2 ada3 storage 145G42k 145G0% /storage freebsd-test#

Re: Enabling FTP and Telnet access for root and users

2011-12-15 Thread Reid Linnemann
On Thu, Dec 15, 2011 at 8:35 AM, Reid Linnemann lr...@cs.okstate.edu wrote: On Thu, Dec 15, 2011 at 6:26 AM, Daniel Lewis innervisionnetw...@gmail.com wrote: How do I enable Telnet and ftp access for root and users?  I turned on ftp and telnet in inetd but when at telenet or ftp prompt access

Re: I am FreeBSD user.

2011-12-15 Thread Peter Vereshagin
Hello. 2011/12/14 16:11:27 + Chris Whitehouse cwhi...@onetel.com = To freebsd-questions@freebsd.org : CW ssuuddoo --VV | --hh | --ll | --LL | --vv | --kk | --KK | --ss | [ --HH CW properly as bold. On an ancient teletype that would have been done by CW retyping the same character on top

Re: opening vim with a flag: ready to write?

2011-12-15 Thread Victor Sudakov
Gary Kline wrote: is the a way of starting off vim or gvim and be able to type into the editor _without_ first typing: a,i,o,O,I,A, or any other character? I use all the time: $ echo $SVN_EDITOR vim -c startinsert -- Victor Sudakov, VAS4-RIPE, VAS47-RIPN

Re: I am FreeBSD user.

2011-12-15 Thread Matthew Seaman
On 15/12/2011 15:36, Peter Vereshagin wrote: I find that kernel log messages about killed processes are doubling the characters just like that (on an SMP machine). Probably thay are getting killed simultaneously and the kernel writes msg about that one-by-one character. Should I file a PR

Re: I am FreeBSD user.

2011-12-15 Thread Peter Vereshagin
Hello. 2011/12/15 16:37:12 + Matthew Seaman m.sea...@infracaninophile.co.uk = To freebsd-questions@freebsd.org : MS On 15/12/2011 15:36, Peter Vereshagin wrote: MS I find that kernel log messages about killed processes are doubling the MS characters just like that (on an SMP machine).

Re: df with ZFS vs. zpool list

2011-12-15 Thread John Levine
Each of SATA-drives is about 80G in size. When using df -h I'm only receiving storage145G42k 145G0% /storage where I expected something like 220GB (due to the �-issue). However, It's raidz. The third disk is parity for the first two. NAMESTATE READ

PF/ALTQ - Stable TSC?

2011-12-15 Thread APseudoUtopia
Hello, I'm setting up pf with altq support in my kernel on freebsd 9.0-Stable (soon to switch to the -RELEASE once it's available). The system is a quad-core Xeon E31220, running amd64. I've done a bit of googling and found various results. I know the freebsd handbook says ALTQ_NOPCC is required

Re: Implementation details of altq hfsc scheduler in pf 4.5

2011-12-15 Thread Maxim Khitrov
On Tue, Dec 13, 2011 at 8:15 AM, RW rwmailli...@googlemail.com wrote: On Mon, 12 Dec 2011 21:51:39 -0500 Maxim Khitrov wrote: I've read everything I could find on the topic of configuring hfsc altq in pf (4.5, FreeBSD 9), but I still have no clear idea of how it is actually implemented. I

problem with stoping process

2011-12-15 Thread Коньков Евгений
I am trying to stop process /usr/local/etc/rc.d/radiusd top Stopping radiusd. Waiting for PIDS: 27618 top 27618 freeradius2 20 -20 333M 295M STOP0 4:42 0.00% radiusd ps aux freeradius 27618 0.0 7.4 341144 302528 ?? TLs Fri05AM 685:27.16 /usr/local/sbin/radiusd nothing

Re: opening vim with a flag: ready to write?

2011-12-15 Thread Gary Kline
On Thu, Dec 15, 2011 at 11:12:45PM +0700, Victor Sudakov wrote: Date: Thu, 15 Dec 2011 23:12:45 +0700 From: Victor Sudakov v...@mpeks.tomsk.su To: freebsd-questions@freebsd.org Subject: Re: opening vim with a flag: ready to write? Gary Kline wrote: is the a way of starting off vim or

FreeBSD 8.2 + Ironlake revisted

2011-12-15 Thread doug
I have a laptop with Xorg 7.5 and FreeBSD 8.2 both updated as of a few weeks ago. The laptop has an Intel Ironlake card that Xorg 7.5 apparently recognizes as such creating, what I assume is a correct, modline for it. However the default install selects the vesa drive which will only support a

Re: problem with stoping process

2011-12-15 Thread Robert Bonomi
From owner-freebsd-questi...@freebsd.org Thu Dec 15 13:04:04 2011 Date: Thu, 15 Dec 2011 21:00:50 +0200 From: =?windows-1251?B?yu7t/Oru4iDF4uPl7ejp?= kes-...@yandex.ru To: freebsd-questions@freebsd.org Subject: problem with stoping process I am trying to stop process

Re: PF/ALTQ - Stable TSC?

2011-12-15 Thread Michael Powell
APseudoUtopia wrote: Hello, I'm setting up pf with altq support in my kernel on freebsd 9.0-Stable (soon to switch to the -RELEASE once it's available). The system is a quad-core Xeon E31220, running amd64. I've done a bit of googling and found various results. I know the freebsd handbook

Re: opening vim with a flag: ready to write?

2011-12-15 Thread Karl Vogel
On Wed, 14 Dec 2011 16:42:31 -0800 Gary Kline kl...@thought.org may have said: G is the a way of starting off vim or gvim and be able to type into the G editor _without_ first typing: a,i,o,O,I,A, or any other character? The command vim --cmd start /some/file works for new files,