building zh-stardict error on current

2002-10-09 Thread suken woo
hi ,all: as title.thanks any help. !!!DO use GNU make(gmake) to compile this software!!! ===> Building for zh-stardict-1.3 cd ./src ; gmake gmake[1]: Entering directory `/usr/ports/chinese/stardict/work/zh-stardict-1.3/s rc' c++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/X11R6/include -I/usr/X11R6/incl

Re: mounting an msdos volume?

2002-10-09 Thread Adam Weinberger
>> (10.09.2002 @ 2257 PST): S Randall said, in 0.4K: << > I am running a dual boot system. WinXP (NTFS) and freebsd 4.6.2 on a seperate > SCSI hard drive. Is there a way to mount the DOS hard drive/partition and > read and write files to that volume? I was able to do this in mandrake > linux

mounting an msdos volume?

2002-10-09 Thread S Randall
Hi I am running a dual boot system. WinXP (NTFS) and freebsd 4.6.2 on a seperate SCSI hard drive. Is there a way to mount the DOS hard drive/partition and read and write files to that volume? I was able to do this in mandrake linux. It was a link in my /mnt folder. Any help is greatly appr

Re: make command fails :-(

2002-10-09 Thread Adam Weinberger
use the process outlined in /usr/src/UPDATING: cd /usr/src && make buildkernel KERNCONF=MMKERNEL you probably want to change the ident= line. -Adam >> (10.09.2002 @ 2248 PST): S Randall said, in 10K: << > Hello > I need a little help. I am trying to buils a custom kernel that will support >

make command fails :-(

2002-10-09 Thread S Randall
Hello I need a little help. I am trying to buils a custom kernel that will support my soundblaster awe32 card. I am following the instructions in the handbook (I am a determined newbie). I am building the "traditional" way (as the new way (procedure 2) doesn't work for me. 1. I first run "/us

Re: vmware

2002-10-09 Thread Nathan Kinkade
On Wed, Oct 09, 2002 at 10:02:25PM -0700, Nick Tonkin wrote: > On Wed, 9 Oct 2002, Nathan Kinkade wrote: > > > On Wed, Oct 09, 2002 at 07:12:52PM -0400, wolf wrote: > > > vmware 2 won't run XP, etc on an athlon > > > > > > The highest OS I've tested it with is windows 98. > > > > > > the higher

Re: /etc/malloc.conf? java FreeBSD expertise?

2002-10-09 Thread Oliver Fromme
paul beard <[EMAIL PROTECTED]> wrote: > First off, why, when I use truss(1) to look at what a program is > doing, does it look for /etc/malloc.conf? Never finds it, carries > on anyway. man 3 malloc Regards Oliver -- Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München

bad route add command

2002-10-09 Thread Craig A. Beasland
Hi there, I mistakenly typed in the wrong route command... route add -net 203.33.30.96 255.255.255.224 203.33.30.1 And now I have this entry in the netstat -rn output... 203.33.30&0xcb211e01 255.255.255.224UGSc148006 fxp1 And I cant delete it. It fills up my log files with...

SMP problem with FreeBSD 4.6.2-RELEASE

2002-10-09 Thread User Raymond
The following problem with an MSI E7500 MB with dual 2.0GHZ Xeon processors looks similar to: Problem Report i386/40564 Problem Report misc/42414 Symptoms are - build SMP kernel and boot - output ends at: Changing APIC ID for IO APIC #3 from 7 to 15 in MP table Changing APIC ID for IO APIC #4

Re: How to create another account with root privileges ?

2002-10-09 Thread Oliver Fromme
Peter Leftwich <[EMAIL PROTECTED]> wrote: > What -is- that toor (root backwards) account for anyways?? It has /bin/sh as login shell instead of /bin/csh. Of course it's pretty much useless, as you can use "su -m" to get the shell that you want, no matter which login shell is configured for the

Re: Question port in ipfw

2002-10-09 Thread budsz
On Wed, Oct 09, 2002 at 09:43:37PM -0700, Michael wrote: >This is a good question and maybe someone can answer the question with regards >to using a variable to do it. > >I do know however that it does support a range because I've used it within my >rules like this: 1030-1050 but not seperating

RE: Laptop sound

2002-10-09 Thread Pookie
Ok Sony left this out of my BIOS. What now? -Original Message- From: Bruce M Simpson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 1:47 AM To: Pookie Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Laptop sound On Tue, Oct 08, 2002 at 11:14:48PM -0700, Pookie wrote:

Re: Please help me

2002-10-09 Thread Oliver Fromme
DaleCo, S.P.---'the solutions people' <[EMAIL PROTECTED]> wrote: > Global Regular Expression Print > Get Regular Expression Processing > Global Regular Expression Parser The GNU people would of course interpret it as a self- recursive acronym that describes what you can do with grep: Grepping

Re: vmware

2002-10-09 Thread Nick Slager
Thus spake Nick Tonkin ([EMAIL PROTECTED]): > > Excuse me, but did you get networking working with win2k guest on > freebsd? That combination works fine here. Nick -- "We demand rigidly defined areas of doubt and uncertainty." -- Douglas Adams To Unsubscribe: send mail to [EMAIL PROTECT

Re: /etc/malloc.conf? java FreeBSD expertise?

2002-10-09 Thread Weston M. Price
Also, if you have to use JDK 1.4.1 you should make sure that your Linux Binary Compatibility (ie Linux Base) is up to date. Weston On Thursday 10 October 2002 05:15 am, paul beard wrote: > Weston M. Price wrote: > > Yeah, that could be the issue. The native JDK is at > > > > /usr/ports/java/jd

Re: /etc/malloc.conf? java FreeBSD expertise?

2002-10-09 Thread Weston M. Price
But wait, why does the application require 1.4? What in the code dictates use of the 1.4 JDK? Weston On Thursday 10 October 2002 05:15 am, paul beard wrote: > Weston M. Price wrote: > > Yeah, that could be the issue. The native JDK is at > > > > /usr/ports/java/jdk13 > > well, the application

Re: ASUS P4S533 on-board LAN

2002-10-09 Thread Mike Jeays
Matthew Emmerton wrote: > > > I recently bought a machine with an ASUS P4S533 motherboard, > > and FreeBSD 4.6 does not see the on-board LAN connection at > > boot-up time. (Yes, it is enabled in the BIOS.) > > > > Must I buy a separate LAN card, or is there a way to get the > > on board connect

Re: /etc/malloc.conf? java FreeBSD expertise?

2002-10-09 Thread paul beard
Weston M. Price wrote: > Yeah, that could be the issue. The native JDK is at > > /usr/ports/java/jdk13 > well, the application requires 1.4. Looks like I'm SOL for now. Thanks for the help. -- Paul Beard / 8040 27th Ave NE / Seattle WA 98115 / paulbeard [at] mac [ dot] com / 206 529 8400 w

Re: FreeBSD usage in safety-critical environments

2002-10-09 Thread Terry Lambert
"Roman V. Mashak" wrote: > On Wed, Oct 09, 2002 at 01:07:43PM -0400, Steve Kudlak wrote: > > project and mucking with the "low grade" in my opinion C-2 security > > that Sun OSes had and finding bugs in things like FTP logging and > > the like. I now do other things so I don't worry about that. :

Re: vmware

2002-10-09 Thread Nick Tonkin
Excuse me, but did you get networking working with win2k guest on freebsd? - nick Nick Tonkin {|8^)> On Wed, 9 Oct 2002, Nathan Kinkade wrote: > On Wed, Oct 09, 2002 at 07:12:52PM -0400, wolf wrote: > > vmware 2 won't run XP, etc on an athlon > > > > The highest OS

ipcs and xauth !?!?!?

2002-10-09 Thread wolf
I recently (9-27-02) upped (via buildworld) to -STABLE. In the last couple of days I have suddenly had problems using mplayer. (The screen would open then disappear w/ an error about private resources) I upgraded mplayer. Same results. Did a search for the error. Discovered it was related to v

ipcs and xauth !?!?!?

2002-10-09 Thread wolf
I recently (9-27-02) upped (via buildworld) to -STABLE. In the last couple of days I have suddenly had problems using mplayer. (The screen would open then disappear w/ an error about private resources) I upgraded mplayer. Same results. Did a search for the error. Discovered it was related to v

Re: /etc/malloc.conf? java FreeBSD expertise?

2002-10-09 Thread Weston M. Price
Yeah, that could be the issue. The native JDK is at /usr/ports/java/jdk13 You will have to download the linux binary for the JDK to build on FreeBSD, however, after the JDK build procedure is completed the linux binary can go away. If you cd to the above directory and run make install clean

Re: /etc/malloc.conf? java FreeBSD expertise?

2002-10-09 Thread paul beard
Weston M. Price wrote: > In earlier versions on FreeBSD I assume. No, in earlier JDKs. > I have noticed a number of instabilities on 1.4.1 on FreeBSD. Have you tried > using the native JDK? I didn't realize there was one: I was using the 1.4.1 version in ports. -- Paul Beard / 8040 27th A

Re: /etc/malloc.conf? java FreeBSD expertise?

2002-10-09 Thread Weston M. Price
In earlier versions on FreeBSD I assume. I have noticed a number of instabilities on 1.4.1 on FreeBSD. Have you tried using the native JDK? Weston On Thursday 10 October 2002 04:47 am, paul beard wrote: > Weston M. Price wrote: > > Could you be more specific regarding the Java application. F

Re: How to create another account with root privileges ?

2002-10-09 Thread Marc Perisa
Peter Leftwich wrote: > On Thu, 10 Oct 2002, Bob Johnson wrote: > >>On Wednesday 09 October 2002 09:02 pm, Pranav A. Desai appears to have written: >> >>>Hi! I have been asked to create admin accounts for a machine such that >>>all of them can access that machine as root but with different >>>use

Re: Please help me

2002-10-09 Thread Steve Caine
On 10/9/2002 20:08, [EMAIL PROTECTED] wrote: > I have one question for you. I have been looking to find out what the > command/utility "grep" actually means or stands for. [...] "Advanced Editing on UNIX" by Brian W. Kernighan, Bell Laboratories, Murray Hill, New Jersey 07974, August 4, 1978, sa

Re: Questions in Subject Lines (was: Is ther any debugger for c and c++ programs in freebsd4.4?)

2002-10-09 Thread Bob Johnson
On Wednesday 09 October 2002 04:36 pm, Gary W. Swearingen appears to have written: > Jerry McAllister <[EMAIL PROTECTED]> writes: > > Please put your question in the body of your message and limit the > > subject to jsut a title for your posting. > > It will make it much easier for people to read

Re: /etc/malloc.conf? java FreeBSD expertise?

2002-10-09 Thread paul beard
Weston M. Price wrote: > Could you be more specific regarding the Java application. First off, what > version of the JDK(s) are you using? What type of application is it? Please > provide a few more details. > Yes, of course. java version "1.4.1" Java(TM) 2 Runtime Environment, Standard Edit

Re: vmware

2002-10-09 Thread Nathan Kinkade
On Wed, Oct 09, 2002 at 07:12:52PM -0400, wolf wrote: > vmware 2 won't run XP, etc on an athlon > > The highest OS I've tested it with is windows 98. > > the higher os's do something ssid or something or other (advanced cpu > instructions) which cause the guest os to puke. > > SweeTLeaF wrote:

Re: Please help me

2002-10-09 Thread Weston M. Price
Actually I believe it is an acronym for the set of key commands that was required to affect a regular expression search in vi. Weston On Thursday 10 October 2002 03:08 am, Toby Irvine wrote: > I have one question for you. I have been looking to find out what the > command/utility "grep" actua

Re: How to create another account with root privileges ?

2002-10-09 Thread Peter Leftwich
On Thu, 10 Oct 2002, Bob Johnson wrote: > On Wednesday 09 October 2002 09:02 pm, Pranav A. Desai appears to have written: > > Hi! I have been asked to create admin accounts for a machine such that > > all of them can access that machine as root but with different > > username and password. > > In

Re: /etc/malloc.conf? java FreeBSD expertise?

2002-10-09 Thread Weston M. Price
Could you be more specific regarding the Java application. First off, what version of the JDK(s) are you using? What type of application is it? Please provide a few more details. Regards, Weston On Thursday 10 October 2002 04:04 am, paul beard wrote: > Two questions, perhaps I should break t

Question port in ipfw

2002-10-09 Thread budsz
Hi, I try to limit rule base on port for example: Case 1: port_tcp="53,1024-1500" ${fwcmd} add 001 allow tcp from any to any ${port_tcp} ${fwcmd} add 002 allow tcp from any ${port_tcp} to any I got some error "1024-1500 unknow port", If I change variable to port_tcp="1024-1500,53", it's OK,

Re: Please help me

2002-10-09 Thread Peter Leftwich
On Wed, 9 Oct 2002, DaleCo, S.P.---'the solutions people' wrote: > Or ... > Global Regular Expression Print > Get Regular Expression Processing > Global Regular Expression Parser I just think of the command "grep" as part grab, part schlep. But come to think of it, your first answer seems right

/usr/src/lib/libncurses signal 11 during 'make buildworld'

2002-10-09 Thread Kevin D. Kinsey, DaleCo, S.P.
This issue appears in the archives from around September 20th Was anything new discovered? What was the final solution for that box? TIA, KDK on 4.6.2-RELEASE #0, Wed Aug 14 21:23:26 during 'make buildworld': cc -fpic -DPIC -O -pipe -I. -I/usr/src/lib/libncurses -I/usr/src/lib /libncurs

SSH/FTP Access

2002-10-09 Thread DiaDems
Just wondering is there a way to limit SSH access (when adding a user or period) so that user can only use SSH to access or effect their home directory? Also is there a way to give (and limit) a user FTP access to another users home directory? Thanks! To Unsubscribe: send mail to [EMAIL PROTE

Re: FreeBSD usage in safety-critical environments

2002-10-09 Thread Roman V. Mashak
On Wed, Oct 09, 2002 at 01:07:43PM -0400, Steve Kudlak wrote: > project and mucking with the "low grade" in my opinion C-2 security > that Sun OSes had and finding bugs in things like FTP logging and > the like. I now do other things so I don't worry about that. :) But it > is an interesting issu

Re: How to create another account with root privileges ?

2002-10-09 Thread Bob Johnson
On Wednesday 09 October 2002 09:02 pm, Pranav A. Desai appears to have written: > Hi! >I have been asked to create admin accounts for a machine such that > all of them can access that machine as root but with different > username and password. > In many environments, this is reasonable. Some

Re: startx crashes for non-root users on XFree86 4.2.0/FreeBSD 4.6

2002-10-09 Thread Cherie & John Carri
On Wed, 2002-10-09 at 13:30, Jud wrote: > Wonder if fewer people would be surprised by this if > a warning about it appeared at the beginning as well > as the end of the port build process? Then what to do > about package installs, e.g., using > /stand/sysinstall? > > Jud ---

Re: /etc/malloc.conf? java FreeBSD expertise?

2002-10-09 Thread paul beard
paul beard wrote: > Two questions, perhaps I should break them out. > > First off, why, when I use truss(1) to look at what a program is doing, > does it look for /etc/malloc.conf? Never finds it, carries on anyway. I mean to say, the program being examined looks to /etc/malloc.conf and carrie

/etc/malloc.conf? java FreeBSD expertise?

2002-10-09 Thread paul beard
Two questions, perhaps I should break them out. First off, why, when I use truss(1) to look at what a program is doing, does it look for /etc/malloc.conf? Never finds it, carries on anyway. Second, some friends of mine have a java application that runs under the Leading Brand, Solaris and Lin

Re: FTP gone weird

2002-10-09 Thread Duncan Anker
On Thu, 2002-10-10 at 13:54, DaleCo, S.P.---'the solutions people' wrote: > I seem to remember a post about cron not doing what the user > did, and it was a shell issue. Try your command in sh, csh, etc., > and see if you can get the same error from CLI, if so, then the > shell is the issue. > >

Re: pcAnywhere over ppp

2002-10-09 Thread Henrik Hudson
> Will VNC connect to a pcAnywhere host? Nope, VNC is VNC to VNC only. Same as pcAnywhere is pcAnywhere to pcAnywhere only. In summation, unless you can get access to pcAnywhere you are S.O.L. As for VNC itself, they just setup home at: www.realvnc.com Henrik -- Henrik Hudson [EMAIL PROTECT

Re: vmware

2002-10-09 Thread Scott Carmichael
You can run OSes on other partitions, but it's not fully 'supported', and may not be perfect. I believe it's "recommended for advanced users only" in the help. On Wed, 9 Oct 2002, SweeTLeaF wrote: > ok, thanks but still i have the question about the installation of the > guest os. can the guest

Re: FTP gone weird

2002-10-09 Thread DaleCo, S.P.---'the solutions people'
I seem to remember a post about cron not doing what the user did, and it was a shell issue. Try your command in sh, csh, etc., and see if you can get the same error from CLI, if so, then the shell is the issue. Grasping a straw, Kevin Kinsey DaleCo, S.P. - Original Message - From: "Mic

Re: Security questions

2002-10-09 Thread DaleCo, S.P.---'the solutions people'
>From "man syslogd" The syslogd daemon reads messages from the UNIX domain socket /var/run/log, from an Internet domain socket specified in /etc/services, and from the special device /dev/klog (to read kernel messages). So I assume it runs as root in order to access the kernel lo

4.4 mailserver dying

2002-10-09 Thread Andrew Thomson
I recently upgraded our mailserver to 4.4, was on 4.0. It ran for days and days on 4.0 so I'm not dubious about the hardware. The only change has been the addition of raid 5 array to store the mail.. and also some updated packages... The symptoms I'm seeing are that it will run for about a day/

Jakarta-Tomcat + Apache

2002-10-09 Thread Peter
Hello, Quick question: I thought FreeBSD worked out a deal with Sun to get native java support...so..I'm trying to install jakarta-tomcat4 [from ports to get .jsp and java servelts support]...why is the port requiring a linux base and a whole lot of other linux/redhat 7.1 stuff? Am I d

Re: Please help me

2002-10-09 Thread DaleCo, S.P.---'the solutions people'
Or ... Global Regular Expression Print Get Regular Expression Processing Global Regular Expression Parser While we're on the subject of origins and meanings, you've heard, I suppose, that C was just a joke . ;-) Kevin Kinsey, DaleCo, S.P. - Original Message - From: "Eric Wayte" <[

Using grep (was: Please help me)

2002-10-09 Thread Greg 'groggy' Lehey
On Wednesday, 9 October 2002 at 23:08:52 -0400, Toby Irvine wrote: > I have one question for you. I have been looking to find out what the > command/utility "grep" actually means or stands for. I have searched the > net and keep finding the same answer, which I have been told is wrong. > Could

Re: Please help me

2002-10-09 Thread Edwin Groothuis
On Wed, Oct 09, 2002 at 11:08:52PM -0400, Toby Irvine wrote: > I have one question for you. I have been looking to find out what the > command/utility "grep" actually means or stands for. I have searched the > net and keep finding the same answer, which I have been told is wrong. > Could you

Re: Please help me

2002-10-09 Thread Eric Wayte
Try this: http://www.dictionary.com/search?q=grep On Wed, 9 Oct 2002, Toby Irvine wrote: > > I have one question for you. I have been looking to find out what the > command/utility "grep" actually means or stands for. I have searched the > net and keep finding the same answer, which I have bee

Small Example Port (Ports System)

2002-10-09 Thread Warren Block
I'm attempting to build a port. The program is all Perl, shell scripts, and text files, which makes it difficult to find an example to follow--most ports do some compiling! Any suggestions for a small, non-compiling, plays-by-the-rules port to examine? At present, it would help just to know the

Please help me

2002-10-09 Thread Toby Irvine
I have one question for you. I have been looking to find out what the command/utility "grep" actually means or stands for. I have searched the net and keep finding the same answer, which I have been told is wrong. Could you please help me out and let me know. Someone told me that only an o

Re: pcAnywhere over ppp

2002-10-09 Thread Lane Holcombe
Thanks! Will VNC connect to a pcAnywhere host? As I mentioned previously, the client company runs pcAnywhere as their dial-in host application and that is beyond my control. I just need to find a way to connect to it. Where do I get VNC? > On Wed, Oct 09, 2002 at 06:07:56PM -0500, Lane Holc

Re: How to create another account with root privileges ?

2002-10-09 Thread DaleCo, S.P.---'the solutions people'
$man su Kevin Kinsey DaleCo, S.P. - Original Message - From: "Pranav A. Desai" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 09, 2002 8:02 PM Subject: Re: How to create another account with root privileges ? > Hi! >I have been asked to create admin accounts

Re: pcAnywhere over ppp

2002-10-09 Thread James Long
On Wed, Oct 09, 2002 at 06:07:56PM -0500, Lane Holcombe wrote: > > But I get the feeling that pcAnywhere doesn't speak my language. Consider VNC. I use VNC on my FreeBSD X workstation to connect to Windoze 9ick/NT/2000 systems running VNC. To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: /etc/make.conf and AMD Athlon 600

2002-10-09 Thread Giorgos Keramidas
On 2002-10-09 22:00, Peter Leftwich <[EMAIL PROTECTED]> wrote: > On Mon, 7 Oct 2002, Adam Weinberger wrote: > > > I didn't have .../share/mk/ so I went out with google and downloaded > > > bsd.cpu.mk -- Wouldn't it be nice if "mv" had a flag to create directories > > > if they don't exist? Same w

Re: help with ln "linking" Please! [attn manpage authors!]

2002-10-09 Thread Peter Leftwich
On 8 Oct 2002, Gary W. Swearingen wrote: > PL> The manpage is super unclear about sourcefile and targetfile, I have > PL> said this for years. Think of this paragraph: [snip] > PL> ... as this instead `ln -s actualfile linkfile` > That's not the best way to think of it, since "actualfile" need no

Re: /etc/make.conf and AMD Athlon 600

2002-10-09 Thread Peter Leftwich
On Mon, 7 Oct 2002, Adam Weinberger wrote: > > I didn't have .../share/mk/ so I went out with google and downloaded > > bsd.cpu.mk -- Wouldn't it be nice if "mv" had a flag to create directories > > if they don't exist? Same with the command "touch." > put this in your shell's rcfile: > mvm() {mk

URGENT BUSINESS ASSISTANCE

2002-10-09 Thread JOHN ADIM
OFFICE OF THE CHAIRMAN CONTRACT AWARDING COMMITTEE ECOWAS HEADQUARTERS LOME,REPUBLIC OF TOGO ACCOUNT PROVISION FOR USD45M Forgive my indignation if this message comes to you as a surprise and if it might offend you without your prior consent and writing through this channel. I am DR.JOHN ADIM,

a installed ports' info displaying perl program

2002-10-09 Thread parv
would anybody be interested in a perl program which displays information about installed ports? documentation (pod) is... http://www103.pair.com/parv/comp/unix/doc/doc.bin/listpkg.perl.text ...and the program itself... http://www103.pair.com/parv/comp/unix/bin/listpkg.perl ...currently

Re: Should I worry about having many X11 symlinks

2002-10-09 Thread Peter Leftwich
On Mon, 7 Oct 2002, Adam Weinberger wrote: > PL> # find /usr/X11R6/lib/X11/ -type l | xargs ls -al | grep -v \/doc\/html\/ > don't need to escape those forward slashes, fwiw. I suppose not, only if [grep -v something filename] were the case, huh. > PL> `pkg_add -r wrapper` failed the first try b

Re: Is ther any debugger for c and c++ programs in freebsd4.4?

2002-10-09 Thread Greg 'groggy' Lehey
On Wednesday, 9 October 2002 at 13:36:07 -0700, Gary W. Swearingen wrote: > Jerry McAllister <[EMAIL PROTECTED]> writes: > >> Please put your question in the body of your message and limit the >> subject to jsut a title for your posting. >> It will make it much easier for people to read your ques

Re: How to create another account with root privileges ?

2002-10-09 Thread Joshua
On or about Wed, Oct 09, 2002 at 08:02:08PM -0500, Pranav A. Desai scrawled.. > Hi! >I have been asked to create admin accounts for a machine such that > all of them can access that machine as root but with different username > and password. > > Thanks > > -pranav > > **

kernel

2002-10-09 Thread Fendris
I have got a kernel compiling problem make command fails when linking midi_synth.o Please Help To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Setup routing entry for host with a non-local IP address]

2002-10-09 Thread Paul te Bokkel
Forgot to group-reply.. --- Begin Message --- On Wed, Oct 09, 2002 at 05:32:03PM -0700, Matthew Dillon wrote: > > :> fxp0: flags=8843 mtu 1500 > :> inet 216.240.41.17 netmask 0xffc0 broadcast 216.240.41.63 > :> inet 10.0.0.2 netmask 0xff00 broadcast 10.0.0.255 > :>

Re: Corrupt data with vinum in 4.6.2-RELEASE

2002-10-09 Thread Greg 'groggy' Lehey
On Wednesday, 9 October 2002 at 17:40:31 -0700, Jack Twilley wrote: >> "Greg" == Greg Lehey writes: > >>> I had a bad experience this weekend with vinum, SCSI and new >>> disks, and I'm not sure which part's at fault. > >> Well, you're getting mulitple error messages from the SCSI >> subsyst

Re: How to create another account with root privileges ?

2002-10-09 Thread Pranav A. Desai
Hi! I have been asked to create admin accounts for a machine such that all of them can access that machine as root but with different username and password. Thanks -pranav *** Pranav A. Desai Home :- (937) 294 1381

Re: vmware

2002-10-09 Thread SweeTLeaF
ok, thanks but still i have the question about the installation of the guest os. can the guest os you want to emulate be already installed where you can just config vmware to use the already present partitions,or do you have to install the guest os/ 's under vmware? wolf wrote: > vmware

Re: Corrupt data with vinum in 4.6.2-RELEASE

2002-10-09 Thread Jack Twilley
> "Greg" == Greg Lehey writes: Jack> I had a bad experience this weekend with vinum, SCSI and new Jack> disks, and I'm not sure which part's at fault. Greg> Well, you're getting mulitple error messages from the SCSI Greg> subsystem, and none from Vinum. True. But is vinum supposed to dete

Re: Corrupt data with vinum in 4.6.2-RELEASE

2002-10-09 Thread Greg 'groggy' Lehey
On Tuesday, 8 October 2002 at 21:44:53 -0700, Jack Twilley wrote: > I had a bad experience this weekend with vinum, SCSI and new disks, > and I'm not sure which part's at fault. Well, you're getting mulitple error messages from the SCSI subsystem, and none from Vinum. > I installed ten new 4G d

Getting FreeBSD"Jumpstart" installation to work

2002-10-09 Thread BSD Freak
Hi all, I have tried this on several different machines and several different networks but keeping getting hit with the same error. I configure a PXE (jumpstart installation) server (NFS, TFTP, DHCP) as per the FreeBSD Jumpstart docs in the FreeBSD handbook and then try a PXE (Intel NIC) cli

Get Your IE Toolbar!

2002-10-09 Thread Your IE Toolbar
Make your customers and visitors always have the link to your site on their Explorer toolbar. Custom Toolbars increase your ability to market your site anywhere within millions of Internet browsers and takes only seconds to install. Custom IE Toolbar with unlimited menu items - 200$US! Advanc

RE: kernel MAKE faile

2002-10-09 Thread Don
GREAT, thanks for the numerous replies, fast too, my bad, i had failed to commend out the umass thingy under the usb support, commented that out and the make and make install went flawlessly. i think i'll wait til morrow to do the rest tho, its end of day, and i dont care for the reboot not to wor

Re: DHCP Relay over IPSec ESP/Tunnel (Sorry about the duplicate posts,problems with digital ID)

2002-10-09 Thread Marc Perisa
(taking this to questions because it is not a discussion on security topics) Erik Paulsen Skålerud wrote: > Hello. > > Is it possible to use DHCP relay over an IPSec ESP/tunnel? What are the > requirements to accomplish this, and is there any special configuration > I have to use? > > I've been

Regarding Upgrade

2002-10-09 Thread Matt Garcia
Arent i full of questions :)? I have another question after i did my upgrade it stopped and i got this error message: "/usr/src/share/mk/bsd.lib.mk", line 19: Missing dependency operator "/usr/src/share/mk/bsd.lib.mk", line 28: if-less endif "/usr/src/share/mk/bsd.lib.mk", line 28: Need an operat

RE: kernel MAKE failed

2002-10-09 Thread Andy Knapp
Check to make sure that you don't have umass in your kernel config. If you do have it, I think you need to have the uhci or ohci option in the kernel config, along with scbus and da options. They should both be in the usb section I believe. On another note, I don't think config, make depend, and

Re: kernel MAKE failed

2002-10-09 Thread Nick Slager
Thus spake Don ([EMAIL PROTECTED]): > umass.o(.text+0x14e7): undefined reference to `xpt_free_path' > umass.o: In function `umass_cam_action': > umass.o(.text+0x1805): undefined reference to `xpt_done' > umass.o(.text+0x1815): undefined reference to `xpt_done' > umass.o: In function `umass_cam_cb

