Re: D-Link NIC.

2005-03-06 Thread Jason Henson
On 03/06/05 01:45:48, gabriel wrote: Interestingly enough, even though I've compiled the driver into the kernel, the card isnt recognized by it. dolores# kldload if_ath.ko kldload: can't load if_ath.ko: File exists dolores# interface if_ath.1 already present in the KLD 'kernel'! and nothing in ifco

The FreeBSD Diary: 2005-02-13 - 2005-03-05

2005-03-06 Thread Dan Langille
The FreeBSD Diary contains a large number of practical examples and how-to guides. This message is posted weekly to freebsd-questions@freebsd.org with the aim of letting people know what's available on the website. Before you post a question here it might be a good idea to first search the maili

asking for a help, about FreeBSD compatibility with HP nx9020 (Laptop)

2005-03-06 Thread [EMAIL PROTECTED]
Hello, i plan to begin use freeBSD in my home computer, i'd like to ask You: does my laptop HP nc9020 is compatiable with freeBSD? what is extra points of configuring Xorg server and compiling kernel? p.s. sorry for my language :-) (i am from Lithuania) -- Tomas Bersėnas ŠU NSC PĮ koordinatorius

Re: asking for a help, about FreeBSD compatibility with HP nx9020 (Laptop)

2005-03-06 Thread Volker Kindermann
Hi Tomas, i plan to begin use freeBSD in my home computer, i'd like to ask You: does my laptop HP nc9020 is compatiable with freeBSD? what is extra points of configuring Xorg server and compiling kernel? I don't know this laptop, but you may try the following: Download the FreeSBIE CD, burn it and

removing p5-File-Temp from portversions upgrade list ?

2005-03-06 Thread FreeBsdBeni
Hi, System : FreeBSD 5.3-RELEASE-p5 #38: Sat Mar 5 15:13:47 CET 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BENI-53 i386 I followed the 20050201 ports/UPDATING "magic incantations" to update perl (and I updated the ruby-port as well- 20050224). Now if I do a "portversion | grep '<'", I ge

Re: Cannot print

2005-03-06 Thread Roland Smith
On Sat, Mar 05, 2005 at 11:56:20PM +, Vittorio wrote: > I checked my "old" messages.0.bz2 at the very beginning of my trying to set > the printing system up I found a line reading > > "Interrupt storm detected on "irq7: lpt0"; throttling > interrupt source" > > Which from the following bo

Xircom realport2

2005-03-06 Thread Tony Leach
Greetings I have been trying to get a Xircom Realport2 (R2BE-100) Cardbus working in a laptop under FreeBSD 5.3. I have tried to compile a new GENERIC kernel but it will give me an error or lock up. I have searched the web and have not found much information on this. I did find one page that sa

quick q

2005-03-06 Thread D3xt3r G3niu5 none
Hi guys, sorry to bother you but this was my last resort since the forum could not help me. I added device sound, and device "snd_emu10k1" to my kernel, i compiled and at restart i hear the music but then it cuts off at the end. By any chanse do you know why?

Re: Running vsftpd standalone vs inetd

2005-03-06 Thread Lowell Gilbert
Pat Maddox <[EMAIL PROTECTED]> writes: > Is it better to run vsftpd standalone or using inetd? A friend of > mine told me that it's more secure to do it standalone, and apparently > that's the recommended method now. Somewhat, yes. A lot of people don't trust inetd at all, and most of its advan

Re: help configuring ssh pub keys instead of passwords

2005-03-06 Thread John
On Sat, 5 Mar 2005 13:38:39 -0500, Brent wrote [SNIP] > > i then tried to use the key from a winblows putty ssh client and i > get the folowing error when trying to login to the unix box > > Unable to use key file "C:\id_dsa" (OpenSSH SSH2 private key) > > Any help is very appreciated You ne

Re: Running vsftpd standalone vs inetd

2005-03-06 Thread Ryan J. Cavicchioni
Hi Pat, I wrote this to startup vsftpd. It is not the prettiest script and I am sure there is a way to do it better but it will give you a start. Place it in your /usr/local/etc/rc.d directory and make it executable. #!/bin/sh echo -n 'vsftpd' case "$1" in start)

