Re: question FreeBSD

2005-07-25 Thread Jonathan Glaschke
Hello, On Mon, Jul 25, 2005 at 10:17:50AM +0600, zick-1 wrote: Hello. I cannot install the application from a collection of ports. The mistake is given out Error code 1 -- Best regards, zick-1 mailto:[EMAIL PROTECTED]

PANIC on 6.0-BETA-1

2005-07-25 Thread [EMAIL PROTECTED]
Hello all! Yesterday I tried moving from RELENG_5 to RELENG_6 with a custom kernel. Used cvsup for getting files. Panic details follow at the end. Here is what I did: 1. make clean in /usr/src 2. removed stale obj files. 3. commented out the NO_INFO and other knobs in /etc/make.conf I had as

resizing virtual disk (vn0)

2005-07-25 Thread alexandre . delay
hi, I am searching how to resize a virtual disk created with: # dd if=/dev/zero of=newimage bs=1k count=5k 5120+0 records in 5120+0 records out # vnconfig -s labels -c vn0 newimage # disklabel -r -w vn0 auto # newfs vn0c Warning: 2048 sector(s) in last cylinder unallocated

Re: resizing virtual disk (vn0)

2005-07-25 Thread Glenn Dawson
At 02:36 AM 7/25/2005, [EMAIL PROTECTED] wrote: hi, I am searching how to resize a virtual disk created with: # dd if=/dev/zero of=newimage bs=1k count=5k 5120+0 records in 5120+0 records out # vnconfig -s labels -c vn0 newimage # disklabel -r -w vn0 auto # newfs vn0c

Re: Holtek HT80232 NIC unrecognized on FreeBSD 5.4-RELEASE

2005-07-25 Thread jackqq
Thank you! I've learnt how to use send-pr and posted the PR. On 7/24/05, Gary W. Swearingen [EMAIL PROTECTED] wrote: I sure hope you'll file a PR about your addition to the file. -- jackqq :-) ___ freebsd-questions@freebsd.org mailing list

Re: Shell scripts, SSH sessions, and for loops, oh my!

2005-07-25 Thread Damian Gerow
Thus spake Gary W. Swearingen ([EMAIL PROTECTED]) [25/07/05 02:13]: : I'm trying to write a shell script that runs a for loop in an SSH session. : Simply, I'm trying to do this: : : for HOST in `cat hostnames` ; do : ssh ${HOST} for PROCESS in 01 02 ; do echo '${PROCESS}' ; done :

Re: PANIC on 6.0-BETA-1

2005-07-25 Thread Benjamin Thelen
[EMAIL PROTECTED] wrote: Hello all! Yesterday I tried moving from RELENG_5 to RELENG_6 with a custom kernel. Used cvsup for getting files. Panic details follow at the end. Here is what I did: 1. make clean in /usr/src 2. removed stale obj files. 3. commented out the NO_INFO and other knobs in

bsdlabel and moving to a bigger drive

2005-07-25 Thread Omar Thameen
I'm trying to transfer a 5.4 box from one drive to another bigger one. I've added the second drive, partitioned and labeled it using sysinstall's post-install configuration of FreeBSD menu item, created new partitions with better space allocation, then dumped/restored the filesystems. I had

Re: resizing virtual disk (vn0)

2005-07-25 Thread Glenn Dawson
At 02:36 AM 7/25/2005, [EMAIL PROTECTED] wrote: hi, I am searching how to resize a virtual disk created with: # dd if=/dev/zero of=newimage bs=1k count=5k 5120+0 records in 5120+0 records out # vnconfig -s labels -c vn0 newimage # disklabel -r -w vn0 auto # newfs vn0c

Re: bsdlabel and moving to a bigger drive

2005-07-25 Thread Glenn Dawson
At 03:11 AM 7/25/2005, Omar Thameen wrote: I'm trying to transfer a 5.4 box from one drive to another bigger one. I've added the second drive, partitioned and labeled it using sysinstall's post-install configuration of FreeBSD menu item, created new partitions with better space allocation, then

