IDE cable?

2007-07-29 Thread Soo-Hyun Choi
Hi,

This might be out of the scope in this list. But, would someone be able to
tell me if an IDE cable for HDD and for CD-ROM is identical or not?

Thanks,



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


BSD make vs. GNU make

2007-04-17 Thread Soo-Hyun Choi

Hi,

This might be a dumb question, but would like get a clear idea about
the differences between BSD make and GNU make. Why do I have to do
'gmake' in some cases instead of just plain 'make'?

What's the differences?

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


'seq' at a BSD-like OS?

2006-11-24 Thread Soo-Hyun Choi

Hi,

If I'm at a Linux machine, I can use 'seq'. (Okay, everyone knows it.)
But when I'm at a BSD-like OS, I can't find 'seq' from the coreutils.

Does anybody know how I install it over FreeBSD or Mac OS X?

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


Re: 'seq' at a BSD-like OS?

2006-11-24 Thread Soo-Hyun Choi

Hi,

'gseq' solved in my case. 'jot' also works similar to 'seq' but not
quite same in terms of usage.

Thanks for your reply.
Soo-Hyun


On 11/24/06, Colin Percival [EMAIL PROTECTED] wrote:

Soo-Hyun Choi wrote:
 If I'm at a Linux machine, I can use 'seq'. (Okay, everyone knows it.)
 But when I'm at a BSD-like OS, I can't find 'seq' from the coreutils.

The program you're looking for is called jot.  I have no idea why Linux
distributions get the name wrong.

Colin Percival


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


accidently deleted /lib/libm.so.4 and /lib/libc.so.6

2006-06-11 Thread Soo-Hyun Choi

Hi,

I accidently deleted /lib/libm.so.4 and /lib/libc.so.6 on my FreeBSD
6.1 RELEASE systsem. After this, even 'ls' command is not working.

Is there any possibility that I can restore the system?

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


Shared Library Error

2006-05-04 Thread Soo-Hyun Choi

Hi,

I have upgraded gtk, expat, and etc from the ports. (I had to do make
deinstall reinstall for this.)

After that, I get a shared library error if I try to run any X application.

For example,
[EMAIL PROTECTED]:~$ firefox
Share object libgmodule-2.0.so.600 not found, required
by libgtk-x11-2.0.so.600

If I do
[EMAIL PROTECTED]:~$locate libgmodule-2.0.so.600

then I get
/usr/local/lib/libgmodule-2.0.so.600

but actually the libgmodule-2.0.so.600 is not in that directory.

Does anyone know how to fix this problem?

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


Re: Shared Library Error

2006-05-04 Thread Soo-Hyun Choi

How do I check/modify ldconfig settings? Would you give me some examples?

Thanks,


On 5/4/06, [EMAIL PROTECTED]@mgEDV.net [EMAIL PROTECTED] wrote:


 If I do
 [EMAIL PROTECTED]:~$locate libgmodule-2.0.so.600

 then I get
 /usr/local/lib/libgmodule-2.0.so.600

 but actually the libgmodule-2.0.so.600 is not in that directory.

try running ldconfig -R to rescan the directories
and check you ldconfig settings



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


Re: Shared Library Error

2006-05-04 Thread Soo-Hyun Choi

I did ldconfig -R and ldconfig -m /usr/local/lib but I still get
the error message.

So, how would you explicitly do with that if you get:
[EMAIL PROTECTED] ~]$firefox
/libexec/ld-elf.so.1: Shared object libgmodule-2.0.so.600 not found,
required by libgtk-x11-2.0.so.600

Thanks,


On 5/4/06, [EMAIL PROTECTED]@mgEDV.net [EMAIL PROTECTED] wrote:


 How do I check/modify ldconfig settings? Would you give me some
 examples?

! man ldconfig
ldconfig -r
ls -l /etc/ld*
ls -l /var/run/ld*
echo $LD_LIBRARY_PATH



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


Re: Shared Library Error