RE: pcAnywhere over ppp

2002-10-09 Thread JoeB
PcAnywhere only speaks to pcAnywhere. PcAnywhere is a windows application only. You can not dial into pcAnywhere from user ppp, it does not work that way. Forget pcAnywhere and work on dialin connection to NT host. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Be

kernel MAKE failed

2002-10-09 Thread Don
can anyone give me some pointers on a failed kernel config I used the following method on 4.6.0 Run config to generate the kernel source code. # /usr/sbin/config WEBKERNEL Change into the build directory. # cd ../../compile/WEBKERNEL Compile the kernel. # make depend # make res

Re: vmware

2002-10-09 Thread wolf
vmware 2 won't run XP, etc on an athlon The highest OS I've tested it with is windows 98. the higher os's do something ssid or something or other (advanced cpu instructions) which cause the guest os to puke. SweeTLeaF wrote: > I am wanting to try VMware to emulate XP and have a few questions

RE: pcAnywhere over ppp

2002-10-09 Thread Lane Holcombe
Thanks for your reply. But I don't use pcAnywhere, my client does. I just want to establish a TCP/IP connection to their NT host over the phone line. I use ppp from FreeBSD to connect to various types of hosts, but this is the first time I've ever had to connect to pcAnywhere. What I'm tryin

