Re: FreeBSD 4.9 and TCP

2004-08-25 Thread Kevin D. Kinsey, DaleCo, S.P.
wilsonb wrote: Good Morning, My name is Brian Wilson and I am currently studying computer science honours at the University of the Witwatersrand in Johannesburg South Africa. As part of our honours course we have to conduct some small scale research projects. A number of us are in the position of h

FreeBSD 4.9 and TCP

2004-08-25 Thread wilsonb
Good Morning, My name is Brian Wilson and I am currently studying computer science honours at the University of the Witwatersrand in Johannesburg South Africa. As part of our honours course we have to conduct some small scale research projects. A number of us are in the position of having to use

Re: help with 'hello world'

2004-08-25 Thread Peter Ulrich Kruppa
On Wed, 25 Aug 2004, Josh Paetzel wrote: On Wednesday 25 August 2004 21:51, you wrote: On Wednesday 25 August 2004 07:46 pm, Kris Kennaway wrote: On Wed, Aug 25, 2004 at 07:40:07PM -0700, David Syphers wrote: This compiles fine on SunOS using egcs-2.91.66. However, it fails on FreeBSD (gcc 3.4.2) a

Tape read error

2004-08-25 Thread student
Hi, I have been using hp surestore dat 24 External tape drive with a hp dd3 data cartridge for backing up /var filesystem. I am using FreeBSD 4.9. I can do the back up using the dump command. However when I try to restore the filesystem , I get an error taperead error : Input/output error. I h

Tape read error

2004-08-25 Thread student
Hi, I have been using hp surestore dat 24 External tape drive with a hp dd3 data cartridge for backing up /var filesystem. I am using FreeBSD 4.9. I can do the back up using the dump command. However when I try to restore the filesystem , I get an error taperead error : Input/output error. I h

Tape read error

2004-08-25 Thread student
Hi, I have been using hp surestore dat 24 External tape drive with a hp dd3 data cartridge for backing up /var filesystem. I am using FreeBSD 4.9. I can do the back up using the dump command. However when I try to restore the filesystem , I get an error taperead error : Input/output error. I h

System freeze when useing bfe (Broadcom BCM440x) driver

2004-08-25 Thread Genius Freak
I just installed 5.2.1 RELEASE from CD on my dell inspiron 1100 I found some guides online and used them to create a custom kernel for the laptop, it compiled and booted fine however it freezes whenever I use the network card. (example: running "pkg_add -r cvsup" causes it to freeze ) I have com

Re: FreeBSD Certifications? Does it exist?

2004-08-25 Thread Tim Kellers
I'm the instructor (and the author of) the NJIT (New Jersey Institute of Technology) "Open source unix classes." The NJIT curriculum, while non-credit and classified as "Professional Development' is the Only University level course in the world that is both sanctioned as a bona fide certificat

Re: FreeBSD Certifications? Does it exist?

2004-08-25 Thread Vulpes Velox
On Wed, 25 Aug 2004 23:49:21 -0400 Bob Perry <[EMAIL PROTECTED]> wrote: > Certainly can't argue with you regarding their price. > It's a lot more than I can afford. > > FreeBSD can be a handful at times. I certainly would like > to understand and appreciate it more than I do. The cert > would b

Re: FreeBSD Certifications? Does it exist?

2004-08-25 Thread Bob Perry
Vulpes Velox wrote: On Wed, 25 Aug 2004 00:33:36 -0400 Bob Perry <[EMAIL PROTECTED]> wrote: They offer training and classes that come with a cert afterwards, from what I can tell. Would be nice just to see a place that offers just a cert and no classes. If I read the site cor

Change root user name? possible?

