java 1.3.1 and dual cpu

2002-11-18 Thread jesse reynolds
Hi Will Java make user of multiple CPU's on FreeBSD if there is only one Java process? That is, can there be some threads in the JVM running on one CPU and some other threads running on the other CPU in order to make user of the full capactity of a dual pentium 3 system? I'm running FreeBSD 4.

Re: FreeBSD Easy Server

2002-11-18 Thread Pierrick Brossin
> > I'm aware there is an instant-server port but I'm not really > > convinced! > > Why not? 'cos I need more ! Like a qmail mail server and stuff. So if I have to configure a mail server, I think I can do the other things as well! The main problem is the firewall rules! Cya To Unsubscribe:

Re: FreeBSD Easy Server

2002-11-18 Thread Pierrick Brossin
> Again I say: Dive in! The user community is quite helpful and the stability > can't be beat! Thanx for your help! I think I'm gonna give it another shot ! Cya To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: winxp no response by using samba fileserver?

2002-11-18 Thread Matthew Seaman
On Mon, Nov 18, 2002 at 10:24:22AM +0800, wsk wrote: > my xp box always occur "no response" while conncet to my samba fileserver.but if >connect it using > another frame window, it will ok.and samba work's well if use win2k to connect to >samba server.cry: > who can help me? thanks any info.

Unreal 2003 dedicated server

2002-11-18 Thread Dieter Lauger
Hello i want run a unreal 2003 dedicated server on my freebsd box. After unpacking and installation of the UT2003DedicatedServer-Linux.zip, i make in the created directory /compat/linux/usr/games/ut2003_dedicated a # ./ucc server and get allways Executing Class Engine.ServerCommandle

Re: restore question

2002-11-18 Thread Jan Grant
On Fri, 15 Nov 2002, Jack L. Stone wrote: > I missed this earlier. You say: > > "That is why the only clean way of doing this, would be to make a > disk-image, like Ghost does." > > I'm unaware of any backup that takes longer than a nanosecond where files > will not have changed on a system by the

Secure tunneling of remote-access Windows sessions?

2002-11-18 Thread Darren Pilgrim
I want to setup VNC on some Windows machines so I can access them over the internet, but I need to secure the connection in a way that will work with NAT'ing firewalls on both ends of the connection. How can I do this? I was thinking of setting up a tunnel between the two firewalls. On the l

extracting example startx

2002-11-18 Thread Cliff Sarginson
Hi, After a slight boo-boo I had to do some finger-poking with X11. Startx disappeared in the process. I can find "startx" related files lurking deep in the bowels of the imake ports directory. Anyone know how to actually build and install it. I tried all the obvious things. -- Regards Cliff S

Palm 515 setup

2002-11-18 Thread Vidor Demeter
Hi all, Now I have the next question which is about setting up a Palm M515... I have the USBD running but what is the next step, to get Palm synchronizing with the FreeBSD?? I need some help... TIA Vidor To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in

Re: restore question

2002-11-18 Thread Jack L. Stone
At 01:04 PM 11.16.2002 +, Jan Grant wrote: >On Fri, 15 Nov 2002, Jack L. Stone wrote: > >> I missed this earlier. You say: >> >> "That is why the only clean way of doing this, would be to make a >> disk-image, like Ghost does." >> >> I'm unaware of any backup that takes longer than a nanosecond

Re: java 1.3.1 and dual cpu

2002-11-18 Thread Khairil Yusof
On Mon, 2002-11-18 at 16:08, jesse reynolds wrote: > Will Java make user of multiple CPU's on FreeBSD if there is only one > Java process? That is, can there be some threads in the JVM running > on one CPU and some other threads running on the other CPU in order > to make user of the full capac

Re: restore question

2002-11-18 Thread Jack L. Stone
At 08:25 AM 11.18.2002 -0600, Jack L. Stone wrote: >At 01:04 PM 11.16.2002 +, Jan Grant wrote: >>On Fri, 15 Nov 2002, Jack L. Stone wrote: >> >>> I missed this earlier. You say: >>> >>> "That is why the only clean way of doing this, would be to make a >>> disk-image, like Ghost does." >>> >>> I

Re: restore question

2002-11-18 Thread Jan Grant
On Mon, 18 Nov 2002, Jack L. Stone wrote: > At 01:04 PM 11.16.2002 +, Jan Grant wrote: > >On Fri, 15 Nov 2002, Jack L. Stone wrote: > > > >> I missed this earlier. You say: > >> > >> "That is why the only clean way of doing this, would be to make a > >> disk-image, like Ghost does." > >> > >>