Re: Proper way to upgrade packaes from ports

2002-10-09 Thread parv
in message <[EMAIL PROTECTED]>, wrote Kent Stewart thusly... > > Someone made a comment about refusing ports/INDEX when you run > "portsdb -uU" ever time you cvsup ports-all commented by yours truly. (: -- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in

Security questions

2002-10-09 Thread Socketd
Hi all I've noticed that syslogd run as root, but why? Syslog just need to connect to a port, get messages and write them to some files, so why does I have to be root? I know you have to be root to bind() to a port below 1024, but there should be a syslog user to lower UID to after it have do

Re: Puzzling Simple NATD and IPFW Problem

2002-10-09 Thread 2005 - Chill, Samuel Thomas
After fixing all of these "problems" still it does not work! Im running FreeBSD 4.6-STABLE Using two realtek 8139's (rl0 external rl1 internal) External is Dhcp to cable modem Internal ip is 10.0.0.1 Client machines have 10.0.0.x as there ip and 10.0.0.1 set as there gateway and dns -- Ori

vmware

2002-10-09 Thread SweeTLeaF
I am wanting to try VMware to emulate XP and have a few questions for those who are using it. Currently i am booting between , freebsd, redhat and XP. These OS's are already installed on their own native partitions. This is my first question, I want to use freebsd as my host OS for vmware: Can

Re: Secure FTPd

2002-10-09 Thread Socketd
>> Original Message << On 10/8/02, 7:10:12 AM, Doug Hardie <[EMAIL PROTECTED]> wrote regarding Re: Secure FTPd: > On Monday, Oct 7, 2002, at 17:18 US/Pacific, Eric Parusel wrote: > > Hmm, I think you two *may* be doing down the wrong path... > > There's a (propo

RE: pcAnywhere over ppp

2002-10-09 Thread JoeB
Pcanywhere has to be run from a pc that has a public ip address to the other pc which also has to be on a public ip address. What I do is have the user of the pc I want to take over to dial out to the internet and establish it's connection, then start pcanywhere and configure it to wait for incom

Re: make world script

2002-10-09 Thread parv
in message <[EMAIL PROTECTED]>, wrote George Vagner thusly... > > I am looking for a script that I can run a cron on that will > update my sources and ports, i do these two steps y hand occasionally; shouldn't be too hard to come up w/ something yourself. > build world, kernel and install every

Re: FreeBSD usage in safety-critical environments

2002-10-09 Thread Ted Faber
On Wed, Oct 09, 2002 at 12:26:14PM -0700, Terry Lambert wrote: > Life support systems require formal proofs of correctness for code; > since neither Linux nor FreeBSD is formally correct, in total, you > would need to be insane to deplaoy either of them as, for example, > a part of an air traffic

Re: Digest oddities

2002-10-09 Thread Andy Walden
On Wed, 9 Oct 2002, Philip J. Koenig wrote: > > The following string that Roman Neuhauser <[EMAIL PROTECTED]> > is using as a signature is confusing my mailreader into thinking the > digest has attachments whenever he posts a message, and it truncates > the digest in the normal reader at that po

Re: Ping to broadcast ok from subnet, not ok otherwise

2002-10-09 Thread Kevin Oberman
> Date: Wed, 9 Oct 2002 15:41:21 -0600 (MDT) > From: Nick Rogness <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > On Wed, 9 Oct 2002, TheGlenMann wrote: > > > >From the deft fingers of Nick Rogness... > > > On Wed, 9 Oct 2002, TheGlenMann wrote: > > > > > >> Hi all- > > >> > > >> (Is this li

RE: Linux emulation: acd0a is not a cooked ioctl CDROM

2002-10-09 Thread Lucky Green
Lowell wrote: > "Lucky Green" <[EMAIL PROTECTED]> writes: > > > Do you believe that the ATAPI/CAM patches at > > http://www.cuivre.fr.eu.org/~thomas/atapicam/ might make cdparanoia > > compatible with an ATAPI drive on FreeBSD? > > Probably. > > >I

Digest oddities (was Re: Ping to broadcast ok from subnet, not ok otherwise)

2002-10-09 Thread Philip J. Koenig
On 9 Oct 2002 at 13:26, questions-digest boldly uttered: > Date: Wed, 9 Oct 2002 10:58:19 -0400 (EDT) > From: "TheGlenMann" <[EMAIL PROTECTED]> > Subject: Ping to broadcast ok from subnet, not ok otherwise > > Hi all- > > (Is this list working right? - I'm getting lots of wierd stuff in the >

Re: FTP gone weird

2002-10-09 Thread Michael Collette
On the recommondation of an off list response I attempted using some other tools instead of "ftp". Tried fetch, wget, and even curl. wget didn't like the port forwarding, cron or not. Both fetch and curl work off the command line. They also don't produce an error when run from cron. Neithe

Re: Ping to broadcast ok from subnet, not ok otherwise

2002-10-09 Thread Nick Rogness
On Wed, 9 Oct 2002, TheGlenMann wrote: > >From the deft fingers of Nick Rogness... > > On Wed, 9 Oct 2002, TheGlenMann wrote: > > > >> Hi all- > >> > >> (Is this list working right? - I'm getting lots of wierd stuff in the > >> digests...but anyway...) > >> > >> Other attempts to find the answer

setregid question

2002-10-09 Thread Mikhail Kruk
I have the following program: main() { printf("uid: %d\n", getuid()); printf("euid: %d\n", geteuid()); system("/root/uid.sh"); setreuid(geteuid()); setregid(getegid()); printf("uid: %d\n", getuid()); printf("euid: %d\n", geteuid()); system("/root/uid.sh"); } where uid.

Re: help with ln "linking" Please! [attn manpage authors!]

2002-10-09 Thread Oliver Fromme
Gary W. Swearingen <[EMAIL PROTECTED]> wrote: > Oliver Fromme <[EMAIL PROTECTED]> writes: > > Gary W. Swearingen <[EMAIL PROTECTED]> wrote: > > > ln [-fhinsv] linked_filename [link_filename] > > > ln [-fhinsv] linked_filename ... dir_filename > > > link existing_filename alternate_filename

  1   2   >