2006-05-04 Thread Soo-Hyun Choi

Hi,

It is not solving the problem. :-(

Thanks,



On 5/4/06, Kalashnikov Ilya [EMAIL PROTECTED] wrote:


On Thu, 2006-05-04 at 16:34 +0100, Soo-Hyun Choi wrote:

I did ldconfig -R and ldconfig -m /usr/local/lib but I still get the
error message. So, how would you explicitly do with that if you get: [
[EMAIL PROTECTED] ~]$firefox /libexec/ld-elf.so.1: Shared object 
libgmodule-2.0.so.600 not found, required by libgtk-x11-2.0.so.600
Thanks, On 5/4/06, [EMAIL PROTECTED]@mgEDV.net [EMAIL PROTECTED] wrote:
How
do I check/modify ldconfig settings? Would you give me some   examples?
  ! man ldconfig  ldconfig -r  ls -l /etc/ld*  ls -l /var/run/ld* 
echo $LD_LIBRARY_PATH  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions To
unsubscribe, send any mail to [EMAIL PROTECTED]

make link with name libgmodule-2.0.so.600 to libgmodule-2.0.so and try
again.
run as root:
*prompt# ln -s **libgmodule-2.0.so** **libgmodule-2.0.so.600*
  --
Kalashnikov Ilya [EMAIL PROTECTED]


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


Postfix + saslauthd + Courier-IMAP

2006-04-06 Thread Soo-Hyun Choi
Hi,

I was using FreeBSD long time ago, and now I am trying to move back to
FreeBSD from Linux.

In doing so, I got a question on how to set up a FreeBSD 6.0 with
Postfix + saslauthd (sasl2) + IMAP. I installed the necessary package
from the ports, but I am not so clear how to set it up, and how to run
it.

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


Java Server Pages

2005-12-29 Thread Soo-Hyun Choi
hi,

apart from apache, what sort of things do i need to get JSP (java
server pages) working? (maybe, do i need to manually install tomcat on
top of apache?)

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


Re: Java Server Pages

2005-12-29 Thread Soo-Hyun Choi
So what you mean is that I need to install Tomcat alongside Apache? Is
this correct?

On 12/29/05, Jon Brisbin [EMAIL PROTECTED] wrote:
 On Thu, 2005-12-29 at 20:38 +, Soo-Hyun Choi wrote:
  hi,
 
  apart from apache, what sort of things do i need to get JSP (java
  server pages) working? (maybe, do i need to manually install tomcat on
  top of apache?)

 It doesn't actually work that way. You install Tomcat, Jetty, JBoss,
 Resin, or Enhydra (the top choices for JSP/Servlet containers)
 *alongside* Tomcat. You then either access the Tomcat server on it's own
 port (http://your-server:8080) or you install mod_jk in Apache and map
 certain URLs or patterns to your servlet container.

 We use JBoss, but if you're just looking to do plain JSP, you can get a
 tar-gz'd archive of tomcat and unzip it onto your BSD box. It's not
 necessary to install it from ports.

 Jetty and Resin seem like faster application servers, but I've had more
 trouble getting them configured than I have Tomcat. Maybe that's because
 I started with Tomcat back in the JServ days and am just more familiar
 with it.

 Good luck.

 Jon Brisbin
 Webmaster
 NPC International, Inc.


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


Re: Java Server Pages

2005-12-29 Thread Soo-Hyun Choi
So, if I get the information all together, I need Apache, Tomcat, and
the connector (mod_jk). Right?

Thanks,


On 12/30/05, Andy W Clements [EMAIL PROTECTED] wrote:
 That is correct... and you can use mod_jk to connect them.
 http://tomcat.apache.org/connectors-doc/
 that page contains the download and the instructions

 --Andy


 On Thu, 2005-12-29 at 22:24 +, Soo-Hyun Choi wrote:
  So what you mean is that I need to install Tomcat alongside Apache? Is
  this correct?
 
  On 12/29/05, Jon Brisbin [EMAIL PROTECTED] wrote:
   On Thu, 2005-12-29 at 20:38 +, Soo-Hyun Choi wrote:
hi,
   
apart from apache, what sort of things do i need to get JSP (java
server pages) working? (maybe, do i need to manually install tomcat on
top of apache?)
  
   It doesn't actually work that way. You install Tomcat, Jetty, JBoss,
   Resin, or Enhydra (the top choices for JSP/Servlet containers)
   *alongside* Tomcat. You then either access the Tomcat server on it's own
   port (http://your-server:8080) or you install mod_jk in Apache and map
   certain URLs or patterns to your servlet container.
  
   We use JBoss, but if you're just looking to do plain JSP, you can get a
   tar-gz'd archive of tomcat and unzip it onto your BSD box. It's not
   necessary to install it from ports.
  
   Jetty and Resin seem like faster application servers, but I've had more
   trouble getting them configured than I have Tomcat. Maybe that's because
   I started with Tomcat back in the JServ days and am just more familiar
   with it.
  
   Good luck.
  
   Jon Brisbin
   Webmaster
   NPC International, Inc.
  
  
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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

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


FreeNX setup failing

2005-11-04 Thread Soo-Hyun Choi
Hi,

I've successfully installed FreeNX stated from
http://www.deweyonline.com/nx/freebsd.html

After installation, I tried to setup FreeNX server as the below but failed.

[EMAIL PROTECTED] ~]$ sudo nxsetup --install
Setting up /usr/X11R6/NX/etc/nxserver/ ...done
Setting up /var/lib/nxserver/ ...done
Setting up /var/log/nxserver.log ...done
Setting up user nx ...pw: option requires an argument -- g
pw: unknown switch
[EMAIL PROTECTED] ~]$


Does anyone know what's happening in this case?

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


Re: FreeNX setup failing

2005-11-04 Thread Soo-Hyun Choi
OK.

Is anyone using FreeNX in this FreeBSD community? Are you only using
VNC? What kind of this sort of application are you using?

Cheers,


On 11/3/05, Soo-Hyun Choi [EMAIL PROTECTED] wrote:
 Hi,

 I've successfully installed FreeNX stated from
 http://www.deweyonline.com/nx/freebsd.html

 After installation, I tried to setup FreeNX server as the below but failed.

 [EMAIL PROTECTED] ~]$ sudo nxsetup --install
 Setting up /usr/X11R6/NX/etc/nxserver/ ...done
 Setting up /var/lib/nxserver/ ...done
 Setting up /var/log/nxserver.log ...done
 Setting up user nx ...pw: option requires an argument -- g
 pw: unknown switch
 [EMAIL PROTECTED] ~]$


 Does anyone know what's happening in this case?

 Thanks,

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