initializing SCSI drive ST15150W

2002-11-18 Thread xxxlucasxxx
Hi, I am having a problem getting two seagate (compaq) ST15150W initialized at boot. dmesg gives me the bellow message for the SCSI card and drive (I am trying one at a time not to confuse matters). In this case I have set the drive as bootable in the SCSI BIOS. I have also tried it as not bootab

Re: Server Reboot

2002-11-18 Thread Lew A
UPDATE: Here is some interesting stuff from a dmesg Fatal trap 12: page fault while in kernel mode mp_lock = 0002; cpuid = 0; lapic.id = fault virtual address = 0xa127194c fault code = supervisor read, page not present instruction pointer = 0x8:0xc022f45a stack poin

Re: Server Reboot (fwd)

2002-11-18 Thread Lew A
UPDATE: Here is some interesting stuff from a dmesg Fatal trap 12: page fault while in kernel mode mp_lock = 0002; cpuid = 0; lapic.id = fault virtual address = 0xa127194c fault code = supervisor read, page not present instruction pointer = 0x8:0xc022f45a stack poin

Confused about bash profiles and environment settings.

2002-11-18 Thread Khairil Yusof
According to the man, bash loads up for an interactive shell: /etc/profile ~/.bash_profile ~/.bash_login ~/.profile Env gives me this as my path: PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin: /usr/X11R6/bin:/home/kaeru/bin This is in ~/.profile (~/.bash_profile d

Re: extracting example startx

2002-11-18 Thread Matthew Seaman
On Mon, Nov 18, 2002 at 01:15:03PM +0100, Cliff Sarginson wrote: > After a slight boo-boo I had to do some finger-poking with X11. > Startx disappeared in the process. > I can find "startx" related files lurking deep in the bowels of the > imake ports directory. Anyone know how to actually build a

Re: Confused about bash profiles and environment settings.

2002-11-18 Thread Lowell Gilbert
Khairil Yusof <[EMAIL PROTECTED]> writes: > According to the man, bash loads up for an interactive shell: > > /etc/profile > ~/.bash_profile > ~/.bash_login > ~/.profile No, that's not what it says. It says that it only loads *one* of the last three, and that it tries them in that order. The

Re: Confused about bash profiles and environment settings.

2002-11-18 Thread Matthew Seaman
On Mon, Nov 18, 2002 at 10:43:32PM +0800, Khairil Yusof wrote: > So bash is getting it's path settings from somewhere else. /etc/profile > is commented out. > > Where else is it getting my path settings from (login.conf?). > > I tried changing PATH in that and it doesn't affect anything. login.

Test your Banker!

2002-11-18 Thread office
Dear Sir, Dear Friend, thank you for your interest in easymoneyconcepts - www.easymoneyconcepts.com - We call your attention to tools and vehicles that will drive your banker and financial adviser into a corner. Please confront them with techniques and strategies nearly everbody can use but a

koffice-kde3 build problem

2002-11-18 Thread Michael C. Cambria
Hi, I having a problem building koffice via the kde3 metaport. KDE3 itself (seems to) be working fine. I cvsup'ed from 4.6-Stable to 4.7-Stable last night, including ports. I followed the instructions on freebsd.kde.org to remove kde2/qt/koffice. I also ran portsdb -Uu before trying to update

information

2002-11-18 Thread Juan Pedro Bojorquez Garcia.
i have an a YAMAHA AC-XG sound Card and if u have any kind of documentation about how can i setup that sound card on FreeBSD 4.7 i really apreciate that. Thanks a lot. ATTE. Juan Pedro Bojorquez. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of

sound vchans and gaim sound conflict

2002-11-18 Thread Jim Arnold
Sometimes when I use Gaim and I get too many sounds going at once my sound card gets confused and starts a loud buzzing that can only be stopped by a reboot. This seems to happen when two people IM me at the same time. I turned off the sound in Gaim for all but incoming messages but I still have t

Re: Secure tunneling of remote-access Windows sessions?

2002-11-18 Thread Doug Poland
Darren Pilgrim said: > I want to setup VNC on some Windows machines so I can access them > over the internet, but I need to secure the connection in a way > that will work with NAT'ing firewalls on both ends of the > connection. How can I do this? I was thinking of setting up a > tunnel betwee

XDM server?

2002-11-18 Thread Louis LeBlanc
Hey all. Slightly OT here, but I can't really remember any of the particulars in dealing with remote X sessions. What I'd like to do is configure my XFree86 server on FreeBSD (4.6.2 RELEASE) to broadcast the XDM service so an X client on W$ can open a FreeBSD X session. Maybe this doesn't make m

Re: extracting example startx

2002-11-18 Thread Cliff Sarginson
On Mon, Nov 18, 2002 at 02:48:55PM +, Matthew Seaman wrote: > On Mon, Nov 18, 2002 at 01:15:03PM +0100, Cliff Sarginson wrote: > > > After a slight boo-boo I had to do some finger-poking with X11. > > Startx disappeared in the process. > > I can find "startx" related files lurking deep in the

BTX PXE ???

2002-11-18 Thread Krissada Jindanupajit (FreeBSD-question)
What are BTX and PXE stand for? Thank You. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: koffice-kde3 build problem

2002-11-18 Thread Kent Stewart
Michael C. Cambria wrote: Hi, I having a problem building koffice via the kde3 metaport. KDE3 itself (seems to) be working fine. I cvsup'ed from 4.6-Stable to 4.7-Stable last night, including ports. I followed the instructions on freebsd.kde.org to remove kde2/qt/koffice. I also ran portsdb

Re: Palm 515 setup

2002-11-18 Thread Joan Picanyol i Puig
* Vidor Demeter <[EMAIL PROTECTED]> [20021118 15:02]: > Hi all, > > Now I have the next question which is about setting up > a Palm M515... > I have the USBD running but what is the next step, to > get Palm synchronizing with the FreeBSD?? > I need some help... Doesn&#x

Re: Palm 515 setup

2002-11-18 Thread Marco Beishuizen
On Mon, 18 Nov 2002, the wise Joan Picanyol i Puig spoke, and said: > * Vidor Demeter <[EMAIL PROTECTED]> [20021118 15:02]: > > Hi all, > > > > Now I have the next question which is about setting up > > a Palm M515... > > I have the USBD running but

Slightly OT (and more related to the wireless networking)

2002-11-18 Thread Angelin Lazarov Lalev
Hi everybody, Is there any way to get list of all SSIDs, which are present in given area, with the tools provided by FreeBSD. I'm not sure that is possible at all, but a colleague of mine insist that he was seen such tool for Windows. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsu

make buildworld fails on 4.7-RELEASE

2002-11-18 Thread Alex Drummond
Hi, I can build a custom kernel fine, but when I execute 'make buildworld' from /usr/src, I get a lot of errors relating to libgroff (see bellow). I have all the (4.7-RELEASE) source packages installed. Does anyone have any idea what the problem might be? Would be really grateful for any help,

fe: portsdb -Uu returns errors - make: don't know how to make.portinfo(continuing): malformed entry:

2002-11-18 Thread Stacey Roberts
Hello, I've just portupgraded (-R) portlint to what was detailed as the latest version: portlint-2.3.3_1= up-to-date with port This was the only port that required updating, so afterwards, I ran the required portsdb -Uu, but got errors (see below, please) in the middle

ATTACK IRAQ!

2002-11-18 Thread admin
ARE YOU SICK OF seeing 'NO WAR ON IRAQ' pasted to every Subaru on the road? ARE YOU SICK OF the Saddam Hussein lovers throwing this in your face everyday? ARE YOU SICK OF the America haters taking IRAQ'S side over the United States? WE ARE OFFERING A LIMITED TIME "ATTACK IRAQ" BUMPER STICKER

=?ISO-8859-1?Q?How Do i Turn Off Networking??=

2002-11-18 Thread Matt
I have a freebsd machine that i installed via an ethernet card. Now when i first ran sysinstall, i tried ep0, but that froze sysinstall. Next time i tried it with ep1, it worked but when i attempted to boot it for the firat time, and every time since, It freezes when it gets to the networking

Re: Slightly OT (and more related to the wireless networking)

2002-11-18 Thread Dan Pelleg
Angelin Lazarov Lalev <[EMAIL PROTECTED]> writes: > Hi everybody, > > Is there any way to get list of all SSIDs, which are present in given area, > with the tools provided by FreeBSD. > > I'm not sure that is possible at all, but a colleague of mine insist that he > was seen such tool for Window

Using a sysinstall Script File

2002-11-18 Thread Martin McCormick
If one runs the "standard" installation option in sysinstall, there is a question as to whether the systom clock uses GMT/UTC or not and questions that narrow down your local time zone. Is there any variables to set in sysinstall scripts that will automatically take care of these settings

Re: How Do i Turn Off Networking?

2002-11-18 Thread Kliment Andreev
> to boot it for the firat time, and every time since, It > freezes when it gets to the networking area. > > Can i disable ep0? Try # ifconfig ep0 down but I doubt that is the problem. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the me

shutdown with power button

2002-11-18 Thread ertank
Hello, I want to learn if there is a way to make the system shutdown with the key on the case. I searched the mailing list but could not find a solution. Also, man apm and man apmd does not have some option for me that I could find. My problem is if I press the case power key, system just c

Firewall - opening ports

2002-11-18 Thread Darryl Hoar
Greetings, I have built a firewall using FreeBSD 4.7-release and an oline tutorial that uses IPFilter. I need to understand how to open specific ports to allow applications to talk if needed. Is there a document that describes how to do this ? thanks, Darryl To Unsubscribe: send mail to [EMAIL

ATTACK IRAQ!

2002-11-18 Thread admin
ARE YOU SICK OF seeing 'NO WAR ON IRAQ' pasted to every Subaru on the road? ARE YOU SICK OF the Saddam Hussein lovers throwing this in your face everyday? ARE YOU SICK OF the America haters taking IRAQ'S side over the United States? WE ARE OFFERING A LIMITED TIME "ATTACK IRAQ" BUMPER STICKER

DFE-670TXD

2002-11-18 Thread Brian Henning
Hello- I have a DFE-670TXD D-Link PCMCIA NIC I just bought. I have a couple of questions about intalling it on FreeBSD. How do i know if i need to limit which interrupts are available for it? Will I get a message when i plug the card in? I couldn't find it in the Hardware.txt file on the 4.7 CD, is

Re: DFE-670TXD

2002-11-18 Thread John Bleichert
On Mon, 18 Nov 2002, Brian Henning wrote: > Date: Mon, 18 Nov 2002 15:33:45 -0600 > From: Brian Henning <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: DFE-670TXD > > Hello- > I have a DFE-670TXD D-Link PCMCIA NIC I just bought. I have a couple of > questions about intalling it on FreeBSD.

Re: FreeBSD Easy Server

2002-11-18 Thread Greg 'groggy' Lehey
On Monday, 18 November 2002 at 9:44:55 +0100, Pierrick Brossin wrote: > >>> I'm aware there is an instant-server port but I'm not really >>> convinced! >> >> Why not? > > 'cos I need more ! > > Like a qmail mail server and stuff. OK, there's the basic problem: on the one hand, you want something

prefetching port dependencies

2002-11-18 Thread Scott I. Remick
Quick question: I'm getting interested in using portupgrade -FR to prefetch a port's source and its dependencies (and maybe even run the fetching in a 2nd session while other parts are compiling). But I can only get it to work on stuff that is already installed. It works great then. Is there an e

Re: Secure tunneling of remote-access Windows sessions?

2002-11-18 Thread Darren Pilgrim
Doug Poland wrote: Darren Pilgrim said: I want to setup VNC on some Windows machines so I can access them over the internet, but I need to secure the connection in a way that will work with NAT'ing firewalls on both ends of the connection. How can I do this? I was thinking of setting up a t

Re: prefetching port dependencies

2002-11-18 Thread Erik Trulsson
On Mon, Nov 18, 2002 at 02:31:09PM -0800, Scott I. Remick wrote: > Quick question: > > I'm getting interested in using portupgrade -FR to prefetch a port's source > and its dependencies (and maybe even run the fetching in a 2nd session while > other parts are compiling). But I can only get it to w

Re: FreeBSD Easy Server

2002-11-18 Thread Pierrick Brossin
Greg 'groggy' Lehey wrote: The main problem is the firewall rules! That has nothing to do with server configurations. Ahah it's still something annoying when you have a bad configured firewall !! -- Pierrick Brossin IT Employee 15, Ch. du Château, 1422 Grandson, Switzerland Tel Prof: +41-32

Re: java/jdk13 problems

2002-11-18 Thread Mark Gooderum
I just ran into this. The key line is: ELF interpreter /compat/svr4/lib/ld-linux.so.2 not found Something about one of the binaries in the Linux rpm is making the binary compatibilty layer think it's an SVR4 binary and not a Linux binary. I had both IBCS2 and SVR4 emulation enabled. I dis

Re: prefetching port dependencies

2002-11-18 Thread Gerald A. Speak
On Monday 18 November 2002 05:31 pm, Scott I. Remick wrote: > Quick question: > > I'm getting interested in using portupgrade -FR to prefetch a port's source > and its dependencies (and maybe even run the fetching in a 2nd session > while other parts are compiling). But I can only get it to work on

Re: =?ISO-8859-1?Q?How Do i Turn Off Networking??=

2002-11-18 Thread Nathan Kinkade
On Mon, Nov 18, 2002 at 07:46:54PM +, =?ISO-8859-1?Q? Matt ?= wrote: > I have a freebsd machine that i installed via an > ethernet card. Now when i first ran sysinstall, i > tried ep0, but that froze sysinstall. Next time i > tried it with ep1, it worked but when i attempted > to boot it f

[no subject]

2002-11-18 Thread Jim Argyros
auth 8823d9ea subscribe freebsd-questions [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Newsgroups

2002-11-18 Thread Cory Schafer
Hello, Forgive me on the naiveness of this question. How does one subsribe to the newsgroups. I've tried to view posting thru Microsoft outlook express newsreader.I've tried other newsreaders, everytime I try subscribing it says unable to connect to server. I have port 119 open on our firewall.

Re: Newsgroups

2002-11-18 Thread Nathan Kinkade
On Mon, Nov 18, 2002 at 04:39:01PM -0600, Cory Schafer wrote: > Hello, > > Forgive me on the naiveness of this question. How does one subsribe to > the newsgroups. I've tried to view posting thru Microsoft outlook > express newsreader.I've tried other newsreaders, everytime I try > subscribing it

wireless networking card/routing question

2002-11-18 Thread Ian Peters-Campbell
I am trying to set up an ad-hoc network with some Dell c600 Latitudes in a school lab. One of the machines (A) is plugged into the school's DHCP network via an average, everyday ethernet card. It has no problem accessing the internet, etc. However, system A also has a Cisco Aironet 350 pl

Re: restore question

2002-11-18 Thread Grant
You guys mentioned earlier that if you are able to you should dump from single user mode. No one ever talks about booting off the fixit CD. Wouldn't that improve your chances of a successful backup because you would be minimizing file changes. In Root you are still running off the / correct? -

USR 22Mbps Wireless PC Card?

2002-11-18 Thread Shane Hickey
Has anyone had any luck getting the above card to work? I have one of these in a linux laptop and I think I'm ready to give up. The model is a USR2210 and I think it uses a T1 chipset? Thanks, Shane To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the bod

SIZE of rpc.statd?

2002-11-18 Thread Rich Morin
In looking for a possible memory leak, I tries running "top -S -osize". I was curious about the size listed for rpc.statd: PID USERNAMEPRI NICE SIZERES STATETIME WCPUCPU COMMAND 124 root 2 0 257M 0K select 0:00 0.00% 0.00% ^^

RE: Shared object "libmysqlclient.so.10" not found

2002-11-18 Thread twig les
# dmesg -a sendmail /usr/libexec/ld-elf.so.1: Shared object "libmysqlclient.so.10" not found Sendmail works fine (the fact that you're reading this is proof) after I: == I don't know why Sendmail would fail from this but I'll bet that if you try to use your mysql

RE: Shared object "libmysqlclient.so.10" not found

2002-11-18 Thread Mike Loiterman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 No...it works fine. I can use mySQL without any problems. Would reinstalling mysqlclient help fix this? ... Randomly Generated Quote: MILLENNIUM, n. The period of a thousand years when the lid i

Re: sound vchans and gaim sound conflict

2002-11-18 Thread Michael E Mercer
Jim, I had this problem for a bit, but just recently cvsup'd source and saw a sound.c change. I rebuilt world and I haven't had that annoying buzzing since Not sure if it will help you but its probably worth a try... later Michael Mercer Jim Arnold wrote: > Sometimes when I use Gaim and I

Re: Secure tunneling of remote-access Windows sessions?

2002-11-18 Thread Darren Pilgrim
Murat Bicer wrote: > If remote address is not routable you will not be able to access it > anyways. So you have to either open port 22 on the firewall of the > remote machine which will be natted to the internal ip:port or you > have to open port 5900 ( which is not secure). Either way you have to

Re: SIZE of rpc.statd?

2002-11-18 Thread Dan Pelleg
Rich Morin <[EMAIL PROTECTED]> writes: > In looking for a possible memory leak, I tries running "top -S -osize". > I was curious about the size listed for rpc.statd: > >PID USERNAMEPRI NICE SIZERES STATETIME WCPUCPU COMMAND >124 root 2 0 257M 0K select

Sony camera

2002-11-18 Thread Carl Newman
Hi my name is Carl Newman I have very recently started using freeBSD and I am having trouble understanding it. I have a Sony DSC-P51 camera and I can't get the images from the camera to the computer via the USB slot. I can get the images in windows but not in bsd please help. Thanks Carl Newman

pkg_* programs have disappeared

2002-11-18 Thread Roger Merritt
I haven't been completely happy with portupdate, partly because of the numerous errors portsdb reports and which don't seem to harm anything or have any solution, but I decided to install it on my other server anyway, after running it on my primary server for about six months. I installed it from

new to freeBSD

2002-11-18 Thread James Sholan
I looking to set up my on servers and I was told that freeBSD is very easy to set up. I have lived in the windows life for along time I looking for fast and beet thinks. I am have trouble picking my hardware for your OS system what is the best and most EZ to set up with FreeBSD. Can you tell me

FreeBSD 4.7 NIS client, Solaris 5.5 NIS server

2002-11-18 Thread Paul English
I am trying to connect a FreeBSD machine as a NIS client to a Solaris machine. I am seeing success in that ypwhich indicates that it is bound to the server, but it is not actually getting any maps - ypcat says "no map by that name" for every map. This is the first system on a new subnet, but ther

SSH Helper

2002-11-18 Thread Dru
Not exactly a question, but something that may be of interest to the BSD community... I was approached by a software company to see if there was any interest for a FreeBSD port of their free SSH Helper application: www.gideonsoftworks.com Currently, the application only works on MacOS X. From t

Re: new to freeBSD

2002-11-18 Thread Kevin D. Kinsey, DaleCo, S.P.
- Original Message - From: "James Sholan" <[EMAIL PROTECTED]> Subject: new to freeBSD > I looking to set up my on servers and I was told that freeBSD is very easy > to set up. I have lived in the windows life for along time I looking for > fast and beet thinks. > > I am have trouble picki

Re: Sony camera

2002-11-18 Thread John Bleichert
On Tue, 19 Nov 2002, Carl Newman wrote: > Date: Tue, 19 Nov 2002 12:19:03 +1000 > From: Carl Newman <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Sony camera > > Hi my name is Carl Newman I have very recently started using freeBSD and > I am having trouble understanding it. > I have a S

Re: prefetching port dependencies

2002-11-18 Thread Giorgos Keramidas
On 2002-11-18 23:42, Erik Trulsson <[EMAIL PROTECTED]> wrote: > On Mon, Nov 18, 2002 at 02:31:09PM -0800, Scott I. Remick wrote: > > I'm getting interested in using portupgrade -FR to prefetch a > > port's source and its dependencies (and maybe even run the > > fetching in a 2nd session while other

Re: pkg_* programs have disappeared

2002-11-18 Thread Roger Merritt
At 09:29 AM 11/19/02 +0700, you wrote: >So can anybody suggest what I can do to restore these? portupdate won't >work without pkg_create, and maybe depends on some of the others as well. Whoops! My bad. I went to the directory /usr/src/usr.sbin/pkg_install and discovered that by running 'make' an

bash .profile issues

2002-11-18 Thread Tamir Halperin
Here's my .profile: # $FreeBSD: src/etc/root/dot.profile,v 1.20 1999/08/27 23:24:09 peter Exp $ # PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin : export PATH HOME=/root export HOME TERM=${TERM:-cons25} export TERM PAGER=more export PAGER PS1="\w#" alias 'lu = /us

Re: Sony camera

2002-11-18 Thread mat branyon
#mount -t msdos /dev/da0s1 /mnt/blah I think that is it. I have an Olympus D-510, and thats how it works. For some reason, its mapped to a scsi drive. I just go into the directory and pull out all the pictures. I know this isnt the best way, but none of the other programs ever really wanted to

Re: bash .profile issues

2002-11-18 Thread Nathan Kinkade
On Mon, Nov 18, 2002 at 11:40:13PM -0500, Tamir Halperin wrote: > Here's my .profile: > > # $FreeBSD: src/etc/root/dot.profile,v 1.20 1999/08/27 23:24:09 peter Exp $ > # > PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin > : > export PATH > HOME=/root > export HOME

Re: sound vchans and gaim sound conflict:

2002-11-18 Thread Jim Arnold
>Jim, >I had this problem for a bit, but just recently >>cvsup'd source and saw a sound.c >change. >I rebuilt world and I haven't had that annoying >buzzing since >Not sure if it will help you but its probably worth a >try... Well, that didn't work... :( I just did a build/make kernel/wo

Re: bash .profile issues

2002-11-18 Thread paul beard
Tamir Halperin wrote: Questions: what happens is you try something like this? 1) My aliases don't work. Why? your quotes are in the wrong place. try: alias seti = 'cat /var/db/setiathome/state.sah | grep prog' do these work for you? [/usr/ports/java/jdk13]:: bash --version bash --versio

Confirmation: ext2fs requires kernel rebuild?

2002-11-18 Thread Chris Pepper
Folks, I'm trying to get at a file on an ext2fs slice. I'm a bit confused about kernel recompiles vs. KLDs for Linux compatibility, though. Am I reading correctly at &

4.7-S: syslog from TiVo

2002-11-18 Thread Chris Pepper
I've just networked my TiVo, and noticed that it tries to connect to 255.255.255.255:514/udp on restart. So naturally I'd like to capture this in syslog, to see what it has to tell me. I opened up the port in ipfw, and see a packet coming through, but after much head-banging on syslog.conf.5,

Re: 4.7-S: syslog from TiVo

2002-11-18 Thread Jerry Bell
I really don't know if it would work or not, but you could put an ipfw divert rule and natd to redirect the syslog packets to localhost:514 or similar. Also, you'll need to remove the '-s' flag from syslogd. Jerry - Original Message - From: "Chris Pepper" <[EMAIL PROTECTED]> To: <[EMAIL P

FreeBSD cluster setup

2002-11-18 Thread Adam M Ryan
Has anyone worked with a cluster setup for fbsd? Is there any information on how I can get started with multiple machines and freebsd running as a solution cluster? Any info on this would be great. Thanks, Adam To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-question

Re: SSH through a firewall

2002-11-18 Thread James McNaughton
"Joshua Lokken" <[EMAIL PROTECTED]> writes: > > -Original Message- > > From: Adrian Mugnolo [mailto:[EMAIL PROTECTED]] > > Sent: Friday, November 15, 2002 11:57 AM > > To: Joshua Lokken; [EMAIL PROTECTED] > > Subject: Re: SSH through a firewall > > > > > > Hi, > > > > You can set up por fo

Re: Confirmation: ext2fs requires kernel rebuild?

2002-11-18 Thread Kris Kennaway
On Mon, Nov 18, 2002 at 11:47:21PM -0500, Chris Pepper wrote: > This seems a bit backwards -- is anyone aware of work to make > ext2fs a standard module, so it can be loaded under GENERIC? xor# uname -a FreeBSD xor.obsecurity.org 4.7-STABLE FreeBSD 4.7-STABLE #7: Sun Nov 3 17:11:34 PST 2

Optical device

2002-11-18 Thread Ruslan Ivachnenko
Whether it is possible to use IDE optical device Fujitsu MCE3130AP in FreeBSD 4.7? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: IPX Relay over eth adapters?

2002-11-18 Thread Igor B. Bykhalo
[I don't beleive this belongs to -isp, so forwarding to -questions] - Original Message - From: "Anton Blajev" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 19, 2002 7:54 PM Subject: IPX Relay over eth adapters? > Hi guys, > I have a problem , I think I've wrote bef

Re: 4.7-S: syslog from TiVo

2002-11-18 Thread Paul A. Scott
> I've just networked my TiVo, and noticed that it tries to > connect to 255.255.255.255:514/udp on restart. So naturally I'd like > to capture this in syslog, to see what it has to tell me. > Chris Pepper "syslogd opens an Internet domain socket as specified in /etc/services. [port 514 udp] No

Re: FreeBSD Easy Server

2002-11-18 Thread Giorgos Keramidas
On 2002-11-18 23:55, Pierrick Brossin <[EMAIL PROTECTED]> wrote: > Greg 'groggy' Lehey wrote: > >>The main problem is the firewall rules! > >That has nothing to do with server configurations. > > Ahah it's still something annoying when you have a bad configured > firewall !! Then don't enable one