Re: Erlang and Java

2010-09-24 Thread zaxis
Erlang doesnot depend on java. I have installed erlang sucessfully just by `make install clean` without java. Chad Perrin wrote: Does anyone know of a reason that installing lang/erlang would fail if a java/diablo-jdk port failed to install? Correct me if I'm wrong, but the Erlang VM

How to fix the keyboard dead question ?

2010-09-16 Thread zaxis
Sometimes after booting freebsd and reaching the slim login screen, i cannot input anything: the keyboard seems to be dead. Then i have to reboot freebsd and the problem disappear ! uname -a FreeBSD mybsd.zsoft.com 8.1-RELEASE FreeBSD 8.1-RELEASE #1: Wed Sep 8 09:07:54 CST 2010

wine doesnot work after upgrading to 8.1?

2010-09-09 Thread zaxis
The wine works great when using freebsd 8.0. Yesterday i upgrading FB 8.0 to 8.1, the wine cannot display window without any message even if reinstalling wine under FB 8.1 . uname -a FreeBSD mybsd.zsoft.com 8.1-RELEASE FreeBSD 8.1-RELEASE #1: Wed Sep 8 09:07:54 CST 2010

Can i use tmpfs to mount /tmp ?

2010-09-05 Thread zaxis
cat /etc/fstab # DeviceMountpoint FStype Options DumpPass# /dev/ad4s3b noneswapsw 0 0 /dev/ad4s3a / ufs rw,noatime 1 1 /dev/ad4s3e /tmpufs

Re: Can i use tmpfs to mount /tmp ?

2010-09-05 Thread zaxis
, zaxis wrote: The /dev/ad4s3e is used for /tmp. Now i want to use tmpfs instead of ufs as below none /tmp tmpfs size=64M,nodev,nosuid,noexec 0 0 If i can, then how to reuse the space of /dev/ad4s3e ? There are two choices. Either mount your ad4s3e partition somewhere else as a regular

What's the best way to upgrade 8.0 ?

2010-09-02 Thread zaxis
uname -a FreeBSD mybsd.zsoft.com 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Wed Jul 14 15:35:26 CST 2010 r...@mybsd.zsoft.com:/media/G/usr/obj/media/G/usr/src/sys/MYKERNEL i386 Now i want to upgrade it to 8.1 realease. thanks! - e^(π⋅i) + 1 = 0 -- View this message in context:

Re: Upgrading to 8.1; Perl; and libgcrypt

2010-07-29 Thread zaxis
uname -a FreeBSD mybsd.zsoft.com 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Wed Jul 14 15:35:26 CST 2010 r...@mybsd.zsoft.com:/media/G/usr/obj/media/G/usr/src/sys/MYKERNEL i386 sudo env DISABLE_CONFLICTS=1 portupgrade -o lang/perl5.12 -f perl-5.8.\* pkg_info |grep -i perl perl-5.12.1_1

Re: I donot like using mergemaster ?

2010-07-26 Thread zaxis
that's great ! I will use /etc/mergemaster.rc to upgrade my FB 8.0. Mike Clarke-17 wrote: On Monday 26 July 2010, zaxis wrote: I want to upgrade my freebsd 8.0 to 8.1. I have read all the steps about upgrading freebsd. I feel mergemaster is difficult to use e.g. which parameters

I donot like using mergemaster ?

2010-07-25 Thread zaxis
I want to upgrade my freebsd 8.0 to 8.1. I have read all the steps about upgrading freebsd. I feel mergemaster is difficult to use e.g. which parameters should i use ? (you may wish to use -U or -ai or -Fi) - e^(π⋅i) + 1 = 0 -- View this message in context:

can i just upgrade the 8.1 kernel ?

2010-07-23 Thread zaxis
uname -a FreeBSD mybsd.zsoft.com 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Wed Jul 14 15:35:26 CST 2010 r...@mybsd.zsoft.com:/media/G/usr/obj/media/G/usr/src/sys/MYKERNEL i386 Can i just use the following commands to upgrade to 8.1 kernel ? And does the virtualbox-ose still work under 8.1 ?

cannot install opera

2010-07-16 Thread zaxis
sudo portsnap fetch update cd /usr/ports/www/opera /usr/ports/www/operasudo make install clean Password: === opera-10.10.20091120_2 has known vulnerabilities: = opera -- Data URIs can be used to allow cross-site scripting. Reference:

