Re: From 8-stable to 9.0 RC1 iscsi panic

2011-10-25 Thread timp
For installworld you should boot to 'single user mode'. This mode doesn't read loader.conf and much more. Look to the handbook or /usr/src/Makefile for upgrage instructions $ cat /usr/src/Makefile ... # For individuals wanting to upgrade their sources (even if only a # delta of a few days): # #

Re: Reducing the need to compile a custom kernel

2012-02-21 Thread timp
Hi! Finally someone thought about this! My 5 cents: IPFIREWALL_FORWARD <- no comment)) options VIMAGE <- not yet production ready, but keep in mind it Forgot this two very usefull options: options RACCT <- resource limits for jail and etc. options RCTL<- resource limits for jail and etc. -

Re: [CFT] modular kernel config

2012-02-21 Thread timp
Sorry, but for loader.conf you need use 'load' instead of 'enable' sed -e "s/enable/load/" loader.conf -- View this message in context: http://freebsd.1045724.n5.nabble.com/CFT-modular-kernel-config-tp5502195p5504219.html Sent from the freebsd-stable mailing list archive at Nabble.com. __

Re: [CFT] modular kernel config

2012-02-23 Thread timp
missing in loader.conf geom_part_gpt_load="YES" geom_label_load="YES" -- View this message in context: http://freebsd.1045724.n5.nabble.com/CFT-modular-kernel-config-tp5502195p5508227.html Sent from the freebsd-stable mailing list archive at Nabble.com. ___

Re: [CFT] modular kernel config

2012-02-28 Thread timp
Excuse me, why don't you add geom_part_gpt_load="YES" and geom_label_load="YES" to your sample (i386|amd64)_SMALL_loader.conf? GENERIC has these options. And kernel can't mount filesystems from default partitioned disk without it. -- View this message in context: http://freebsd.1045724.n5.nabble.

Re: [FreeBSD-Announce] FreeBSD Errata Notice FreeBSD-EN-15:08.sendmail

2015-06-23 Thread timp
Here is how it looks now: % echo ttt | mail -s 'ss' ptimof...@xxx.ru Jun 23 10:31:35 test10-64 sendmail[825]: t5N7VZcc000825: from=timp, size=38, class=0, nrcpts=1, msgid=<201506230731.t5n7vzcc000...@xxx.ru>, relay=timp@localhost Jun 23 10:31:35 test10-64 sendmail[825]: S

Re: FreeBSD 10.1_RELEASE to FreeBSD 10.2 BETA2

2015-07-24 Thread timp
Hi! > 1. VT module doesn't load. > In /boot/loader.conf I have: > kern.vty=vt > but it doesn't work. If I manual loada module witk kldload radeonkms I > got just black screen and nothing more. As I know it's not a module. And you can't load it. I have a workstation under 10.2-BETA2 amd64