Re: Swapping hard drives

2005-03-06 Thread Eric McCoy
Ralph wrote: Hello folks I'm looking to do a quick swap on a hard disk I currently have in my FreeBSD file-server. It's an old 30Gb disk, and I've bought a nice, new big one to replace it. The problem is, I'm not sure what the best way to do this is. I have Samba shares on there, and other thi

What's the minimum memory for a process in FreeBSD 5.3?

2005-03-06 Thread Anthony Atkielski
I wrote a very tiny program in C that occupies a mere 7417 bytes on disk. When I run it, however, and look at it with top, it shows the size as 1,208,320 bytes in total size, with 663,552 bytes resident. Where are the extra 1.2 million bytes coming from? What's the rock-bottom minimum size for a

5.3 & jail

2005-03-06 Thread Constantin Khatskevich
Hello! I need help. I try to make jail: make world DESTDIR= but got message, which description I found in /usr/src/UPDATING 20010919: There's a bug in the world build process. The cross-tools are build with the NEW headers, but the OLD libc.a. This leads to all kind

Re: Help! I am in beeg trouble.

2005-03-06 Thread dR
I can't run fsck -p because the slices are mounted RO. However, fsck -p did tell me that there's an inconsistency on / ... which may have been the result of my having to do a reset after f** KDE froze (and I didn't have sshd running to kill it from outside). A good reason for me to put fsck i

Re: What's the minimum memory for a process in FreeBSD 5.3?

2005-03-06 Thread Roland Smith
On Sun, Mar 06, 2005 at 03:36:26PM +0100, Anthony Atkielski wrote: > I wrote a very tiny program in C that occupies a mere 7417 bytes on > disk. When I run it, however, and look at it with top, it shows the > size as 1,208,320 bytes in total size, with 663,552 bytes resident. > > Where are the ex

Re: Using META and DEL keys in console

2005-03-06 Thread Alejandro Pulver
On Thu, 3 Mar 2005 15:40:25 -0600 (CST) Lars Eighner <[EMAIL PROTECTED]> wrote: > On Thu, 3 Mar 2005, Alejandro Pulver wrote: > > > Where is the (complete) list of scancodes and which keys produce > > them? > > > > If there is not, as I think, how can I know what scancode is > > produced by each

Re: What's the minimum memory for a process in FreeBSD 5.3?

2005-03-06 Thread Anthony Atkielski
Roland Smith writes: > Shared libraries, stack space, heap space. Why would shared libraries be charged against the process--they should be common to every process, right? How much stack and heap space is allocated by default, and is it individually or globally configurable? I'm not hurting for

Re: ATA Tagged Queuing? (2nd attempt to get an answer)

2005-03-06 Thread Jason Henson
On 03/05/05 05:43:52, Kjell B. wrote: I sent the below question a month ago, but received no answer. Therefore, I resend it in the hope of getting one now. -- I'm considering turning on Tagged Command Queuing in my ATA system. My disks are all Hitachi 7K250 (two HDS722512VLAT80 and one

Moving a slice

2005-03-06 Thread Alejandro Pulver
Hello, I have two IDE hard disks, the first has W2K and WXP, the second has a GNU/Linux Debian Sarge (for booting purposes only) and a FreeBSD 5.3. The Linux slice is the number 1, but the FreeBSD slice is number 4. There is a long story behind this, when I was looking for UNIX like Operating Sys

Problem with libgphoto2, Canon Ixus v2 (USB) and 5.3-STABLE

2005-03-06 Thread Olivier Certner
Hi there, I've tried to download a few pics from my Canon Ixus v2 camera with libgphoto2 (frontends: kamera and gphoto2) without success. The camera is supported though, I even used libgphoto2 successfully on a Linux system with an older version of the lib (which I don't remembe

Re: D-Link NIC.

2005-03-06 Thread Fabian Keil
"Subhro" <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > > [EMAIL PROTECTED] On Behalf Of gabriel > > Sent: Sunday, March 06, 2005 2:57 > > To: freebsd-questions > > Subject: Re: D-Link NIC. > > > > Can anyone provide any insight? > >

Re: D-Link NIC.

2005-03-06 Thread gabriel
Thats a good script. How did you install the ndis driver/wrapper? - Cause I think some of the problem may be there. Cheers! On Sun, 6 Mar 2005 19:54:38 +0100, Fabian Keil <[EMAIL PROTECTED]> wrote: > "Subhro" <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > > From: [EMAIL PROTE

Re: IPFW config

2005-03-06 Thread Jeff Penn
SigmaX <[EMAIL PROTECTED]>: > I have a FreeBSD 5.3 server that I access over SSH. I followed the > handbook guide to loading the ipfw kernel module to setup a firewall. I > made the mistake the other day of loading the firewall, which defaults > to block all, and rebooting, so I couldn't get i

5.3 and building world

2005-03-06 Thread gabriel
Alright so when upgrading to 5.3 from 5.2 I cvsuped the source which obviously got GENERIC overwritten. My question is, besides the instructions on /usr/src/Makefile(?) is there another way to update the source and be able to specify a custom kernel? Cheers! -- gabriel, Member of: FreeBSD-Annou

Re: Question about ipfw, natd and port forwarding.

2005-03-06 Thread Jeff Penn
Deling Ren <[EMAIL PROTECTED]>: > Hi all, I am trying to setup a NAT box for my home network on freebsd 5.3. > I am using ipfw and natd. I already got nat running but I am having > problem with port forwarding. I am trying to forward port 80 on the nat > box to an internal machine (192.168.0.7). I

Re: Help! I am in beeg trouble.

2005-03-06 Thread dR
This works from single-user mode: # fsck -p # mount -u / # mount -a -t ufs # swapon -a But when I exit SUM for MUM, I'm back to the same problem of usr/bin/login not being found. My new theory is that portupgrade did something to my set-up. All the slices are healthy and all the data is visible

Re: 5.3 and building world

2005-03-06 Thread Kent Stewart
On Sunday 06 March 2005 11:17 am, gabriel wrote: > Alright so when upgrading to 5.3 from 5.2 I cvsuped the source which > obviously got GENERIC overwritten. My question is, besides the > instructions on /usr/src/Makefile(?) is there another way to update > the source and be able to specify a custom

Re: 5.3 and building world

2005-03-06 Thread gabriel
Yep, I know enoguh to read through the handbook, the problem lies in the fact that if I use make buildkernel KERNCONF=MYKERNEL I get a stop error which says I have to buildworld first (even though I have before this step). Thats the reason for the question. But thanks anyway Cheers! On Sun, 6 Ma

Re: Problem with libgphoto2, Canon Ixus v2 (USB) and 5.3-STABLE

2005-03-06 Thread Ramiro Aceves
Hello Olivier I have a Canon D-30 that works out of the box with gphoto2. Just #gphoto2 -P is enough for downloading the pictures. But I have a Canon A80 that refuses to do it without commandline tweaking. #gphoto2 --camera "Canon PowerShot A80 (PTP)" --port "usb:" -P If I use the simple command "g

Re: 5.3 and building world

2005-03-06 Thread Kent Stewart
On Sunday 06 March 2005 12:01 pm, gabriel wrote: > Yep, I know enoguh to read through the handbook, the problem lies in > the fact that if I use make buildkernel KERNCONF=MYKERNEL I get a > stop error which says I have to buildworld first (even though I have > before this step). Thats the reason fo

Re: 5.3 and building world

2005-03-06 Thread gabriel
Yeah thats the thing, I guess I should actually paste the error and the sequence. I'll do that when I get home. Cheers! On Sun, 6 Mar 2005 12:19:33 -0800, Kent Stewart <[EMAIL PROTECTED]> wrote: > On Sunday 06 March 2005 12:01 pm, gabriel wrote: > > Yep, I know enoguh to read through the handbook

Re: 5.3 & jail

2005-03-06 Thread stheg olloydson
it was said: I need help. I try to make jail: make world DESTDIR= but got message, which description I found in /usr/src/UPDATING 20010919: Hello, I do not think the problem is the one from 3 and a half years ago. Much more recently the make world DESTDIR= function was broken. It did not w

Re: What's the minimum memory for a process in FreeBSD 5.3?

2005-03-06 Thread Roland Smith
On Sun, Mar 06, 2005 at 06:37:45PM +0100, Anthony Atkielski wrote: > Roland Smith writes: > > > Shared libraries, stack space, heap space. > > Why would shared libraries be charged against the process--they should > be common to every process, right? As I understand it (correct me if I'm wrong),

Re: Problem with libgphoto2, Canon Ixus v2 (USB) and 5.3-STABLE

2005-03-06 Thread Roland Smith
On Sun, Mar 06, 2005 at 07:48:16PM +0100, Olivier Certner wrote: > Hi there, > > I've tried to download a few pics from my Canon Ixus v2 camera with > libgphoto2 (frontends: kamera and gphoto2) without success. The camera is > supported though, I even used libgphoto2 successfully on

Re: Which lib for pthreads?

2005-03-06 Thread Jonathon McKitrick
On Sat, Mar 05, 2005 at 07:18:31PM -0600, Dan Nelson wrote: : In the last episode (Mar 05), Jonathon McKitrick said: : > Linux lets me use -pthread, but under BSD I get 'undefined symbol : > "pthread_mutex_lock."' : > : > What's the correct linker syntax for pthreads? : : That would be it. It sh

Re: reload rc.conf without rebooting

2005-03-06 Thread Warren Block
On Sat, 5 Mar 2005, Ben Munat wrote: Sigh... I just want my delete key to work... I got a response a while back to edit the keymap and set it in rc.conf (which is how I got off on that whole reload rc.conf thing). This might help: http://www.ibb.net/~anne/keyboard.html -Warren Block * Rapid City,

Re: Which lib for pthreads?

2005-03-06 Thread Giorgos Keramidas
On 2005-03-06 21:32, Jonathon McKitrick <[EMAIL PROTECTED]> wrote: >On Sat, Mar 05, 2005 at 07:18:31PM -0600, Dan Nelson wrote: >:In the last episode (Mar 05), Jonathon McKitrick said: >:> Linux lets me use -pthread, but under BSD I get 'undefined symbol >:> "pthread_mutex_lock."' >:> >:> What's th

Re: Moving a slice

2005-03-06 Thread james . cook
On Sun, Mar 06, 2005 at 03:03:19PM -0300, Alejandro Pulver wrote: > Hello, > > I have two IDE hard disks, the first has W2K and WXP, the second has a > GNU/Linux Debian Sarge (for booting purposes only) and a FreeBSD 5.3. > > The Linux slice is the number 1, but the FreeBSD slice is number 4. > T

Re: USB printing problem: /dev/ulpt0: device busy

2005-03-06 Thread Warren Block
On Fri, 4 Mar 2005, Eugene Rogoza wrote: I'm experiencing certain problems with USB printing. I have a Minolta PagePro 1300W printer connected to USB port. FreeBSD 5.3 recognizes the printer just fine and creates /dev/ulpt0 and /dev/unlpt0 device nodes. Printer model numbers that end in "W" are oft

Re: Which lib for pthreads?

2005-03-06 Thread Jonathon McKitrick
On Sun, Mar 06, 2005 at 11:39:55PM +0200, Giorgos Keramidas wrote: : On 2005-03-06 21:32, Jonathon McKitrick <[EMAIL PROTECTED]> wrote: : >On Sat, Mar 05, 2005 at 07:18:31PM -0600, Dan Nelson wrote: : >:In the last episode (Mar 05), Jonathon McKitrick said: : >:> Linux lets me use -pthread, but und

gmirror / gstripe

2005-03-06 Thread John Pettitt
I'm considering making a raid0+1 array out of 4 x 250GB USB drives using gmirror and gstripe on a FreeBSD 5.3 box. Questions: 1) Has anybody done this? What should I watch our for? 2) Stripe then mirror right? (or mirror then stripe? Does it matter?) (I already have a 600gb stripe set on this

Re: Moving a slice

2005-03-06 Thread c3cookja
On Sun, Mar 06, 2005 at 04:47:34PM -0500, [EMAIL PROTECTED] wrote: > On Sun, Mar 06, 2005 at 03:03:19PM -0300, Alejandro Pulver wrote: > > Hello, > > > > I have two IDE hard disks, the first has W2K and WXP, the second has a > > GNU/Linux Debian Sarge (for booting purposes only) and a FreeBSD 5.3.

Re: Problem with libgphoto2, Canon Ixus v2 (USB) and 5.3-STABLE

2005-03-06 Thread Chris Hill
On Sun, 6 Mar 2005, Roland Smith wrote: On Sun, Mar 06, 2005 at 07:48:16PM +0100, Olivier Certner wrote: I've tried to download a few pics from my Canon Ixus v2 camera with libgphoto2 (frontends: kamera and gphoto2) without success. The camera is supported though, I even used libgphoto2 suc

Re: gmirror / gstripe

2005-03-06 Thread Ean Kingston
On Sunday, March 6, 2005, at 04:55 PM, John Pettitt wrote: I'm considering making a raid0+1 array out of 4 x 250GB USB drives using gmirror and gstripe on a FreeBSD 5.3 box. Questions: 1) Has anybody done this? What should I watch our for? I haven't done this on FreeBSD or with USB drives (but

Re: X not loading in full screen

2005-03-06 Thread Warren Block
On Sat, 5 Mar 2005, Matt Juszczak wrote: I've installed Gnome2 and xorg on my laptop, and it wont load in a full screen window. There is about an inch of black border on each side of the window. I've googled and tried possible suggestions (such as changing the xorg.conf file, etc.) but still n

Re: gmirror / gstripe

2005-03-06 Thread Alec Berryman
John Pettitt on 2005-03-06 13:55:22 -0800: > 1) Has anybody done this? What should I watch our for? http://people.freebsd.org/~rse/mirror/ is a nice guide for gmirror. pgpcaHv0PRrzx.pgp Description: PGP signature

Re: Mounting iomega zip drive

2005-03-06 Thread E. J. Cerejo
--- Mike Jeays <[EMAIL PROTECTED]> escreveu: > On Mon, 2005-02-21 at 19:34, E. J. Cerejo wrote: > > I use to be able to mount my paralell zip drive > with > > the following command under Fbsd 4.x: > > > > mount -t msdos /dev/da0s4 /zip > > > > now I'm running 5.3 I can't, what changed? > > > >

CGI script executing and Apache help (2nd try & important)

2005-03-06 Thread Shawn B
I am running FreeBSD-4.8 with Apache 1.3 installed. I changed the htdocs directory in httpd.conf to /home/user1/public_html/ and I added a /cgi-bin/ in the same user directory. Scripts will not execute from the cgi-bin, as the scripts contents are displayed in the browser window. I went through htt

Re: CGI script executing and Apache help (2nd try & important)

2005-03-06 Thread gabriel
How about pasting that httpd.conf? Cheers! On Sun, 6 Mar 2005 17:19:02 -0500 (EST), Shawn B <[EMAIL PROTECTED]> wrote: > I am running FreeBSD-4.8 with Apache 1.3 installed. I > changed the htdocs directory in httpd.conf to > /home/user1/public_html/ and I added a /cgi-bin/ in > the same user dire

Re: CGI script executing and Apache help (2nd try & important)

2005-03-06 Thread Ean Kingston
On Sunday, March 6, 2005, at 05:19 PM, Shawn B wrote: I am running FreeBSD-4.8 with Apache 1.3 installed. I changed the htdocs directory in httpd.conf to /home/user1/public_html/ and I added a /cgi-bin/ in the same user directory. Scripts will not execute from the cgi-bin, as the scripts contents

Re: gmirror / gstripe

2005-03-06 Thread John Pettitt
Ean Kingston wrote: > > On Sunday, March 6, 2005, at 04:55 PM, John Pettitt wrote: > >> >> I'm considering making a raid0+1 array out of 4 x 250GB USB drives using >> gmirror and gstripe on a FreeBSD 5.3 box. >> >> Questions: >> >> 1) Has anybody done this? What should I watch our for? > > > I

Dummynet traffic shaping question (TCP-ACK prioritization)

2005-03-06 Thread Daniel Eriksson
(question at the end) I have a server that sits on a medium speed link (10Mbit, full duplex) that under certain network loads starts to show what looks like TCP-ACK delay problems. At full upstream saturation the downstream speed is reduced. I modded the firewall rules to prioritize TCP-ACKs int

Re: Moving a slice

2005-03-06 Thread Alejandro Pulver
On 6 Mar 2005 16:47:34 -0500 [EMAIL PROTECTED] wrote: > On Sun, Mar 06, 2005 at 03:03:19PM -0300, Alejandro Pulver wrote: > > Hello, > > > > I have two IDE hard disks, the first has W2K and WXP, the second has > > a GNU/Linux Debian Sarge (for booting purposes only) and a FreeBSD > > 5.3. > > >

Re: X not loading in full screen

2005-03-06 Thread Matt Juszczak
Edit the xorg.conf file to match the native resolution of your notebook screen. For example, something like this: I've done that already. Native is 800x600, and I put that in /etc/X11/XF86Config. When I do startx, it pulls from that file (I see it saying "loading from /etc/X11/XF86Config" .

Averatec 3250H1-01 (problem: S3G UniChrome Graphics)

2005-03-06 Thread Al
If anyone has this laptop or know how to solve this problem, please reply. This laptop has a S3G UniChrome Graphics which I havent been able to configure. Please help! :) -- Al __ Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective

Eterm attributes

2005-03-06 Thread Chris
Hi there - I have my Eterms set where I have hidden all borders. What are the keystrokes to be able to set unhide them? -- Best regards, Chris When in doubt, don't muble, overexpose ... then mumble. ___ freebsd-questions@freebsd.org mailing list http:/

Re: Eterm attributes

2005-03-06 Thread Chris
Chris wrote: > Hi there - I have my Eterms set where I have hidden all borders. What > are the keystrokes to be able to set unhide them? > Never mind - disregard -- Best regards, Chris The yoo-hoo you yoo-hoo into the forest is the yoo-hoo you get back.

Re: CGI script executing and Apache help (2nd try & important)

2005-03-06 Thread Paul Schmehl
- Original Message - From: "Shawn B" <[EMAIL PROTECTED]> To: Sent: Sunday, March 06, 2005 4:19 PM Subject: CGI script executing and Apache help (2nd try & important) I am running FreeBSD-4.8 with Apache 1.3 installed. I changed the htdocs directory in httpd.conf to /home/user1/public_ht

Re: Which lib for pthreads?

2005-03-06 Thread Chuck Swiger
Jonathon McKitrick wrote: [EMAIL PROTECTED]:...cvs/tcontainer/libplugina> make install cc -O -pipe -Wall -g -I.. -I../include -shared -fPIC -c plugina.c c++ -O -pipe -Wall -g -I.. -I../include -shared -fPIC -c wrapper.cpp c++ -O -pipe -Wall -g -I.. -I../include -shared -fPIC -c myclass.cpp cc -O

Re: Which lib for pthreads?

2005-03-06 Thread Giorgos Keramidas
On 2005-03-06 21:55, Jonathon McKitrick <[EMAIL PROTECTED]> wrote: >On Sun, Mar 06, 2005 at 11:39:55PM +0200, Giorgos Keramidas wrote: >:On 2005-03-06 21:32, Jonathon McKitrick <[EMAIL PROTECTED]> wrote: >:> >:> I found -lc_r does the trick. Not what I was expecting. >: >: -lpthread should work to

sshd - public key vs keyboard interactive authentication

2005-03-06 Thread Danie Du Toit
5.3 with OpenSSH. Using public key authentication: I generated/converted my keys - all set, I can ssh to the box using the keys (no user authentication, I get logged in) Using password authentication: I can still ssh using interactive keyboard password authentication (without using public/priva

STB2 BT878 - sound works under Windows XP and btwincap, doesn't with bktr

2005-03-06 Thread tweek
I have an STB2 bt878 card, purchased for $12 on eBay. It works great under XP with btwincap, with or without an analog audio cable that runs from the card to my soundcard. In FreeBSD with a kernel compiled with bktr support, I can see video clearly with fxtv (http://tweek.no-ip.org/stuff/hockey.png

Re: sshd - public key vs keyboard interactive authentication

2005-03-06 Thread Jeff With
> > So, my questions: > > 1. How do I disable password authentication - i.e. force to use the DSA keys? Make sure all 'password' auth is disabled and publickey is enabled. PasswordAuthentication no UseLogin no UsePAM no PubkeyAuthentication yes > > 2. Can I use both for added security -

apache exits on signal 4

2005-03-06 Thread dave
Hello, Fbsd 5.3-RELEASE, apache 2.53, php4 installed. Everything was working than i got a report of site's being down. I investigated and learned that apache was not starting. I tried a restart, which did not produce an error, however checking for an http process ID didn't show anything. I then

Re: sshd - public key vs keyboard interactive authentication

2005-03-06 Thread Chris Hodgins
Jeff With wrote: So, my questions: 1. How do I disable password authentication - i.e. force to use the DSA keys? Make sure all 'password' auth is disabled and publickey is enabled. PasswordAuthentication no UseLogin no UsePAM no PubkeyAuthentication yes 2. Can I use both for added security

Re: STB2 BT878 - sound works under Windows XP and btwincap, doesn't with bktr

2005-03-06 Thread Danny Pansters
On Monday 7 March 2005 02:35, tweek wrote: > I have an STB2 bt878 card, purchased for $12 on eBay. It works great > under XP with btwincap, with or without an analog audio cable that > runs from the card to my soundcard. In FreeBSD with a kernel compiled > with bktr support, I can see video clearly

Re: sshd - public key vs keyboard interactive authentication

2005-03-06 Thread Danie Du Toit
Thanks for the responses - all set! On Mon, 07 Mar 2005 01:58:30 +, Chris Hodgins <[EMAIL PROTECTED]> wrote: > Jeff With wrote: > >>So, my questions: > >> > >>1. How do I disable password authentication - i.e. force to use the DSA > >>keys? > > > > > > Make sure all 'password' auth is disabl

Disk Error

2005-03-06 Thread Doug Hardie
I have been getting the following disk errors consistently for the last month. ad2s1e: hard error reading fsbn 6934399 of 3467168-3467295 (ad2s1 bn 6934399; cn 431 tn 164 sn 52) status=59 error=40 spec_getpages:(#ad/0x20014) I/O read failure: (error=5) bp 0xc5678f94 vp 0xcb5f3a80

bittorrent corruption problems

2005-03-06 Thread Jason Henson
I have been getting this error: data corrupted on disk - maybe you have two copies running? I have looked on the net and the only causes I can see are bad ram and bad software. I noticed this after I started using the gui, never noticed it on the command line. I used to never get this. It ha

Re: bittorrent corruption problems

2005-03-06 Thread Bevan Coleman
On Mon, 07 Mar 2005 03:26:11 +, Jason Henson <[EMAIL PROTECTED]> wrote: > I have been getting this error: > > data corrupted on disk - maybe you have two copies running? > > I have looked on the net and the only causes I can see are bad ram and > bad software. I noticed this after I started

Re: Mounting iomega zip drive

2005-03-06 Thread Mike Jeays
On Sun, 2005-03-06 at 17:16, E. J. Cerejo wrote: > --- Mike Jeays <[EMAIL PROTECTED]> escreveu: > > On Mon, 2005-02-21 at 19:34, E. J. Cerejo wrote: > > > I use to be able to mount my paralell zip drive > > with > > > the following command under Fbsd 4.x: > > > > > > mount -t msdos /dev/da0s4 /z

Re: bittorrent corruption problems

2005-03-06 Thread Jason Henson
On 03/06/05 22:36:38, Bevan Coleman wrote: On Mon, 07 Mar 2005 03:26:11 +, Jason Henson <[EMAIL PROTECTED]> wrote: > I have been getting this error: > > data corrupted on disk - maybe you have two copies running? > > I have looked on the net and the only causes I can see are bad ram and > bad s

Re: X not loading in full screen

2005-03-06 Thread Warren Block
On Sun, 6 Mar 2005, Matt Juszczak wrote: I've done that already. Native is 800x600, and I put that in /etc/X11/XF86Config. When I do startx, it pulls from that file (I see it saying "loading from /etc/X11/XF86Config" I've also done defaultdepth 24, etc. Still the same issue. So what does

Re: Mounting iomega zip drive

2005-03-06 Thread abu khaled
On Sun, 06 Mar 2005 22:51:49 -0500, Mike Jeays <[EMAIL PROTECTED]> wrote: > On Sun, 2005-03-06 at 17:16, E. J. Cerejo wrote: > > --- Mike Jeays <[EMAIL PROTECTED]> escreveu: > > > On Mon, 2005-02-21 at 19:34, E. J. Cerejo wrote: > > > > I use to be able to mount my paralell zip drive > > > with >

Re: Disk Error

2005-03-06 Thread Aftab Jahan Subedar
ASAP 1. fsck -y 2. tunefs ( enable softupdate) 3. backup to new hard disk 4. remove this faulty hard disk Your hard disk is dyeing . Doug Hardie wrote: I have been getting the following disk errors consistently for the last month. ad2s1e: hard error reading fsbn 6934399 of 3467168-3467295 (ad2s1

Re: Help! I am in beeg trouble.

2005-03-06 Thread Aftab Jahan Subedar
can you give the output of 1. mount 2. ls -l /usr/bin/login ? dR wrote: I was trying out different window managers when I noticed that I had lost env information. I quit X and found the problem persisting. I rebooted and now I can't log in! /usr/bin/login no such file or directory I can enter singl

Updating my address book

2005-03-06 Thread Alia Iskandar Hj Abd Rahman
Hi I am using a new service to keep in contact with my friends. Use the link below to become part of my address book. In the future I will be able to see any changes in your contact details. http://www.bebo.com/fr2/9615796a605552671b132610538c179646270d20 Thanks. Alia Iskandar __

Re: Disk Error

2005-03-06 Thread Doug Hardie
I doubt that its dying. There is only one bad sector. The drive is in constant use. Its ran at 100% for almost 12 hours while copying the files and no errors were detected. Its always the same sector with the error. On Mar 7, 2005, at 09:54, Aftab Jahan Subedar wrote: ASAP 1. fsck -y 2. tun

tech question

2005-03-06 Thread popbox
Excuse me for foolish question and "pig latin". I'm a new user of FreeBSD and I have a trouble with mounting DVD. There is no separated information in your documentation (Handbook) about this question. I tried to mount DVD the same way as CD. It is not enough, I think. My OS: FreeBS

Re: tech question

2005-03-06 Thread Michael C. Shultz
On Sunday 06 March 2005 11:28 pm, popbox wrote: > Excuse me for foolish question and "pig latin". > I'm a new user of FreeBSD and I have a trouble with mounting > DVD. There is no separated information in your documentation > (Handbook) about this question. I tried to mount DVD the same wa

Re: tech question

2005-03-06 Thread Chad Leigh -- Shire . Net LLC
On Mar 7, 2005, at 12:31 AM, Michael C. Shultz wrote: On Sunday 06 March 2005 11:28 pm, popbox wrote: Excuse me for foolish question and "pig latin". I'm a new user of FreeBSD and I have a trouble with mounting DVD. There is no separated information in your documentation (Handbook) about t