how to unlimit 'data seg size'?

2005-10-12 Thread Soo-Hyun Choi
Hi,

if I type 'unlimit -a', then I can see the followings.
How do I set 'data seg size' as 'unlimited'?

Thanks,

--
core file size(blocks, -c) unlimited
data seg size (kbytes, -d) 524288
file size (blocks, -f) unlimited
max locked memory (kbytes, -l) unlimited
max memory size   (kbytes, -m) unlimited
open files(-n) 7264
pipe size  (512 bytes, -p) 1
stack size(kbytes, -s) 65536
cpu time (seconds, -t) unlimited
max user processes(-u) 3632
virtual memory(kbytes, -v) unlimited
--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


XFig and more?

2005-09-27 Thread Soo-Hyun Choi
Hi,

In the Unix world, XFig has been one of the popular programmes to
produce diagrams. Would there any more tools like XFig which is very
suit to use together with LaTeX?

(For example, I have heard that there is a text-base graphic tool or something?)

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


Re: XFig and more?

2005-09-27 Thread Soo-Hyun Choi
Nothing wrong with XFig for me. Just my curiosity to know what kind of
tools there are.

SH

On 27 Sep 2005 09:48:10 -0400, Lowell Gilbert
[EMAIL PROTECTED] wrote:
 Soo-Hyun Choi [EMAIL PROTECTED] writes:

  In the Unix world, XFig has been one of the popular programmes to
  produce diagrams. Would there any more tools like XFig which is very
  suit to use together with LaTeX?
 
  (For example, I have heard that there is a text-base graphic tool or 
  something?)

 There are a lot of tools, all with different advantages and
 disadvantages.  What's wrong with xfig for your purpose?

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


