Re: C/C++ interpreter Ch for freebsd

2004-03-13 Thread Xiaodong Zhou
> > On Fri, 12 Mar 2004 04:07:45 -0500 (EST) > [EMAIL PROTECTED] (Xiaodong Zhou) wrote: > > > Hello, > > > > We have developed a free C/C++ interpreter called Ch. > > It supports C99 and runs in Windows, Unix, Linux and Mac. > > We have many freebsd users asking us to port Ch to freebsd. > >

cvs tags and versions

2004-03-13 Thread Loren M. Lang
A couple of questions that I could find answers for in the handbook: 1. What are the _BP cvs tags used for in the freebsd cvs repository? 2. I've seen someone with a version of FreeBSD 5.2.1-p1. Is there a minor update patch for 5.2.1, or is that just the name of current? 3. And on a seperat

Re: 5.2.1-R == CURRENT????

2004-03-13 Thread Loren M. Lang
On Sat, Mar 13, 2004 at 01:00:38AM +, Mark Ovens wrote: > Kris Kennaway wrote: > >On Fri, Mar 12, 2004 at 07:51:48PM +, Mark Ovens wrote: > >>Surely not? I was advised that a problem I'm experiencing is fixed in > >>-current. I just updated my source tree to -current with ''cvs co src/''

No Documentation for es137x driver

2004-03-13 Thread Loren M. Lang
I have recent tried installing a Creative Ensoniq ES1371 AudioPCI sound card in FreeBSD, but I ran into trouble trying to find the right driver. I first tried loading the sbc driver and it loaded without any errors, but no kernel messages were generated and no /dev/dsp was created. I assumed it wa

3ware 7506-8 disk issues

2004-03-13 Thread W. Desjardins
All... I have a system with a 3ware 7506-8 controller and 6 wd 250MB drives in a raid 5 config (1.2TB storage). The problem I am having is trying to configure the raid 5 array as a disk. using sysinstall, I get this message with every fdisk key press: 'a geometry of 152005/255/63 for twed0 is inc

Major Problems

2004-03-13 Thread Hermes Trismegistus
This request is much a cry in desperation. I have tried everything possible, at least, everything I know to do. I have sent inquiries to the ports list, none can solve it. After I run my cvsup on my ports, I get this kind of stderr at the CLI when I run the "portsdb -Uu": --just a sma

Re: how to find disk usage (was: no subject)

2004-03-13 Thread mario
yes, > is there anyway i can reduce /var and /usr i did a > "make clean" under /usr/ports and didnt reduce the size > any ideas? do du -c /usr | sort -n and du -c /var | sort -n the sort moves the heavy hitters to the bottom of the list to find out where the culprits are and take it from there m

Re: Major Problems

2004-03-13 Thread albi
On Sat, 13 Mar 2004 02:13:26 -0600 (CST) Hermes Trismegistus <[EMAIL PROTECTED]> wrote: > After I run my cvsup on my ports, I get this kind of stderr at the CLI > when I run the "portsdb -Uu": > > --just a small snip of the errors-- > make_index: ifm-4.1_2: no entry fo

RE: Rename a user

2004-03-13 Thread Lars Eighner
On Sat, 13 Mar 2004, Nguyen Huu Hoa wrote: > Thanks, > But can I rename root user? I would advise you not to change root's user name (which is "root"), but there is no reason you cannot edit root's full name which is Charlie. If you want another login for root, see how the entry for toor is done

why CUPS depends on XFree86 libraries?

2004-03-13 Thread Zhang Weiwu
Hello. I have a old pentium P166 box in the corner of my office running FreeBSD 5.2. I wish to connect my printer on it and make it a print server. "pkg_add -rv cups" pulls down lots of depended packages, it pulls down XFree86-libraries-4.3.0_6 for dependency. Just to be courious, does CUPS ha

KSambaPlugin question

2004-03-13 Thread Joe Kraft
I've been looking at the KSambaPlugin and am interested in it. I noticed  there used to be a port for this KControl plugin, but it appears to not  have been updated and was removed.  I figured it's as good of a place as  any to start digging into FreeBSD, but I've run into a problem with it.  I've

Re: 5.2.1-R == CURRENT????

