Re: Enabling RACCT/RCTL in GENERIC.

2015-04-29 Thread timp
Hi!
Does it mean I will manage to use rctl to set limits without recompiling
GENERIC? If so, then it's extremely nice news!



--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/Enabling-RACCT-RCTL-in-GENERIC-tp6008374p6008378.html
Sent from the freebsd-current mailing list archive at Nabble.com.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Enhancing the user experience with tcsh

2012-02-14 Thread timp
My diff:
+set autolist

-setenv PAGER   more
+setenv PAGER   less

 if ($?prompt) then
# An interactive shell -- set some stuff up
+   set promptchars = '$#'
+   set prompt = %{^[[50;73;1m%}\[`whoami`@%m %~\]%#%{^[[m%} 


I think 'set autolist' must have everyone.
PAGER is not necessary.
And this is best prompt I think =)

--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/Enhancing-the-user-experience-with-tcsh-tp5471144p5481784.html
Sent from the freebsd-current mailing list archive at Nabble.com.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: [CFT] hostap mode fixes with ath(4)

2011-09-29 Thread timp
This night I updated my atom-based home router from FreeBSD 8.2 RELEASE
amd64 to 10-CURRENT for testing your ath(4) changes.

I use noname chinese card from ebay (Atheros AR5008 802.11n Wireless Mini
PCI-E Card 300Mbps)
# pciconf -lv
ath0@pci0:2:0:0:class=0x028000 card=0x102610e9 chip=0x0024168c
rev=0x01 hdr=0x00
vendor = 'Atheros Communications Inc.'
device = 'AR5008 Wireless Network Adapter'
class  = network
# dmesg -a | grep ath
ath0: Atheros 5416 mem 0xf020-0xf020 irq 17 at device 0.0 on pci2
ath0: AR5418 mac 12.10 RF5133 phy 8.1
And I use hostapd with wpa-psk

Before this update sometimes (every 2-3 hours) I got storm with messages
like
ath0: hardware error; resetting
and others.
My router couldn't work.
Restart router helped, but for short time.

I found a solution: set wlan0 to most unoccupied channel.

Now I don't set channel and it works very well!

--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/CFT-hostap-mode-fixes-with-ath-4-tp4847789p4852405.html
Sent from the freebsd-current mailing list archive at Nabble.com.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: 9.0-BETA1 installer glithcies (i386)

2011-08-21 Thread timp
And if you want to run bsdinstall after installation for creating new
partitions on just mounted hdd it require root mount point. And I have to
set root mount point on existing partition.

--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/9-0-BETA1-installer-glithcies-i386-tp4717919p4720898.html
Sent from the freebsd-current mailing list archive at Nabble.com.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: em problem in virtualbox since the weekend

2011-07-25 Thread timp
I have same problems with em and ahci.

Now in VirtialBox I temporarily set net iface to PCNet-PCI II (Am79C970A).
It works with if_le driver.

VirtualBox 4.1, recent FreeBSD 9.

--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/em-problem-in-virtualbox-since-the-weekend-tp4614403p4630323.html
Sent from the freebsd-current mailing list archive at Nabble.com.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org