Re: Where to FreeBSD Boot Manager?

2005-08-24 Thread Soo-Hyun Choi
Oops, this is the very link that I was looking for. Thanks a lot!

Soo-Hyun


On 8/24/05, Bob Johnson [EMAIL PROTECTED] wrote:
 On 8/22/05, Jerahmy Pocott [EMAIL PROTECTED] wrote:
 
  On 22/08/2005, at 11:22 AM, Garrett Cooper wrote:
  
   Yes, XP does have a boot manager, and I suppose I should have
   listed some available options when I originally replied to the
   email. Just thought that someone was making a split decision during
   an install and needed quick help.
 [...]
  As to 3s Con, I'm not entirely sure you have to install the
  bootloader.. I think you can install a standard
  bootstrap, then using dd copy it and have the NT loader use it to
  boot the system, removing the two
  layers of boot manager..
 
  I did this before with NT, but it was a while ago and I don't really
  remember the exact steps you need
  to take, but there is probably something about it you can google..
 
 The XP loader is configured just as the NT loader.  Instructions for
 using it in both single-disk and two-disk dual-boot configurations are
 at
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#NT-BOOTLOADER
 
 The instructions require that you install the FreeBSD boot manager if
 you are using the NT boot manager for a two-disk boot, but I think
 that you can overwrite it with the standard MBR after you have
 everything configured.  Or perhaps I misunderstand: I've never used
 the NT loader to do a 2-disk configuration with FreeBSD.  In any case,
 for a two disk configuration it is easier to just use the FreeBSD boot
 manager and not mess with the NT/XP boot manager.
 
 
  Of course using the FreeBSD manager is the much easier and simpler
  option, just some people seem
  to like the NT one better..
 
 The NT boot manager is prettier, but for a two-disk system, setting it
 up is probably more trouble than it is worth.
 
 I believe the NT boot manager always defaults to the same system,
 while the FreeBSD boot manager defaults to the system most recently
 used.  That might affect your choice.
 
 - Bob

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


Re: Where to FreeBSD Boot Manager?

2005-08-22 Thread Soo-Hyun Choi
Thanks to those who replied to this thread!

Regards,
Soo-Hyun


On 8/22/05, Garrett Cooper [EMAIL PROTECTED] wrote:
 
 On Aug 21, 2005, at 6:10 PM, Jerahmy Pocott wrote:
 
 
  On 22/08/2005, at 12:17 AM, Soo-Hyun Choi wrote:
 
 
 
  Hi,
 
  I'm trying to install FreeBSD on my system which has two separate HDD
  (each has 40GB). I am already using the first drive (e.g., C drive)
  only for Window XP and now would like to install FreeBSD on the
  second
  drive (e.g., D drive).
 
  Which drive should I install the FreeBSD Boot Manager?
 
 
 
  That really depends on how you want to do it..
 
  If you want the use boot manager that comes with FreeBSD you will
  need to
  install it on the primary disk (C drive)..
 
  I don't really know much about XP, but isn't it based on NT? The NT
  system
  also has its own boot manager which you could use instead.. But XP
  might
  not have it..
 
  Yes, XP does have a boot manager, and I suppose I should have
 listed some available options when I originally replied to the email.
 Just thought that someone was making a split decision during an
 install and needed quick help.
  You have a few choices:
  1. FreeBSD boot manager
  Pro: Can install just one boot manager out of the box
 and it takes care of detecting all of the partitions
  Con: If you don't like FreeBSD anymore, no more boot
 manager.
  2. GRUB
  Pro: Plays nicely with Linux.
  Con: Still need to install FreeBSD bootloader in the
 boot sector of the FreeBSD partition.
  3. NT bootloader
  Pro: Stuff's managed through XP (if you like that).
  Con: Still need to install FreeBSD bootloader in the
 boot sector of the FreeBSD partition.
  There's also LILO with a similar argument to grub, but anytime
 your Windows partition changes, you have to reinstall LILO. Also, the
 NTLoader option doesn't play nice with Linux upgrades if you might
 use Linux in tandem with FreeBSD in the future.
  Just some thoughts...
 -Garrett
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