2004-03-13 Thread Mark Ovens
Loren M. Lang wrote: On Sat, Mar 13, 2004 at 01:00:38AM +, Mark Ovens wrote: Kris Kennaway wrote: On Fri, Mar 12, 2004 at 07:51:48PM +, Mark Ovens wrote: Surely not? I was advised that a problem I'm experiencing is fixed in -current. I just updated my source tree to -current with ''cvs co

it takes a long long long time to time-out a login attempt

2004-03-13 Thread Sameer
I'm trying to ssh into my FreeBSD (5.2.1-release sparc version) box from my desktop, however, it'll take a few seconds for the "login as" prompt to appear. I enter my the user name and hit enter. the login attempt then sits there for about 90 seconds w/o asking for the password, then the connectio

Re: resizing partitions in the same slice

2004-03-13 Thread Matthew Seaman
On Fri, Mar 12, 2004 at 05:02:10PM -0600, Eugene Lee wrote: > I'm a little surprised. I would think that resizing partitions is a > common request, that the idea of growing one partition while shrinking > another is not a new or rare notion. Can anyone else share their views > or experiences?

Re: My Greatest Wish for FreeBSD

2004-03-13 Thread Quintin Riis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Such an attitude really helps no one, and I'm guessing as an Outlook Express user, you haven't contributed many patches yourself. Quintin Craig Reyenga wrote: | Send patches. | | | - Original Message - | From: "Odhiambo Washington" <[EMAIL P

Re: 3ware 7506-8 disk issues

2004-03-13 Thread Mike Tancsa
On Sat, 13 Mar 2004 03:31:17 -0500 (EST), in sentex.lists.freebsd.questions you wrote: >I have a system with a 3ware 7506-8 controller and 6 wd 250MB drives in a >raid 5 config (1.2TB storage). The problem I am having is trying to Is the max disk size not 1 TB under FreeBSD 4.x ? ---Mik

Re: Major Problems

2004-03-13 Thread Matthew Seaman
On Sat, Mar 13, 2004 at 02:13:26AM -0600, Hermes Trismegistus wrote: > This request is much a cry in desperation. I have tried everything > possible, at least, everything I know to do. I have sent inquiries to the > ports list, none can solve it. Usually such problems are temporary glitches caused

Re: it takes a long long long time to time-out a login attempt

2004-03-13 Thread Matthew Seaman
On Sat, Mar 13, 2004 at 04:21:58AM -0800, Sameer wrote: > I'm trying to ssh into my FreeBSD (5.2.1-release sparc version) box from my > desktop, however, it'll take a few seconds for the "login as" prompt to > appear. I enter my the user name and hit enter. the login attempt then sits > there for

SMP vs. Hyperthreading?

2004-03-13 Thread a
Hi, I've got a machine with a P4 that supports HTT (Hyperthreading) so I thought about setting up a SMP-kernel. Under 4.9 it seems to work (see excerpts from /var/log/messages below), whereas on the same exact hardware under 5.2.1 I don't see two virtual CPUs working. For a first check I've run

FreeBSD update

2004-03-13 Thread Peter
I have read the book Absolute FreeBSD and browse the documentation . However security announcements are only for the base system. When some sort of library e.g libxml has bug and have to be patched. . In the Linux world there apt-get or up2date that take care ALL UPDATES. So following this article

Re: No Documentation for es137x driver

2004-03-13 Thread Danny Pansters
On Saturday 13 March 2004 09:28, Loren M. Lang wrote: > I have recent tried installing a Creative Ensoniq ES1371 AudioPCI sound > card in FreeBSD, but I ran into trouble trying to find the right driver. > I first tried loading the sbc driver and it loaded without any errors, > but no kernel message

Re: FreeBSD update

2004-03-13 Thread Matthew Seaman
On Sat, Mar 13, 2004 at 03:58:22PM +0200, Peter wrote: > I have read the book Absolute FreeBSD and browse the documentation . However > security announcements are only for the base system. When some sort of > library e.g libxml has bug and have to be patched. . In the Linux world > there apt-get or

5.2.1-RELEASE on IBM Thinkpad 560X (model 2640-700)

2004-03-13 Thread David Gerard
I've been fiddling with this and decided to ask in case someone's done this already. Does anyone have appropriate XF86Config and so on for this beast? The video chip is a Trident Cyber 9382 (the Trident driver covers this) and sound is a Crystal CS4237B. Also, how to configure all the funky laptop

routting IP SUBNET.

2004-03-13 Thread hugle
Hello all. I've just got these IPs from ripe.net: x.x.136.192-x.x.136.255 My ISP told, that all those IP's will be routed to my gw: y.y.192.162 when i traceroute all of those : x.x.136.192-x.x.136.255 get tracerouted and the traceroute loops at the end like: 12 y.y.192.162 [AS 13194] 76 msec 76

Re: why CUPS depends on XFree86 libraries?

2004-03-13 Thread Kris Kennaway
On Sat, Mar 13, 2004 at 05:11:44PM +0800, Zhang Weiwu wrote: > Hello. I have a old pentium P166 box in the corner of my office running > FreeBSD 5.2. I wish to connect my printer on it and make it a print server. > > > "pkg_add -rv cups" pulls down lots of depended packages, it pulls down > XF

Re: it takes a long long long time to time-out a login attempt

2004-03-13 Thread Kris Kennaway
On Sat, Mar 13, 2004 at 04:21:58AM -0800, Sameer wrote: > I'm trying to ssh into my FreeBSD (5.2.1-release sparc version) box from my > desktop, however, it'll take a few seconds for the "login as" prompt to > appear. I enter my the user name and hit enter. the login attempt then sits > there for

FreeBSD in the travelling industry

2004-03-13 Thread jsha
Hi. Are there anyone out there with experience in using Open Source software on top of FreeBSD to manage a travel agency? I have searched through Google and Freshmeat without really finding any decent Open Source booking systems. I was hoping someone could give me any hints as where to start my

FREEBSD and Microsoft Virtual PC 2004 with Physical disk as virtual disk

2004-03-13 Thread Koen Peetermans
Hello, I was wondering if anybody has succeeded in installing FreeBSD 5.x on a Microsoft Virtual PC with a second physical harddisk assigned as virtual disk (for performance reasons). When creating the root filesystem, the install aborts with "cannot create root file systems Error 38". Thi

Re: resizing partitions in the same slice

2004-03-13 Thread Chuck Swiger
Eugene Lee wrote: [ ... ] I'm a little surprised. I would think that resizing partitions is a common request, that the idea of growing one partition while shrinking another is not a new or rare notion. Can anyone else share their views or experiences? The list archives contain few comments on th

RE: routting IP SUBNET.

2004-03-13 Thread Michael Pinnella
Where did you traceroute this from - I see your loop starts at #12. It is important that you give the whole report so we can tell where this routing loop is happening (i.e. your router, ISP, Tier 1, etc). It looks like no matter where your started it from that it is happening inside your network. D

Mounting a 4.5R FS during 5.2.1 installation

2004-03-13 Thread Charles Bacon
Situation: An old remotherboarded PC, Tomato, has an old 4.5R on a 20GB disk. I also have an unused 2940 SCSI controller and a 2GB SCSI disk. On my LAN there's another old remoboed box, Daisy, with a functioning CD. I tried NFS-mounting it during the 5.2.1R installation ceremony. NG (Operation n

subdomain masking and forwarding

2004-03-13 Thread Walt Brodnie
Hello, the way I came to you is through the HYPERLINK "http://forums.devshed.com/t13363/s.html"http://forums.devshed.com/t1336 3/s.html where I found a note on subdomain/domain masking and forwarding posted by a Senior Member under the name "freebsd"... I sent my question to him through the webm

mount_smbfs

2004-03-13 Thread Peter Rosa
Hi all, and, please, advice me. Why I can not do "mount_smbfs -W WRKGRP -I fileserver //[EMAIL PROTECTED]/share /mnt" It normaly asks for pwd for "user" but finishing with "syserr = Resource teporarily unavailable" Samba running on fileserver writes into the log: "Connection refused from ns (IP)

Re: 5.2.1-R == CURRENT????

2004-03-13 Thread Mark Ovens
Mark Ovens wrote: I'll try pulling a new tree using CVSup instead. That did the trick; I zapped src/ and ports/ and started again with CVSup (pulling the trees directly, prefix=/usr, rather than via a local repository). Thanks again. Regards, Mark Thanks for your help guys. Regards, Mark

Re: xmms: Digital Audio Extraction not working

2004-03-13 Thread Mark Ovens
Mark Ovens wrote: Jason wrote: Are you running current? If so upgrade to a more recent version, it has been fixed. If it is the stable release try current? Thanks. So it's a FreeBSD problem rather than xmms? I wonder why xmcd works, perhaps it has a workround coded in? Hmmm, I've u/g to curre

Re: Wireless driver

2004-03-13 Thread Mark Weinem
On Thu, 11 Mar 2004, Teilhard Knight wrote: > I am writing my kernel config, and I do not know what wireless driver > to pick for an SMC "SMC2662W" USB adapter. No official support yet... http://www.linux-wlan.org/docs/wlan_adapters.html.gz http://at76c503a.berlios.de/devices.html http://vitsch

What is the Proper Kernel Location?

2004-03-13 Thread Bob Perry
Hello, Preparing to apply my first patch to my system and came across a section from the Handbook that I don't fully understand. In section 9.6 If Something Goes Wrong, there is a note in a sub-section called, "The kernel does not boot" which reads: *Note:* If you are having trouble building a ker

Re: SMP vs. Hyperthreading?

2004-03-13 Thread Alex de Kruijff
On Sat, Mar 13, 2004 at 02:37:37PM +0100, [EMAIL PROTECTED] wrote: > Hi, > > I've got a machine with a P4 that supports HTT (Hyperthreading) so I > thought about setting up a SMP-kernel. > > Under 4.9 it seems to work (see excerpts from /var/log/messages > below), whereas on the same exact hardwa

Re: it takes a long long long time to time-out a login attempt

2004-03-13 Thread Mark Weinem
On Sat, 13 Mar 2004, Sameer wrote: > I'm trying to ssh into my FreeBSD (5.2.1-release sparc version) box > from my desktop, however, it'll take a few seconds for the "login as" > prompt to appear. I enter my the user name and hit enter. the login > attempt then sits there for about 90 seconds w/o

Changing configuration options for ports

2004-03-13 Thread Robert Fitzpatrick
I've posted this question about building GSSAPI into my Cyrus-SASL port installation a couple of times, but not receiving any response to how to make the changes to the port install. I just need to confirm what I'm doing is correct, can't seem to find anything in the Handbook related to re-installi

Panic mlx driver RELEASE-5.2 and 5.2.1

2004-03-13 Thread Peter Blok
Hi, I believe there is a problem in the 5.2 releases with the mlx driver. I have seen some e-mails about it. The problem only happens during a high load. Well installing my dual BP6 is probably too much for it, because it keeps on falling over before I can finish the install. How can I buil

Re: nss_ldap/pam_ldap, what am I missing?

2004-03-13 Thread Per olof Ljungmark
Antoine Jacoutot wrote: The ultimate goal is to create a Samba PDC, but seems far away ay the moment... I have this kind of setup working perfectly. Tell me what you need. I need to figure out the interaction between OpenLDAP and the PAM system. LDAP is working fine, Samba is fine. /usr/local/etc/

PGP Utility?

2004-03-13 Thread Bob Perry
Hello, I'm preparing to run a security patch on my system and was instructed to download the patch and verify the PGP signature using your PGP utility. I'm not familiar with the PGP utility but it clearly sounds like something I should have. There are a number of pgp-type ports available. Are th

Playing DVD

2004-03-13 Thread Robert Golovniov
Hello FreeBSD, I've followed the instruction in the handbook regarding playing DVDs, but the playback is still not as smooth as I had it when running on a Windows box. What steps can be taken to achieve a still better quality? -- -=Robert & Beata Golovniov | Lviv,

user setup question

2004-03-13 Thread Louis LeBlanc
I have an odd question. I need to add a user to a system, but I don't want this user to be able to log in from outside - meaning only from the console itself. I know root is set up this way, but I'm not sure how to do this. Any pointers? TIA Lou -- Louis LeBlanc [EMAIL PROTECTED]

Re: XFree86-3.3.6 on FreeBSD-4.9 ?

2004-03-13 Thread Vallo Kallaste
On Fri, Mar 12, 2004 at 01:15:17PM -0800, Jeff Sandys <[EMAIL PROTECTED]> wrote: > Can I use XFree86-3.3.6 server on FreeBSD-4.9 ? > > I installed FreeBSD-4.5 on my old 486 VLB computer and x-windows > worked fine. This is a sweet old computer, I like to call it the > fastest 486 in the west;

performance with less than 8% minfree

2004-03-13 Thread Thomas Vogt
Hi FreeBSD 4.9 man tunefs(8) explains in section "-m minfree" that by default, 8% disk space is reserved for root. The man page also says clearly that I'll lose performance if I reduce minfree. My mailserver has one drive for the base system and a raid enviroment with 500GB space for the users

Re: nss_ldap/pam_ldap, what am I missing?

2004-03-13 Thread Antoine Jacoutot
On Saturday 13 March 2004 18:25, Per olof Ljungmark wrote: > If you have a similar setup working I am very interested in how it was > accomplished. Allright, so here is my setup if it can help you; note that I'm using ldap over SSL with key files. server: # /usr/local/etc/ldap.conf uri ldapi://%2

Re: user setup question.

2004-03-13 Thread Julien Gabel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 | I have an odd question. | | I need to add a user to a system, but I don't want this user to be | able to log in from outside - meaning only from the console itself. | | I know root is set up this way, but I'm not sure how to do this. Even for the root

Re: PGP Utility?

2004-03-13 Thread lars
Bob Perry wrote: Hello, I'm preparing to run a security patch on my system and was instructed to download the patch and verify the PGP signature using your PGP utility. I'm not familiar with the PGP utility but it clearly sounds like something I should have. There are a number of pgp-type ports a

ifconfig alias problems

2004-03-13 Thread Jim Freeze
Hi Responding to my ISP to change my IP block, I simply changed the numbers in my config files and thought that there would be no problems. However, for some reason, alias doesn't want to work from rc.conf. When I say 'doesn't work', I mean that I cannot ping my nameserver: 208.238.88.101 If

Re: user setup question.

2004-03-13 Thread Julien Gabel
> I need to add a user to a system, but I don't want this user to be > able to log in from outside - meaning only from the console itself. > > I know root is set up this way, but I'm not sure how to do this. Even for the root account, I think it depends of the configuration of the software used to

A question about PPPoE and LQR.

2004-03-13 Thread Scot
Greetings to to you. I'm running 4.9-STABLE, and using userland PPP to connect to my ISP. For several months I've been experiencing constant periodic lag in my connection, and it's only recently that I have tracked the problem down to PPP and the LQR feature. I've got 1-mbit ADSL with a static I

Re: ifconfig alias problems

2004-03-13 Thread Robert Fitzpatrick
On Sat, 2004-03-13 at 14:52, Jim Freeze wrote: > rc.conf - doesn't work: > ifconfig_sis0_alias0="inet 64.191.147.115 netmask 255.255.255.255" > ifconfig_sis0_alias0="inet 64.191.147.115 netmask 0x > (tried both - at different times) > I believe that would work, but looking at my 5.2.1,

Re: user setup question

2004-03-13 Thread Chuck McManis
I did something like this using a pam module which looked at the tty that the user was coming in on and decided whether or not to authorize the login. In my case I was also interested in not allowing users to login from the Internet but still be allowed to login from the internal network. Try a

RE: ifconfig alias problems

2004-03-13 Thread Remko Lodder
Well on my 5.2.1 it does not have a broadcast and it works ifconfig_em0="inet etc" ifconfig_em0_alias0="inet etc netmask 0x" ifconfig_em0_alias1="inet etc netmask 0x" Aren't there any errors in your syslog or something? did you verify that you have a ifconfig_sis0 statement before

Sendmail not listening to IP ...

2004-03-13 Thread Marc G. Fournier
'k, have to be missing something obvious here ... I have DontProbeInterfaces set to True, since I don't want it to pick up the other IPs on the box, but do want to bind it to one of the IPs ... I can telnet to localhost 25, but not to 200.46.204.2 25 ... so I'm figurinmg I disabled everything, an

Re: C/C++ interpreter Ch for freebsd

2004-03-13 Thread Gary Kline
To my fellow geeks and wizards, My dime's worth is that Ch definitely deserves checking out. I've done porting, general development, testing, and more; the one constant I had to do --and I'm pretty sure this holds for all of us-- was cobbling toge

Re: Sendmail not listening to IP ...

2004-03-13 Thread Matthew Seaman
On Sat, Mar 13, 2004 at 05:28:02PM -0400, Marc G. Fournier wrote: > > 'k, have to be missing something obvious here ... I have > DontProbeInterfaces set to True, since I don't want it to pick up the > other IPs on the box, but do want to bind it to one of the IPs ... > > I can telnet to localhost

Re: Playing DVD

2004-03-13 Thread Mikko Työläjärvi
On Sat, 13 Mar 2004, Robert Golovniov wrote: > Hello FreeBSD, > > I've followed the instruction in the handbook regarding playing > DVDs, but the playback is still not as smooth as I had it when > running on a Windows box. What steps can be taken to achieve a still > better qual

Re: user setup question

2004-03-13 Thread Lars Eighner
On Sat, 13 Mar 2004, Louis LeBlanc wrote: > I have an odd question. > > I need to add a user to a system, but I don't want this user to be > able to log in from outside - meaning only from the console itself. > > I know root is set up this way, but I'm not sure how to do this. > > Any pointers? >

Re: A question about PPPoE and LQR.

2004-03-13 Thread Mike Tancsa
On Sat, 13 Mar 2004 14:56:25 -0500 (EST), in sentex.lists.freebsd.questions you wrote: >Greetings to to you. > >I'm running 4.9-STABLE, and using userland PPP to connect to my ISP. For > >Basically, am I missing something? Is there no real solution? Do I leave >my LQR enabled and live with freq

No sound

2004-03-13 Thread Teilhard Knight
This seems to be the only place in the Creative news server in which I can ask about a modem. It also seems deserted. I hope someone can ask my very simple question. Is the Creative Modem Blaster PCI DI5652 a Winmodem? I think not, that's why I bought it. But I want to be sure. Teilhard. __

Mail system w/ virtual domains & users

2004-03-13 Thread Hugo
I know this is not the best list to ask this, but does anyone know a good tut,or has tried to setup the following: MySQL - Holds virtual domains and users database Postfix - MTA (supports virtual domains) Dovecot - POP3/IMAP server (auths by vpopmail) Vpopmail- Virtual auth system (looks info o

Re: Playing DVD

2004-03-13 Thread Aaron Peterson
> I've followed the instruction in the handbook regarding playing > DVDs, but the playback is still not as smooth as I had it when > running on a Windows box. What steps can be taken to achieve a still > better quality? If you are using mplayer you should try using an excellerat

Re: FreeBSD in the travelling industry

2004-03-13 Thread Kevin D. Kinsey, DaleCo, S.P.
jsha wrote: Hi. Are there anyone out there with experience in using Open Source software on top of FreeBSD to manage a travel agency? I have searched through Google and Freshmeat without really finding any decent Open Source booking systems. I was hoping someone could give me any hints as where t

Warning in fstream header file

2004-03-13 Thread Gregory Harris
Hello. I'm not sure if this is the appropriate spot to ask, but I don't seen any alternative places since it is a freebsd-specific programming problem. When I compile the following simple program: #include int main() { } I get this output: -bash-2.05b$ g++ -Wall -o fstream-warnings fstream-

Make depend ok..."make all install" is a no go...(newbie)

2004-03-13 Thread Stewart Yaxley
I am able to configure the kernel ("make depend"), however, when I try to perform a "make all install"...I get the following stream of errors: === linking kernel umass.o: In function 'umass_cam_attach_sim' umass.o(.text+0x152f): undefined reference to 'cam_simq_alloc' u

Re: What is the Proper Kernel Location?

2004-03-13 Thread Lee Harr
I thought kernels are all found in the / directory. If so, what location is this passage referring to as the "proper kernel location?" It is a -STABLE v. -CURRENT thing. in stable, the kernel lives at /kernel in current it is somewhere in /boot/ (i think...) _

Gnome and openh323

2004-03-13 Thread Corey Mosher
I tried installing gnome2 from ports today and ran into the following problem when it tried to install the gnomemeeting dependency: ===> gnomemeeting-0.98.5_2 depends on file: /nonexistent - not found ===>Verifying build for /nonexistent in /usr/ports/net/openh323 ===> openh323-1.12.0_2 is

promise sata tx4 and 3 monitors [long]

2004-03-13 Thread jon
I can boot 5.1-RELEASE-p10 and 5.2.1-RELEASE-p1 from promise raid without the pci video card (ati xpert 98), when I plug it in, I no longer have /dev/ar0. I would like to move to 5.2.1, so I have included information from that system (the only way i can get the system to boot is from onboard IDE)

Re: Gnome and openh323

2004-03-13 Thread Joe Marcus Clarke
On Sat, 2004-03-13 at 18:43, Corey Mosher wrote: > I tried installing gnome2 from ports today and ran into the following > problem when it tried to install the gnomemeeting dependency: > > ===> gnomemeeting-0.98.5_2 depends on file: /nonexistent - not found > ===>Verifying build for /nonexi

Re: using samba for backups

2004-03-13 Thread Marty Landman
At 11:04 PM 3/12/2004, anubis wrote: The problem I can see is that you may have problems with attributes. Not to mention file name incompatibilities. It's a great solution for what I use it for now which is running textpad as my editor and Netscape with a shell session or two on my XP workstatio

Re: Gnome and openh323

2004-03-13 Thread Kris Kennaway
On Sat, Mar 13, 2004 at 07:43:52PM -0400, Corey Mosher wrote: > I tried installing gnome2 from ports today and ran into the following > problem when it tried to install the gnomemeeting dependency: > > ===> gnomemeeting-0.98.5_2 depends on file: /nonexistent - not found > ===>Verifying buil

Re: Make depend ok..."make all install" is a no go...(newbie)

2004-03-13 Thread Kris Kennaway
On Sat, Mar 13, 2004 at 06:19:14PM -0500, Stewart Yaxley wrote: > I am able to configure the kernel ("make depend"), however, when I try to > perform a "make all install"...I get the following stream of errors: > === > linking kernel > umass.o: In function 'umass_cam_at

streamplayer

2004-03-13 Thread Mark
I'm looking for a commandline audiostream player that will work with surfernetwork streams. The website says mac tunes version 2 or 3, and OS 9 or 10 is compatable. thanks, ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/fr

Re: Gnome and openh323

2004-03-13 Thread Corey Mosher
Yes I read the URL which explains why it's not installing, but it doesn't help with getting around the problem. Corey Kris Kennaway wrote: On Sat, Mar 13, 2004 at 07:43:52PM -0400, Corey Mosher wrote: I tried installing gnome2 from ports today and ran into the following problem when it tried

Re: your mail

2004-03-13 Thread Jerry McAllister
Please use a reasonably descriptive subject when you post messages. > is there anyway i can reduce /var and /usr i did a > "make clean" under /usr/ports and didnt reduce the size > any ideas? Given that /usr is your large partition already, you can't save yourself by moving stuff from /usr to y

Re: Rename a user

2004-03-13 Thread Jerry McAllister
> > Hi List, > How can I rename a user from my BSD 5.2 system. I have a user called "hoa", > then I want to rename it to "nguyen", so what should I do? Just make yourself root (su) then do 'vipw' and edit the Userid name in the hao record. When you get out of vipw (:wq, just like in vi) it als

single threaded apps on dual cpu's

2004-03-13 Thread Hugo
Hi, I have a doubt. I just read on a forum that a single threaded application will only use one CPU. Reading ULE's descriptive paper, I think this is wrong. It IS possible for a single threaded app to use both CPUs, who are sharing the load amongst themselves, right? Regards -- http://www.6s-g

After xwindow is up.

2004-03-13 Thread Marwan Sultan
Hello everyone, Im new to Xwindow system, im using Kde, with FBSD-5.1R Installation of xserver and kde, everything went fine, and works great I had few small troubles, I would appreciate if someone could give me some notices/hints what I should do, or install after this point. Jus

Re: single threaded apps on dual cpu's

2004-03-13 Thread Dan Nelson
In the last episode (Mar 14), Hugo said: > I have a doubt. I just read on a forum that a single threaded > application will only use one CPU. Reading ULE's descriptive paper, I > think this is wrong. It IS possible for a single threaded app to use > both CPUs, who are sharing the load amongst thems

Re: single threaded apps on dual cpu's

2004-03-13 Thread Kris Kennaway
On Sun, Mar 14, 2004 at 02:26:00AM +0100, Hugo wrote: > Hi, > > I have a doubt. I just read on a forum that a single threaded application > will only use one CPU. Reading ULE's descriptive paper, I think this is > wrong. It IS possible for a single threaded app to use both CPUs, who are > sharing

Re: After xwindow is up.

2004-03-13 Thread Kevin D. Kinsey, DaleCo, S.P.
Marwan Sultan wrote: Hello everyone, Im new to Xwindow system, im using Kde, with FBSD-5.1R Installation of xserver and kde, everything went fine, and works great I had few small troubles, I would appreciate if someone could give me some notices/hints what I should do, or install after t

Re: SLIP Protocol Difference between two verisons.

2004-03-13 Thread Lowell Gilbert
Bryan Maxwell <[EMAIL PROTECTED]> writes: > Is there any difference between the slip protocl in version 3.3 and > version 5.1. Im trying to get an uncompressed slip connection. Im > using the command slattch -h -l -s 19200 cua0 &. I also found not > mention in the man page file of what the -a, -c

Re: Gnome and openh323

2004-03-13 Thread Lowell Gilbert
Corey Mosher <[EMAIL PROTECTED]> writes: > Yes I read the URL which explains why it's not installing, but it > doesn't help with getting around the problem. Then just delete the "FORBIDDEN" line, if you want to ignore the security problems. If you don't want to ignore the security problems, then

Re: PGP Utility?

2004-03-13 Thread Bob Perry
lars wrote: Bob Perry wrote: Hello, I'm preparing to run a security patch on my system and was instructed to download the patch and verify the PGP signature using your PGP utility. I'm not familiar with the PGP utility but it clearly sounds like something I should have. There are a number of pg

Re: What is the Proper Kernel Location?

2004-03-13 Thread Bob Perry
Lee Harr wrote: I thought kernels are all found in the / directory. If so, what location is this passage referring to as the "proper kernel location?" It is a -STABLE v. -CURRENT thing. in stable, the kernel lives at /kernel in current it is somewhere in /boot/ (i think...)

Re: I have some questions about telnet/telnetd/libtelnet/tn3270 and why FreeBSD is different than other BSDs in this regard

2004-03-13 Thread Alex de Kruijff
On Thu, Mar 11, 2004 at 09:34:16PM -0600, Paul Seniura wrote: > > Hi Alex, > > > Dear Paul, > > > > On Tue, Mar 09, 2004 at 04:43:48PM -0600, Paul Seniura wrote: > > > It seems NetBSD and OpenBSD continue to include > > > telnet+telnetd+tn3270 together under one subdir as part of > > > /src/usr.

Re: I have some questions about telnet/telnetd/libtelnet/tn3270 and why FreeBSD is different than other BSDs in this regard

2004-03-13 Thread Alex de Kruijff
On Sun, Mar 14, 2004 at 05:52:04AM +0100, Alex de Kruijff wrote: > On Thu, Mar 11, 2004 at 09:34:16PM -0600, Paul Seniura wrote: > > > > Hi Alex, > > > > > Dear Paul, > > > > > > On Tue, Mar 09, 2004 at 04:43:48PM -0600, Paul Seniura wrote: > > > > It seems NetBSD and OpenBSD continue to include

kbdcontrol -f and escape sequences

2004-03-13 Thread Dan MacMillan
Hello, I'm having some trouble using kbdcontrol to redefine function keys to strings that include escape sequences. For example, suppose I want to redefine "F1" to be equivalent to pressing the left arrow key twice in a row. I naiively thought this would work: kbdcontrol -f 1 "\033[D\033[D"

Time

2004-03-13 Thread Kurt Stas
Hi, It seems that i can't set my time to my local time. [EMAIL PROTECTED] ~ # date Sun Mar 14 09:55:36 CET 2004 [EMAIL PROTECTED] ~ # ntpdate ntp.belnet.be 14 Mar 09:55:38 ntpdate[6682]: step time server 193.190.198.10 offset -6935.981216 sec [EMAIL PROTECTED] ~ # date Sun Mar 14 09:55:40 CET 2004

sis ethernet card hangs with "Applying short cable fix"

2004-03-13 Thread Tom McLaughlin
Hi all, I'm trying to start running -CURRENT on a spare machine of mine but I'm having problems with my Netgear FA311 (sis) ethernet card. During the install it hung while trying to dhcp so I ctrl-c'ed figuring it was a problem with the installer. When I boot though it hangs with: sis0: Applying