Re: FreeBSD 9.0 Snapshots

2012-03-23 Thread timp
> Has been fixed, but you need to understand release engineering better than me if you want the fix now. Fixed? What did you mean? SUJ and snapshots still doesn't work together. -- View this message in context: http://freebsd.1045724.n5.nabble.com/FreeBSD-9-0-Snapshots-tp5585872p5589250.html Sen

Re: ipmi is broken? (ppc0: cannot reserve I/O port range)

2011-08-04 Thread timp
Do you really know that your server have IPMI? As I can see via google, IBM eserver 325 doesn't have IPMI devices out of the box. -- View this message in context: http://freebsd.1045724.n5.nabble.com/ipmi-is-broken-ppc0-cannot-reserve-I-O-port-range-tp4266087p4667459.html Sent from the freebsd-q

Re: why desktop apps are able to kill my freebsd box?

2011-07-04 Thread timp
Which video card do you use? -- View this message in context: http://freebsd.1045724.n5.nabble.com/why-desktop-apps-are-able-to-kill-my-freebsd-box-tp4541545p4552169.html Sent from the freebsd-questions mailing list archive at Nabble.com. ___ freebsd-qu

Re: After freebsd-update....

2011-05-30 Thread timp
did you rebuild the world? -- View this message in context: http://freebsd.1045724.n5.nabble.com/After-freebsd-update-tp4438777p4439202.html Sent from the freebsd-questions mailing list archive at Nabble.com. ___ freebsd-questions@freebsd.org mailing li

Re: Asus N70SV does not boot

2011-05-27 Thread timp
Try in BIOS to set disk controller to AHCI or IDE mode. -- View this message in context: http://freebsd.1045724.n5.nabble.com/Asus-N70SV-does-not-boot-tp4372591p4431310.html Sent from the freebsd-questions mailing list archive at Nabble.com. ___ freebsd

RE: 3par iscsi with 8.2?

2011-04-18 Thread timp
> iqn = iqn.2010-09.com.enovafinancial:01:nut.postgres01 > authmethod = none I think you don't need such lines in iscsi.conf > Login session: > postgres01# iscontrol -v -n path1 After that what do you see in 'dmesg -a'? And do you have logs at the iscsi target (3par)? -- View this message in

Re: 3par iscsi with 8.2?

2011-04-16 Thread timp
No, I`m not. But have some experience in iscsi. What kind of trouble do you have? -- View this message in context: http://freebsd.1045724.n5.nabble.com/3par-iscsi-with-8-2-tp4306095p4307912.html Sent from the freebsd-questions mailing list archive at Nabble.com. __

Re: ipmi is broken? (ppc0: cannot reserve I/O port range)

2011-03-28 Thread timp
May be you haven`t IPMI device on your motherboard. Which MB model do you use? -- View this message in context: http://freebsd.1045724.n5.nabble.com/ipmi-is-broken-ppc0-cannot-reserve-I-O-port-range-tp4266087p4267472.html Sent from the freebsd-questions mailing list archive at Nabble.com. ___

Re: Bridge, dpcpd, sshd

2011-03-23 Thread timp
My similar config . cloned_interfaces="bridge0" ifconfig_bridge0="addm wlan0 addm sk0 up" ifconfig_bridge0_alias0="ether f6:3f:1f:48:4d:97" ifconfig_bridge0_alias1="inet 172.16.254.1 netmask 255.255.255.0" ifconfig_sk0="up" ifconfig_wlan0="up" . Use alias# for setting inet on bridge0 -- V