Newly developed mailling list search engine needs more testing

2006-01-31 Thread Choy Kho Yee
Hi, everybody.

Firstly, let me introduce myself. I am Choy Kho Yee, an comp. sci.
undergraduate student in Osaka University. For my final year project, I
have developed a mailing list archive management system called MLwiki.

I have sent mails to some of the mailing lists not so long ago, so that
more people can help me test out this system. I have been getting
supportive answers from the survey about the system.

However, I would like to have more responses about the design and
implementation of the system, so here I sent this mail again. I hope
that you can spare some of your precious time to help me out with this.
If it is proved useful to the community, I would perhaps continue to
work on it.

More information about MLwiki is available on the main page of this
system, which is located at

MLwiki
http://noanoa.ics.es.osaka-u.ac.jp/~k-choy/mlwiki-test/mlwiki.php

and the survey at

The questionnaire
http://noanoa.ics.es.osaka-u.ac.jp/~k-choy/mlwiki-test/mlwiki_questionaire.html

Thanks a lot.



--- The original mail that I sent not long ago is as follow ---

The name MLwiki is made up from the words Mailing List and Wiki. It
was developed to overcome some weaknesses of the existing mailing list
archiving and searching system and to combine the power of wiki and the
huge amount of information in the mailing list archive. With MLwiki, it
is hoped that users can get the information they want faster and easier.
More information about MLwiki is available on the main page of this
system, which is located at

MLwiki
http://noanoa.ics.es.osaka-u.ac.jp/~k-choy/mlwiki-test/mlwiki.php

The questionnaire
http://noanoa.ics.es.osaka-u.ac.jp/~k-choy/mlwiki-test/mlwiki_questionaire.html

Please read the introduction on the main page before testing the system
as it provides some vital information to fully utilize MLwiki. After
testing out the system, I would be glad if you can help me out by
filling in the questionnaire about this system, which can be accessed
through the above address or from MLwiki's main page.

Please understand that MLwiki is in its early stage of development and
therefore there might be many bugs hidden in it. Bugs reports are
welcome. And please remember that this system is still in an
experimental stage, all changes you submit might be lost in the future
release. But do feel free to test around. This website will be available
until 10 February 2006. Accessibility after that will be re-considered
depends on the response and the condition of the system.

Thanks a lot.



---
Choy Kho Yee
E-mail: k-choy at ics dot es dot osaka-u dot ac dot jp

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Newly developed mailling list search engine needs testing

2006-01-24 Thread Choy Kho Yee
Hi, everybody.

Firstly, let me introduce myself. I am Choy Kho Yee, an comp. sci.
undergraduate student in Osaka University. For my final year thesis, I
have developed a mailing list archive management system called MLwiki.

The name MLwiki is made up from the words Mailing List and Wiki. It
was developed to overcome some weaknesses of the existing mailing list
archiving and searching system and to combine the power of wiki and the
huge amount of information in the mailing list archive. With MLwiki, it
is hoped that users can get the information they want faster and easier.
More information about MLwiki is available on the main page of this
system, which is located at

MLwiki
http://noanoa.ics.es.osaka-u.ac.jp/~k-choy/mlwiki-test/mlwiki.php

The questionnaire
http://noanoa.ics.es.osaka-u.ac.jp/~k-choy/mlwiki-test/mlwiki_questionaire.html

Please read the introduction on the main page before testing the system
as it provides some vital information to fully utilize MLwiki. After
testing out the system, I would be glad if you can help me out by
filling in the questionnaire about this system, which can be accessed
through the above address or from MLwiki's main page.

Please understand that MLwiki is in its early stage of development and
therefore there might be many bugs hidden in it. Bugs reports are
welcome. And please remember that this system is still in an
experimental stage, all changes you submit might be lost in the future
release. But do feel free to test around. This website will be available
until 10 February 2006. Accessibility after that will be re-considered
depends on the response and the condition of the system.

Thanks a lot.



---
Choy Kho Yee
E-mail: k-choy at ics dot es dot osaka-u dot ac dot jp

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


