Re: ip addr changes on 5.3 but not on 4.8

2005-02-25 Thread Jonathan Chen
. There are a few examples in the sample config files that show how to allocate IP addresses based on MAC addresses of NICs, and the server works a charm with Windows machines as well. Cheers. -- Jonathan Chen [EMAIL PROTECTED

Re: freebsd kernel 'make' failed : undefined reference to...

2005-02-25 Thread Jonathan Chen
file until you get a working version that satisfies your needs? Alternatively you can post your config-file here and hope that we can spot the error. -- Jonathan Chen [EMAIL PROTECTED

Re: a problem

2005-02-22 Thread Jonathan Chen
capi.h cgic.c cgic.h common.c libcrypto.a libssl.a You can't use Linux compiled C library-archives on a FreeBSD system. Try linking against the FreeBSD SSL libraries instead. -- Jonathan Chen [EMAIL PROTECTED

Re: KDE jpeg problem

2005-02-18 Thread Jonathan Chen
. Just install KDE via: # cd /usr/ports/x11/kde3 # make install clean -- Jonathan Chen [EMAIL PROTECTED] -- You can get farther with a kind word and a gun than you can with a kind word alone

Re: Running news.expire - permission denied...

2005-02-16 Thread Jonathan Chen
On Wed, Feb 16, 2005 at 07:50:38PM +0100, Kiffin Gish wrote: In my daily run output email, I get the following error message: Running news.expire: /etc/periodic/daily/330.news: /etc/news.expire: Permission denied /etc/news.expire needs to be an executable program/script. -- Jonathan Chen

Re: Best JDK for performance?

2005-02-08 Thread Jonathan Chen
with. -- Jonathan Chen [EMAIL PROTECTED] -- If you're right 90% of the time, why quibble about the remaining 3%? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: Sendmail rejects incoming messages with large number of 'received' headers

2005-02-06 Thread Jonathan Chen
due to a misconfiguration. Your best bet is to up your MaxHopCount to some reasonably large number to cover your situation, eg: 100? Cheers. -- Jonathan Chen [EMAIL PROTECTED] -- The Internet: an empirical test of the idea

Re: An AWK question

2005-02-04 Thread Jonathan Chen
- Just change the word -gt to -lt. -- Jonathan Chen [EMAIL PROTECTED] -- Irrationality is the square root of all evil - Douglas Hofstadter

Re: your mail

2005-02-01 Thread Jonathan Chen
. Quite a few people are using 1.4.2 with their production systems. Cheers. -- Jonathan Chen [EMAIL PROTECTED] -- When you don't know what you are doing, do it neatly

Re: OpenLDAP doesn't start

2005-01-28 Thread Jonathan Chen
OpenLDAP+SASL, you installed a port which used LDAP and brought in a dependancy on OpenLDAP *without* SASL (eg: KDE). The thing to do now is to rebuild all ports which depend on LDAP so that it now depends on OpenLDAP+SASL. Cheers. -- Jonathan Chen [EMAIL PROTECTED

Re: DNS

2005-01-25 Thread Jonathan Chen
-out why? how to solve it ? Firewall rules? We need more information, otherwise we're just guessing. -- Jonathan Chen [EMAIL PROTECTED] -- If everything's under control, you're going too slow

Re: USB + palm setup

2005-01-25 Thread Jonathan Chen
afraid I have no idea about - someone more knowlegable about this will have to add an answer). Cheers. -- Jonathan Chen [EMAIL PROTECTED] -- Vini, vidi, velcro

Re: Can't su, already in wheel group.

2005-01-18 Thread Jonathan Chen
, except I can't su. The user is in wheel group: %pw user show admin admin:*:1500:0::0:0:User :/home/admin:/bin/tcsh %id admin uid=1500(admin) gid=0(wheel) groups=0(wheel) You need to add the user to the wheel group in /etc/group. su doesn't look at the login group. -- Jonathan Chen [EMAIL

Re: how to install a different sub-release from the port

2005-01-15 Thread Jonathan Chen
be found in the Handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html with an example file on your local file-system at: /usr/share/examples/cvsup/ports-supfile. Cheers. -- Jonathan Chen [EMAIL PROTECTED

Re: I need a cuppa...

2005-01-15 Thread Jonathan Chen
, but I simply do NOT get how to get Java support for FreeBSD. I don't need the JDK, unless that's the only way to get a viable JRE. You can't get a separate 1.4+ JRE for FreeBSD, you need to install the JDK; the JDK is available as a port in java/jdk14. Cheers. -- Jonathan Chen [EMAIL

Re: I need a cuppa...

2005-01-15 Thread Jonathan Chen
On Sat, Jan 15, 2005 at 11:34:04PM -0600, John wrote: On Sat, Jan 15, 2005 at 09:05:22PM -0800, Tabor Kelly wrote: Jonathan Chen wrote: On Sat, Jan 15, 2005 at 09:06:17PM -0600, John wrote: OK, I must be dumb as a rock, because this has to have been discussed and documented 16 ways

Re: Download from Windows

2005-01-13 Thread Jonathan Chen
vendor-supplied CD writing software with Windows. Cheers. -- Jonathan Chen [EMAIL PROTECTED] -- You can get farther with a kind word and a gun than you can with a kind word alone - Al Capone

Re: finding installation date ?

2005-01-12 Thread Jonathan Chen
On Wed, Jan 12, 2005 at 10:36:18AM -0800, faisal gillani wrote: that shows 24 feb 2004 .. but isnt that the release date of my freebsd 5.2 ? Try looking at the date of the /rescue directory and see what that says. Cheers. -- Jonathan Chen [EMAIL PROTECTED

Re: finding installation date ?

2005-01-11 Thread Jonathan Chen
On Tue, Jan 11, 2005 at 09:49:26AM -0800, faisal gillani wrote: how can i find what date did i install my freebsd box The date of the files in /rescue will tell you the date of your last installation or installworld. -- Jonathan Chen [EMAIL PROTECTED

Re: Hyperthreading hurts 5.3?

2005-01-11 Thread Jonathan Chen
enable HTT in the BIOS. -- Jonathan Chen [EMAIL PROTECTED] -- Jesus saves. Allah forgives

Re: your mail

2005-01-07 Thread Jonathan Chen
? Cheers. -- Jonathan Chen [EMAIL PROTECTED] -- Opportunity does not knock, it presents itself when you beat down the door - W.E. Channing

Re: Native 5.3 port of OpenOffice?

2005-01-04 Thread Jonathan Chen
./install: not found *** Error code 127 Stop in /usr/ports/editors/openoffice-1.1. Cheers. -- Jonathan Chen [EMAIL PROTECTED] -- Jesus saves

Re: How to get internet working on installed freebsd 5.1

2005-01-04 Thread Jonathan Chen
setup automagically works, then I suspect that your router is running DHCP. You can also set up FreeBSD to use DHCP with a ifconfig_xxx setting in /etc/rc.conf. Check out rc.conf(5) for more details. Cheers. -- Jonathan Chen [EMAIL PROTECTED

Re: sendmail running on localhost 25?

2004-12-25 Thread Jonathan Chen
specify in /etc/periodic.conf: daily_output=/var/log/daily.log weekly_output=/var/log/weekly.log monthly_output=/var/log/monthly.log The logs from periodic will go to those files instead. -- Jonathan Chen [EMAIL PROTECTED

Re: Status of java support in FreeBSD 5.x release?

2004-12-13 Thread Jonathan Chen
java version 1.4.2-p6 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-p6-root_14_nov_2004_06_58) Java HotSpot(TM) Client VM (build 1.4.2-p6-root_14_nov_2004_06_58, mixed mode) Cheers. -- Jonathan Chen [EMAIL PROTECTED

Re: Memory problems:-(

2004-12-08 Thread Jonathan Chen
), uid 26: exited on signal 11 Like you said, memory problems. I'd change your memory sticks if I were your. -- Jonathan Chen [EMAIL PROTECTED] -- Opportunity does not knock

Re: Native Java JDK vs. Linux Java JDK via emulation

2004-12-08 Thread Jonathan Chen
of java? For example: The OpenOffice port requires java/jdk-1.4.2p6_7, shouldn't any vendor's copy of version 1.4 of the JDK work? You'll have to ask the OpenOffice maintainers about this one. -- Jonathan Chen [EMAIL PROTECTED

Re: Do I need to worry about these logs?

2004-11-17 Thread Jonathan Chen
. -- snip of /var/logs/auth.log -- Nov 16 09:06:56 hivemind sshd[7611]: reverse mapping checking getaddrinfo for 203-150-17-44.inter.net.th failed - POSSIBLE BREAKIN Just means that the reverse-DNS entry for the incoming ssh connection hasn't been configured correctly. -- Jonathan Chen [EMAIL

Re: postfix launch at system startup

2004-11-17 Thread Jonathan Chen
sendmail_submit_enable=NO # no such requirement for Postfix sendmail_msp_queue_enable=NO # no such requirement for Postfix Make sure the appropriate entries are in /etc/mail/mailer.conf. Cheers. -- Jonathan Chen [EMAIL PROTECTED

Re: hi all

2004-11-10 Thread Jonathan Chen
. -- Jonathan Chen [EMAIL PROTECTED] --- One, with God, is always a majority, but many a martyr has been burned at the stake while the votes were being counted. -- Thomas B. Reed

Re: World Clock timezones

2004-11-03 Thread Jonathan Chen
multiple times with different titles and different TZ settings for each timezone. -- Jonathan Chen [EMAIL PROTECTED] -- Only the meek get pinched. The bold survive

Re: bind 8 to 9 upgrade question

2004-11-01 Thread Jonathan Chen
the classic incorrect/invalid reverse-ip-lookup problem. Cheers. -- Jonathan Chen [EMAIL PROTECTED] -- I don't want to achive immortality through my works.. I want to achieve it through not dying - Woody

Re: How to get out of GNOME?

2004-10-31 Thread Jonathan Chen
before trying again on display :0. and then it comes back on. Turn the gdm entry in /etc/ttys to off. kill -HUP 1. Then kill the gdm process. -- Jonathan Chen [EMAIL PROTECTED

Re: Strange file appeared in my home directory

2004-10-29 Thread Jonathan Chen
really need to do is to grab an installation CD; backup /etc, and reinstall the kernel, libraries and binaries, restore /etc and you're away. Cheers. -- Jonathan Chen [EMAIL PROTECTED] -- Irrationality

Re: SCO Unix compatibility

2004-10-24 Thread Jonathan Chen
On Sat, Oct 23, 2004 at 11:41:49PM +0200, Secr?tariat wrote: Hello ! Is there any compatibility between FreBSD and SCO UNIX ? Only for ibcs executables; and barely at that. You'd be better off compiling from source. -- Jonathan Chen [EMAIL PROTECTED

Re: kernel configuration file

2004-10-22 Thread Jonathan Chen
On Sat, Oct 23, 2004 at 06:09:56AM +0200, Gert Cuykens wrote: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html where do i put this ? device sound i am using freebsd 5.3b7 The easier option is to put: snd_driver_load=YES in /boot/loader.conf. -- Jonathan

Re: kernel configuration file

2004-10-22 Thread Jonathan Chen
[Please don't top post, it's really hard to read] On Sat, Oct 23, 2004 at 06:52:56AM +0200, Gert Cuykens wrote: i dont have any snd_*.ko files and the sound chip is suported by freebsd If you're running 5.3b7, they should be there; it comes with the default install. -- Jonathan Chen [EMAIL

Re: Upgrading Bind

2004-10-14 Thread Jonathan Chen
. I chose not to overwrite the system's version. -- Jonathan Chen [EMAIL PROTECTED] -- With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land

Re: JBoss ports in use - tomcat

2004-10-02 Thread Jonathan Chen
installed Tomcat-5 and or Tomcat-4, I suggest that you deinstall those ports. It would seem that your configuration for Tomcat4/5 are using listener ports that are conflicting with the JBoss-3.2.5's Tomcat setup. Cheers. -- Jonathan Chen [EMAIL PROTECTED

Re: batchmode adding user accounts

2004-09-24 Thread Jonathan Chen
passwd file and somehow batchmode add them to my new system. I can use awk to get the old ids. But is there utility that will accept a list of user ids to add to master.password? pw(8) is your friend. -- Jonathan Chen [EMAIL PROTECTED

Re: Help cron has gone berzerk

2004-09-22 Thread Jonathan Chen
less than the system crontab. -- Jonathan Chen [EMAIL PROTECTED] -- If everything's under control, you're going too slow - Mario Andretti

Re: java virtual machine on bsd

2004-09-16 Thread Jonathan Chen
On Fri, Sep 17, 2004 at 03:05:20AM +0800, John Lee wrote: how do i install a jvm on freebsd, which ports dir in /java? Try using /usr/ports/java/jdk1.4, and follow the instructions when you try to install the port. -- Jonathan Chen [EMAIL PROTECTED

Re: error in new mail server

2004-09-09 Thread Jonathan Chen
On Thu, Sep 09, 2004 at 05:47:02PM -0300, Julio Steffen Jr wrote: [...] inetd[799]: cannot execute /usr/local/libexec/popper: Exec format error This says that /usr/local/libexec/popper is not a FreeBSD executable. -- Jonathan Chen [EMAIL PROTECTED

Re: Tar pitting automated attacks

2004-09-07 Thread Jonathan Chen
this more expensive to the attacker, such as tar-pitting? Put in a ipfw block on the netblock/country. At the very least it will make it pretty slow for the initial TCP handshake. Cheers. -- Jonathan Chen [EMAIL PROTECTED

Re: kdm refuses to allow non-root login to kde

2004-08-15 Thread Jonathan Chen
- but there it is). If you put the output of hostname(1) into /etc/hosts as an alias for 127.0.0.1 (localhost), your problem _may_ go away. Cheers. -- Jonathan Chen [EMAIL PROTECTED] -- Do not take life

Re: at?

2004-08-15 Thread Jonathan Chen
. -- Jonathan Chen [EMAIL PROTECTED] -- If you're right 90% of the time, why quibble about the remaining 3%? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo

Re: tcsh problem

2004-08-11 Thread Jonathan Chen
set Log=`date -v-7d '+[%d/%m/%Y:%H:%M:%S]'` echo $Log -- Jonathan Chen [EMAIL PROTECTED] -- A person should be able to do a small bit of everything, specialisation

Re: safe mode for kernel.old

2004-07-30 Thread Jonathan Chen
that will boot into SAFE mode? Thanks for your help, Unlike Windows, there is no SAFE mode. Single user mode is about as safe as it will get. -- Jonathan Chen [EMAIL PROTECTED] We laugh in the face of danger, we drop

Re: Procmail port 3.22 and FreeBSD 5.2.1

2004-07-26 Thread Jonathan Chen
pine if I | /usr/local/bin/procmail it will work. Has anyone had any trouble with procmail on FBSD 5.2.1 or any version of FBSD ? You need to create a ~/.forward file with the following contents: |/usr/local/bin/procmail -- Jonathan Chen [EMAIL PROTECTED

Re: Procmail port 3.22 and FreeBSD 5.2.1

2004-07-26 Thread Jonathan Chen
On Mon, Jul 26, 2004 at 09:59:31PM -0400, Paul R Culmo wrote: On Tue, 27 Jul 2004, Jonathan Chen wrote: You need to create a ~/.forward file with the following contents: |/usr/local/bin/procmail Thanks for the reply :) but I tried creating the .forward file with these contents

Re: Mozilla Thunderbird on FreebSD

2004-07-26 Thread Jonathan Chen
On Mon, Jul 26, 2004 at 04:30:17AM +, 'Andy' wrote: Could you please email me the direct URL link on how to install or how to install these ports for Thunderbird on FreeBSD? I would appreciate it. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html -- Jonathan Chen

Re: Mozilla Thunderbird on FreebSD

2004-07-25 Thread Jonathan Chen
/thunderbird -- Jonathan Chen [EMAIL PROTECTED] -- Lots of folks confuse bad management with destiny - Kin Hubbard

Re: Mozilla Thunderbird on FreebSD

2004-07-25 Thread Jonathan Chen
[Please don't remove the Cc: [EMAIL PROTECTED] On Mon, Jul 26, 2004 at 03:35:54AM +, 'Andy' wrote: So just to confirm, Mozilla Thunderbird will work with FreeBSD ? Yes. Has for ages. -- Jonathan Chen | To do is to be -- Nietzsche [EMAIL PROTECTED

Re: Anjuta and libtools problem

2004-07-15 Thread Jonathan Chen
on my machine. Did you update your ports tree? Check out the handbook on using cvsup on your ports tree. -- Jonathan Chen [EMAIL PROTECTED] -- Nyuck, nyuck, nyuck - Curly

Re: mkisofs not found

2004-07-15 Thread Jonathan Chen
. # cd /usr/ports/sysutils/mkisofs /usr/ports/sysutils/mkisofs: No such file or directory. mkisofs is now part of sysutils/cdrtools. So if you: # cd /usr/ports/sysutils/cdrtools # make install clean That should install 'mkisofs' for you. -- Jonathan Chen [EMAIL PROTECTED

Re: Mozilla 1.7 more unstable than 1.6?

2004-07-14 Thread Jonathan Chen
a mozilla bug or a more freebsd related issue. These are my installed ports (related to Mozilla): mozilla-1.7,2 jdk-1.4.2p6_4 linux-sun-jdk-1.4.2.05 linux-flashplugin-6.0r79_1 linuxpluginwrapper-20040310_2 I'd say that your problem lies with the flash-plugin stuff. -- Jonathan Chen [EMAIL

Re: Anjuta and libtools problem

2004-07-14 Thread Jonathan Chen
/ports/devel/anjuta # make install clean The port is currently building anjuta-1.2.2. -- Jonathan Chen [EMAIL PROTECTED] -- Beer. Now there's a temporary solution

Re: Mail(1) breaks when contrib/sendmail is replaced with postfix?

2004-07-13 Thread Jonathan Chen
. I reinstalled usr.bin and usr.sbin from a built world and everything works ok now. Could this have been the work of some trojan? Did you install postfix via the ports? If you didn't, it's likely your custom install blatted over some system files. -- Jonathan Chen [EMAIL PROTECTED

Re: How to install GIMP

2004-07-12 Thread Jonathan Chen
have the package, but have a internet connection you can build it from source using the ports system: # cd /usr/ports/graphics/gimp # make install clean Cheers. -- Jonathan Chen [EMAIL PROTECTED

Re: your mail

2004-07-08 Thread Jonathan Chen
-a # vipw should do the trick. -- Jonathan Chen [EMAIL PROTECTED] -- Opportunity does not knock, it presents itself when you beat down the door - W.E. Channing

Re: symlink

2004-07-08 Thread Jonathan Chen
System Calls Manual, ie you use it in C code. Stuff in Section 1 relate to General Commands, which you can use on the command line. -- Jonathan Chen [EMAIL PROTECTED] -- Jesus

Re: your mail

2004-07-08 Thread Jonathan Chen
On Thu, Jul 08, 2004 at 07:55:59PM -0400, Moti Levy wrote: if u have a user that is a memeber of the wheel group you can try and copy bash to /bin On a default system, this is not possible as the directory is not wheel-group writable. -- Jonathan Chen [EMAIL PROTECTED

Re: internet gateway

2004-07-05 Thread Jonathan Chen
| | | |---SWITCH--|- MACHINE B | | |- MACHINE C Did you remember to set the default gateway on Machines [A-C] to 10.0.0.1? CHeers. -- Jonathan Chen [EMAIL PROTECTED

Re: GENERIC fails to compile

2004-07-05 Thread Jonathan Chen
will have gone away. Cheers. -- Jonathan Chen [EMAIL PROTECTED] --- I love deadlines. I like the whooshing sound they make as they fly by - Douglas Adams

Re: user account woes

2004-07-05 Thread Jonathan Chen
, the cycle starts again. Use vipw to edit the file and it will work. -- Jonathan Chen [EMAIL PROTECTED] -- The Internet: an empirical test of the idea that a million monkeys banging on a million keyboards can

Re: vi / EAGAIN Problem

2004-06-30 Thread Jonathan Chen
on mailing lists. Cheers. -- Jonathan Chen [EMAIL PROTECTED] -- Do not take life too seriously. You will never get out of it alive

Re: Ports make search broken

2004-06-21 Thread Jonathan Chen
On Tue, Jun 22, 2004 at 06:32:01AM +1000, Jason Oakley wrote: $ cd /usr/ports $ make search name=centericq Makefile:67: *** missing separator. Stop. You should be using the system make in /usr/bin/make and not GNU make. -- Jonathan Chen [EMAIL PROTECTED

Re: native xpdf vs static xpdf for linux (couldn't create a font for...)

2004-06-11 Thread Jonathan Chen
maintainer to put in a note about this, but it's been ignored... Cheers. -- Jonathan Chen [EMAIL PROTECTED] -- When all else fails, RTFM

Re: Still no go with Postfix

2004-06-10 Thread Jonathan Chen
name not found. Name service error for name=bsdjunky.homeunix.org type=A: Host not found) This is another error, indicating that your DNS or /etc/hosts doesn't have the entry for bsdjunky.homeunix.org. Cheers. -- Jonathan Chen | To do is to be -- Nietzsche [EMAIL

Re: Portupgrade -N for gimp-devel : install help

2004-06-04 Thread Jonathan Chen
my ports collection? Sounds like your cvsup file is incorrect. Post it to the list and we'll tell you what's wrong with it; you probably have a tag on the ports (you shouldn't). Cheers. -- Jonathan Chen [EMAIL PROTECTED

Re: how to find and start talkd for use it with talk command ?

2004-05-25 Thread Jonathan Chen
On Tue, May 25, 2004 at 01:52:55PM -0700, [EMAIL PROTECTED] wrote: hi! on free bsd 5.2 how can i find and start talkd for use it with talk command ? can i? Uncomment the ntalk line in /etc/inetd.conf, and: kill -HUP pid of inetd -- Jonathan Chen [EMAIL PROTECTED

Re: Help - where to report posting problem

2004-04-19 Thread Jonathan Chen
not accept email from hosts without these; it's a anti-spammer rule. Get your ISP to fix it. -- Jonathan Chen [EMAIL PROTECTED] -- The Internet: an empirical test of the idea that a million monkeys banging

Re: please help

2004-04-12 Thread Jonathan Chen
? It's in the Handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html -- Jonathan Chen [EMAIL PROTECTED] -- I don't want to achive immortality through my works.. I

Re: java

2004-04-10 Thread Jonathan Chen
On Sun, Apr 11, 2004 at 06:06:53AM -0500, nathan owens wrote: Should i get 4.9 or 5.2.1 if i want java? Java 1.4 is officially supported on 4.9, but it should work on 5.2.1 with a couple of tweaks. -- Jonathan Chen [EMAIL PROTECTED

Re: How can I remove this file ?

2004-04-09 Thread Jonathan Chen
On Fri, Apr 09, 2004 at 12:40:35PM +0100, Supote Leelasupphakorn wrote: Hi lists How can I delete file named prefix with - ? Use rm ./- -- Jonathan Chen [EMAIL PROTECTED] -- Only the meek get

Re: Base make binary for RELEASE 4.9

2004-04-02 Thread Jonathan Chen
system's make is BSD make, not GNU make. One way to reinstall the base system's make is to install the sources from the CD and then: # cd /usr/src/usr.bin/make # make # make install # make clean -- Jonathan Chen [EMAIL PROTECTED

Re: mounting vcds

2004-03-25 Thread Jonathan Chen
the contents of your /etc/fstab and the error you're getting from the mount. Verbatim. -- Jonathan Chen [EMAIL PROTECTED] -- I don't want to achive immortality through my works.. I want to achieve

Re: mounting vcds

2004-03-25 Thread Jonathan Chen
already running a pretty recent version of FreeBSD before doing so). Cheers. -- Jonathan Chen [EMAIL PROTECTED] -- Don't worry about avoiding temptation, as you grow older

Re: mounting vcds

2004-03-24 Thread Jonathan Chen
and without scratches When i try to mount the cd i get mount: /dev/acd0 /cdrom: incorrect superblock How are you mounting the CD? Did you remember the -t cd9660 flag? -- Jonathan Chen [EMAIL PROTECTED

Re: sendmail upgrade

2004-03-15 Thread Jonathan Chen
/sendmail instead. -- Jonathan Chen [EMAIL PROTECTED] -- Lots of folks confuse bad management with destiny - Kin Hubbard

Re: Rename a user

2004-03-12 Thread Jonathan Chen
On Sat, Mar 13, 2004 at 11:14:12AM +0700, Nguyen Huu Hoa wrote: Hi List, How can I rename a user from my BSD 5.2 system. I have a user called hoa, then I want to rename it to nguyen, so what should I do? As root, use vipw and change the username. -- Jonathan Chen [EMAIL PROTECTED

Re: Login Incorrect

2004-03-09 Thread Jonathan Chen
. The default /etc/ftpusers disables a root login via FTP. -- Jonathan Chen [EMAIL PROTECTED] -- I don't want to achive immortality through my works.. I want to achieve it through not dying - Woody

Re: /etc/make.conf wget...

2004-03-02 Thread Jonathan Chen
use wget instead of the base-system's fetch to build the ports anyway? -- Jonathan Chen [EMAIL PROTECTED] -- Do not take life too seriously. You will never

Re: ipfw question - ICMP

2004-03-02 Thread Jonathan Chen
does the rule for ICMP look like? Something like: ipfw add allow icmp from any to any or ipfw add allow icmp from any to any icmptype 0,3,8,11,12 Cheers. -- Jonathan Chen [EMAIL PROTECTED

Re: Redirecting all incoming connections to an internal host

2004-03-02 Thread Jonathan Chen
on the internal host from external (e.g. Internet). Show us your network set-up and your configuration files and we'll be able to tell you what you've done wrong. -- Jonathan Chen [EMAIL PROTECTED] -- char *p=char *p=%c%s%c;main(){printf(p

Re: mismatched dates on upgrade

2004-02-29 Thread Jonathan Chen
what the port is expecting to get. The usual solution is to remove the mysql*.tar.gz file you've got in /usr/ports/distfiles. Cheers. -- Jonathan Chen [EMAIL PROTECTED] -- Vini

Re: How to start KDE automatically at booting

2004-02-27 Thread Jonathan Chen
On Fri, Feb 27, 2004 at 04:42:52PM +0800, Stephen Liu wrote: [...] Kindly advise how to make KDE started automatically at booting Edit /etc/ttys, replace /usr/X11R6/bin/xdm with /usr/local/bin/kdm and change the off to on on that line. -- Jonathan Chen [EMAIL PROTECTED

Re: Looking for ipfw info.

2004-02-26 Thread Jonathan Chen
the stateful rules on the inside interfaces: http://lists.freebsd.org/pipermail/freebsd-questions/2004-January/032694.html Cheers. -- Jonathan Chen [EMAIL PROTECTED] -- Do not take life

Re: make world

2004-02-25 Thread Jonathan Chen
the output of ipfw show? You haven't given us enough information to help us help you. -- Jonathan Chen [EMAIL PROTECTED] We laugh in the face of danger, we drop icecubes down the vest of fear

Re: j2sdk1.4.2

2004-02-25 Thread Jonathan Chen
them. -- Jonathan Chen [EMAIL PROTECTED] -- I don't want to achive immortality through my works.. I want to achieve it through not dying - Woody Allen

Re: make install error on mozilla 1.6

2004-02-20 Thread Jonathan Chen
. Cvsup your ports tree. -- Jonathan Chen [EMAIL PROTECTED] -- I don't want to achive immortality through my works.. I want to achieve it through not dying - Woody Allen

Re: /.cshrc and /.profile

2004-02-12 Thread Jonathan Chen
, the root user's HOME is set to /. -- Jonathan Chen [EMAIL PROTECTED] -- Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life

Re: Routing question -- Samba

2004-02-09 Thread Jonathan Chen
for the private LAN? You can do make samba accept only on the 192.168.1.0/24 network by specifying the hosts allow directive on smb.conf. However, if you have the public IP and private network on the same NIC, people can spoof your `private' network and get onto your box. -- Jonathan Chen [EMAIL

Re: named

2004-02-07 Thread Jonathan Chen
/sbin/named -- Jonathan Chen [EMAIL PROTECTED] -- Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life

Re: static routes

2004-02-05 Thread Jonathan Chen
/local/etc/rc.d instead? Interactively, for example, I would say at the CLI: route add -net 192.168.2.0 mask 0.0.0.0 192.168.1.1 /etc/rc.conf: static_routes=mynet route_mynet=-net 192.168.2.0 mask 0.0.0.0 192.168.1.1 -- Jonathan Chen [EMAIL PROTECTED

Re: Bash

2004-02-05 Thread Jonathan Chen
basic, I have read the man page, and have added the startup lines in ~/.cshrc and in ~/.login, but no good. Can anyone tell me where I have gone wrong here ? As the user, run chsh(1), and change to your preferred shell. -- Jonathan Chen [EMAIL PROTECTED

Re: konstruct, kde 3.2

2004-02-03 Thread Jonathan Chen
an operator ../../gar.conf.mk, line 74: Need an operator [...] Does anyone know what is causing this and how to fix it? Be patient. Wait for the port to come out. Save yourself heaps of headache medicine. -- Jonathan Chen [EMAIL PROTECTED

Re: Updating the OS after an install

2004-02-03 Thread Jonathan Chen
tree? # cd /usr/ports/sysutils/portupgrade # make install clean # rehash # portupgrade -a -- Jonathan Chen [EMAIL PROTECTED] -- With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea

Re: kernel build did not go 'by the book'

2004-02-02 Thread Jonathan Chen
/conf, and you need to do the config MYKERNEL in that directory as well. -- Jonathan Chen [EMAIL PROTECTED] -- Do not take life too seriously. You will never

Re: uname -a was(Cvsup and RELENG_4 or RLENG_4_9)

2004-02-02 Thread Jonathan Chen
represent? I assume an RC It represents the number of times you've built the kernel using the current sources. -- Jonathan Chen [EMAIL PROTECTED] --- I love deadlines. I like the whooshing sound they make as they fly

<    1   2   3   4   5   6   >