BootManager Installation when there are more than one HDD

2005-08-21 Thread Soo-Hyun Choi
Hi,

I'm trying to install FreeBSD on my system which has two separate HDD
(each has 40GB). I am already using the first drive (e.g., C drive)
only for Window XP and now would like to install FreeBSD on the second
drive (e.g., D drive).

When I go through the partitioning step for the FreeBSD installation,
I faced to install BootManager as well. When the BootManager setup
dialogue comes up, it asks me which drive you want to install
BootManager. I guessed to install it the first drive, but the menu
goes to a partitioning page for the first drive when I choose to
install it the first drive; though I am trying to partition the second
drive now.

Can anyone please give me some advice on this?

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


Where to FreeBSD Boot Manager?

2005-08-21 Thread Soo-Hyun Choi
Hi,

I'm trying to install FreeBSD on my system which has two separate HDD
(each has 40GB). I am already using the first drive (e.g., C drive)
only for Window XP and now would like to install FreeBSD on the second
drive (e.g., D drive).

Which drive should I install the FreeBSD Boot Manager?

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


How much HDD space does FreeBSD need?

2005-03-17 Thread Soo-Hyun Choi
Hi,

I'm wondering how much HDD space does FreeBSD need in a normal
installation. What I mean by the normal installation includes 'Full
X-Development' packages with Gnome. Oh, It's 5.3-RELEASE.