2004-08-25 Thread Ara Avvali
Huh Looks like it is pointless do such a thing. Thank you for reply Message: 21 Date: Thu, 26 Aug 2004 00:59:26 +0200 From: Radek Kozlowski <[EMAIL PROTECTED]> Subject: Re: Change root user name? possible? To: Ara Avvali <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Message-ID: <[EMAIL PR

bktr not picking up STB brooktree card

2004-08-25 Thread Ethan
Hello all, I'm working to get this STB board working under freebsd. It appears to be the common one, it is 878 based. It should use the standard bktr driver. I am running 4.10. I have added the following to my kernel conf, recompiled, boots fine: device bktr device iicbus devic

Re: help with 'hello world'

2004-08-25 Thread Josh Paetzel
On Wednesday 25 August 2004 21:51, you wrote: > On Wednesday 25 August 2004 07:46 pm, Kris Kennaway wrote: > > On Wed, Aug 25, 2004 at 07:40:07PM -0700, David Syphers wrote: > > > This compiles fine on SunOS using egcs-2.91.66. However, it > > > fails on FreeBSD (gcc 3.4.2) and RedHat (gcc 3.2.3) w

Re: help with 'hello world'

2004-08-25 Thread David Syphers
On Wednesday 25 August 2004 07:46 pm, Kris Kennaway wrote: > On Wed, Aug 25, 2004 at 07:40:07PM -0700, David Syphers wrote: > > This compiles fine on SunOS using egcs-2.91.66. However, it fails on > > FreeBSD (gcc 3.4.2) and RedHat (gcc 3.2.3) with the bizarre error "`cout' > > undeclared". > > How

Re: libxine man page

2004-08-25 Thread Dan Nelson
In the last episode (Aug 25), Steven Friedrich said: > I rebuilt libxine today and noticed that it said it was compressing man pages. > > I tried man libxine and didn't get one, so I used find to look for it: > find / -name libxine\* > > and I didn't see the man page. > > My MANPATH is /usr/shar

Re: help with 'hello world'

2004-08-25 Thread Kris Kennaway
On Wed, Aug 25, 2004 at 07:40:07PM -0700, David Syphers wrote: > It's been a while since I wrote anything in C++, but this is sad - I can't get > hello world to compile. Could some kind person please tell me what, exactly, > is wrong with: > > #include > > int main() > { > cout << "Hello World

libxine man page

2004-08-25 Thread Steven Friedrich
I rebuilt libxine today and noticed that it said it was compressing man pages. I tried man libxine and didn't get one, so I used find to look for it: find / -name libxine\* and I didn't see the man page. My MANPATH is /usr/share/man:/usr/X11R6/man:/usr/local/man Something missing? Or does that

help with 'hello world'

2004-08-25 Thread David Syphers
It's been a while since I wrote anything in C++, but this is sad - I can't get hello world to compile. Could some kind person please tell me what, exactly, is wrong with: #include int main() { cout << "Hello World"; return 0; } This compiles fine on SunOS using egcs-2.91.66. However, it fails

idle process suddenly taking up lots of CPU - any ideas how I can figure out what's happening?

2004-08-25 Thread Nicholas Jackson
Hello, My system has suddenly become very unresponsive and when I run top, XFree86 reports that it is typically taking between 20-40% of the CPU, even when the machine is completely idle. 'ps aux' reports even more! (see below) Does anyone have any ideas what tools I can use to get to the bottom

Broken Port

2004-08-25 Thread Abid Saigol
Hi, I was using portcheckout to fetch courier-0.45.4 and got the following message: ===> courier-0.45.4 is marked as broken: Unknown LIBTOOL version: 15. ===> Vulnerability check disabled >> expat-1.95.8.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from http://h

Re: Re:

2004-08-25 Thread edwinculp
- Mensaje original - De: Steven Friedrich <[EMAIL PROTECTED]> Fecha: Miércoles, Agosto 25, 2004 5:49 pm Asunto: Re: > On Wednesday 25 August 2004 05:35 pm, edwinculp wrote: > > - Mensaje original - > > De: Steven Friedrich <[EMAIL PROTECTED]> > > Fecha: Miércoles, Agosto 25, 2004

Re: Updated to 4.10, now portupgrade?

2004-08-25 Thread Steven Friedrich
On Wednesday 25 August 2004 08:01 pm, Curtis Vaughan wrote: > So now that I'm running 4.10, I understand I need to do a portupgrade > on all ports? and then I'll install the ports I want. > > ___ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org

Re: 5.3-Beta1: So far, so goo. Day 5.

2004-08-25 Thread Chris
Gary Kline wrote: Hi Chris, and howdy rest-of-list, On Wed, Aug 25, 2004 at 05:21:27PM -0500, Chris wrote: Well - this is my 5th day using 5.3-Beta1 (sup'ing from 5.2.1-p9) I removed the debuging code in the kernel - runs well for a Beta. Brave man... . I think I'll wait awhile

sick and tired of freebsd resolving problems

2004-08-25 Thread Jorge Mario G.
Hi there I`ve been experiencing resolving problems with freebsd 5.2.1-release-p9 the problem is this: I CAN NOT RESOLV my hosts file is ok looks like this in the gateway # 127.0.0.1 localhost localhost.myfoodamin.org 192.168.0.1 a a.foodoamin.org #NIC2 192.1

Re: mtools on -STABLE

2004-08-25 Thread Steven Friedrich
On Wednesday 25 August 2004 07:28 pm, Mike Jeays wrote: > On Wed, 2004-08-25 at 18:37, Steven Friedrich wrote: > > I discovered the culprit. I recently added acpi to my STABLE kernel. > > I've removed acpi and now I get, like before: > > > > fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 > >

Re: 5.3-Beta1: So far, so goo. Day 5.

2004-08-25 Thread Gary Kline
Hi Chris, and howdy rest-of-list, On Wed, Aug 25, 2004 at 05:21:27PM -0500, Chris wrote: > Well - this is my 5th day using 5.3-Beta1 (sup'ing from 5.2.1-p9) > I removed the debuging code in the kernel - runs well for a Beta. Brave man... . I think I'll wait awhile befo

Updated to 4.10, now portupgrade?

2004-08-25 Thread Curtis Vaughan
So now that I'm running 4.10, I understand I need to do a portupgrade on all ports? and then I'll install the ports I want. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "

RE: X issue

2004-08-25 Thread Dejan Lesjak
Dustin wrote: > I did install SSH but did not configure it yet, so I cannot log in over > the network using SSH. > > Graphics Card: SIS 6326 SiS driver has been quite improved since XFree86 4.3. As you have already updated your ports tree, you might want to consider either upgrading to XFree86

Epson C62 WAS: Re: apsfilter and Epson Stylus C63 on Current

2004-08-25 Thread Chip
Thanks for the reply. I just discovered that if I save a email to a .ps file, then open it in GhostView, it will print perfectly. It's only when printed from within Mozilla Thunderbird that it prints the .ps code. In GhostView it prints to lp, in thunderbird it prints to Postscript/default whic

Re: 4.8 > 4.10 successful. Now > 5.x?

2004-08-25 Thread Curtis Vaughan
4.x is really a great unix. Very stable and plenty capable. If the software you're hoping to run REQUIRES features in 5.x, I recommend installing it directly. Meantime, I'd use mobile racks and install 4.x on one so I could learn more about maintaining FreeBSD, installing ports/packages, etc.

Re: Change root user name? possible?

2004-08-25 Thread Giorgos Keramidas
[-- Outlook mutilation of text and top-posting manually fixed. --] On 2004-08-25 19:03, Ara Avvali <[EMAIL PROTECTED]> wrote: > Giorgos Keramidas [mailto:[EMAIL PROTECTED] wrote: > > On 2004-08-25 18:50, Ara Avvali <[EMAIL PROTECTED]> wrote: > > > Sorry if this might sound crazy, but is there anyw

RE: Change root user name? possible?

2004-08-25 Thread Ara Avvali
Damn right. Never thought of that -Original Message- From: Lewis Thompson [mailto:[EMAIL PROTECTED] Sent: August 25, 2004 7:25 PM To: Ara Avvali Cc: 'Giorgos Keramidas'; [EMAIL PROTECTED] Subject: Re: Change root user name? possible? On Wed, Aug 25, 2004 at 07:03:10PM -0400, Ara Avvali

Re: mtools on -STABLE

2004-08-25 Thread Mike Jeays
On Wed, 2004-08-25 at 18:37, Steven Friedrich wrote: > I discovered the culprit. I recently added acpi to my STABLE kernel. > I've removed acpi and now I get, like before: > > fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 > fdc0: FIFO enabled, 8 bytes threshold > fd0: <1440-KB 3.5" drive>

Re: Change root user name? possible?

2004-08-25 Thread Lewis Thompson
On Wed, Aug 25, 2004 at 07:03:10PM -0400, Ara Avvali wrote: > What I mean if someone wants to hack to machine or even get physical access > half of the job is done by knowing the root user name. But they could just look in the passwd file... -lewiz. -- I was so much older then, I'm younger than

Re: Roaming tunnel (IPSEC or something).

2004-08-25 Thread David Kelly
On Aug 25, 2004, at 5:51 PM, Lewis Thompson wrote: On Wed, Aug 25, 2004 at 05:42:21PM -0500, David Kelly wrote: On Aug 25, 2004, at 4:44 PM, Lewis Thompson wrote: I'm wondering if it's possible to have a ``roaming tunnel'' so I have local-like access on my laptop wherever I am. Have not done it mys

Re: usb device permissions

2004-08-25 Thread Sean McNeil
On Wed, 2004-08-25 at 15:06, Anish Mistry wrote: > On Wednesday 25 August 2004 03:39 pm, Sean McNeil wrote: > > Hi, > > > > I'm using -CURRENT and looking for an easy way to get it to change the > > permissions to a usb device when plugged in. I know I can change things > > on startup with devfs.c

Re: Change root user name? possible?

2004-08-25 Thread Tim Aslat
In the immortal words of Charles Swiger <[EMAIL PROTECTED]>... > Whether this gains you much security is another question entirely, and > you risk breaking single-user mode and various low-level pieces of > software which expect root to exist, but it can be done. I know it can be done, a couple o

Re: Change root user name? possible?

2004-08-25 Thread Charles Swiger
On Aug 25, 2004, at 6:50 PM, Ara Avvali wrote: Sorry if this might sound crazy, but is there anyway to rename root account to something else for extra security? Why, yes, you can rename root. Use vipw. If you setup sudo properly, you can even run a system without any valid uid=0 users existing

Re: apsfilter and Epson Stylus C63 on Current

2004-08-25 Thread Chip
edwinculp wrote: Nope, didn't work or even change anything. I can still print the cups test page and anything form gimp but nothing through the cups configuration nor can I configure the C63 with apsfilter because it isn't in gs although ijs is compiled in and there must be a way to use the gi

RE: Change root user name? possible?

2004-08-25 Thread Sheets, Jason (Manpower Contract)
There are far better and less problematic ways to increase the security of a system. If you haven't already look at man 7 security. Disable SSH root login and turn off telnet to remove the ability of a remote root login at the very least. Jason -Original Message- From: [EMAIL PROTECTED]

RE: Change root user name? possible?

2004-08-25 Thread Ara Avvali
What I mean if someone wants to hack to machine or even get physical access half of the job is done by knowing the root user name. Although windows security blows but they have this feature renaming administrator user account name It would be like if you want to go in a street and steal a diamond r

foomatic-db-engine port broke?

2004-08-25 Thread Steven Friedrich
I get this error: [EMAIL PROTECTED](p0)/usr/ports/print/foomatic-db-engine 114% make ===> Vulnerability check disabled ===> Extracting for foomatic-db-engine-20031213_2 ===> Patching for foomatic-db-engine-20031213_2 ===> Applying FreeBSD patches for foomatic-db-engine-20031213_2 ===> foomati

FreeBSD search question

2004-08-25 Thread Steven Friedrich
I'm using the FreeBSD search at the bottom of the home page. I searched for libc_r and I got pages that don't have that in them. Why? Is the underscore a problem? Also, is there anyway to limit hits to a particular language? ___ [EMAIL PROTECTED] mai

Re: Change root user name? possible?

2004-08-25 Thread Mania.co.il
Hello Ara, Thursday, August 26, 2004, 12:50:46 AM, you wrote: AA> Sorry if this might sound crazy, but is there anyway to rename root account AA> to something else for extra security? AA> Thank you AA> ___ AA> [EMAIL PROTECTED] mailing list AA> http:

Re: Change root user name? possible?

2004-08-25 Thread Radek Kozlowski
On Wed, Aug 25, 2004 at 06:50:46PM -0400, Ara Avvali wrote: > Sorry if this might sound crazy, but is there anyway to rename root account > to something else for extra security? > Thank you I don't think it would increase your security, because any person that has access to your machine could perf

Re: FreeBSD architecture

2004-08-25 Thread Steven Friedrich
On Wednesday 25 August 2004 06:16 pm, Kevin D. Kinsey, DaleCo, S.P. wrote: > Riki wrote: > >Hi, > > > >I would like to know if FreeBSD could work on my PC. I noticed a lot of > >stuff about supported architectures, but that isn't my language yet and I > >can't tell if my computer fits into one of

Re: Change root user name? possible?

2004-08-25 Thread Giorgos Keramidas
On 2004-08-25 18:50, Ara Avvali <[EMAIL PROTECTED]> wrote: > Sorry if this might sound crazy, but is there anyway to rename root account > to something else for extra security? No. At least, not as far as I know. Probably because it wouldn't provide any extra security unless you tinkered with a

Re: Roaming tunnel (IPSEC or something).

2004-08-25 Thread Lewis Thompson
On Wed, Aug 25, 2004 at 05:42:21PM -0500, David Kelly wrote: > On Aug 25, 2004, at 4:44 PM, Lewis Thompson wrote: > > >I'm wondering if it's possible to have a ``roaming tunnel'' so I have > >local-like access on my laptop wherever I am. > > Have not done it myself but IIRC the key is to define a

Change root user name? possible?

2004-08-25 Thread Ara Avvali
Sorry if this might sound crazy, but is there anyway to rename root account to something else for extra security? Thank you ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re:

2004-08-25 Thread Steven Friedrich
On Wednesday 25 August 2004 05:35 pm, edwinculp wrote: > - Mensaje original - > De: Steven Friedrich <[EMAIL PROTECTED]> > Fecha: Miércoles, Agosto 25, 2004 3:49 pm > > Asunto: Re: > > On Wednesday 25 August 2004 03:56 pm, Lee Harr wrote: > > > >I just installed mtools today. I'm tracking

Re: FreeBSD architecture

2004-08-25 Thread Steven Friedrich
On Wednesday 25 August 2004 04:59 pm, Riki wrote: > Hi, > > I would like to know if FreeBSD could work on my PC. I noticed a lot of > stuff about supported architectures, but that isn't my language yet and I > can't tell if my computer fits into one of them or not. I would really > appreciate you

Re: Roaming tunnel (IPSEC or something).

2004-08-25 Thread David Kelly
On Aug 25, 2004, at 4:44 PM, Lewis Thompson wrote: I'm wondering if it's possible to have a ``roaming tunnel'' so I have local-like access on my laptop wherever I am. Have not done it myself but IIRC the key is to define an "anonymous" host in raccoon.conf. -- David Kelly N4HHE, [EMAIL PROTECTED]

tomcat

2004-08-25 Thread Rail mail
there doesn't seem to be a "linux-jdk13" in the ports I just have a fresh install of 5.2.1 and 5.1 all the tutorials I find seem to want linux-jdk13 I only see things like linux-sun-jdk13 linux-ibm-jdk13 linux-blackdown-jdk13 any help would be much appreciated _

Re: mtools on -STABLE

2004-08-25 Thread Steven Friedrich
I discovered the culprit. I recently added acpi to my STABLE kernel. I've removed acpi and now I get, like before: fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 but when acpi is in the kernel, I get: > > fdc0:

Re[3]: Error When Attempting to Use portmanager

2004-08-25 Thread Gerard Seibert
On Wednesday, August 25, 2004 3:34:51 AM Francis GUDIN <[EMAIL PROTECTED]> wrote: |>In gmane.os.freebsd.questions, you wrote: |>> -BEGIN PGP SIGNED MESSAGE- |>> Hash: SHA1 |>> |>> System information: |>> |>> [EMAIL PROTECTED] ~ $ uname -a |>> FreeBSD rcn.com 5.2.1-RELEASE FreeBSD 5.2.1-REL

Re[2]: Error When Attempting to Use portmanager

2004-08-25 Thread Gerard Seibert
On Wednesday, August 25, 2004 2:02:44 AM "Michael C. Shultz" <[EMAIL PROTECTED]> wrote: |>On Tuesday 24 August 2004 4:02 pm, Gerard Seibert wrote: |>> -BEGIN PGP SIGNED MESSAGE- |>> Hash: SHA1 |>> |>> System information: |>> |>> [EMAIL PROTECTED] ~ $ uname -a |>> FreeBSD rcn.com 5.2.1-RELE

5.3-Beta1: So far, so goo. Day 5.

2004-08-25 Thread Chris
Well - this is my 5th day using 5.3-Beta1 (sup'ing from 5.2.1-p9) I removed the debuging code in the kernel - runs well for a Beta. Since I use KDE, I did notice that Kgpg (whatever it is) is non functional. S'ok tho - I dont use Kmail so to me that's not an issue. Everything from an day-to-day b

Re: FreeBSD architecture

2004-08-25 Thread Kevin D. Kinsey, DaleCo, S.P.
Riki wrote: Hi, I would like to know if FreeBSD could work on my PC. I noticed a lot of stuff about supported architectures, but that isn't my language yet and I can't tell if my computer fits into one of them or not. I would really appreciate your assistance. I have a pentium 4, intell processor

RE: Sharing?

2004-08-25 Thread JJB
[EMAIL PROTECTED] wrote: > Sure, go ahead, maybe try to get the latest (stable) version first > though (5.3beta is out).. > > Regards, > > Alex. > > > ro sa wrote: > >> Hi "FreeBSD" >> I have a question. I'm I aloud to share FreeBSD (e.x. 5.0) in like >> For example DC direkt connect or kazaa

Re: usb device permissions

2004-08-25 Thread Anish Mistry
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 25 August 2004 03:39 pm, Sean McNeil wrote: > Hi, > > I'm using -CURRENT and looking for an easy way to get it to change the > permissions to a usb device when plugged in. I know I can change things > on startup with devfs.conf, but what

Re: Re: uname -v shows no difference after buildkernel and installkernel etc

2004-08-25 Thread Giorgos Keramidas
On 2004-08-25 16:40, August Simonelli <[EMAIL PROTECTED]> wrote: > > well, the rebuild has worked fine. i think my symlinking was indeed > messed up. i followed everyone's advice and didn't use a symlink; I > kept my custom config in the same location as GENERIC and just copied > it elsewhere for b

Roaming tunnel (IPSEC or something).

2004-08-25 Thread Lewis Thompson
Hi, I'm wondering if it's possible to have a ``roaming tunnel'' so I have local-like access on my laptop wherever I am. I currently have an encrypted IPSEC tunnel set up between my laptop and server (both with static IPs) as explained in the Handbook (http://www.freebsd.org/doc/en_US.ISO8859-1/

RE: FreeBSD architecture

2004-08-25 Thread Michael Clark
> -Original Message- > From: Riki [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 25, 2004 3:59 PM > To: [EMAIL PROTECTED] > Subject: FreeBSD architecture > > > Hi, > > I would like to know if FreeBSD could work on my PC. I > noticed a lot of > stuff about supported architectures,

ot

2004-08-25 Thread Mark
When using pgp with diff keys and files I get this msg. Ciphertext file: test.pgp ASSERTION FAILED at pgpMemoryMgr.c line 423: PGPFreeData(): mgr being freed with outstanding allocations: (mgr->numAllocations == 0) not true ___ [EMAIL PROTECTED] mail

Re: xorg on 5.3 beta

2004-08-25 Thread edwinculp
- Mensaje original - De: Osmany Guirola Cruz <[EMAIL PROTECTED]> Fecha: Miércoles, Agosto 25, 2004 3:45 pm Asunto: xorg on 5.3 beta > hi people > i am trying to configure my nvidia card on freebsd 5.3beta > and it's imposible to me do it > first xorgconfig does not find the card databas

Re: Re:

2004-08-25 Thread edwinculp
- Mensaje original - De: Steven Friedrich <[EMAIL PROTECTED]> Fecha: Miércoles, Agosto 25, 2004 3:49 pm Asunto: Re: > On Wednesday 25 August 2004 03:56 pm, Lee Harr wrote: > > >I just installed mtools today. I'm tracking 4.10 STABLE and my > > >ports tree was updated yesterday. > > > >

Re: FreeBSD architecture

2004-08-25 Thread Andrew L. Gould
On Wednesday 25 August 2004 03:59 pm, Riki wrote: > Hi, > > I would like to know if FreeBSD could work on my PC. I noticed a lot > of stuff about supported architectures, but that isn't my language > yet and I can't tell if my computer fits into one of them or not. I > would really appreciate you

mtools on -STABLE

2004-08-25 Thread Steven Friedrich
I removed device pca and still no joy. I went into BIOS and told it to clear PCI ECSD (or whatever). Anybody know how I can determine why I get this message: > fdc0: cannot reserve I/O port range -- Forwarded Message -- Subject: Re: Date: Wednesday 25 August 2004 04:57 pm Fro

Re: Stable version of FreeBSD 5.0

2004-08-25 Thread Dan Nelson
In the last episode (Aug 25), Gerald S. Stoller said: >I have the impression from reading the McGraw Hill book on this version > ("The Complete Reference FreeBSD") that the 1024 cylinder limit (in the > boot loader) may have gone away with this release. Is that true, and if > so, what is

FreeBSD architecture

2004-08-25 Thread Riki
Hi, I would like to know if FreeBSD could work on my PC. I noticed a lot of stuff about supported architectures, but that isn't my language yet and I can't tell if my computer fits into one of them or not. I would really appreciate your assistance. I have a pentium 4, intell processor. I have

Re:

2004-08-25 Thread Steven Friedrich
On Wednesday 25 August 2004 03:56 pm, Lee Harr wrote: > >I just installed mtools today. I'm tracking 4.10 STABLE and my > >ports tree was updated yesterday. > > > >I get an error: > >[EMAIL PROTECTED](p1)/usr/src 114% mdir a: > >Can't open /dev/fd0.720: Device not configured > >Cannot initialize '

xorg on 5.3 beta

2004-08-25 Thread Osmany Guirola Cruz
hi people i am trying to configure my nvidia card on freebsd 5.3beta and it's imposible to me do it first xorgconfig does not find the card database like when i use xf86config in 4.10 then the xorg.conf file it's incomplete then i use the xorgcfg and does not work i get a gray screen with a mou

Re: mtools can't access drive A

2004-08-25 Thread Steven Friedrich
On Wednesday 25 August 2004 03:32 pm, Josh Paetzel wrote: > On Wednesday 25 August 2004 14:03, Steven Friedrich wrote: > > I just installed mtools today. I'm tracking 4.10 STABLE and my > > ports tree was updated yesterday. > > > > I get an error: > > [EMAIL PROTECTED](p1)/usr/src 114% mdir a: > >

[no subject]

2004-08-25 Thread Lee Harr
I just installed mtools today. I'm tracking 4.10 STABLE and my ports tree was updated yesterday. I get an error: [EMAIL PROTECTED](p1)/usr/src 114% mdir a: Can't open /dev/fd0.720: Device not configured Cannot initialize 'A:' Does your dmesg mention fd0 ? something like ... fd0: <1440-KB 3.5" dri

Re: 4.8 > 4.10 successful. Now > 5.x?

2004-08-25 Thread Steven Friedrich
On Wednesday 25 August 2004 02:52 pm, Curtis Vaughan wrote: > Ok, it looks as though cvsup from 4.8 to 4.10 has been successful. > > Now, first off I want to say that I want this server to be a second > Postfix / Courier IMAP server (our other is on a RedHat server, but > that's irrelevant). > > I

Stable version of FreeBSD 5.0

2004-08-25 Thread Gerald S. Stoller
I have the impression from reading the McGraw Hill book on this version ("The Complete Reference FreeBSD") that the 1024 cylinder limit (in the boot loader) may have gone away with this release. Is that true, and if so, what is the new limit? Any other significant changes? Also, about wh

Re: 4.8 > 4.10 successful. Now > 5.x?

2004-08-25 Thread Bill Moran
Curtis Vaughan <[EMAIL PROTECTED]> wrote: > On 25 Aug, 2004, at 12:11, Kevin D. Kinsey, DaleCo, S.P. wrote: > > > Curtis Vaughan wrote: > > > >> Ok, it looks as though cvsup from 4.8 to 4.10 has been successful. > >> > >> Now, first off I want to say that I want this server to be a second > >> Po

Re: ssh question

2004-08-25 Thread Volker Kindermann
> > After modifying the sshd.conf to allow my new IP access via ssh I > > can't connect. I have stopped and restarted the service and the > > server and double > > 'Allow your new ip address' ? > > What you can specify on /etc/ssh/sshd_config is the ip the server > binds to, not the ip addresses

Re: 4.8 > 4.10 successful. Now > 5.x?

2004-08-25 Thread Curtis Vaughan
On 25 Aug, 2004, at 12:11, Kevin D. Kinsey, DaleCo, S.P. wrote: Curtis Vaughan wrote: Ok, it looks as though cvsup from 4.8 to 4.10 has been successful. Now, first off I want to say that I want this server to be a second Postfix / Courier IMAP server (our other is on a RedHat server, but that's i

Re: apsfilter and Epson Stylus C63 on Current

2004-08-25 Thread Steven Friedrich
Great. The reason I knew the answer is because I had the same problem for the last two weeks and I got what I knew to be bad advice from a few people. So I kept trying (I've been in the profession for 27 years but it hardly helps...). I finally went purusing thru the ports directory for CUPS.

Re: NIS on a school network - need some clarifications

2004-08-25 Thread Lee Harr
I'm working on a project to change the network on my school to open source software only (FreeBSD/Linux workstations only). Excellent. Some lucky students there! I knew about NIS from readings of the handbook years ago, so I revisited it today, but there' is something that's missing. I understand

Re: ssh question

2004-08-25 Thread epilogue
On Wed, 25 Aug 2004 13:42:52 -0500 "Mark Tullos" <[EMAIL PROTECTED]> wrote: > > After modifying the sshd.conf to allow my new IP access via ssh I can't > connect. I have stopped and restarted the service and the server and > double check the conf file. I have checked hosts.allow and found nothi

usb device permissions

2004-08-25 Thread Sean McNeil
Hi, I'm using -CURRENT and looking for an easy way to get it to change the permissions to a usb device when plugged in. I know I can change things on startup with devfs.conf, but what do I do for usb? It is a umass device that creates da0 and da0s. I've tried to put in usbd.conf device "Storag

Re: mtools can't access drive A

2004-08-25 Thread Josh Paetzel
On Wednesday 25 August 2004 14:03, Steven Friedrich wrote: > I just installed mtools today. I'm tracking 4.10 STABLE and my > ports tree was updated yesterday. > > I get an error: > [EMAIL PROTECTED](p1)/usr/src 114% mdir a: > Can't open /dev/fd0.720: Device not configured > Cannot initialize 'A:'

Re: NIS on a school network - need some clarifications

2004-08-25 Thread Andrew L. Gould
On Wednesday 25 August 2004 09:36 am, Hugo Silva wrote: > Hi, > > I'm working on a project to change the network on my school to open > source software only (FreeBSD/Linux workstations only). > > Since I plan to switch the whole network from windows to FreeBSD / > Linux (only adding linux because

Re: ssh question

2004-08-25 Thread Hugo Silva
> > After modifying the sshd.conf to allow my new IP access via ssh I can't > connect. I have stopped and restarted the service and the server and > double 'Allow your new ip address' ? What you can specify on /etc/ssh/sshd_config is the ip the server binds to, not the ip addresses of the clien

Re: 4.8 > 4.10 successful. Now > 5.x?

2004-08-25 Thread Kevin D. Kinsey, DaleCo, S.P.
Curtis Vaughan wrote: Ok, it looks as though cvsup from 4.8 to 4.10 has been successful. Now, first off I want to say that I want this server to be a second Postfix / Courier IMAP server (our other is on a RedHat server, but that's irrelevant). I feel that I should go ahead and first upgrade to

mtools can't access drive A

2004-08-25 Thread Steven Friedrich
I just installed mtools today. I'm tracking 4.10 STABLE and my ports tree was updated yesterday. I get an error: [EMAIL PROTECTED](p1)/usr/src 114% mdir a: Can't open /dev/fd0.720: Device not configured Cannot initialize 'A:' dev says: [EMAIL PROTECTED](p1)/dev 116% ll fd0* crw-r- 18 root

4.8 > 4.10 successful. Now > 5.x?

2004-08-25 Thread Curtis Vaughan
Ok, it looks as though cvsup from 4.8 to 4.10 has been successful. Now, first off I want to say that I want this server to be a second Postfix / Courier IMAP server (our other is on a RedHat server, but that's irrelevant). I feel that I should go ahead and first upgrade to 5.x and then install

ssh question

2004-08-25 Thread Mark Tullos
After modifying the sshd.conf to allow my new IP access via ssh I can't connect. I have stopped and restarted the service and the server and double check the conf file. I have checked hosts.allow and found nothing wrong. Is there some other file I need to change as well? If not, how would I go

Re: cvsup

2004-08-25 Thread Kevin D. Kinsey, DaleCo, S.P.
Curtis Vaughan wrote: BTW, how come I can't scroll on the terminal. You can't? In Linux I am used to using PGUP and PGDN in order to scroll up and down my terminal. Works in FreeBSD, also. I can't figure out that functionality under FreeBSD. Even under bash this doesn't work. (NB. I am not us

Re: NIS on a school network - need some clarifications

2004-08-25 Thread Hugo Silva
> NIS exports info from a passwd file. So this will include user > information and ect... groups can also be exported to... the means > using NFS you can export a file system or place on a fs. Allowing you > to export /usr/home or the like Point well taken, I didn't think on this. Should do t

Re: cvsup

2004-08-25 Thread Ty Hoeffer
On Wednesday 25 August 2004 14:07, Curtis Vaughan wrote: > On 25 Aug, 2004, at 06:39, Ilker OZUPAK wrote: > > On Wednesday 25 August 2004 02:49, Warren Block wrote: > >> On Tue, 24 Aug 2004, Curtis Vaughan wrote: > >>> BTW! After updating to 4-STABLE do I then perform all the following > >>> steps

Re: NIS on a school network - need some clarifications

2004-08-25 Thread Vulpes Velox
On Wed, 25 Aug 2004 14:36:03 - (GMT) "Hugo Silva" <[EMAIL PROTECTED]> wrote: > Hi, > > I'm working on a project to change the network on my school to open > source software only (FreeBSD/Linux workstations only). > > I knew about NIS from readings of the handbook years ago, so I > revisited

Re: cvsup

2004-08-25 Thread Steven Friedrich
On Wednesday 25 August 2004 02:07 pm, Curtis Vaughan wrote: > On 25 Aug, 2004, at 06:39, Ilker OZUPAK wrote: > > On Wednesday 25 August 2004 02:49, Warren Block wrote: > >> On Tue, 24 Aug 2004, Curtis Vaughan wrote: > >>> BTW! After updating to 4-STABLE do I then perform all the following > >>> st

Re: apsfilter and Epson Stylus C63 on Current

2004-08-25 Thread edwinculp
Steven, that was it, THANK YOU ! It works great! That is one of the disadvantages to portinstall and portupgrade. I missed the make.conf message. Someone else tried to tell me that but I wasn't listening. Your message was precise and it was working in minutes. Thanks again, ed Now off to

Re: cvsup

2004-08-25 Thread Curtis Vaughan
On 25 Aug, 2004, at 06:39, Ilker OZUPAK wrote: On Wednesday 25 August 2004 02:49, Warren Block wrote: On Tue, 24 Aug 2004, Curtis Vaughan wrote: BTW! After updating to 4-STABLE do I then perform all the following steps? Go to /usr/src enter the command: make buildworld KERNCONF=yourkernelname in

RE: installed ATA RAID, now cannot boot - get mountroot prompt

2004-08-25 Thread LiQuiD
I'm by no means an expert, and thus the reason for my "crude and unscientific" solution that I'm proposing Seeing as you now know what it'll turn into upon adding this RAID card to your system, why don't you try the "crude" method of undoing everything, booting successfully, and then editing /etc/

RE: NIS on a school network - need some clarifications

2004-08-25 Thread LiQuiD
Hi Hugo, Look to NFS to do that for you. Here's a link to a page in the online handbook. NFS can do exactly what you want http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-nfs.ht ml > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED

Re: Sharing?

2004-08-25 Thread Nagilum
Sure, go ahead, maybe try to get the latest (stable) version first though (5.3beta is out).. Regards, Alex. ro sa wrote: Hi "FreeBSD" I have a question. I'm I aloud to share FreeBSD (e.x. 5.0) in like For example DC direkt connect or kazaa or anything like that ?? And another question Can

  1   2   >