Problem with cvsup?

2003-02-10 Thread Adam Bender
I've been trying to run cvsup all day, in the way I normally do, but it won't connect to the server - it says that the connection is refused. Anyone know what's going on? Thanks, Adam To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Missing hard-drive space?

2002-09-22 Thread Adam Bender
I installed FreeBSD recently, and noticed something strange when I run df: (15:28:00) proteus:~/$ uname -a FreeBSD proteus.res.cmu.edu 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Tue Sep 10 20:21:39 EDT 2002 [EMAIL PROTECTED]:/usr/src/sys/compile/adam i386 (15:28:02) proteus:~/$ df -m Filesystem

Installing nVidia drivers

2002-09-28 Thread Adam Bender
I'd like to install drivers for 3D acceleartion and such for my nVidia GForce 2 card. I've read several sites that point me in different places for the drivers themselves, and nVidia's site has "Linux displayer drivers", "graphics drivers", and "platform drivers". Exactly what software do I nee

sftp / scp not working?

2002-09-29 Thread Adam Bender
I'm running FreeBSD 4.6.2. I can ssh into the box fine, but sftp gives this error message: unix13:~/$ sftp [EMAIL PROTECTED] Connecting to machine.name... [EMAIL PROTECTED]'s password: Received message too long 1500476704 unix13:~/$ and scp gives this one: unix13:~/$ scp foo [EMAIL PROTECTED]:

Setting permissions for a user

2002-10-25 Thread Adam Bender
I would like to create an account to be used for FTP. Since the password will be known by a couple people / could be sniffed since it's not sftp, I would obviously like to limit the powers of this user as much as possible. Specifically, I would like it to be able to create and read files in it's

Qt2 and Qt3

2002-10-21 Thread Adam Bender
I'm trying to install a game that gives this error message: checking for Qt... configure: error: Qt (snapshot >= Qt 2.1 beta2) (libraries) not found. Please check your installation! Running pkg_info says I'm running: qt-3.0.3_5 A C++ X GUI toolkit When I try to install Qt 2.3 (or whatever

Installing program with Qt conflict

2002-11-09 Thread Adam Bender
I'm trying to install a game (hearts, http://hearts.sourceforge.net/) by running the configure file that comes with it. configure produces this error: checking for Qt... configure: error: Qt (snapshot >= Qt 2.1 beta2) (libraries) not found. Please check your installation! I don't understand this

Updating to 4.7 after breaking system

2002-11-16 Thread Adam Bender
I wanted to update to 4.7-STABLE, so I ran make buildworld. After realizing that I was not in fact building 4.7, the built stopped and I removed /usr/obj. Except while in /usr/obj I ran `rm -rf /etc` instead of 'rm -rf etc'. This ran for less than a second before I stopped it though. However,

/dev/ums0 not initialized

2002-12-01 Thread Adam Bender
When I left for break, I had a perfectly working system (FreeBSD 4.7-CURRENT). When I came back and booted it after being down for 5 days, when I try to start KDE I get an error saying no mouse found, device at /dev/ums0 is not initialized. I'm using a Logitech USB mouse (I've also tried using i

Re: /dev/ums0 not initialized

2002-12-01 Thread Adam Bender
That didn't work, I get the same error. What I have gotten to work is using it in the PS/2 port and setting the X mouse device to /dev/psm0. Any idea why it doesn't work with USB anymore? Thanks, Adam On Sun, 1 Dec 2002, Mark Stosberg wrote: > On Sun, 1 Dec 2002, Adam

Re: /dev/ums0 not initialized

2002-12-02 Thread Adam Bender
On Mon, 2 Dec 2002, Mark Stosberg wrote: > > > > That didn't work, I get the same error. What I have gotten to work is > > using it in the PS/2 port and setting the X mouse device to /dev/psm0. > > Any idea why it doesn't work with USB anymore? > > Do you have this set in your rc.conf file? > >

Problem installing Xfd

2003-08-30 Thread Adam Bender
I'm trying to install Xfd, and I'm getting compilation errors. I cvsup'ed my ports collection today. Any ideas? Console output follows: (22:41:00) [EMAIL PROTECTED]:/usr/ports/x11-fonts/Xft/# uname -a FreeBSD 68.162.128.185 4.7-RELEASE FreeBSD 4.7-RELEASE #1: Sat Nov 16 20:36:05 EST 2002 [

libintl.so.2

2003-08-30 Thread Adam Bender
I'm trying to install some new ports, and I'm getting a lot of errors of the type: /usr/libexec/ld-elf.so.1: Shared object "libintl.so.2" not found I recently upgraded gettext to version 0.12.1, which I think it part of the cause. I now have only libintl.so.5 on my system. How can I resolve th

Compiling ports

2003-08-30 Thread Adam Bender
OK, sorry to deluge the list with questions, but now I've having serious problems compiling ports. Xfd won't compile: ===> Building for Xft-2.1.2 gmake all-am gmake[1]: Entering directory `/usr/ports/x11-fonts/Xft/work/xft-2.1.2' source='xftdpy.c' object='xftdpy.lo' libtool=yes \ [...snip...]

Re: Compiling ports

2003-08-31 Thread Adam Bender
On Sun, 31 Aug 2003, Adam McLaurin wrote: > On Sun, 2003-08-31 at 10:04, Adam Bender wrote: > > XFree86-4.2.0_1,1 > > There's your problem. Portupgrade to 4.3.x and try Xft and xscreensaver > again. > Hmm, I did the portupgrade (surprisingly quick, do I have to do an

Re: Compiling ports

2003-08-31 Thread Adam Bender
On Sat, 30 Aug 2003, Adam McLaurin wrote: > On Sat, 2003-08-30 at 15:55, Adam Bender wrote: > > OK, sorry to deluge the list with questions, but now I've having serious > > problems compiling ports. > > What version of XFree86 are you running? > XFr