How can i know if the freebsd kernel need to be updated ?

2010-07-13 Thread zaxis
Now i use the following commands to maintain my freebsd box. portsnap fetch update pkg_version -vIL= portupgrade -R xxx It works great for software installed through ports. However, how can i know if the kernel needs to be updated ? Sincerely! - e^(π⋅i) + 1 = 0 -- View this message in

How to get the SPD infomation in freebsd ?

2010-06-28 Thread zaxis
In windows, the `CPU-Z` utility can be used to get the SPD(Serial Presence Detect) information. How about freebsd ? I want to get those information especially frequency to add more memory. And i donot want to touch the hardware. Sincerely! - e^(π⋅i) + 1 = 0 -- View this message in

Re: Is it appropriate to mount /var and /usr on ext2fs partition ?

2010-06-26 Thread zaxis
In fact, i never do such a thing manually! So would you mind introducing it in detail especially the command options i should use. thanks! RW-15 wrote: On Thu, 24 Jun 2010 18:36:13 -0700 (PDT) zaxis z_a...@163.com wrote: The /dev/ad4s8 is an empty partition. Now i want to move /var

Re: pkg_add

2010-06-24 Thread zaxis
uname -a FreeBSD mybsd.zsoft.com 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #9: Sat Mar 27 15:06:39 CST 2010 r...@mybsd.zsoft.com:/usr/obj/usr/src/sys/MYKERNEL i386 echo $PKG_PATH PKG_PATH: Undefined variable. cat .cshrc |grep -i package setenv PACKAGESITE

Is it appropriate to mount /var and /usr on ext2fs partition ?

2010-06-24 Thread zaxis
df -h Filesystem SizeUsed Avail Capacity Mounted on /dev/ad4s3a496M119M337M26%/ devfs 1.0K1.0K 0B 100%/dev /dev/ad4s3e496M6.7M449M 1%/tmp /dev/ad4s3f 14G7.8G5.4G59%/usr /dev/ad4s3d1.4G171M

What's the difference between portupgrade and portmaster ?

2010-05-31 Thread zaxis
Why do we need two tools ? - e^(π⋅i) + 1 = 0 -- View this message in context: http://old.nabble.com/What%27s-the-difference-between-portupgrade-and-portmaster---tp28736514p28736514.html Sent from the freebsd-questions mailing list archive at Nabble.com.

Re: FireFox problem ?

2010-05-31 Thread zaxis
pkg_info |grep -i firefox firefox-3.5.9_1,1 Web browser based on the browser portion of Mozilla After using the latest version, the problem disappears! Dan Nelson wrote: In the last episode (May 29), zaxis said: uname -a FreeBSD mybsd.zsoft.com 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #9

FireFox problem ?

2010-05-29 Thread zaxis
uname -a FreeBSD mybsd.zsoft.com 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #9: Sat Mar 27 15:06:39 CST 2010 r...@mybsd.zsoft.com:/usr/obj/usr/src/sys/MYKERNEL i386 pkg_version -vIL= | grep -i firefox firefox-3.5.9,1needs updating (index has 3.5.9_1,1) Sometimes when i

How to check a ext3 partition ?

2010-02-27 Thread zaxis
There is a ext3 partition used to share data between linux and freebsd. Sometimes freebsd cannot mount this partition as abnormal poweroff. I have to enter linux to do `fsck.ext3` . Can freebsd fsck ext3 partition ? - fac n = let { f = foldr (*) 1 [1..n] } in f -- View this message in

After customizing 8.0 kernel, the VirtualBox doesnot appear ?

2010-02-19 Thread zaxis
uname -a FreeBSD mybsd.zsoft.com 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #6: Fri Feb 19 15:49:41 CST 2010 r...@mybsd.zsoft.com:/usr/obj/usr/src/sys/MYKERNEL i386 pkg_info | grep virtualbox virtualbox-ose-3.1.2_1 A general-purpose full virtualizer for x86 hardware virtualbox-ose-kmod-3.1.2_1

cannot start VirtualBox-3.1.2 !

2010-02-10 Thread zaxis
VirtualBox works great under FreeBSD-8.0 using the `GENERIC` kernel. Today i customize the kernel using a copy of /usr/src/sys/i386/conf/GENERIC. I havenot changed anything except its name modified as `MYKERNEL`. After `buildkernel` and `installkernel`, the new kernel works well. However, when