My HDD has 10G space for FreeBSD and I installed onto that space. The
FreeBSD installation was of no problem. However, once I tried to
upgrade Gnome 2.8 to 2.10, I've faced up a warning message at some
point that I am running out of HDD space. (I just executed the
recommend upgrade shell script from http://www.FreeBSD.org/gonme/)

Is 10G HDD space is not good enough?

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


Re: How much HDD space does FreeBSD need?

2005-03-17 Thread Soo-Hyun Choi
Well, I have just formatted the portion that FreeBSD is placed. And I
have just been reinstalling the whole system again. I found that the
disk shortage does not come from gnome but from OpenOffice 1.1
installation.

Then, would OpenOffice require a large HDD space? (If it does, how much large?)

For your reference, I have partitioned (and labeled) the disk by using
Auto Allocation(?) option in FreeBSD disk labeler.

Thank you.
Soo-Hyun


On Thu, 17 Mar 2005 10:16:55 -0600, Kevin Kinsey [EMAIL PROTECTED] wrote:
 Soo-Hyun Choi wrote:
 
 Hi,
 
 I'm wondering how much HDD space does FreeBSD need in a normal
 installation. What I mean by the normal installation includes 'Full
 X-Development' packages with Gnome. Oh, It's 5.3-RELEASE.
 
 My HDD has 10G space for FreeBSD and I installed onto that space. The
 FreeBSD installation was of no problem. However, once I tried to
 upgrade Gnome 2.8 to 2.10, I've faced up a warning message at some
 point that I am running out of HDD space. (I just executed the
 recommend upgrade shell script from http://www.FreeBSD.org/gonme/)
 
 Is 10G HDD space is not good enough?
 
 Soo-Hyun
 
 
 
 Well, it *should* be plenty.  How did you partition the drive?
 
 Could you show us the output of df, the output of
 cat /etc/fstab, and give the text and context of the
 warning message you refer to?
 
 Kevin Kinsey

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


Re: How much HDD space does FreeBSD need?

2005-03-17 Thread Soo-Hyun Choi
What do you mean by installing OpenOffice from the package? Did you
mean it by going through FreeBSD ports (/usr/ports/...)? Or how do I
install OpenOffice from the package?

SH-

On Thu, 17 Mar 2005 15:38:57 -0800 (PST), Rob [EMAIL PROTECTED] wrote:
 Soo-Hyun Choi wrote:
 
  Then, would OpenOffice require a large HDD space?
  (If it does, how much large?)
 
 $ du -hs /usr/local/OpenOffice.org1.1.4
 198M/usr/local/OpenOffice.org1.1.4
 
 I have it installed from the package, otherwise
 it requires an enormous amount of work/compile space
 in /usr/ports.
 
 R.
 
 
 __
 Do you Yahoo!?
 Make Yahoo! your home page
 http://www.yahoo.com/r/hs

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


gnome-related question

2005-03-01 Thread Soo-Hyun Choi
hi,

yesterday, i have successfully upgrade my old gnome to the new version
which is 2.8. after upgrade, somehow i cannot see my running window at
the bottom panel. what i mean is i do not see any window if i minimize
an active window on a desktop.

how do i see those windows at the bottom panel?

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


Re: gnome-related question

2005-03-01 Thread Soo-Hyun Choi
hi Mick,

thanks for your reply. i have added the window list applet and it is
now working that i expected. once i know the answer, it became simple.
;-)

best,
soo-hyun


On Tue, 01 Mar 2005 14:02:07 +, Mick Walker [EMAIL PROTECTED] wrote:
 On Tue, 2005-03-01 at 12:33 +, Soo-Hyun Choi wrote:
 
  hi,
 
  yesterday, i have successfully upgrade my old gnome to the new version
  which is 2.8. after upgrade, somehow i cannot see my running window at
  the bottom panel. what i mean is i do not see any window if i minimize
  an active window on a desktop.
 
  how do i see those windows at the bottom panel?
 
  thank you.
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 Have you added a Window List applet to the panel?
 This is the applet which controls what you desire.
 
 Right click on the panel, select Add to panel, a new window should now
 open, scroll down to the window list item.
 
 HTH
 Mick Walker
 Email:[EMAIL PROTECTED]
 Website:http://www.codegurus.org
 ICQ:   71032828
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


editing the rc.conf

2004-08-27 Thread Soo-Hyun Choi
Hi,

When I need to change the IP settings, I usually go over the rc.conf
directly (as root) to change the IP settings. The question is that
once I change the settings I need to re-boot the system in order to
the change be working.

Is there any way that I can apply the changes without re-booting the system?

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


Re: editing the rc.conf

2004-08-27 Thread Soo-Hyun Choi
A couple of people suggested to read the ifconfig man page. I do
understand the ifconfig, and I can change the IP settings using
ifconfig without re-booting the system.

What I wondered was a way of editing rc.conf directly and how I can it
be working without re-boot the system. As Nikos suggested, it would
not be a good way if there is only one way to go for it by using
'shutdown now' command; as it kills all the running processes.

Cheers,


On Fri, 27 Aug 2004 18:17:19 +0300, Nikos Vassiliadis [EMAIL PROTECTED] wrote:
 Ifconfig was mentioned. You can also reinitialize your system
 with shutdown(8). Shutdown will bring the system in single-user state
 (will kill all processes) and when you exit that, you'll have all changes
 made to rc.conf, active. Use shutdown now and then just exit the
 single-user shell.
 
 Cheers, NikV
 
 
 
 On Friday 27 August 2004 15:44, Soo-Hyun Choi wrote:
  Hi,
 
  When I need to change the IP settings, I usually go over the rc.conf
  directly (as root) to change the IP settings. The question is that
  once I change the settings I need to re-boot the system in order to
  the change be working.
 
  Is there any way that I can apply the changes without re-booting the
  system?
 
  Cheers,
  Soo-Hyun
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
 

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


vi editor related question

2004-08-27 Thread Soo-Hyun Choi
Hi,

I edit C++ codes with a certain text editor under Windows XP, and then
I open the C++ codes using vi editor under FreeBSD. Then, there are
bunch of ^M sign at the end of each line. Does anyone know why this
is happening? And, does anyone can tell me how to avoid this kind of
things?

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


change group to wheel

2004-08-26 Thread Soo-Hyun Choi
Hi,

I would like to include a user in the wheel group so that the user can
do su. The user is not in the wheel group now. How can I change it?

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


wireless LAN

2004-07-29 Thread Soo-Hyun Choi
I'm using SONY VAIO Z1 series, and it seems that the
built in wireless LAN isn't working properly. So I got
a PC Card which is WaveLAN (Lucent), a bit old one but
expect to work fine under FreeBSD 5.2.1.

I've enabled 'pccard' at rc.conf file and the kernel
seems to load the 'wi' driver by default.

But the WaveLAN isn't working yet. Could anyone drive
me in a good (complete) reference to get things
working?

Cheers,
SH-





__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: De-installing Gnome 2.4.2

2004-07-27 Thread Soo-Hyun Choi
Have you tried 'make deinstall' at the Gnome directory
under '/usr/ports/../gnome'? 

(The Gnome's port directory may differ.)



--- R. W. [EMAIL PROTECTED]
wrote:
 I installed both Gnome and KDE  (FreeBSD 5.2.1) and
 have been keeping both up 
 to date for some time. But I scarcely ever use
 Gnome, and don't want the 
 hassle of running the 2.6 upgrade script.
 
 How do I de-install Gnome 2.4.2? Will removing the
 metaport alone suffice? 
 
 (When I recently portupgraded KDE several GTK based
 applications stopped 
 working properly, but they were OK after I rebuilt
 them.)
 ___
 [EMAIL PROTECTED] mailing list

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


=
UCL Computer Science




__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ports-collection borked?

2004-07-21 Thread Soo-Hyun Choi
On my side, the cvsup server is running without any problem. I think it
could be figured out if you use another cvs server. If it still generates
the same messages, it may be no longer a server problem.

Soo-Hyun


- Original Message - 
From: Dan Rue [EMAIL PROTECTED]
To: 3BSD [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, July 21, 2004 9:00 PM
Subject: Re: ports-collection borked?


 On Wed, Jul 21, 2004 at 12:47:29PM -0700, 3BSD wrote:
  On Wed, 21 Jul 2004 20:57:25 +0200 (CEST), Svein Halvor Halvorsen
  [EMAIL PROTECTED] wrote:
  
   When rebuilding the index after cvsup-ing the ports collection I get
lots
   and lots of these lines:
  
   /usr/ports/INDEX-5:11379:Port info line must consist of 10 fields.
  
   This from a 15 min old port collection. The same happened earlier
today
   (which is why I retried just now). Is this a local problem, or is the
   collection borken. Is there anything I could do locally?
 
  I did a cvsup after I read your e-mail just now and it finished
  updating successfully, so its a problem on your end, unfortunately, I
  can't help you with the problem since I've never had to encounter one
  like it before. Sorry, hope I was of more help.

 I can confirm the problem cvsup'd this morning and can't portsdb -Uu
 without getting all those 10 fields lines..

 5.2.1-RELEASE-p3, fwiw

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

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


BootEasy Problem

2004-05-21 Thread Soo-Hyun Choi
Hi,

I have played something with 'boot0cfg' like '# boot0cfg -s 2 -B /dev/ad0'.
When I reboot my system it failed to be booted.

I have the following diskmap.
'/ for ad0s2a'


How do I recover the BootEasy?


Thanks,
Soo-Hyun

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