Re: FreeBSD is Very slow to load some sites

2005-07-25 Thread FreeBsdBeni
On Monday 25 July 2005 00:57, Galdes, Andrew (ERHS) wrote: Hello All, Freebsd seems to take a long time (up to ten minutes) to load some web sites. When i use Linux or Windows it seems to load at normal speed. I have installed Freebsd (same version) on another computer and it has the same

Re: cannot install ntop under freeBSD 5.5

2005-07-25 Thread PK
hi It must be a BUG in the freeBSD 5.4 ntop port ! greetings Piotr --- On Mon 07/25, Giorgos Keramidas [EMAIL PROTECTED] wrote: From: Giorgos Keramidas [mailto: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: freebsd-questions@freebsd.org Date: Mon, 25 Jul 2005 13:20:05 +0300 Subject:

Dump/Tape block question

2005-07-25 Thread FreeBSD Questions
Sorry if this is a repeat. I posted this on the 21st and never saw it show up in the mailing list, so I'm assuming nobody ever received it. I have a question about dump and tape blocks. When I do backups, dump tells me it uses a certain number of blocks for that particular backup. I explicitly

(no subject)

2005-07-25 Thread Bölcskei Zoltán
Hi!I don't have an internet connection at home so i wanna know if therenbsp;are any places where i can download packages/distfiles with dependencies recursively/together [e.g.: a tarred file or s.g. like that which includes the package and all of it's dependencies](because downloading them

Re: cannot install ntop under freeBSD 5.5

2005-07-25 Thread Glenn Dawson
At 05:03 AM 7/25/2005, PK wrote: hi It must be a BUG in the freeBSD 5.4 ntop port ! greetings Piotr The problem you are seeing is because the rrd plugin that's part of ntop is supplying 5 argument to the rrd_graph() function. Which is ok for the versions of rrd that are bundled with

Re: question FreeBSD

2005-07-25 Thread delta . ski
On Sunday 24 July 2005 11:17 pm, zick-1 wrote: Hello. I cannot install the application from a collection of ports. The mistake is given out Error code 1 This is a common error message reflecting a user trying to install a port or package. Try root prior to the install attempt, this

Re: Shell scripts, SSH sessions, and for loops, oh my!

2005-07-25 Thread Gary W. Swearingen
Damian Gerow [EMAIL PROTECTED] writes: Yeah, but... The current shell still interprets $SHELL, and assigns it whatever local value it has. I don't want that. I want $SHELL to be evaluated by the remote system (the on to which I am establishing the SSH connection). No, the whole object of

gcc34 build error on Freebsd 5.1

2005-07-25 Thread Darryl Hoar
Greetings, I have 5.1 running on my machine. I installed cvsup and upgraded my ports with it. I then went into /usr/ports/databases/firebird-client and did a make install. Of course it installed several other dependencies when I did that. One thing is was trying to build/install was gcc34.

re: FreeBSD is Very slow to load some sites

2005-07-25 Thread Denis R.
Hey Andrew, If you suspect it is your DNS, just put the IP address of your site in the browser: 202.2.59.40 or 202.2.56.40 and see if the same thing happens. But like someone else noticed, it might be page related (java etc) that the Linux browser is having problems with. Regards! Denis

Re: Dump/Tape block question

2005-07-25 Thread Gary W. Swearingen
FreeBSD Questions [EMAIL PROTECTED] writes: How big is each block? I'd like to know about where on the tape I am when I do an 'mt rdhpos' command (but I don't know how to determine the reported block size), and I'd like to be able to calculate how much data was written for each backup based

Update 5.3 Release to 5.4

2005-07-25 Thread Aguiar Magalhaes
Hi list, I´m using FreeBSD 5.3 - Release in servers (Postfix, Apache, pf, squid, etc) I´d like to update for 5.4, but I don´t know how to do. Is it safe ? Aguiar ___ Yahoo! Acesso Grátis - Internet

RE: FreeBSD is Very slow to load some sites