checking out from cvs without cvs info?

2004-12-15 Thread Choy Kho Yee
Hi, for a certain reason I need to check out sources for one of my
(Bprograms from the local CVS repository, without the "CVS" folder in
(Bevery directory but just my source files. How can I do that?
(B
(BThanks.
(B
(B---
(BChoy Kho Yee
(B___
([EMAIL PROTECTED] mailing list
(Bhttp://lists.freebsd.org/mailman/listinfo/freebsd-questions
(BTo unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: checking out from cvs without cvs info?

2004-12-15 Thread Choy Kho Yee
Giorgos Keramidas wrote:
On 2004-12-15 22:14, Choy Kho Yee [EMAIL PROTECTED] wrote:
Hi, for a certain reason I need to check out sources for one of my
programs from the local CVS repository, without the CVS folder in
every directory but just my source files. How can I do that?

There are multiple ways to do that.
1) Check out as usual, then delete all the CVS/ stuff:
% cvs -d /cvs/repo checkout module
% find module -type d -name CVS | xargs rm -fr
2) Use the `export' command and a specific tag/version:
% cvs export -rHEAD module
Thanks for the tips. Now I learned one new thing with CVS :)
---
Choy Kho Yee
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Can I use mtools to access usb flash memory?

2004-11-25 Thread Choy Kho Yee
The title says it all.
Can I use mtools to access usb flash memory stick? So that I don't have 
to mount
it manually.
What do I need to configure if the answer to the above question is 
yes?

Thanks.
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
Have you had your apple today?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Re-importing a project into CVS?

2004-11-22 Thread Choy Kho Yee
On 2004/11/23, at 0:13, Giorgos Keramidas wrote:
On 2004-11-22 23:01, Choy Kho Yee [EMAIL PROTECTED] wrote:
Hi, I mistakenly imported a project into my local cvs repository.
I would like to delete the project in the repository and re-import it.
Can I simply delete the directory of the project under the CVSROOT
and re-import the project?
Yes.  In general that's ok.  As long as nobody has started using the 
imported
stuff already :-)

You may want to erase CVSROOT/history records too, or log files 
created by the
import.  That depends on the local CVSROOT setup though.
Thanks for your reply.
I am sure nobody has been using the imported stuff coz I am the only 
user here :P
I am using CVS just to learn and to manage files between my iBook and 
PC.

About the CVSROOT/history thing, how can I find out whether do I need 
to erase
the records?

Thanks.
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
Have you had your apple today?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


japanese fonts problem with java plugin in firefox?

2004-11-17 Thread Choy Kho Yee
Hi, I start firefox with the environment variable LANG set to 
ja_JP.eucJP
to enable japanese input with kinput2, like this:

$ LANG=ja_JP.eucJP JSERVER=localhost [EMAIL PROTECTED] firefox
But when I go to a site with java applets, the messages in the dialog 
windows
created by the java plugin are encrypted and I can't read them. I think 
this is
the font problem and I may correct it by editting 
jre/lib/font.properties.ja but I don't
know how. (Would somebody show me how can I do this?)

Since I don't mind to have java showing english messages, is it 
possible to set
the locale of the java plugin to something else(POSIX) while keeping 
the LANG
environment variable to ja_JP.eucJP for firefox?

FYI, I am using firefox-1.0_1,1 and jdk-1.4.2p6_6, 
linux-sun-jdk-1.4.2.05.

Thanks.
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
Have you had your apple today?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mounting floppy drive

2004-11-10 Thread Choy Kho Yee
I found something funny regarding mounting floppy drive by normal user.
I set up everything needed for a normal user to mount a FDD according 
to the handbook.
I booted up the box, type mount -t msdos /dev/fd0 ~/floppy and it 
said I dont
have the permission. Then, I su and do that again. Then umount the 
drive.
Exit from su to return to a normal user. And I tried the above command 
again
and this time I successfully mounted the drive.

Is this normal?
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
Have you had your apple today?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CVSup basics?

2004-11-08 Thread Choy Kho Yee
On 2004/11/08, at 23:34, Your Name wrote:
What i assume is my working supfile is
/usr/src/supfile-current. i want to change this to
RELENG-5 instead of .,
but i should probably change the name. But i cant
figure out how to know WHICH supfile is called when i
just do cd /usr/src  make update.
Also where do i put the refuse file, for ports?
Thanks! i didnt see this in the HandBook.
It IS in the handbook :)
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
Have you had your apple today?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cvsup 5.3 release gets incomplete release

2004-11-07 Thread Choy Kho Yee
On 2004/11/08, at 0:11, Chris Hill wrote:
On Sun, 7 Nov 2004, listmail wrote:
Running a current 5.2.1 machine, I attempted to get release 5.3 via 
cvsup. When it was finished, I found that among other things, the 
file UPDATING did not exist in /usr/src and
[various other problems]
The supfile used was as apperase below:
*default tags=5_3_RELEASE
^^^
Maybe this tag should be RELENG_5_3 if you want to track 5.3-RELEASE.
Perhaps this page can help you choose your tag :)
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-tags.html
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
Have you had your apple today?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Tools for program testing?

2004-11-04 Thread Choy Kho Yee
Hi, to the experienced developers out there, I would like to know if
there are any tools that help in testing/debugging a program?
To be specific, what I need to know is which lines of the code have
been tested and which have not.
AFAIK, gdb is the standard tool for debugging and I am using it.
I heard that gprof is good for profiling where we can find which
functions have been called. Any other related tools recommendations?
Thanks.
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
Have you had your apple today?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Boot Loader

2004-11-02 Thread Choy Kho Yee
On 2004/11/03, at 11:17, Andrew Smith wrote:
I'm trying to get Windows XP and FreeBSD 4.10 to dual boot.
So I installed XP, and then FreeBSD, with the Boot Manager.
Rebooted and I get the FreeBSD boot manager.  When I hit F2, FreeBSD  
loads without problems.  However when I hit F1, the computer just  
beeps at me.

So I installed GRUB from the ports 0.94.  I was able to manually boot  
BSD with GRUB, but I could not figure out how to get XP to boot, it  
didn't recognize the partition which XP was installed when I would do  
a root (hd0,0).
This example gives you hints on booting various OS with GRUB. Have a  
look.
http://www.gnu.org/software/grub/manual/html_node/ 
Configuration.html#Configuration

---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
There are only 10 types of people in the world,
i.e. those who understand binary numbers and
those who do not.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


USB Double-layer DVD Burner

2004-10-31 Thread Choy Kho Yee
I am thinking of buying a USB double-layer DVD Burner to backup
my data from both my desktop and laptop. And perhaps some multimedia
contents occasionally.
What should I take note of when choosing one?
Thanks.
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
There are only 10 types of people in the world,
i.e. those who understand binary numbers and
those who do not.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


problem upgrading ja-ptex-tetex 3.1.3_1 to 3.1.4

2004-10-27 Thread Choy Kho Yee
I got the following error message. I tried to search through
my entire / directory but no file named ushyph1.tex found.
 What should I do now?
... skipped 
===
Local configuration file hyphen.cfg used
===
(/usr/local/share/texmf/tex/generic/babel/hyphen.cfg
! I can't find file `ushyph1.tex'.
to be read again
   \relax
l.319   \repeat
Please type another input file name:
... stopped here ...
 btw, I used portupgrade ja-ptex-tetex to upgrade the port.
 uname -a gave me:
 FreeBSD kippy.kippyland 5.3-RC1 FreeBSD 5.3-RC1 ...
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
There are only 10 types of people in the world,
i.e. those who understand binary numbers and
those who do not.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


A good IDE for C development?

2004-10-23 Thread Choy Kho Yee
Hi, I am a student of Computer Science.
I am looking for a good IDE(integrated development environment?) for
developing C programs. Something like netbeans for Java would be
good. Since I am still learning, I will mainly develop with source 
codes.
FYI, I am using emacs and a terminal now. Any recommendations
would be appreciated.

Thanks.
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
There are only 10 types of people in the world,
i.e. those who understand binary numbers and
those who do not.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: A good IDE for C development?

2004-10-23 Thread Choy Kho Yee
On 2004/10/24, at 6:45, Giorgos Keramidas wrote:
On 2004-10-23 22:52, John Oxley wrote:
On Sat, 23 Oct 2004 22:39:24 +0300, Giorgos Keramidas wrote:
On 2004-10-24 03:35, Choy Kho Yee wrote:
Hi, I am a student of Computer Science.
I am looking for a good IDE(integrated development environment?) for
developing C programs. Something like netbeans for Java would be 
good.
Since I am still learning, I will mainly develop with source codes.
Emacs is perfectly fine for most of this.
Not to start a flame war on which is the better editor, but vim with
ctags is my way.
You mentioned that you're still learning, this is why I wrote this 
long post.
Since you are learning, you might as well learn to work without the 
need for
netbeans, eclipse, kdevelop or whatever :-)

- Giorgos
Ok, after hearing all your advices, I think I had better stick with 
emacs and
learn to configure it to work with me better. Thanks.

And one more question, how did you guys learn to configure emacs?
Is there any good material on the web which I can follow easily?
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
There are only 10 types of people in the world,
i.e. those who understand binary numbers and
those who do not.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


How to start netatalk?

2004-10-18 Thread Choy Kho Yee
Hi, I want to share files between FreeBSD 5.3 and Mac OS X.
I have compiled my kernel with the NETATALK option, and installed
netatalk 2.0 from the port. What should I do now?
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
There are only 10 types of people in the world, i.e. those who
understand binary numbers and those who do not.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to start netatalk?

2004-10-18 Thread Choy Kho Yee
On 2004/10/18, at 20:33, Matthew Seaman wrote:
On Mon, Oct 18, 2004 at 07:37:30PM +0900, Choy Kho Yee wrote:
Hi, I want to share files between FreeBSD 5.3 and Mac OS X.
I have compiled my kernel with the NETATALK option, and installed
netatalk 2.0 from the port. What should I do now?
Forget all about netatalk -- that's a hold over from the old MacOS 9
days.  MacOS X does both NFS and Samba out of the box.  Either of
which would be a better choice.  NFS is native to both platforms and
probably the quickest to set up, but you'll have to synchronise UID
and GID numbers between server and client for the user accounts that
use it.  Samba requires your installing some 3rd party software on the
FreeBSD side, and working out how you're going to authenticate one to
the other.
Cheers,
	Matthew
Thanks for your advice. I have tried NFS but I am learning about
IPFW on the FreeBSD box, and I heard that it is hard to properly
configure IPFW to let through NFS packets, so I was thinking to
switch to netatalk. I haven't tried Samba, though.
Anyway, I just successfully setup netatalk to serve files to my
iBook G4(Yes it is Mac OS X :D). I think I will stay with netatalk
for a while.
Thanks again :)
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
There are only 10 types of people in the world,
i.e. those who understand binary numbers and
those who do not.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.3-STABLE?

2004-10-17 Thread Choy Kho Yee
On 2004/10/18, at 2:11, Radek Kozlowski wrote:
On Sun, Oct 17, 2004 at 12:58:15PM -0400, Mark Frank wrote:
Yesterday I did a fresh install off of a 5.3beta5 CD and them before
going to bed last night I cvsup'ed with a *default release=cvs
tag=RELENG_5 and a buildworld/buildkernel/installkernel cycle.
I had expected to end up with 5.3beta7 but to my surprise I ended up 
with
a uname -a of:

FreeBSD guinness.local.mark-and-erika.com 5.3-STABLE FreeBSD 
5.3-STABLE #0:
Sun Oct 17 02:47:12 EDT 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC 
i386

Do I really have 5.3-STABLE or am I missing something? I can't find
any announcement on the freebsd.org web site.  Is this really
5.3-STABLE?  I assumed there would be a 5.3-RC1...or is this it?
http://lists.freebsd.org/pipermail/cvs-src/2004-October/033698.html
http://lists.freebsd.org/pipermail/cvs-src/2004-October/033702.html
http://lists.freebsd.org/pipermail/cvs-src/2004-October/033703.html
-Radek
Sorry but I am not very sure about this after reading the above CVS 
commit messages.
Does that mean if we don't want to follow the -STABLE branch but would 
like to stick
to 5.3-RELEASE, this is the time to change the tag to RELENG_5_3 or 
else we would
end up with -STABLE?

Thanks.
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
There are only 10 types of people in the world, i.e. those who 
understand binary numbers
and those who do not.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: stopping sendmail completely

2004-10-14 Thread Choy Kho Yee
On 2004/10/14, at 15:42, Mark Frasa wrote:
 Hi, I wish to stop sendmail from starting during boot up completely
 since I don't need it. And I found this on the net:
  By the way, if getting rid of Sendmail is your goal, then
  sendmail_enable=NONE, while working, is not the best solution.
  sendmail_enable, like the other sendmail_* knobs, is an rc.sendmail
  setting, and you can easily disable even loading rc.sendmail by
setting
  the mta_startup_script knob to an empty string ().
 Does this mean that I only need to add the entry:
 #--
 mta_startup_script=
 #-
 in /etc/rc.conf to stop sendmail completely?
Choy Kho Yee
From /usr/src/UPDATING:
20020411:
    New sendmail startup scripts have been installed to make it
    easier to use alternative MTAs with FreeBSD.  The rc.conf
    variable mta_start_script can be set to a script for starting
    an alternative MTA or to  to prevent any MTA from being
    started at boot.
So the answer is yes. :)
Mark.
Thanks, Mark. I didn't know that I can find answer of this kind
in UPDATING :) You enlightened me.
One more question about /etc/rc.conf, is the order in which
you list the options important?
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
There are only 10 types of people in the world, i.e.
those who understand binary numbers and those who do not.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


stopping sendmail completely

2004-10-13 Thread Choy Kho Yee
Hi, I wish to stop sendmail from starting during boot up completely
since I don't need it. And I found this on the net:
 By the way, if getting rid of Sendmail is your goal, then
 sendmail_enable=NONE, while working, is not the best solution.
 sendmail_enable, like the other sendmail_* knobs, is an rc.sendmail
 setting, and you can easily disable even loading rc.sendmail by 
setting
 the mta_startup_script knob to an empty string ().

Does this mean that I only need to add the entry:
#--
mta_startup_script=
#-
in /etc/rc.conf to stop sendmail completely?
Thanks.
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
There are only 10 types of people in the world, i.e.
those who understand binary numbers and those who do not.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Should I rebuild all ports?

2004-10-06 Thread Choy Kho Yee
I have just upgraded FreeBSD 5.3BETA6 to BETA7.
According to /usr/src/UPDATING, some of the system
libraries have been upgraded, and we should rebuild
all ports if we want to use the new libraries. So,
 1. should I rebuild all ports? (I think it should take one
 whole day...)
 2. If I am to rebuild all ports, what is the command I
 should use?
 Thanks.
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
There are only 10 types of people in the world, i.e.
those who understand binary numbers and those
who do not.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Should I rebuild all ports?

2004-10-06 Thread Choy Kho Yee
On 2004/10/07, at 0:11, Alex de Kruijff wrote:
On Wed, Oct 06, 2004 at 11:57:19PM +0900, Choy Kho Yee wrote:
I have just upgraded FreeBSD 5.3BETA6 to BETA7.
According to /usr/src/UPDATING, some of the system
libraries have been upgraded, and we should rebuild
all ports if we want to use the new libraries. So,
 1. should I rebuild all ports? (I think it should take one
 whole day...)
I don't know. Does the apps work?
Yes, I think they do work. According to my understanding,
the apps compiled before the updates are using the old
libraries, and the apps compiled after the update should utilize
the new libraries. As long as I don't remove the old libraries,
all apps should work fine. I was just curious to know whether
I should recompile all apps so that they may work better by
using the new libraries. Or will they? :)
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
There are only 10 types of people in the world, i.e. those who 
understand binary numbers and those who do not.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Should I rebuild all ports?

2004-10-06 Thread Choy Kho Yee
On 2004/10/07, at 0:22, Renato Botelho wrote:
On Wed, 6 Oct 2004 23:57:19 +0900, Choy Kho Yee  
[EMAIL PROTECTED] wrote:
I have just upgraded FreeBSD 5.3BETA6 to BETA7.
According to /usr/src/UPDATING, some of the system
libraries have been upgraded, and we should rebuild
all ports if we want to use the new libraries. So,
  1. should I rebuild all ports? (I think it should take one
  whole day...)
  2. If I am to rebuild all ports, what is the command I
  should use?
Take a look at this message
http://lists.freebsd.org/mailman/htdig/freebsd-current/2004-October/ 
039354.html

There is a script made by Benjamin Lutz that checks all ports need to
be rebuilded, so, you need to rebuild all these packages using
portupgrade -f packagename, or use the /etc/libmap.conf.
Thanks for pointing me to the script!! I have saved the script to my  
computer,
run it and it said that there are 60 packages that I should upgrade. I  
will upgrade
them slowly when I have the spare time.

However, I still don't get how /etc/libmap.conf can be used to work  
around
this problem without rebuilding the ports.

Thanks.
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
There are only 10 types of people in the world, i.e. those who  
understand binary numbers and those who do not.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Should I rebuild all ports?

2004-10-06 Thread Choy Kho Yee
On 2004/10/07, at 1:19, Donald J. O'Neill wrote:
On Wednesday 06 October 2004 10:52 am, Choy Kho Yee wrote:
However, I still don't get how /etc/libmap.conf can be used to
work around this problem without rebuilding the ports.
Thanks.
---
Choy Kho Yee
Hello Choy,
With libmap.conf, you're basically telling the system: instead of
using this lib.x.old use this lib.x.new.
Take a look a man libmap.conf for an explanation.
an example of what could go in libmap.conf for this would be:
 # for FreeBSD5.3 beta7
 libm.so.2  libm.so.3
 libreadline.so.4 libreadline.so.5
 libhistory.so.4  libhistory.so.5
 libopie.so.2  libopie.so.3
 libpcap.so.2  libpcap.so.3
Don
I got it now. Thanks Don! :D
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
There are only 10 types of people in the world, i.e. those who
understand binary numbers and those who do not.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Slow page loading in firefox

2004-09-24 Thread Choy Kho Yee
On 2004/09/24, at 13:15, Choy Kho Yee wrote:
Hello, I am using FreeBSD 5.3BETA5. I haven't do anything to the 
kernel or anything system-related. I installed firefox 0.9.3. It takes 
more than 10 seconds to load mozilla's homepage. Of course other 
accessing to other sites gave the same results.

Then, to compare, I installed opera 7.54 and it loads pages in less 
than 2 seconds. However, firefox is my favourite browser. So, is there 
any way that I can know what is wrong? Does firefox keeps some logs 
when it connects? Or has anyone else experience the same problem?

btw, I installed softwares from the ports collection.
I solved the problem myself. I think the culprit is the IPv6 option in 
the kernel. So I disable it and recompiled the kernel now firefox works 
like it is supposed to work.

---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
There are only 10 types of people in the world, i.e. those who 
understand binary numbers and those who do not.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Slow page loading in firefox

2004-09-23 Thread Choy Kho Yee
Hello, I am using FreeBSD 5.3BETA5. I haven't do anything to the kernel 
or anything system-related. I installed firefox 0.9.3. It takes more 
than 10 seconds to load mozilla's homepage. Of course other accessing 
to other sites gave the same results.

Then, to compare, I installed opera 7.54 and it loads pages in less 
than 2 seconds. However, firefox is my favourite browser. So, is there 
any way that I can know what is wrong? Does firefox keeps some logs 
when it connects? Or has anyone else experience the same problem?

btw, I installed softwares from the ports collection.
Thanks.
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
There are only 10 types of people in the world, i.e. those who 
understand binary numbers and those who do not.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Is there something wrong with refuse.README?

2004-09-22 Thread Choy Kho Yee
Hi, I am using the latest FreeBSD 5.3BETA5.
I was configuring cvsup's various supfiles and refuse file and found 
something strange with /usr/share/examples/cvsup/refuse.README. It 
stated in the README file that

You can copy refuse to your sup directory and add or remove whatever 
you like. The example supfiles in this directory set CVSup's base 
directory to /usrblah blah blah

However, when I looked into ports-supfile and standard-supfile, both 
define these lines in them:

*default base=/var/db
*default prefix=/usr
Now, which one is correct?
Is this a bug? If this is, somebody please tell the maintainer as I am 
not familiar with this.

Thanks.
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
There are only 10 types of people in the world, i.e. those who 
understand binary numbers and those who do not.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


correct routine of updating installed ports?

2004-09-22 Thread Choy Kho Yee
Just want to confirm if this is the correct routine to update the 
installed ports.

 # cvsup -g -L 2 supfile
 # portsdb -uU
 # pkgdb -F
 # port_version
 # portupgrade -a
 And what does make index actually do? Do I need it?
 Thanks for any input.
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
There are only 10 types of people in the world, i.e. those who 
understand binary numbers and those who do not.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


The best release to install now?

2004-09-21 Thread Choy Kho Yee
I would like to install freeBSD on a machine which only has WinXP 
resides in it now. I
need to set it up to do some work. And I think there are 2 choices for 
me now, which are
5.2.1 or 5.3-BETA5.

Although I would like to keep up-to-date with the OS but still I want a 
reasonably stable
system on which most ports installs without many problems.

And I would like to be able to upgrade to 5.3-STABLE when it is ready 
some point in the
future without much struggles. I don't mind to recompile all the ports, 
though.

So, what are your suggestions?
Thanks for any input.
---
Choy Kho Yee
There are only 10 types of people in the world, i.e. those who 
understand binary numbers and those who do not.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Which Distro?

2004-09-14 Thread Choy Kho Yee
On 2004/09/15, at 11:44, Vulpes Velox wrote:
On Wed, 15 Sep 2004 08:46:50 +0930
Adam Smith [EMAIL PROTECTED] wrote:
On Wed, Sep 15, 2004 at 08:45:07AM +0930, Adam Smith said:
On Tue, Sep 14, 2004 at 12:43:51PM +0200, freebsd-questions said:
What's wrong with running OSX/Darwin?
You wouldn't run DOS on a SGI Ony4 would you?
It's just cool, that's all.  Although OS/X is built around the
FreeBSD Kernel, the coolest part about this project is that it
could possible make FreeBSD the *only* alternative operating
system that can be run on Macintosh architecture.
As far as I know.
Well apparently there is a version of NetBSD.
No, not the only non-OSX OS that runs on Mac hardware... there is
atleast one linux distro aimed at it mainly or something like that...
yellowdog or something like that...
AFAIK, the linux distros that run on mac are Yellow Dog, Debian, Gentoo 
and Mandrake.

---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
There are only 10 types of people in the world, i.e. those who 
understand binary numbers and those who do not.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.2.1 hangs solved and now find a way to split the ntfs hard drive.

2004-09-14 Thread Choy Kho Yee
On 2004/09/15, at 12:58, esmaeel pashapouri wrote:
Now as in subject line, have to figure a way to split
the hard drive which short sitedly by the hp was
patitioned in  1 big chunk and formated in ntfs
format.
According to freebsd docs I am out of lock for now,
unless to use comercial programs.
If any one know of any other way i'll be glad to hear
from them.
I heard that some linux live-cds have the utility to resize NTFS 
partitions on them.
I can't provide further information as I have never used them before.
Perhaps you could check them out.

---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
There are only 10 types of people in the world, i.e. those who 
understand binary numbers and those who do not.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]