2005-07-25 Thread Bob Johnson
From: Galdes, Andrew (ERHS) [EMAIL PROTECTED] To: freebsd-questions@freebsd.org Date: Mon, 25 Jul 2005 08:27:37 +0930 Subject: FreeBSD is Very slow to load some sites Hello All, Freebsd seems to take a long time (up to ten minutes) to load some web sites. When i use Linux or Windows it

Re: Dump/Tape block question

2005-07-25 Thread Glenn Dawson
At 05:20 AM 7/25/2005, FreeBSD Questions wrote: Sorry if this is a repeat. I posted this on the 21st and never saw it show up in the mailing list, so I'm assuming nobody ever received it. I have a question about dump and tape blocks. When I do backups, dump tells me it uses a certain number

change mediaopt of NIC to full-duplex

2005-07-25 Thread Gavin McDougall
Hi there, I need to set my network cards (Intel Pro 1000) to full-duplex. I tried using ifconfig with the mediaopt option which worked, but only temporarily. I then downloaded mii-tool 'cos it wasn't in the ports collection but it just gives me critical errors when I try to compile it. Is

Re: (no subject)

2005-07-25 Thread Gary W. Swearingen
Bölcskei Zoltán [EMAIL PROTECTED] writes: Hi!I don't have an internet connection at home so i wanna know if therenbsp;are any places where i can download packages/distfiles with dependencies recursively/together [e.g.: a tarred file or s.g. like that which includes the package and all of

Re: Update 5.3 Release to 5.4

2005-07-25 Thread Louis LeBlanc
On 07/25/05 11:53 AM, Aguiar Magalhaes sat at the `puter and typed: Hi list, I´m using FreeBSD 5.3 - Release in servers (Postfix, Apache, pf, squid, etc) I´d like to update for 5.4, but I don´t know how to do. Is it safe ? Worked for me. It should be safe. So long as you follow the

Re: change mediaopt of NIC to full-duplex

2005-07-25 Thread Gerry Freymann
On Mon, 25 Jul 2005 17:08:13 +0200 Gavin McDougall [EMAIL PROTECTED] wrote: I need to set my network cards (Intel Pro 1000) to full-duplex. I tried using ifconfig with the mediaopt option which worked, but only temporarily. Temporarily? because you restarted your system? Add the mediaopt

Re: change mediaopt of NIC to full-duplex

2005-07-25 Thread Tobias Fendin
Gavin McDougall wrote: Hi there, I need to set my network cards (Intel Pro 1000) to full-duplex. I tried using ifconfig with the mediaopt option which worked, but only temporarily. I then downloaded mii-tool 'cos it wasn't in the ports collection but it just gives me critical errors when I

Re: change mediaopt of NIC to full-duplex

2005-07-25 Thread Vinicius Pavanelli Vianna
The nic returns to half duplex with those bright kernel messages? i got this when there was some kind of arp conflict on the ip, and from cables, somehow my isp cisco switch defaults to half duplex all the time, so when disconnect and connect the cable it returns to half =/ Gavin McDougall

Re: change mediaopt of NIC to full-duplex

2005-07-25 Thread Chuck Swiger
Vinicius Pavanelli Vianna wrote: The nic returns to half duplex with those bright kernel messages? i got this when there was some kind of arp conflict on the ip, and from cables, somehow my isp cisco switch defaults to half duplex all the time, so when disconnect and connect the cable it

Ripping cd's with mp3c

2005-07-25 Thread Marshall
mp3c doesn't seem to rip or encode songs from the cd. It does see the cd, it lists the songs on it, but just creates an empty file of every song with a .mp3 extension that won't play. I've configured the .mp3crc config file, which must contain an error somewhere. Any ideas? Thanks. # WSPse's

Re: FreeBSD is Very slow to load some sites

2005-07-25 Thread Chuck Swiger
Galdes, Andrew (ERHS) wrote: The website is www.anz.com.au. I suspect the security of the site is the problem but cannot be sure. Another thread on this list [kde-freebsd] Konqueror very slow displaying some sites puts it down to DNS. Any ideas? DNS response time is fine. However, it takes

question nmbd query_name_response

2005-07-25 Thread jstarng
After installing samba from port i've been getting these messages on my terminal. How do i resolve this conflict? I'm using two NIC's and both work properly as far as folder sharing Jul 25 09:56:26 FreeBSD5-4 nmbd[496]: query_name_response: Multiple (2) responses received for a query on subnet

Re: gcc34 build error on Freebsd 5.1

2005-07-25 Thread Kris Kennaway
On Mon, Jul 25, 2005 at 09:37:02AM -0500, Darryl Hoar wrote: Greetings, I have 5.1 running on my machine. I installed cvsup and upgraded my ports with it. I then went into /usr/ports/databases/firebird-client and did a make install. Of course it installed several other dependencies when

Laptop mode for FreeBSD

2005-07-25 Thread Richard Lupton
Hello, I have an old NEC Versa LX laptop with a very noisy disk. Mostly from the point of view of making it quieter, rather than saving power, I would like to let the disk spin down in the same way as laptop_mode does for linux. I can set the standby time and power saving options for the disk

Problem report rejected

2005-07-25 Thread jackqq
I sent a problem report using send-pr this evening. Later tonight I was notified by my local MAILER-DAEMON, telling me the message I sent (actually, my host) was rejected, excerpted as follows: ** ** THIS IS A WARNING MESSAGE ONLY **

Re: Problem report rejected

2005-07-25 Thread Kris Kennaway
On Tue, Jul 26, 2005 at 12:52:19AM +0800, jackqq wrote: I sent a problem report using send-pr this evening. Later tonight I was notified by my local MAILER-DAEMON, telling me the message I sent (actually, my host) was rejected, excerpted as follows:

PF with Freebsd5.4 and Altq with freebsd4.11

2005-07-25 Thread Tiago Sousa
Hello to all I am trying to install the diffserv model in my testbed. I have computers with freebsd4.11 and kame + altq kernel options and computers with freebsd 5.4 + kame + altq and pf kernel options. The first doubt that I have is: My border routers are those with the freebsd5.4 +

burncd - verify burn

2005-07-25 Thread Brian Henning
Greetings: I would like to know a process to verify that I my cd burner has burned an ISO file correctly with burncd. I know I can take some precautions like checking the md5sum of the iso during a transfer from the Internet. I also read on the Internet that burncd does puts some extra padding at

Re: X system

2005-07-25 Thread Lowell Gilbert
zick-1 [EMAIL PROTECTED] writes: Hello. Help to adjust the monitor and videocard in graphic interface X. At me FreeBSD 5.4.I used xorgcfg -textmode but thus made changes it is impossible to start X. It writes: Withing for X server to shut down xauth: creating new autority file

Re: Problem report rejected

2005-07-25 Thread Gary W. Swearingen
jackqq [EMAIL PROTECTED] writes: 450 Client host rejected: cannot find your hostname, [60.26.7.157] [EMAIL PROTECTED]... Deferred: 450 Client host rejected: cannot find your hostname, [60.26.7.157] ... I'm an ADSL subscriber, and I have dynamic IP addresses, and my ISP I am too, and saw as

Crypto Accelerators?

2005-07-25 Thread Danny Howard
Hello, Does anyone have suggestions as to preferred hardware crypto accelerators? I want to improve performance of our SSL-based web application, and making it easier for the web server to spew encrypted ought to help. :) Based on

Re: How to create mtree files?

2005-07-25 Thread Lowell Gilbert
[EMAIL PROTECTED] writes: I would like to use the mtree utility to confirm no changes have occurred to system files since 'make installworld', similar to that possible with 'mtree -f /cdrom/5.4-RELEASE/base/base.mtree' on a release installation. This would also give the added advantage of

5.x, 3ware 7506-8, twe4, raid5

2005-07-25 Thread Sean Hafeez
I am looking at getting a 3ware 7506-8 for a FreeBSD 5.4 box. I have looked at the hardware support, finding the twe4 driver. How would people rate this card under FreeBSD? I am currently using an Adaptec ATA-100 RAID 2400A which only support 4 drives. I would like to run an 8 drive RAID5

Re: burncd - verify burn

2005-07-25 Thread Gary W. Swearingen
Brian Henning [EMAIL PROTECTED] writes: I would like to know a process to verify that I my cd burner has burned an ISO file correctly with burncd. I know I can take some precautions like checking the md5sum of the iso during a transfer from the Internet. I also read on the Internet that

Re: burncd - verify burn

2005-07-25 Thread Glenn Dawson
At 10:38 AM 7/25/2005, Gary W. Swearingen wrote: Brian Henning [EMAIL PROTECTED] writes: I would like to know a process to verify that I my cd burner has burned an ISO file correctly with burncd. I know I can take some precautions like checking the md5sum of the iso during a transfer from

Re: FreeBSD is Very slow to load some sites

2005-07-25 Thread cpghost
On Mon, Jul 25, 2005 at 08:27:37AM +0930, Galdes, Andrew (ERHS) wrote: Freebsd seems to take a long time (up to ten minutes) to load some web sites. When i use Linux or Windows it seems to load at normal speed. I have installed Freebsd (same version) on another computer and it has the same

Re: question FreeBSD

2005-07-25 Thread cpghost
On Mon, Jul 25, 2005 at 10:17:50AM +0600, zick-1 wrote: Hello. I cannot install the application from a collection of ports. The mistake is given out Error code 1 1. Which application did you try to install? 2. Please give more lines (say, 20 to 30 or so) before the Error code 1 line,

filesystem creation problem during the installation process.

2005-07-25 Thread Jesus Romero
Hi, I have the following issue: Once I've chosen in the sysinstall main menu: 1- Standart Installation 2- ad0 as selected drive. 3- I've deleted the current partitions there and created a new one for Freebsd using Use Entire Disk. But I have to click S to define this slice as ACTIVE partition

pppOe 1000baseTX config

2005-07-25 Thread Lane
Hi, I've recently switched from a Netgear router to use pppOe for my public internet ip on FreeBSD 5.4. My machine has two nics: bge0 and re0, both of which support 1000baseTX configurations, however neither of the two seem to be able to connect when I configure them in /etc/rc.conf. Here's

RE: gcc34 build error on Freebsd 5.1

2005-07-25 Thread Darryl Hoar
I had thought that at first, but felt is was the windows copout to install a brand new version instead of figuring out the error message. I want to install (not upgrade) a new version on my 5.1 box. Couldn't find pointers for installing (not upgrading) from an existing freebsd box. Also, is

Re: Download ports from another machine

2005-07-25 Thread Emil Khatib
On 24 Jul 2005 12:46:08 -0400, Lowell Gilbert [EMAIL PROTECTED] wrote: Don't top-post, please. Emil Khatib [EMAIL PROTECTED] writes: Well, I just had an idea, as make fetch-recursive-list is unusable in windows (unless I make a script or program to read it or I download manually each

Re: PANIC on 6.0-BETA-1

2005-07-25 Thread [EMAIL PROTECTED]
Did as advised and reached to full booting system, which complained that no dump devices were found, even when I had specified one in rc.conf. Mergemaster grunts cannot cd to /usr/src/etc and install files to temproot, when booting in single mode and trying to update the files. cap_mkdb quits

Install 5.4-Release question

2005-07-25 Thread Darryl Hoar
I have 5.1-release on a box. I want to install 5.4-release (don't want to upgrade). Do I still have to download the .flp and .krn images to floppy, or can I start an ftp install from the running 5.1 box ? thanks, Darryl ___

Re: cannot install ntop under freeBSD 5.5

2005-07-25 Thread PK
hi I did what you suggested. I've deinstalled rrdtool completely, tried install ntop but now I get following horrible errors: xmldumpPlugin.c:36:2: warning: #warning xmldumpPlugin.c:37:2: warning: #warning === xmldumpPlugin.c:38:2:

Re: Install 5.4-Release question

2005-07-25 Thread Jonathan Glaschke
Hello, On Mon, Jul 25, 2005 at 02:11:21PM -0500, Darryl Hoar wrote: I have 5.1-release on a box. I want to install 5.4-release (don't want to upgrade). Do I still have to download the .flp and .krn images to floppy, or can I start an ftp install from the running 5.1 box ? thanks, Darryl

Re: pppOe 1000baseTX config

2005-07-25 Thread Tobias Fendin
Lane wrote: Notice that bge0 media is 10baseT/UTP and re0 is 100baseTX What kind of network cables are you using? UTP stands for unshielded twisted pair, which doesn't work so well with higher bandwidths. I think 1000baseTX requiers CAT6 cables. -Tobias

Re: pppOe 1000baseTX config

2005-07-25 Thread Lane
On Monday 25 July 2005 15:11, Tobias Fendin wrote: Lane wrote: Notice that bge0 media is 10baseT/UTP and re0 is 100baseTX What kind of network cables are you using? UTP stands for unshielded twisted pair, which doesn't work so well with higher bandwidths. I think 1000baseTX requiers CAT6

Re: pppOe 1000baseTX config

2005-07-25 Thread Chris Haulmark
On Mon, 2005-07-25 at 15:30 -0500, Lane wrote: On Monday 25 July 2005 15:11, Tobias Fendin wrote: Lane wrote: Notice that bge0 media is 10baseT/UTP and re0 is 100baseTX What kind of network cables are you using? UTP stands for unshielded twisted pair, which doesn't work so well with

RE: pppOe 1000baseTX config

2005-07-25 Thread John Brooks
I've recently switched from a Netgear router to use pppOe for my public internet ip on FreeBSD 5.4. My machine has two nics: bge0 and re0, both of which support 1000baseTX configurations, however neither of the two seem to be able to connect when I configure them in /etc/rc.conf.

Re: gcc34 build error on Freebsd 5.1

2005-07-25 Thread Kris Kennaway
On Mon, Jul 25, 2005 at 01:38:08PM -0500, Darryl Hoar wrote: I had thought that at first, but felt is was the windows copout to install a brand new version instead of figuring out the error message. While it is surely possible to figure out the problem and solve it, this may involve some

Re: Download ports from another machine

2005-07-25 Thread Kris Kennaway
On Mon, Jul 25, 2005 at 09:00:45PM +0200, Emil Khatib wrote: On 24 Jul 2005 12:46:08 -0400, Lowell Gilbert [EMAIL PROTECTED] wrote: Don't top-post, please. Emil Khatib [EMAIL PROTECTED] writes: Well, I just had an idea, as make fetch-recursive-list is unusable in windows (unless

Re: [kde-freebsd] KPovModeler port problem: why no OpenGL?

2005-07-25 Thread Andrew Predoehl
On Mon, 25 Jul 2005 18:30:54 +0200 Michael Nottebrock [EMAIL PROTECTED] wrote: On Saturday, 23. July 2005 02:56, Andrew Predoehl wrote: I found a problem when I recompiled the graphics/kdegraphics3 port; the build and install were OK, but now when I run KPovModeler, it tells me, No OpenGL

Re: pppOe 1000baseTX config

2005-07-25 Thread Lane
On Monday 25 July 2005 15:38, John Brooks wrote: I've recently switched from a Netgear router to use pppOe for my public internet ip on FreeBSD 5.4. My machine has two nics: bge0 and re0, both of which support 1000baseTX configurations, however neither of the two seem to be able to

Re: pppOe 1000baseTX config

2005-07-25 Thread albi
On Mon, Jul 25, 2005 at 03:24:44PM -0500, Chris Haulmark wrote: On Mon, 2005-07-25 at 15:30 -0500, Lane wrote: I think 1000baseTX requiers CAT6 cables. Cat5e supports gigabit speeds. a few days ago i bought a crosslink cat 5e cable saying shielded RJ45 10-100MBPS, (and it would not do 1

Re: Problem report rejected

2005-07-25 Thread Danny Pansters
On Monday 25 July 2005 19:22, Gary W. Swearingen wrote: jackqq [EMAIL PROTECTED] writes: 450 Client host rejected: cannot find your hostname, [60.26.7.157] [EMAIL PROTECTED]... Deferred: 450 Client host rejected: cannot find your hostname, [60.26.7.157] ... I'm an ADSL subscriber, and

Dell Powervault 120T / ADIC FastStor DLT D116

2005-07-25 Thread Brian A. Seklecki
I just connected a Dell Powervault 120T to an Adaptec AHA-2944 HVD (High Voltage Differential) controller and the resulting dmesg indicates what is probed by my RELENG_5_3 kernel: ahc0: Adaptec 2944 Ultra SCSI adapter port 0xe400-0xe4ff mem 0xe9001000-0xe9001fff irq 5 at device 11.0 on pci0

oscommerce issue

2005-07-25 Thread steve lasiter
I've fought with this for a couple of day and now it's time to ask. I'm running FreeBSD 5.4 with Apache 1.3, MySQL5.0.2, PHP5.0.3_2 and a fresh install of OScommerce. First Question: During my first attempt to access the /oscommerce/catalog/admin directory I got the register_globals turned off

ssh over a very bad http proxy

2005-07-25 Thread Lei Sun
Hi I spent almost entire week, customizing my freebsd server at home, and now, I would like to access it from my work place. But it doesn't seems to be possible without making http tunnels through an authenticated proxy server. I tried to use http-tunnel, it doesn't support the authenticated

ssh over a very bad http proxy :(

2005-07-25 Thread Lei Sun
Hi I spent almost entire week, customizing my freebsd server at home, and I would like to access it from my work place. But it doesn't seems to be possible without making http tunnels through an authenticated proxy server. I tried to use http-tunnel, it doesn't support the authenticated

Re: pppOe 1000baseTX config

2005-07-25 Thread Tobias Fendin
albi wrote: On Mon, Jul 25, 2005 at 03:24:44PM -0500, Chris Haulmark wrote: On Mon, 2005-07-25 at 15:30 -0500, Lane wrote: I think 1000baseTX requiers CAT6 cables. Cat5e supports gigabit speeds. a few days ago i bought a crosslink cat 5e cable saying shielded RJ45 10-100MBPS, (and it

Re: ssh over a very bad http proxy :(

2005-07-25 Thread estover
Hi I spent almost entire week, customizing my freebsd server at home, and I would like to access it from my work place. But it doesn't seems to be possible without making http tunnels through an authenticated proxy server. I tried to use http-tunnel, it doesn't support the authenticated

Re: making dvd from videos. (- hey you're lucky!)

2005-07-25 Thread dgmm
On Sunday 24 July 2005 04:47, nawcom wrote: heres a script for converting your classic codec based avi file to a VOB file for burning onto a DVD. i didnt test the program out, but i did check to make sure it's freebsd compatible. and luckly all of the needed programs are in

Re: bsdlabel and moving to a bigger drive

2005-07-25 Thread Alex Zbyslaw
Omar Thameen wrote: I had sysinstall create all the filesystems on /mnt so I could do the dump/restore. Because there was no / partition (it was /mnt on the new drive), sysinstall did not create an ad2s1a partition. The / partition on the new drive is thus ad2s1d. This is easy, if a

CARP Load-Balancing? (Or, HTTP peer load balancing?)

2005-07-25 Thread Danny Howard
Hello, I am looking at building a tiered web application (web layer, DB layer) and am wondering about configuring automatic failover for the web layer. If possible, I'd like to avoid having to implement a third firewall / balancing tier, but if I must, I shall do that ... I am looking at CARP.

Re: cannot install ntop under freeBSD 5.5

2005-07-25 Thread Glenn Dawson
At 12:17 PM 7/25/2005, PK wrote: hi I did what you suggested. I've deinstalled rrdtool completely, tried install ntop but now I get following horrible errors: xmldumpPlugin.c:36:2: warning: #warning xmldumpPlugin.c:37:2: warning: #warning

Re: How to create mtree files?

2005-07-25 Thread freebsd-questions
[EMAIL PROTECTED] writes: I would like to use the mtree utility to confirm no changes have occurred to system files since 'make installworld', similar to that possible with 'mtree -f /cdrom/5.4-RELEASE/base/base.mtree' on a release installation. This would also give the added advantage

Re: burncd - verify burn

2005-07-25 Thread Gary W. Swearingen
Glenn Dawson [EMAIL PROTECTED] writes: did you use bs=2048 when dd'ing from /dev/acd0? Sure did. And didn't read too many blocks. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: FreeBSD is Very slow to load some sites

2005-07-25 Thread Joshua Tinnin
On Mon 25 Jul 05 11:58, cpghost [EMAIL PROTECTED] wrote: On Mon, Jul 25, 2005 at 08:27:37AM +0930, Galdes, Andrew (ERHS) wrote: Freebsd seems to take a long time (up to ten minutes) to load some web sites. When i use Linux or Windows it seems to load at normal speed. I have installed

Re: 5.x, 3ware 7506-8, twe4, raid5

2005-07-25 Thread Mike Tancsa
On Mon, 25 Jul 2005 10:29:46 -0700, in sentex.lists.freebsd.questions you wrote: I am looking at getting a 3ware 7506-8 for a FreeBSD 5.4 box. I have looked at the hardware support, finding the twe4 driver. How would people rate this card under FreeBSD? I am currently using an Adaptec

Re: PANIC on 6.0-BETA-1[SOLVED]

2005-07-25 Thread [EMAIL PROTECTED]
Hi! I managed to recover and am running 7-CURRENT now. The morale of the story is 1.disable fancy drivers and scripts for binary compatibilites before proceeding 2. Prepare a backup 3. READ UPDATING 4. use unload all when building and after rebooting with the new kernel. Use GENERIC at first,

RE: undelete in FreeBSD?

2005-07-25 Thread Xu Qiang
Glenn Sieb wrote: Nelis Lamprecht said the following on 7/21/2005 5:13 AM: There isn't a way to restore unless you have a backup. However, most of the binary files in /usr/local/bin are from packages/ports you have installed on your system. So you may be able to get away with using

status: no carrier with WEB enabled

2005-07-25 Thread Iain Dooley
hello, i am running FreeBSD 4.10 using an Orinoco wifi pccard NIC, using a minitar wireless bridge in AP mode. I am able to login to the AP using a web browser to configure it from another machine on my network (wired). When WEP is disabled on the AP, my card can associate fine and I am able

RE: undelete in FreeBSD?

2005-07-25 Thread Glenn Dawson
At 07:51 PM 7/25/2005, Xu Qiang wrote: I am just wondering the only shortcoming of Unix clone, such as FreeBSD, in contrast to M$ Windows, is the lack of a cyclin bin, from which you can restore anything you have mis-deleted before. Or, am I mis-informed on this issue? If you're really

Re: undelete in FreeBSD?

2005-07-25 Thread casey
Glenn Dawson wrote: At 07:51 PM 7/25/2005, Xu Qiang wrote: I am just wondering the only shortcoming of Unix clone, such as FreeBSD, in contrast to M$ Windows, is the lack of a cyclin bin, from which you can restore anything you have mis-deleted before. Or, am I mis-informed on this issue?

Re: undelete in FreeBSD?

2005-07-25 Thread Ross Kendall Axe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Glenn Dawson wrote: At 07:51 PM 7/25/2005, Xu Qiang wrote: I am just wondering the only shortcoming of Unix clone, such as FreeBSD, in contrast to M$ Windows, is the lack of a cyclin bin, from which you can restore anything you have mis-deleted