Re: Fatal trap 9 on Freebsd 5.3/amd64

2004-12-06 Thread Jorn Argelo
On Mon, 6 Dec 2004 05:27:30 +0800 (CST), T.F. Cheng wrote
 Hi, please help. I just upgraded my CPU/mobo to amd64
 /Asus A8V delux yesterday. Still running the 32-bit
 freebsd5.3 , everything worked except the NIC, I
 thought to myself that probably is because my source 
 is not the latest,  from what I understand, this issue
 has been solved. So with the help from another NIC, I
 upgraded the system by  cvsup. then is make
 buildworld/buildkernel, etc. After the 2nd reboot into
 the default mode, my system hang on booting. I disable
 the ACPI in BIOS and chose 2 when booting,  this
 Fatal trap 9 error   showed up with some messages
 (sorry didn't copy all down), any advice is
 appreciated. thansk!

Yes, I've had that same problem as well (the latter, that is). Where exactly 
does it hang during boot? 

The kernel panic is probably caused by a bug or something. Try disabling ACPI 
_completely_ in your BIOS and then try to boot without ACPI support. Perhaps 
that will work. 

Cheers,

Jorn.

 
 TFC
 
 =
 Best Regards,
 
 Tsu-Fan Cheng
 
 _
 Do You Yahoo!?
 µn°O§K¶Oªº @yahoo.com ¤¤¤å¹q¤l¶l¥ó @ http://chinese.mail.yahoo.com
 Get your free @yahoo.com address at http://chinese.mail.yahoo.com
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: daily security run output messages

2004-12-06 Thread Kjell Midtseter
On Sunday,  5 December 2004 at 11:33:23 -0500, Lowell Gilbert wrote:
 Kjell Midtseter [EMAIL PROTECTED] writes:
 
  List members!
  
  My daily security run output contains lots of kernel log messages like the 
  following:
   Connection attempt to UDP 10.0.0.10:1099 from 217.13.4.21:53
   Connection attempt to UDP 10.0.0.10:3204 from 193.75.75.193:53
  --
  What are the significanse of these messages?
  
  My ipf firewall contains:
  # domain name servers (dns)
  pass in quick on rl0 proto udp from 217.13.4.21/32 to any port = 53 keep 
  state
  --
  Should I make any changes to my firewall settings?
 
 Looks like a NAT problem; is your 10.0.0.10 address supposed to be
 visible to the ISP's DNS server?

The ISP's DNS server should not be able to see my 10.0.0.10 address.
I am talking to my ISP through a Cisco 677i modem. The modem IP is 10.0.0.1
NATing can not be turned off (?) in the modem.
My R4.10 firewall talks to the modem using IP 10.0.0.10 and the firewall is 
doing NAT also.
My internal network is in the 192.168.1.nn range.

Regards from Kjell
 
 -- 
 Lowell Gilbert, embedded/networking software engineer, Boston area
   http://be-well.ilk.org/~lowell/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Resize /usr partition without resinstall

2004-12-06 Thread Malcolm Kay
On Mon, 6 Dec 2004 02:38 am, Trey Sizemore wrote:
 I've got an 80GB drive partitioned as follows:

 salamander# df -h
 Filesystem SizeUsed   Avail Capacity  Mounted on
 /dev/ad0s1a496M 35M421M 8%/
 devfs  1.0K1.0K  0B   100%/dev
 /dev/ad0s1g 64G262M 58G 0%/home
 /dev/ad0s1d496M 54K456M 0%/tmp
 /dev/ad0s1e3.9G3.0G559M85%/usr
 /dev/ad0s1f4.8G114M4.3G 2%/var


This does not show how the drive or even the slice is partitioned
It only shows what is in the partitions.

How it is partitioned is shown by disklabel or bsdlabel.

 Is it possible to get more space for /usr by either allocating space
 from /home or by providing a symlink to a partition on home?

Worthwhile suggestions for re-configuring need disklabel output.
But you can easily move some parts some parts (trees) of /usr elswhere
and symlink back to the normal position in /usr. In particular the 
/usr/ports and /usr/src trees come to mind 

Or of course you can rebuild any configuration you want in a virgin system
and then restore from your backup ;)

Malcolm

 Thanks.

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


300Gb hard drive formatting to 249Gb - boo.

2004-12-06 Thread Alex Teslik
Hello,

   I have recently installed a new 300Gb Maxtor hard disk:

[root]/home/alex# dmesg -a | grep ^ad1
ad1: 286188MB Maxtor 6B300R0 [581463/16/63] at ata0-slave UDMA100

This disk has a single partition on it and is formatted in compatibility mode:

[root]/home/alex# disklabel ad1
# /dev/ad1c:
type: ESDI
disk: ad1s1
label:
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 36482
sectors/unit: 586099332
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0   # milliseconds
track-to-track seek: 0  # milliseconds
drivedata: 0

8 partitions:
#size   offsetfstype   [fsize bsize bps/cpg]
  c: 5860993320unused0 0# (Cyl.0 - 36482*)
  e: 58609933204.2BSD 1024  819222  # (Cyl.0 - 36482*)

now, I understand that a Gigabyte to the Maxtor corporation is 300,000,000,000
bytes. So, I would expect this disk to format to 279Gb based on the following
math:

[alex]/home/alex# bc
bc 1.06
Copyright 1991-1994, 1997, 1998, 2000 Free Software Foundation, Inc.
This is free software with ABSOLUTELY NO WARRANTY.
For details type `warranty'.

(((3000 / 1024) /1024) /1024)
279

However, when I mount the drive it is formatted to 271Gb, 8Gb less than what I
expected. This wouldn't be so bad except that the available space on the drive
is only 249Gb. :(
Is this right? I feel like I am missing something. Can someone help me
understand this better? I would love to regain the 30Gb I feel I am missing if
possible.

[root]/home/alex# mount /dev/ad1s1e /1

[root]/home/alex# df -h
FilesystemSize   Used  Avail Capacity  Mounted on
/dev/da0s1a97M62M27M70%/
/dev/da0s1e   7.7G   6.2G   938M87%/usr
/dev/ad0s1e72G66G   817M99%/home
procfs4.0K   4.0K 0B   100%/proc
/dev/ad1s1e   271G   1.0K   249G 0%/1

[root]/home/alex# df
Filesystem  1K-blocks Used Avail Capacity  Mounted on
/dev/da0s1a 9918363614 2763570%/
/dev/da0s1e   8084746  647706296090587%/usr
/dev/ad0s1e  75744027 6884789983660699%/home
procfs  44 0   100%/proc
/dev/ad1s1e 2840466281 261322897 0%/1

I formatted this drive using the automatic settings in
/stand/sysinstall-Index-Partitions.

Thanks,
Alex


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 300Gb hard drive formatting to 249Gb - boo.

2004-12-06 Thread Jan Grant
On Mon, 6 Dec 2004, Alex Teslik wrote:

 [root]/home/alex# df -h
 FilesystemSize   Used  Avail Capacity  Mounted on
 /dev/ad1s1e   271G   1.0K   249G 0%/1

This is an FAQ: see
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#DISK-MORE-THAN-FULL

and the -m option of tunefs(8):
http://www.freebsd.org/cgi/man.cgi?query=tunefssektion=8

Summary: the filesystem needs elbow room to operate under typical 
load; this 8% space is reserved. (It may be consumed by the root user, 
if required.) Tuning down the reserved percentage is not recommended 
unless you know what you're doing (that is: benchmark your typical 
usage to see if the performance is still within acceptable limits).

-- 
jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/
Tel +44(0)117 9287864 or +44 (0)117 9287088 http://ioctl.org/jan/
You know something's gone badly wrong when your algorithm
takes O(n^2) time but uses O(2^n) space.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 5.2.1 and GeForce FX Go5600 multiple monitors problems

2004-12-06 Thread Marco Trentini
On Fri, Jul 09, 2004 at 11:37:15PM +0200, Marco Trentini wrote:
 
 Hi all, I have some problems with nvidia drivers and FreeBSD
 5.2.1.
 
 My machine is the sony vaio PCG-GRT915M. It ships with GeForce
 FX Go5600.
 
 I've installed the last freebsd nvidia-driver port with
 WITH_NVIDIA_HACKS=yes option. If I use only the LCD monitor
 all works fine (for now). The problems come up when I want to
 use LCD+CRT or LCD+TV both in the TWINVIEW mode off and on. In
 these cases X starts correctly but when I exit from X then my
 machine freezes and I see strange colors on my LCD.
 
 I've noted another matter also. If I start X with Option
 ConnectedMonitor CRT, I can see X on CRT only (the LCD is
 inactive) but when I exit from X the video signal doesn't
 return on my LCD. Anyway the system is still up in this case
 and I can run command (blindly) on the virtual console and
 restart the machine. The same thing happens with TV device.
 
 It is as good as the nvidia-driver doesn't reopen the LCD
 device.
 
 Will anybody help me to solve this problem?

FreeBSD 6.0-CURRENT (early december) and 
nvidia-driver-1.0.6113_2 resolve partially these problems.
Now when I exit from X (both with only CRT/TV and in dual-head 
configuration LCD+CRT) the machine doesn't freeze and the
control is passed correctly to the console.

The only problem now is about the CRT in dual-head
configuration. When I go to X with nvidia driver (in console
mode is all ok) I'm able to see the video signal in both LCD
and CRT monitor but in the last one the signal is jolty,
unsteady. I've tried to play with the frequency and size of
CRT without good result.

Any suggestions?

-- 
Marco Trentini[EMAIL PROTECTED]
http://www.remotelab.org/

Release Date: 18 December 2003
X Protocol Version 11, Revision 0, Release 6.7
Build Operating System: FreeBSD 6.0 i386 [ELF] 
Current Operating System: FreeBSD vaio.lab 6.0-CURRENT FreeBSD 6.0-CURRENT #0: 
Wed Dec  1 00:03:38 CET 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/VAIO 
i386
Build Date: 19 October 2004
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Mon Dec  6 11:42:14 2004
(==) Using config file: /etc/X11/xorg.conf
(**) Option defaultserverlayout Mark-0
(**) ServerLayout Mark-0
(**) |--Screen Screen2 (0)
(**) |   |--Monitor CRT
(**) |   |--Device NvidiaGo
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(**) Option XkbCompat basic+pc+iso9995
(**) XKB: compat: basic+pc+iso9995
(**) Option XkbTypes default
(**) XKB: types: default
(**) Option XkbKeycodes xfree86
(**) XKB: keycodes: xfree86
(**) Option XkbGeometry pc(pc102)
(**) XKB: geometry: pc(pc102)
(**) Option XkbSymbols en_US(pc102)+it
(**) XKB: symbols: en_US(pc102)+it
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to 
/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/cyrillic/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/bitstream-vera/
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(**) ModulePath set to /usr/X11R6/lib/modules
(**) Option BlankTime 5
(**) Option StandbyTime 10
(**) Option SuspendTime 15
(**) Option OffTime 20
(**) Option Xinerama off
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.7
X.Org XInput driver : 0.4
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(II) Loader running on freebsd
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=X.Org Foundation
compiled for 6.7.0, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=X.Org Foundation
compiled for 6.7.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1039,0648 card 104d,814e rev 03 class 06,00,00 hdr 80
(II) PCI: 00:01:0: chip 1039,0002 card , rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1039,0008 card , rev 14 class 06,01,00 hdr 80
(II) PCI: 00:02:1: chip 1039,0016 card , rev 00 class 0c,05,00 hdr 00
(II) PCI: 00:02:5: chip 1039,5513 card 104d,814e rev 00 

Re: 300Gb hard drive formatting to 249Gb - boo.

2004-12-06 Thread Malcolm Kay
On Mon, 6 Dec 2004 08:33 pm, Alex Teslik wrote:
 Hello,

I have recently installed a new 300Gb Maxtor hard disk:

 [root]/home/alex# dmesg -a | grep ^ad1
 ad1: 286188MB Maxtor 6B300R0 [581463/16/63] at ata0-slave UDMA100

 This disk has a single partition on it and is formatted in compatibility
 mode:

 [root]/home/alex# disklabel ad1
 # /dev/ad1c:
 type: ESDI
 disk: ad1s1
 label:
 flags:
 bytes/sector: 512
 sectors/track: 63
 tracks/cylinder: 255
 sectors/cylinder: 16065
 cylinders: 36482
 sectors/unit: 586099332
 rpm: 3600
 interleave: 1
 trackskew: 0
 cylinderskew: 0
 headswitch: 0   # milliseconds
 track-to-track seek: 0  # milliseconds
 drivedata: 0

 8 partitions:
 #size   offsetfstype   [fsize bsize bps/cpg]
   c: 5860993320unused0 0# (Cyl.0 - 36482*)
   e: 58609933204.2BSD 1024  819222  # (Cyl.0 - 36482*)


You'll notice that this (partition e) also calculates out to 279Gb (base 1024)

 now, I understand that a Gigabyte to the Maxtor corporation is
 300,000,000,000 bytes. So, I would expect this disk to format to 279Gb
 based on the following math:

 [alex]/home/alex# bc
 bc 1.06
 Copyright 1991-1994, 1997, 1998, 2000 Free Software Foundation, Inc.
 This is free software with ABSOLUTELY NO WARRANTY.
 For details type `warranty'.

 (((3000 / 1024) /1024) /1024)
 279

 However, when I mount the drive it is formatted to 271Gb, 8Gb less than
 what I expected. This wouldn't be so bad except that the available space on
 the drive is only 249Gb. :(
 Is this right? I feel like I am missing something. Can someone help me
 understand this better? I would love to regain the 30Gb I feel I am missing
 if possible.

 [root]/home/alex# mount /dev/ad1s1e /1

 [root]/home/alex# df -h
 FilesystemSize   Used  Avail Capacity  Mounted on
 /dev/da0s1a97M62M27M70%/
 /dev/da0s1e   7.7G   6.2G   938M87%/usr
 /dev/ad0s1e72G66G   817M99%/home
 procfs4.0K   4.0K 0B   100%/proc
 /dev/ad1s1e   271G   1.0K   249G 0%/1

This (271Gb) is the formated capacity that left is after the file system 
overheads have been allocated. The amount used will depend in part on the 
number 
of inodes made available during creation of the fs. 

The 249Gb excludes a minumum free space required for efficient (speedy)
disk operation. Part of the reserve may sometimes actually be used by privileged
processes with the Capacity figure exceeding 100%. The reserve as a percentage 
of the total is setable -- see tunefs(8).

Malcolm

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Uninstalling FreeBSD

2004-12-06 Thread Danny Browne
Im in a rush to get this done, but i dont really know how.

My laptop dual boots winXP and FreeBSD.

However i now need to install Red Hat for a project im doing in college. so i 
want to get rid of my BSD installation to free up some space. and im in a major 
rush. i dont really have the time to spend on figuring it out and the BSD 
manual hasn't helped. 

Can i just wipe my BSD installation by formatting the partiton with 
partition-magic in windows?

what effect does the BSD boot manager have on my xp installation? has it 
deleted my xp boot loader? if how do rectify this?

Danny Browne

_
Sign up for eircom broadband now and get a free two month trial.*
Phone 1850 73 00 73 or visit http://home.eircom.net/broadbandoffer


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Uninstalling FreeBSD

2004-12-06 Thread Konrad Heuer

On Mon, 6 Dec 2004, Danny Browne wrote:

 Im in a rush to get this done, but i dont really know how.

 My laptop dual boots winXP and FreeBSD.

 However i now need to install Red Hat for a project im doing in college.
 so i want to get rid of my BSD installation to free up some space. and
 im in a major rush. i dont really have the time to spend on figuring it
 out and the BSD manual hasn't helped.

 Can i just wipe my BSD installation by formatting the partiton with
 partition-magic in windows?

I'm no expert in installing Dead Rat Linux :-), but I guess you will be
able to simply delete the FreeBSD slice and to reallocate the disk space
for a linux partition during the installation process.

 what effect does the BSD boot manager have on my xp installation? has it
 deleted my xp boot loader? if how do rectify this?

The FreeBSD boot manager will stay in place as long as you install lilo
into the Linux root partition. You may still use it to choose between
booting XP or Linux. If you don't want it, install lilo into the master
boot record.

You XP boot loader code has neither been hurt by FreeBSD nor will it be
hurt by Linux.

Regards

Konrad Heuer
GWDG, Am Fassberg, 37077 Goettingen, Germany, [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: php4-cli or mod_php4

2004-12-06 Thread Olaf Greve
Hi,

   i want to install apache+php+mysql. If i install mod_php i cannot
 install php4-extension (mysql, etc ...). If i try to install php4-cli
 and extensions apache doesn't know how to handle .php files  . What's
the
 they to go to make apache work with mysql and php ? fBSD is 5.3.

Well, up until fBSD 5.2.1 when installing PHP4 and Apache 1.3 using
sysinstall, matters would all automatically be swell. Then, the other
day I installed fBSD 5.3 on a client's machine, then I did the same
trick by installing Apache 1.3, PHP4 + extensions and I tested the
combination. A simple 'hello world' script worked a charm, but then I
put the actual application on the machine, and all sorts of things would
not work!

It seems that as of fBSD 5.3, the version that is installed when using
sysinstall has a lot less compile options enabled than it used to do
previously, one of which being the MySQL support. Here's what I did to
solve the issue:
1) Install Apache 1.3, PHP4 (MOD + CLI), PHP4 extensions.
2) Make sure this combination can successfully execute a simple 'hello
world' example.
3) Figure out PHP's compilation options (this can be done e.g. using
PHPinfo).
4) If possible, compare these options to those of a system on which
everything works as it should (I was lucky enough to be able to do so,
but perhaps you do not have access to such a system). No write down the
compilation options that you're missing in your installation (e.g.
something like --enable-mysql, etc.).
5) Go to the proper ports directory, which I think (if memory serves me
right here) is something like /ports/lang/php4. Check the Makefile
structure, in the beginning of that file you can see PHP's compilation
options.
6) Add the missing options to this file. Perform a 'make remove' (to
first uninstall PHP4), then perform a 'make all' followed by a 'make
install' (I think these were the steps).
7) Restart apache using 'apachectl restart' and check the compilation
options again. If you did this process correctly, PHP should work fine
now.

Note: enabling PHP4 from the Apache httpd.conf file is not that
difficult. If your 'hello world' example fails to run, and you can't
figure out which configuration options to set in Apache's httpd.conf
file, and/or in PHP's php.ini file, please let me know. I've done this
several times now, so I can probably help you out with it...

Cheerz!
Olafo

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: firefox port fails to build.

2004-12-06 Thread Dev Tugnait
Cvsup your ports to Firefox 1.0.3,1

* Adam Fabian ([EMAIL PROTECTED]) wrote:
 I tried checking the automatic builds at pointyhat for an error,
 Googling for the error message, and checking the bug reports, but I
 didn't turn up much on this.  I'm trying to upgrade Firefox on FreeBSD
 5.3 to the latest version from the ports.  The build of the port fails
 with this error:
 
 gmake[2]: Entering directory
 `/usr/ports/www/firefox/work/mozilla/config/mkdepen
 d'
 cppsetup.c
 cc -o host_cppsetup.o -c -O -pipe   -DXP_UNIX -O
 -DINCLUDEDIR=\/usr/include\ -
 DOBJSUFFIX=\.o\ -DPREINCDIR=\include\
 -I../../dist/include/mkdepend -I../.
 ./dist/include -I/usr/ports/www/firefox/work/mozilla/dist/include/nspr
 -I/usr/l
 ocal/include -I/usr/local/include
 -I/usr/ports/www/firefox/work/mozilla/dist/in
 clude/nspr  cppsetup.c
 In file included from cppsetup.c:29:
 def.h:30:21: X11/Xos.h: No such file or directory
 def.h:31:28: X11/Xfuncproto.h: No such file or directory
 gmake[2]: *** [host_cppsetup.o] Error 1
 gmake[2]: Leaving directory
 `/usr/ports/www/firefox/work/mozilla/config/mkdepend
 '
 gmake[1]: *** [export] Error 2
 gmake[1]: Leaving directory
 `/usr/ports/www/firefox/work/mozilla/config'
 gmake: *** [default] Error 2
 *** Error code 2
 
 Stop in /usr/ports/www/firefox.
 
 portupgrade comes up with this:
 
 ** Listing the failed packages (*:skipped / !:failed)
 ! www/firefox (firefox-0.9.3_1) (X libraries missing)
 
 I don't know if it's xorg related, but here are the xorg ports
 installed on my system:
 
 xorg-clients-6.7.0_4
 xorg-documents-6.7.0
 xorg-fonts-100dpi-6.7.0
 xorg-fonts-75dpi-6.7.0
 xorg-fonts-cyrillic-6.7.0
 xorg-fonts-encodings-6.7.0
 xorg-fonts-miscbitmaps-6.7.0
 xorg-fonts-truetype-6.7.0
 xorg-fonts-type1-6.7.0
 xorg-fontserver-6.7.0
 xorg-libraries-6.7.0_2
 xorg-manpages-6.7.0
 xorg-nestserver-6.7.0
 xorg-printserver-6.7.0
 xorg-server-6.7.0_9
 xorg-vfbserver-6.7.0
 
 Anyone know what my problem might be? 
 
 Thanks.
 -- 
 Adam Fabian ([EMAIL PROTECTED])
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
+--==/\/\==--+   (__)  FreeBSD  
  
|   [EMAIL PROTECTED] |\\\'',)  The   
 
|Kernel  ESCAFLOWNE  |  \/  \ ^Power
  
| Web http://unixdaemon.org  |  .\._/_)To   
  
+--==\/\/==--+ Serve 

[ We've switched the bath sponge with a tribble. ] 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cdparanoia and atapicam question

2004-12-06 Thread Dev Tugnait
What is the output from cdparanoia -vsQ
If you are trying to rip them to your harddis and cant figurecdparanoia use a 
frontend to it like grip.

* Robert Dormer ([EMAIL PROTECTED]) wrote:
 Hello all,
 
 I'm trying to get some CDs of mine onto the hard drive, using
 cdparanoia.  All of the relevant ATAPICAM options are in the kernel. 
 However, when I fire it up, it just sits there and does nothing. 
 Nothing meaning no recording, no timing out, nothing.  It won't even
 respond to kill -9.  I've also tried camcontrol with the test unit
 ready option, same response.  Anyone know what's going on or what I'm
 missing?
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
+--==/\/\==--+   (__)  FreeBSD  
  
|   [EMAIL PROTECTED] |\\\'',)  The   
 
|Kernel  ESCAFLOWNE  |  \/  \ ^Power
  
| Web http://unixdaemon.org  |  .\._/_)To   
  
+--==\/\/==--+ Serve 

[ We've switched the bath sponge with a tribble. ] 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Sua mensagem não pode ser entregue

2004-12-06 Thread iGMailer
ESTE EMAIL É AUTOMÁTICO.
POR FAVOR, NÃO ENVIE UMA REPOSTA, POIS ELA NÃO SERÁ RECEBIDA.

Não foi possível entregar a sua mensagem.
O destinatário não recebeu a sua mensagem. Veja a seguir a descrição do
motivo.


[EMAIL PROTECTED]:
maildrop: maildir over quota.

--- Below this line is a copy of the message.

Return-Path: [EMAIL PROTECTED]
Received: (qmail 14338 invoked from network); 6 Dec 2004 14:23:26 -
Received: from unknown ([10.20.1.100])
  (envelope-sender )
  by 200.226.132.47 (qmail-ldap-1.03) with QMQP
  for ; 6 Dec 2004 14:23:26 -
Delivered-To: CLUSTERHOST emailsig-2.ig.com.br [EMAIL PROTECTED]
Received: (qmail 8463 invoked from network); 6 Dec 2004 14:23:33 -
Received: from mailserver-p.ig.com.br ([200.226.132.66])
  (envelope-sender [EMAIL PROTECTED])
  by emailsig-2.ig.com.br (qmail-ldap-1.03) with SMTP
  for [EMAIL PROTECTED]; 6 Dec 2004 14:23:33 -
Received: (qmail 30176 invoked by uid 1088); 6 Dec 2004 14:23:32 -
Delivered-To: [EMAIL PROTECTED]
Received: (qmail 30174 invoked from network); 6 Dec 2004 14:23:32 -
Received: from unknown ([10.20.1.100])
  by mailserver-p.ig.com.br (qmail-ldap-1.03) with QMQP; 6 Dec 2004 
14:23:32 -
Delivered-To: CLUSTERHOST emailsig-2.ig.com.br [EMAIL PROTECTED]
Received: (qmail 8454 invoked from network); 6 Dec 2004 14:23:33 -
Received: from unknown (HELO fw-dolly.argo.com.br) ([200.242.35.146])
  (envelope-sender [EMAIL PROTECTED])
  by emailsig-2.ig.com.br (qmail-ldap-1.03) with SMTP
  for [EMAIL PROTECTED]; 6 Dec 2004 14:23:33 -
Received: from musicalcards.com.br ([192.168.0.16])
by fw-dolly.argo.com.br (8.12.11/8.12.11) with SMTP id iB6Fl5jB006267
for [EMAIL PROTECTED]; Mon, 6 Dec 2004 11:47:05 -0400
Message-Id: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: pescaria por kilo
Date: Mon, 6 Dec 2004 10:24:21 +0800
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary=53734440

--53734440
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Proposta de emprego!!

--53734440
Content-Type: application/x-zip-compressed; name=???.zip
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename=???.zip


--53734440--

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Issues with version numbering and some ports

2004-12-06 Thread Lowell Gilbert
Trey Sizemore [EMAIL PROTECTED] writes:

 On Sun, 2004-12-05 at 11:44 -0500, Lowell Gilbert wrote:
  Trey Sizemore [EMAIL PROTECTED] writes:
  
   Let me rephrase this previously posted question with a more desriptive
   subject, I'm trying to get the CVS version of sylpheed-claws installed
   on this 5.3 box (so if you've done it successfully, I'd *love* your
   feedback).  However, I'm getting a lot of errors:
  
  This is why we have the ports collection...
 
 Yes, but here is a case where the application I want, specifically
 sylpheed-claws-gtk2 is *not available* in ports.

The ports should still provide some valuable clues; they're not magic,
after all, just an encapsulation of the kind of experience with the
program that you were hoping someone would post with.  It's for a
slightly earlier version, admittedly, but the mail/sylpheed-gtk2 port
is pretty short and doesn't involve any unusual magic.  The only thing
that jumps out at me is that it calls out libtool 1.5...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: plugger, mplayer and full screen mode

2004-12-06 Thread Dev Tugnait
Right Click and hit fullscreen

* Kevin Smith ([EMAIL PROTECTED]) wrote:
 I have plugger-5.1.2  (in mozilla) working with mplayer-0.99.5_2  on 
 5.3-Release - all software is compiled from the ports.. 
 
 For the most part is seems to working beautifully, however, for the live 
 of me, I can't seem to get the fullscreen mode f working when mplayer 
 is called to play a movie stream in a window inside the browser. 
 
 I recall this working with mplayer-plugin before.
 
 Can anyone help ?
 
 Thanks,
 Kevin
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
+--==/\/\==--+   (__)  FreeBSD  
  
|   [EMAIL PROTECTED] |\\\'',)  The   
 
|Kernel  ESCAFLOWNE  |  \/  \ ^Power
  
| Web http://unixdaemon.org  |  .\._/_)To   
  
+--==\/\/==--+ Serve 

[ We've switched the bath sponge with a tribble. ] 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: php4-cli or mod_php4

2004-12-06 Thread Toomas Aas
Olaf Greve wrote:
It seems that as of fBSD 5.3, the version that is installed when using
sysinstall has a lot less compile options enabled than it used to do
previously, one of which being the MySQL support. Here's what I did to
solve the issue:
1) Install Apache 1.3, PHP4 (MOD + CLI), PHP4 extensions.
2) Make sure this combination can successfully execute a simple 'hello
world' example.
3) Figure out PHP's compilation options (this can be done e.g. using
PHPinfo).
... etc.
Well, that's certainly one way, but it's not The Way ;-)
Correct solution would be to install mod_php4 first and then install all 
the necessary extensions via separate ports. For instance, to get MySQL 
support in PHP you would install /usr/ports/databases/php4-mysql.

This way of installing extensions via ports was introduced when PHP 
4.3.8 came out (and was mentioned in /usr/ports/UPDATING).
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


[no subject]

2004-12-06 Thread Alan Curtis
While following the instructions in /usr/ports/UPDATING to upgrade 
mpeg4ip (dated 2004111), I got the following error.

Error: shared library avcodec.0 does not exist
*** Error code 1
Alan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: php4-cli or mod_php4

2004-12-06 Thread Olaf Greve
Hi,

 Correct solution would be to install mod_php4 first and then 
 install all the necessary extensions via separate ports. For instance,
to 
 get MySQL support in PHP you would install
/usr/ports/databases/php4-mysql.
 
 This way of installing extensions via ports was introduced when PHP 
 4.3.8 came out (and was mentioned in /usr/ports/UPDATING).

I C.
I wonder why they did this...
Oh well, never mind. It's good to know at least that there's no need to
fully recompile everything the way I did it (live and learn).
A quick question: did you happen to try this with GD2 as well? I want to
install the latest version 2.0.28 (IIRC) and I haven't yet gotten around
to doing so. I was wondering if GD2 can also be added flawlessly like
this, or whether GD2 does require a recompilation.

Anyway, if you don't know off-hand, it matters not. In that case I shall
simply RTFM for the proper installation procedure...

Cheers!
Olafo

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Error updating mpeg4ip

2004-12-06 Thread Alan Curtis
While following the instructions in /usr/ports/UPDATING to upgrade 
mpeg4ip (dated 2004111), I got the following error.

Error: shared library avcodec.0 does not exist
*** Error code 1
Alan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


failing disk on vinum raid1?

2004-12-06 Thread martin hudec
Hello,


today I ran into some problems with my disk..

This is relevant info from /var/log/messages:

Dec  6 16:11:53 office syslogd: kernel boot file is /boot/kernel/kernel
Dec  6 16:11:53 office kernel: 
Dec  6 16:11:53 office kernel: 
Dec  6 16:11:53 office kernel: Fatal trap 12: page fault while in kernel mode
Dec  6 16:11:53 office kernel: fault virtual address= 0x3c
Dec  6 16:11:53 office kernel: fault code   = supervisor read, page 
not present
Dec  6 16:11:53 office kernel: instruction pointer  = 0x8:0xc04a85dc
Dec  6 16:11:53 office kernel: stack pointer= 0x10:0xddd998a4
Dec  6 16:11:53 office kernel: frame pointer= 0x10:0xddd99974
Dec  6 16:11:53 office kernel: code segment = base 0x0, limit 
0xf, type 0x1b
Dec  6 16:11:53 office kernel: = DPL 0, pres 1, def32 1, gran 1
Dec  6 16:11:53 office kernel: processor eflags = interrupt enabled, resume, 
IOPL = 0
Dec  6 16:11:53 office kernel: current process  = 50456 (ssh)
Dec  6 16:11:53 office kernel: trap number  = 12
Dec  6 16:11:53 office kernel: panic: page fault
Dec  6 16:11:53 office kernel: 
Dec  6 16:11:53 office kernel: syncing disks, buffers remaining... 3841 3841 
panic: free locked buf
Dec  6 16:11:53 office kernel: Uptime: 12d7h26m16s
Dec  6 16:11:53 office kernel: 3841 3841 3841 3841 3841 3841 3841 3841 3841 
3841 3841 3841 ad0: WARNING - WRITE_DMA interrupt was seen but ti
meout fired LBA=8388799
Dec  6 16:11:53 office kernel: 3841 3841 3841 3841 3841 3841 ad0: WARNING - 
WRITE_DMA interrupt was seen but timeout fired LBA=8388799
Dec  6 16:11:53 office kernel: 
Dec  6 16:11:53 office kernel: giving up on 2108 buffers
Dec  6 16:11:53 office kernel: Uptime: 12d7h26m32s
Dec  6 16:11:53 office kernel: ad0: WARNING - WRITE_DMA interrupt was seen but 
taskqueue stalled LBA=8388799
Dec  6 16:11:53 office kernel: ad1: WARNING - WRITE_DMA interrupt was seen but 
timeout fired LBA=109142664
Dec  6 16:11:53 office kernel: ad1: WARNING - WRITE_DMA interrupt was seen but 
timeout fired LBA=109142664
Dec  6 16:11:53 office kernel: ad1: WARNING - WRITE_DMA interrupt was seen but 
taskqueue stalled LBA=109142664
Dec  6 16:11:53 office kernel: Shutting down ACPI
Dec  6 16:11:53 office kernel: stray irq9
Dec  6 16:11:53 office kernel: Automatic reboot in 15 seconds - press a key on 
the console to abort
Dec  6 16:11:53 office kernel: Rebooting...


System is 5.2.1-RELEASE-p11, with vinum raid1 configured as:

drive drive1 device /dev/ad1s1d
drive drive2 device /dev/ad2s1d
 volume datamain setupstate
  plex org concat
sd length 58500m drive drive1
  plex org concat
sd length 58500m drive drive2

ad0 is 30G WD Caviar disk (WD300BB) at ata0-master (UDMA100),
ad1 is 120G WD Caviar disk (WD1200JB) at ata0-slave (UDMA100) and
ad2 is 60G Maxtor disk (Maxtor 6Y060L0) at ata1-master (UDMA100).

Controller is Intel ICH2 UDMA100.

Does this mean that one of my disks is failing (ad1)?


Cheers,

Martin


-- 
martin hudec


   * 421 907 303 393
   * [EMAIL PROTECTED]
   * http://www.aeternal.net

Nothing travels faster than the speed of light with the possible 
exception of bad news, which obeys its own special laws.

   Douglas Adams, The Hitchhiker's Guide to the Galaxy


pgpJwYjWILBaT.pgp
Description: PGP signature


Shutdown my pc

2004-12-06 Thread Guillaume R.
Hi all!
I've got a little problem on my new pc:I can't shutdown it correctly that
is to say: i ran shutdown -h now (in root of course) it comes to shutdown
and then I've got a blackscreen with some snow on it (soon christmas???)
and to really shutdown the pc I've got to use the power button (which is
not good at all :/)
The worst:I have not  my virtuals consoles (any of it) when X is running
I ran a freebsd 5.3 with a GeForce FX5650 I use the driver from X.org (nv)
coz the nvidia driver makes my pc reboot
If anyone could help will be great :)


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/backups-floppybackups.html

2004-12-06 Thread Gabrio - Team Perfecto
hello

basically i am trying to use something like 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/backups-floppybackups.html
 - for splitting a bigger archive, (using the -M option) just that i want to 
compress something i have already on the server so that i can create several 
smaller archives that can stay on the server...i was trying this script 
http://www.informatik-vollmer.de/software/split-tar which looks good but 
apparently does not work with BSD's tar.

do you have any suggestions? thanks

-
Gabrio Linari
Team Perfecto
Web Administrator / Project Coordinator
Icq #132516819
MSN: [EMAIL PROTECTED]
E-mail: [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Unprivileged user can write to mbr

2004-12-06 Thread Ruben de Groot

Hi, 

I'm having trouble rationalizing the behaviour described below. Is this
a security-issue (bug) or a feature?
(this is 5-STABLE, oct 26, 2004)

- An unprivileged user 'bztest' with read-only access to /dev/ar0:

%id
uid=1004(bztest) gid=1004(test) groups=1004(test), 5(operator)
%ls -l /dev/ar0
crw-r-  1 root  operator4,  21 Nov 23 17:34 /dev/ar0

- Now, the device ar0 has the standard mbr installed:

%cmp /dev/ar0 /boot/mbr
/dev/ar0 /boot/mbr differ: char 447, line 1

- The boot0cfg program does not have any setuid bits:

%ls -l /usr/sbin/boot0cfg
-r-xr-xr-x  1 root  wheel  7940 Oct 26 22:47 /usr/sbin/boot0cfg

- The test user now uses boot0cfg to install the boot0 bootblock:

%boot0cfg -B -b /boot/boot0 /dev/ar0
%cmp /dev/ar0 /boot/mbr
/dev/ar0 /boot/mbr differ: char 13, line 1
%cmp /dev/ar0 /boot/boot0
/dev/ar0 /boot/boot0 differ: char 447, line 5

Can somebody explain this?


thanks,
Ruben de Groot



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


SSL Certificate generation for vsftpd on FreeBSD 5.3

2004-12-06 Thread Ryan J. Cavicchioni
How can I generate a .pem certificate to use for SSL/TLS with vsftpd.
This is all that I could find:
puppy# cd /usr/share/ssl/certs
puppy# make vsftpd.pem
umask 77 ; \
PEM1=`/bin/mktemp /tmp/openssl.XX` ; \
PEM2=`/bin/mktemp /tmp/openssl.XX` ; \
/usr/bin/openssl req -newkey rsa:1024 -keyout $PEM1 -nodes -x509 -days 
365 -out $PEM2 ; \
cat $PEM1  vsftpd.pem ; \
echo   vsftpd.pem ; \
cat $PEM2  vsftpd.pem ; \
rm -f $PEM1 $PEM2
Generating a 1024 bit RSA private key

Is there a better way to do this? /usr/share/ssl/certs does not exist 
and make vsftpd.pem does not work.

Thanks.
- Ryan

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.289 / Virus Database: 265.4.6 - Release Date: 12/5/2004
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SSL Certificate generation for vsftpd on FreeBSD 5.3

2004-12-06 Thread Ryan J. Cavicchioni
Also ... What ports does FTPS need open?
Ryan J. Cavicchioni wrote:
How can I generate a .pem certificate to use for SSL/TLS with vsftpd.
This is all that I could find:
puppy# cd /usr/share/ssl/certs
puppy# make vsftpd.pem
umask 77 ; \
PEM1=`/bin/mktemp /tmp/openssl.XX` ; \
PEM2=`/bin/mktemp /tmp/openssl.XX` ; \
/usr/bin/openssl req -newkey rsa:1024 -keyout $PEM1 -nodes -x509 -days 
365 -out $PEM2 ; \
cat $PEM1  vsftpd.pem ; \
echo   vsftpd.pem ; \
cat $PEM2  vsftpd.pem ; \
rm -f $PEM1 $PEM2
Generating a 1024 bit RSA private key

Is there a better way to do this? /usr/share/ssl/certs does not exist 
and make vsftpd.pem does not work.

Thanks.
- Ryan


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.289 / Virus Database: 265.4.6 - Release Date: 12/5/2004
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: drive bootable check?

2004-12-06 Thread Lowell Gilbert
Noah [EMAIL PROTECTED] writes:

 FreeBSD-4.9
 
 1)  I have a second backup drive in my sevrer that I am currently rsync'ing
 every 24 hours.  I like the fact that there is a little bit of a stagger
 between the drives.  is there a better option then rsync'ing?

That depends on your goals in this backup.  If fast recovery from a
drive loss is your only criterion, RAID would be better, but swapping
it into a completely different machine might be harder.  And neither
one protects you from losing the whole machine, of course.

 2) How can I verify if this drive is bootable?  If I loose the main
 drive - I want to just swap the backup in and boot from it.  any
 clues here?

Nothing you can check live will be nearly as certain as trying it.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


net.inet.ip ?

2004-12-06 Thread Frank Bonnet
Hi
Anyone knows where all net.inet.ip options are described ?
I wonder about net.inet.ip.fastforwarding
Thank a lot.
--
Cordialement/Regards
Frank Bonnet
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


vpnc and vnc question

2004-12-06 Thread Tom Connolly
Hello list,
I am trying to connect to my work desktop (Windows 2003 Server) using
vnc on my FreeBSD 5.3 box.  I have been able to connect to the vpn using
vpnc but it seems that my freebsd box is still using my local network
for name resolution because I can't get to my work computer.  I'm trying
to use the machine name but it can't resolve that name.  Any ideas?  I'm
very new to this technology.
 
Thanks,
 
Tom
 
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Fixed my WRITE_DMA problems by removing vinum

2004-12-06 Thread Kirk Strauser
I recently became one of the growing number of users seeing
WRITE_DMA-related panics on a regular basis any time I loaded down my
system.  I'd tried the workaround of running my main 120GB drive in PIO4
mode, but it was unbearably slow and the system crawled during large
transfers.

I'd been installing FreeBSD on vinum concat volumes for several years for
the flexibility in allocating storage (want to grow /usr?  Just tack another
plex to the end and growfs it).  However, I'd noticed that my storage
requirements had pretty well stabilized over the last couple of years, and
I decided to remove my vinum setup in favor of traditional partitions.

When I did that, my WRITE_DMA problems disappeared completely under all
circumstances that I've been able to test.  I have been totally unable to
panic my system (or get any kind of DMA warnings) since the migration.

I'm not ready to completely blame vinum for destabilizing my ATA system - I
wouldn't testify in court that I didn't inadvertently change any seemingly
minor but actually important setting - but the circumstantial evidence seems
pretty strong for me.
-- 
Kirk Strauser


pgpw2DcLez865.pgp
Description: PGP signature


Re: Disk problems - hard error reading fsbn NNNNNNNN (Bullet dodged)

2004-12-06 Thread Matt Navarre
Matt Navarre wrote:
After a power outage last night I rebooted my computer and  fsck 
complained of the following :

ad1s2e: hard error reading fsbn 5103776  (ad1s2 bn 5103776; cn 317 tn 
177 sn 20) status=59 error=40

Then goes on for a while giving the same error on blocks 5103776 - 
5103807, except for block 5103777 which has error=01.

Does this mean the disk is failing, or can I just reformat? And what's 
the best way to recover any recoverable data from that slice? 
Unfortunately I don't have a recent backup, since my tape drive joined 
the choir invisible a while ago and I haven't had a chance to replace it.
I seem to have recovered all the data from the failing disk, just for 
posterity here's what worked for me.

First you need two things: A new hard disk and a FreeSBIE CD. Install 
the new harddisk and boot from the FreeSBIE cd. Then you need to make a 
filesystem on the new disk (see the Handbook for the Magic Spells, 
there's no /stand/sysinstall on the FreeSBIE cd). Mount the new disk. If 
your damaged drive has data on other slices that don't have errors mount 
them and recover the data. I used  cd /mnt/ufs.2; find ./ -xdev -print0 
| cpio -pa0V /mnt/ufs.1/gooddata.

Now, on to the damaged sectors, how to recover the data? dd stops when 
it hits bad blocks, so we can't use that to copy the slice. same with 
dump(8) as far as I can tell. So. Download dd_rescue from
http://www.garlof.de/kurt/linux/ddrescue/

Version 1.10 compiled and worked out of the box. No need to install it, 
just run it from the build folder:

./dd_rescue /dev/ad1s2e /mnt/ufs.1/ad1s2e.img
Wait. a long time. keep in mind that the slice you are writing to needs 
to be big enough to hold an image of the *entire* slice you are copying.

once dd_rescue finishes we're left with a (hopefully) usable image of 
the bad slice. Now we need to use it.

see the handbook entry on Network, Memory and File-Backed File systems:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-virtual.html
Here's the basic quick and dirty:
mdonfig -a -t vnode -f /mnt/ufs.1/ad1s2e.img -u 6 #change 6 to an unused 
/mnt/md#, freesbie mounts it's filesystems on md[0-5] on my cd.
fsck_ffs /dev/md6
mount /dev/md6 /mnt/ufs.3

Now you should be able to get the data off the image and on to a real 
filesystem. You can check your data with ls -lR  ls.out on the image 
and the directory where your now hopefully rescued data is and diffing 
the output. I saw differences in dates on directories, so if that's a 
concern there's probably a better way to move the data than find/cpio.

Now I need to come up with a real backup scheme. This one has proved 
suboptimal.

Matt
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Disk problems - hard error reading fsbn NNNNNNNN (Bullet dodged)

2004-12-06 Thread Lowell Gilbert
Matt Navarre [EMAIL PROTECTED] writes:

 Now, on to the damaged sectors, how to recover the data? dd stops when
 it hits bad blocks, so we can't use that to copy the slice. same with
 dump(8) as far as I can tell. So. Download dd_rescue from
 http://www.garlof.de/kurt/linux/ddrescue/

Just out of interest: how is that different than dd conv=noerror?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Disk problems - hard error reading fsbn NNNNNNNN (Bullet dodged)

2004-12-06 Thread Matt Navarre
Matt Navarre wrote:
Matt Navarre wrote:
After a power outage last night I rebooted my computer and  fsck 
complained of the following :

ad1s2e: hard error reading fsbn 5103776  (ad1s2 bn 5103776; cn 317 tn 
177 sn 20) status=59 error=40

Then goes on for a while giving the same error on blocks 5103776 - 
5103807, except for block 5103777 which has error=01.

Does this mean the disk is failing, or can I just reformat? And 
what's the best way to recover any recoverable data from that slice? 
Unfortunately I don't have a recent backup, since my tape drive 
joined the choir invisible a while ago and I haven't had a chance to 
replace it.

I seem to have recovered all the data from the failing disk, just for 
posterity here's what worked for me.

First you need two things: A new hard disk and a FreeSBIE CD. Install 
the new harddisk and boot from the FreeSBIE cd. Then you need to make 
a filesystem on the new disk (see the Handbook for the Magic Spells, 
there's no /stand/sysinstall on the FreeSBIE cd). Mount the new disk. 
If your damaged drive has data on other slices that don't have errors 
mount them and recover the data. I used  cd /mnt/ufs.2; find ./ -xdev 
-print0 | cpio -pa0V /mnt/ufs.1/gooddata.

Now, on to the damaged sectors, how to recover the data? dd stops when 
it hits bad blocks, so we can't use that to copy the slice. same with 
dump(8) as far as I can tell. So. Download dd_rescue from
http://www.garlof.de/kurt/linux/ddrescue/

Version 1.10 compiled and worked out of the box. No need to install 
it, just run it from the build folder:

./dd_rescue /dev/ad1s2e /mnt/ufs.1/ad1s2e.img
Wait. a long time. keep in mind that the slice you are writing to 
needs to be big enough to hold an image of the *entire* slice you are 
copying.

once dd_rescue finishes we're left with a (hopefully) usable image of 
the bad slice. Now we need to use it.

see the handbook entry on Network, Memory and File-Backed File systems:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-virtual.html 

Here's the basic quick and dirty:
mdonfig -a -t vnode -f /mnt/ufs.1/ad1s2e.img -u 6 #change 6 to an 
unused /mnt/md#, freesbie mounts it's filesystems on md[0-5] on my cd.
fsck_ffs /dev/md6
mount /dev/md6 /mnt/ufs.3

Now you should be able to get the data off the image and on to a real 
filesystem. You can check your data with ls -lR  ls.out on the image 
and the directory where your now hopefully rescued data is and diffing 
the output. I saw differences in dates on directories, so if that's a 
concern there's probably a better way to move the data than find/cpio.

Now I need to come up with a real backup scheme. This one has 
proved suboptimal.

I forgot: Keep in mind that FreeBSD 5.x defaults to UFS2 and the 
downloadable FreeSBIE isos are 5.x. If your existing system is 4.X you 
won't be able to read the drive unless you give newfs(8) the -O 1 flag.

Matt
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Restoring by filenumber

2004-12-06 Thread Mike Rodgers
I am trying to restore a file, by filenumber, from a dump file. The list of 
options I've attempted is long, but its pretty easy to assume I haven't tried 
the right one yet. If anybody can give me any input on this, or the incantation 
that will make it happen, I would appreciate it.

Mike Rodgers
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make buildworld failing

2004-12-06 Thread luke
On Sun, 5 Dec 2004 17:09:18 -0800, Vonleigh Simmons
[EMAIL PROTECTED] wrote:
While trying to update to 5.3 stable, buildworld errors out on me. I'm
 running FreeBSD 5.2.1-RELEASE-p11. Following is part of the output, if
 you need more output please let me know. No luck looking up the errors
 in google, so your help is appreciated.

try rm'ing your source tree and re-cvsup'ing
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: net.inet.ip ?

2004-12-06 Thread Lowell Gilbert
Frank Bonnet [EMAIL PROTECTED] writes:

 Anyone knows where all net.inet.ip options are described ?

All of them?  Nowhere.  Some of them are only useful for developers.

 I wonder about net.inet.ip.fastforwarding

man 4 inet
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


make index broken?

2004-12-06 Thread Kevin A. Pieckiel
I'm running 5.3 on i386 (built from sources DL'ed via CVS on
2 Dec 2004) and a ports tree (complete) that was downloaded via
CVS on 2 Dec 2004.  My src tree is pulling from the RELENG_5
tag and my ports tree is pulling from HEAD.  As of a fresh CVS
of ports today (6 Dec 2004), I still cannot issue a 'make index'
while in /usr/ports.  What am I doing wrong?  I keep getting the
following error message (which I also got while running 5.2.1
before upgrading to 5.3):

Generating INDEX-5 - please wait..Makefile, line 34: warning: String 
comparison operator should be either == or !=
Makefile, line 34: Malformed conditional (defined(PHP_VERS)  ${PHP_VERS}  
420)
Makefile, line 34: Need an operator
Makefile, line 36: if-less endif
Makefile, line 36: Need an operator
make: fatal errors encountered -- cannot continue
=== databases/pear-DB_DataObject failed
*** Error code 1
1 error


Before reporting this error, verify that you are running a supported
version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you
have a complete and up-to-date ports collection.  (INDEX builds are
not supported with partial or out-of-date ports collections -- in
particular, if you are using cvsup, you must cvsup the ports-all
collection, and have no refuse files.)  If that is the case, then
report the failure to [EMAIL PROTECTED] together with relevant
details of your ports configuration (including FreeBSD version,
your architecture, your environment, and your /etc/make.conf
settings, especially compiler flags and WITH/WITHOUT settings).

Note: the latest pre-generated version of INDEX may be fetched
automatically with make fetchindex.


*** Error code 1

Stop in /usr/ports.
*** Error code 1

Stop in /usr/ports.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


question on portupgrade and FreeBSD branches

2004-12-06 Thread rain cip
Hello,
 
I am new to the FreeBSD ports collection system and am having some difficulty 
understanding how the ports collection works with the FreeBSD branches.  After 
having perused the ports collection doc on the FreeBSD website, I got the 
impression that it is the FreeBSD branch tag that determines which versions of 
the packages or ports will be installed/upgraded.  But this is somehow 
confusing to me when I need to upgrade a port.  Here is an example.  I have 
FreeBSD 5.3 installed via CD so it appears to me that the branch tag used by 
my installation is 5.3-RELEASE.  I installed a bunch of packages from the CD, 
then updated the ports collection using the CVSup.  Now, if I use portupgrade 
to upgrade a package, on which branch will it look for the new ports?  
 
One example is KDE.  I had version 3.3.0 installed via the ports collection but 
now there is a new 3.3.1 version out there, which appears to be on the 5.3 
STABLE branch.  But can I simply use the portupgrade on my 5.3-RELEASE to 
upgrade KDE to the 3.3.1 port? 
 
rain
 


-
Do you Yahoo!?
 All your favorites on one personal page – Try My Yahoo!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: question on portupgrade and FreeBSD branches

2004-12-06 Thread Erik Trulsson
On Mon, Dec 06, 2004 at 11:09:04AM -0800, rain cip wrote:
 Hello,
  
 I am new to the FreeBSD ports collection system and am having some
 difficulty understanding how the ports collection works with the
 FreeBSD branches.  After having perused the ports collection doc on
 the FreeBSD website, I got the impression that it is the FreeBSD
 branch tag that determines which versions of the packages or ports
 will be installed/upgraded.  But this is somehow confusing to me when
 I need to upgrade a port.  Here is an example.  I have FreeBSD 5.3
 installed via CD so it appears to me that the branch tag used by my
 installation is 5.3-RELEASE.  I installed a bunch of packages from
 the CD, then updated the ports collection using the CVSup.  Now, if I
 use portupgrade to upgrade a package, on which branch will it look
 for the new ports?
  
 One example is KDE.  I had version 3.3.0 installed via the ports
 collection but now there is a new 3.3.1 version out there, which
 appears to be on the 5.3 STABLE branch.  But can I simply use the
 portupgrade on my 5.3-RELEASE to upgrade KDE to the 3.3.1 port?

The ports tree is not branched, so the same ports are used for all
FreeBSD versions.


Packages are slightly different, since the resulting binaries will
be different when compiled on FreeBSD 5.x vs 4.x (new compiler, updated
libraries, etc.)
I don't use packages myself, and I don't use portupgrade at all, so I
don't know exactly what it will do in your case, but I suspect it will
do the right thing and work fine. 



-- 
Insert your favourite quote here.
Erik Trulsson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Shutdown my pc

2004-12-06 Thread Donald J. O'Neill
On Monday 06 December 2004 09:52 am, Guillaume R. wrote:
 Hi all!
 I've got a little problem on my new pc:I can't shutdown it
 correctly that is to say: i ran shutdown -h now (in root of
 course) it comes to shutdown and then I've got a blackscreen with
 some snow on it (soon christmas???) and to really shutdown the pc
 I've got to use the power button (which is not good at all :/)
 The worst:I have not  my virtuals consoles (any of it) when X is
 running I ran a freebsd 5.3 with a GeForce FX5650 I use the
 driver from X.org (nv) coz the nvidia driver makes my pc reboot
 If anyone could help will be great :)


shutdown -h just halts the computer, and you will have to use the 
power button to turn off the computer.

try shutdown -p, that should be what you're looking for.

Don

-- 
Donald J. O'Neill
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


sendmail smtp-auth

2004-12-06 Thread tethys ocean
Hi,

Sendmail8.11 and sasl run on FreeBSD 5.2.1 RELEASE server so I wonder  smtp
auth has got or not.


after telnet localhost 25 the result can be shown in below

ehlo localhost
250-www.stockimage.co.kr Hello localhost.stockimage.co.kr [127.0.0.1],
pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-DELIVERBY
250 HELP

Indeed f  it has got smtp auth result must be below?

 
ehlo server
250-sizinev
250-PIPELINING
250-SIZE 1024
250-VRFY
250-ETRN
250-AUTH GSSAPI PLAIN LOGIN DIGEST-MD5 CRAM-MD5
250-AUTH=GSSAPI PLAIN LOGIN DIGEST-MD5 CRAM-MD5
250 8BITMIME



250-AUTH GSSAPI PLAIN LOGIN DIGEST-MD5 CRAM-MD5
250-AUTH=GSSAPI PLAIN LOGIN DIGEST-MD5 CRAM-MD5

our user s usng  ADSL Cable an/or dial-up Dial-up connection
if their connection differ from out connection (outside of our network)
thet can get mail but coulndt send mail since mail server  reject
their IP and in log
(may be forged) 


Before me other admin enter their IP in access and add  RELAY bu it is
not exact solution.

are there any commend?


I searched in Google I get this result if our server has got smtp auth 

in the result of  telnet localhost 25 and ehlo server   must be in
below? isnt it?!?!?

 [EMAIL PROTECTED] telnet localhost smtp
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 testterm.ryuchi.org ESMTP Sendmail 8.11.0/8.11.0; Wed, 9 Aug 2000
16:33:03 +0900 (JST)
EHLO localhost
250-momiji.ryuchi.org Hello localhost [127.0.0.1], pleased to meet you
250-ENHANCEDSTATUSCODES
250-8BITMIME
250-SIZE
250-DSN
250-ONEX
250-ETRN
250-XUSR
250-AUTH CRAM-MD5
250 HELP
QUIT
221 2.0.0 testterm.ryuchi.org closing connection
Connection closed by foreign host.
[EMAIL PROTECTED]


r.p.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: arplookup

2004-12-06 Thread Dmitry Ivanov
On Sunday 05 December 2004 23:39, Tim wrote:
 Greets,
 I get a bunch of the following messages in my logs and on my
 console screen:
 kernel: arplookup 192.168.1.1 failed: host is not on local network

I've posted the same question to netbsd-users recently. Start tcpdump 
-i your_external_if -n arp and you will see crazy ARP queries like 
this:

17:31:45.776665 arp who-has 192.168.7.81 tell 62.85.88.1
17:31:45.779798 arp who-has 192.168.7.62 tell 62.85.88.1
17:31:45.780804 arp who-has 159.148.92.163 tell 62.85.88.1
17:31:46.855691 arp who-has 192.168.7.104 tell 62.85.88.1
17:31:46.858823 arp who-has 192.168.7.60 tell 62.85.88.1
17:31:46.862458 arp who-has 159.148.92.170 tell 62.85.88.1
17:31:47.914021 arp who-has 192.168.7.227 tell 62.85.88.1

At least two ISPs (at home and at work) use packets like this for 
something security-related. This drives both FreeBSD and NetBSD crazy. 
I believe there should be sysctl for nearly meaningless network 
warnings like this.

-- 
...python is just now at 2.4? perl is 3.4 better!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Error updating mpeg4ip

2004-12-06 Thread Kris Kennaway
On Mon, Dec 06, 2004 at 10:24:28AM -0500, Alan Curtis wrote:
 While following the instructions in /usr/ports/UPDATING to upgrade 
 mpeg4ip (dated 2004111), I got the following error.
 
 Error: shared library avcodec.0 does not exist
 *** Error code 1

That usually means you forgot to first update the ports upon which
mpeg4ip depends.  Use e.g. portupgrade to do this.

Kris


pgpRzlF3Duns7.pgp
Description: PGP signature


Dell Precision Workstation 470n

2004-12-06 Thread Ray Seals
We have purchased 15 of these with a single 73Gig SATA drive.  Has
anyone gotten 5.3 to run on a Dell SATA single drive?  They are
currently scheduled to have the Red Death installed but I want to snatch
them from the clutches of almost evil if possible.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Upgrade problems

2004-12-06 Thread Marta Resende
Does anyone here had recently updated succecefully to -stable ??
Cause i'm trying for 5 days now, and i cant...
All the update process runs well, except the boot, that runs normally to:
Mounting NFS file systems:.
after these, it blocks, ctrl-c and ctrl-t doesnt work, i have to force 
halt...

no one with these same problem ??
It's impossible, i've updated 6 times 
_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: freebsd-questions Digest, Vol 82, Issue 3

2004-12-06 Thread Lloyd Hayes
Simply install Red Hat (or Fedora). The loader gives you the option of 
removing the various partitions, and assigning where you want Red Hat 
installed. It will also install the Grub Boot Manager if you allow it to.

Lloyd Hayes
Email: [EMAIL PROTECTED]
URL: http://TalkingStaff.bravehost.com 
E-FAX Number: (208) 248-6590
Web Journal: http://lloyd_hayes.bravejournal.com/


[EMAIL PROTECTED] wrote:
Send freebsd-questions mailing list submissions to
[EMAIL PROTECTED]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than Re: Contents of freebsd-questions digest...
Today's Topics:
  1. Uninstalling FreeBSD (Danny Browne)
  2. Re: Uninstalling FreeBSD (Konrad Heuer)
  3. RE: php4-cli or mod_php4 (Olaf Greve)
  4. Re: firefox port fails to build. (Dev Tugnait)
  5. Re: cdparanoia and atapicam question (Dev Tugnait)
  6. Sua mensagem n?o pode ser entregue ([EMAIL PROTECTED])
  7. Re: plugger, mplayer and full screen mode (Dev Tugnait)
  8. Re: Issues with  version numbering and some ports (Lowell Gilbert)
  9. Re: php4-cli or mod_php4 (Toomas Aas)
 10.  (Alan Curtis)
 11. RE: php4-cli or mod_php4 (Olaf Greve)
 12. Error updating mpeg4ip (Alan Curtis)
 13. failing disk on vinum raid1? (martin hudec)
 14. Shutdown my pc (Guillaume R.)
 15.
 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/backups-floppybackups.html
 (Gabrio - Team Perfecto)
 16. SSL Certificate generation for vsftpd on FreeBSD 5.3
 (Ryan J. Cavicchioni)
 17. Re: SSL Certificate generation for vsftpd on FreeBSD 5.3
 (Ryan J. Cavicchioni)
 18. Re: drive bootable check? (Lowell Gilbert)
 19. net.inet.ip ? (Frank Bonnet)
 20. vpnc and vnc question (Tom Connolly)
 21. Fixed my WRITE_DMA problems by removing vinum (Kirk Strauser)
 22.Re: Disk problems - hard error reading fsbn  (Bullet
 dodged) (Matt Navarre)
 23.Re: Disk problems - hard error reading fsbn  (Bullet
 dodged) (Lowell Gilbert)
 24.Re: Disk problems - hard error reading fsbn  (Bullet
 dodged) (Matt Navarre)
 25. Restoring by filenumber (Mike Rodgers)
 26. Re: net.inet.ip ? (Lowell Gilbert)
 27. make index broken? (Kevin A. Pieckiel)
 28. question on portupgrade and FreeBSD branches (rain cip)
 29. Re: Shutdown my pc (Donald J. O'Neill)
 30. sendmail smtp-auth (tethys ocean)
 31. Re: arplookup (Dmitry Ivanov)
 32. Re: Error updating mpeg4ip (Kris Kennaway)
 33. Dell Precision Workstation 470n (Ray Seals)
 34. Upgrade problems (Marta Resende)
--
Message: 1
Date: Mon, 6 Dec 2004 12:24:38 +
From: Danny Browne [EMAIL PROTECTED]
Subject: Uninstalling FreeBSD
To: BSD User Group Ireland [EMAIL PROTECTED],   FreeBSD
Mailing List [EMAIL PROTECTED]
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=us-ascii
Im in a rush to get this done, but i dont really know how.
My laptop dual boots winXP and FreeBSD.
However i now need to install Red Hat for a project im doing in college. so i want to get rid of my BSD installation to free up some space. and im in a major rush. i dont really have the time to spend on figuring it out and the BSD manual hasn't helped. 

Can i just wipe my BSD installation by formatting the partiton with 
partition-magic in windows?
what effect does the BSD boot manager have on my xp installation? has it 
deleted my xp boot loader? if how do rectify this?

Danny Browne
_
Sign up for eircom broadband now and get a free two month trial.*
Phone 1850 73 00 73 or visit http://home.eircom.net/broadbandoffer

--
Message: 2
Date: Mon, 6 Dec 2004 13:43:02 +0100 (CET)
From: Konrad Heuer [EMAIL PROTECTED]
Subject: Re: Uninstalling FreeBSD
To: Danny Browne [EMAIL PROTECTED]
Cc: FreeBSD Mailing List [EMAIL PROTECTED]
Message-ID: [EMAIL PROTECTED]
Content-Type: TEXT/PLAIN; charset=US-ASCII
On Mon, 6 Dec 2004, Danny Browne wrote:
 

Im in a rush to get this done, but i dont really know how.
My laptop dual boots winXP and FreeBSD.
However i now need to install Red Hat for a project im doing in college.
so i want to get rid of my BSD installation to free up some space. and
im in a major rush. i dont really have the time to spend on figuring it
out and the BSD manual hasn't helped.
Can i just wipe my BSD installation by formatting the partiton with
partition-magic in windows?
   

I'm no expert in installing Dead Rat Linux :-), but I guess you will be
able to simply delete the FreeBSD slice and to reallocate the disk space
for a linux partition during the installation process.
 

Re: Error updating mpeg4ip

2004-12-06 Thread Alan Curtis
On Dec 6, 2004, at 4:01 PM, Kris Kennaway wrote:
On Mon, Dec 06, 2004 at 10:24:28AM -0500, Alan Curtis wrote:
While following the instructions in /usr/ports/UPDATING to upgrade
mpeg4ip (dated 2004111), I got the following error.
Error: shared library avcodec.0 does not exist
*** Error code 1
That usually means you forgot to first update the ports upon which
mpeg4ip depends.  Use e.g. portupgrade to do this.

I first got error first using portupgrade -a. I think the process in 
/usr/ports/UPDATING handles the dependencies, does it not?

For reference, this is what I did.
  pkg_delete -f /var/db/pkg/mpeg4ip*
  pkg_delete -f /var/db/pkg/faad*
  cd /usr/ports/multimedia/mpeg4ip-libmp4v2  make install clean
  cd /usr/ports/audio/faad  make install clean
  cd /usr/ports/multimedia/mpeg4ip  make install clean
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Error updating mpeg4ip

2004-12-06 Thread Kris Kennaway
On Mon, Dec 06, 2004 at 04:47:40PM -0500, Alan Curtis wrote:
 
 On Dec 6, 2004, at 4:01 PM, Kris Kennaway wrote:
 
 On Mon, Dec 06, 2004 at 10:24:28AM -0500, Alan Curtis wrote:
 While following the instructions in /usr/ports/UPDATING to upgrade
 mpeg4ip (dated 2004111), I got the following error.
 
 Error: shared library avcodec.0 does not exist
 *** Error code 1
 
 That usually means you forgot to first update the ports upon which
 mpeg4ip depends.  Use e.g. portupgrade to do this.
 
 
 
 I first got error first using portupgrade -a. I think the process in 
 /usr/ports/UPDATING handles the dependencies, does it not?
 
 For reference, this is what I did.
 
   pkg_delete -f /var/db/pkg/mpeg4ip*
   pkg_delete -f /var/db/pkg/faad*
   cd /usr/ports/multimedia/mpeg4ip-libmp4v2  make install clean
   cd /usr/ports/audio/faad  make install clean
   cd /usr/ports/multimedia/mpeg4ip  make install clean

No, that doesn't update all the dependencies.

Kris


pgp2K4P4ZxTbM.pgp
Description: PGP signature


Re: Upgrade problems

2004-12-06 Thread Kent Stewart
On Monday 06 December 2004 01:21 pm, Marta Resende wrote:
 Does anyone here had recently updated succecefully to -stable ??

 Cause i'm trying for 5 days now, and i cant...
 All the update process runs well, except the boot, that runs normally
 to:

 Mounting NFS file systems:.

 after these, it blocks, ctrl-c and ctrl-t doesnt work, i have to
 force halt...

 no one with these same problem ??
 It's impossible, i've updated 6 times 


Which stable? 5-stable requires NFSCLIENT and 4-stable requires NFS. Did 
you update your kernel config file before you built your new kernel. 
Upgrades with old config's are bound to cause problems.

I have NFS built into both 4-stable and 5-stable. They boot without any 
problems. I also as a matter of principal don't permit auto mounts of 
nfs systems.

Kent
-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrade problems

2004-12-06 Thread Marta Resende
5-stable,
after i cvsup, i make buidlworld and build a new kernel from GENERIC .
5-stable.
I compile with NFS Client, and all nfs stuff to try :)
doesnt work.
weird
From: Kent Stewart [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
CC: Marta Resende [EMAIL PROTECTED]
Subject: Re: Upgrade problems
Date: Mon, 6 Dec 2004 13:55:07 -0800
On Monday 06 December 2004 01:21 pm, Marta Resende wrote:
 Does anyone here had recently updated succecefully to -stable ??

 Cause i'm trying for 5 days now, and i cant...
 All the update process runs well, except the boot, that runs normally
 to:

 Mounting NFS file systems:.

 after these, it blocks, ctrl-c and ctrl-t doesnt work, i have to
 force halt...

 no one with these same problem ??
 It's impossible, i've updated 6 times 

Which stable? 5-stable requires NFSCLIENT and 4-stable requires NFS. Did
you update your kernel config file before you built your new kernel.
Upgrades with old config's are bound to cause problems.
I have NFS built into both 4-stable and 5-stable. They boot without any
problems. I also as a matter of principal don't permit auto mounts of
nfs systems.
Kent
--
Kent Stewart
Richland, WA
http://users.owt.com/kstewart/index.html
_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrade problems

2004-12-06 Thread Kris Kennaway
On Mon, Dec 06, 2004 at 10:03:50PM +, Marta Resende wrote:
 5-stable,
 after i cvsup, i make buidlworld and build a new kernel from GENERIC .
 
 5-stable.
 I compile with NFS Client, and all nfs stuff to try :)
 doesnt work.
 
 weird

1) Don't top-post.

2) Please show us your kernel configuration and rc.conf files, so we
can check whether you have something misconfigured.

Kris

 
 From: Kent Stewart [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 CC: Marta Resende [EMAIL PROTECTED]
 Subject: Re: Upgrade problems
 Date: Mon, 6 Dec 2004 13:55:07 -0800
 
 On Monday 06 December 2004 01:21 pm, Marta Resende wrote:
  Does anyone here had recently updated succecefully to -stable ??
 
  Cause i'm trying for 5 days now, and i cant...
  All the update process runs well, except the boot, that runs normally
  to:
 
  Mounting NFS file systems:.
 
  after these, it blocks, ctrl-c and ctrl-t doesnt work, i have to
  force halt...
 
  no one with these same problem ??
  It's impossible, i've updated 6 times 
 
 
 Which stable? 5-stable requires NFSCLIENT and 4-stable requires NFS. Did
 you update your kernel config file before you built your new kernel.
 Upgrades with old config's are bound to cause problems.
 
 I have NFS built into both 4-stable and 5-stable. They boot without any
 problems. I also as a matter of principal don't permit auto mounts of
 nfs systems.
 
 Kent
 --
 Kent Stewart
 Richland, WA
 
 http://users.owt.com/kstewart/index.html
 
 _
 Express yourself instantly with MSN Messenger! Download today it's FREE! 
 http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 


pgpJbM3tyzVsd.pgp
Description: PGP signature


5.3: cant install openoffice 1.1 from ports

2004-12-06 Thread Simon Burke
I've recently done a fresh install of 5.3, i updated ports using cvsup
to install gnome2.8, which im using know, great.

Problem is that it wont allow me to compile openoffice properly, i
cant give an error message as  its about 7hrs in i  get the message
and i've since made clean.

Does anyone know if it is broken? or how i can get an openoffice
release installed, as 1.0 is apparentlyu broken according to ports and
1.1 wont compile sucessfully.

-- 
Theres no place like ::1

Thanks,
SimonB
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrade problems

2004-12-06 Thread Marta Resende
Basiclly, i disable all that i dont need, and keep all first options , cause 
i didnt new at the first if it was any commented option that was provocing 
these block in boot.
there's anything i commented that i shouldn't?? because the only option is a 
bad kernel config, because it stops working after upgrading.
At the first i think at pseudo-devices, but i just commented sl pp and tun, 
wich is needed only for ppp and i have cable connection,

thanks:
kernel config:
--
machine i386
cpu I686_CPU
ident MYKERNEL
options SCHED_4BSD
options INET
options INET6
options FFS
options SOFTUPDATES
options UFS_ACL
options UFS_DIRHASH
options MD_ROOT
options NFSCLIENT
options NFSSERVER
options NFS_ROOT
options MSDOSFS
options CD9660
options PROCFS
options PSEUDOFS
options GEOM_PT
options COMPAT_43
options COMPAT_FREEBSD4
options SCSI_DELAY=15000
options KTRACE
options SYSVSHM
options SYSVMSG
options SYSVSEM
options _KPOSIX_PRIORIY_SCHEDULING
options KBD_INSTALL_CDEV
options AHC_REG_PRETTY_PRINT
options AHD_REG_PRETTY_PRINT
options ADAPTIVE_GIANT
device isa
device pci
device ata
device atadisk
device ataraid
device atapicd
device atapifd
device ATA_STATIC_ID
device atkbdc
device atkbd
device psm
device vga
device splash
device sc
device agp
device npx
device pmtimer
device sio
device device ppc
device ppbus
device plip
device vpo
device miibus
device rl
device loop
device mem
device io
device random
device ether
device pty
device md
device gif
device faith
device bpf
.

From: Kris Kennaway [EMAIL PROTECTED]
To: Marta Resende [EMAIL PROTECTED]
CC: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: Upgrade problems
Date: Mon, 6 Dec 2004 14:15:45 -0800
On Mon, Dec 06, 2004 at 10:03:50PM +, Marta Resende wrote:
 5-stable,
 after i cvsup, i make buidlworld and build a new kernel from GENERIC .

 5-stable.
 I compile with NFS Client, and all nfs stuff to try :)
 doesnt work.

 weird
1) Don't top-post.
2) Please show us your kernel configuration and rc.conf files, so we
can check whether you have something misconfigured.
Kris

 From: Kent Stewart [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 CC: Marta Resende [EMAIL PROTECTED]
 Subject: Re: Upgrade problems
 Date: Mon, 6 Dec 2004 13:55:07 -0800
 
 On Monday 06 December 2004 01:21 pm, Marta Resende wrote:
  Does anyone here had recently updated succecefully to -stable ??
 
  Cause i'm trying for 5 days now, and i cant...
  All the update process runs well, except the boot, that runs normally
  to:
 
  Mounting NFS file systems:.
 
  after these, it blocks, ctrl-c and ctrl-t doesnt work, i have to
  force halt...
 
  no one with these same problem ??
  It's impossible, i've updated 6 times 
 
 
 Which stable? 5-stable requires NFSCLIENT and 4-stable requires NFS. 
Did
 you update your kernel config file before you built your new kernel.
 Upgrades with old config's are bound to cause problems.
 
 I have NFS built into both 4-stable and 5-stable. They boot without any
 problems. I also as a matter of principal don't permit auto mounts of
 nfs systems.
 
 Kent
 --
 Kent Stewart
 Richland, WA
 
 http://users.owt.com/kstewart/index.html

 _
 Express yourself instantly with MSN Messenger! Download today it's FREE!
 http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
[EMAIL PROTECTED]

 attach3 
_
Don't just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrade problems

2004-12-06 Thread Lowell Gilbert
*Please* don't top-post.

Marta Resende [EMAIL PROTECTED] writes:

 Basiclly, i disable all that i dont need, and keep all first options ,
 cause i didnt new at the first if it was any commented option that was
 provocing these block in boot.
 there's anything i commented that i shouldn't?? because the only
 option is a bad kernel config, because it stops working after
 upgrading.
 At the first i think at pseudo-devices, but i just commented sl pp and
 tun, wich is needed only for ppp and i have cable connection,
 
 thanks:
 
 kernel config:
 --
 
 machine i386
 cpu I686_CPU
 ident MYKERNEL
 
 options SCHED_4BSD
 options INET
 options INET6
 options FFS
 options SOFTUPDATES
 options UFS_ACL
 options UFS_DIRHASH
 options MD_ROOT
 options NFSCLIENT
 options NFSSERVER
 options NFS_ROOT
 options MSDOSFS
 options CD9660
 options PROCFS
 options PSEUDOFS
 options GEOM_PT
 options COMPAT_43
 options COMPAT_FREEBSD4
 options SCSI_DELAY=15000
 options KTRACE
 options SYSVSHM
 options SYSVMSG
 options SYSVSEM
 options _KPOSIX_PRIORIY_SCHEDULING
 options KBD_INSTALL_CDEV
 options AHC_REG_PRETTY_PRINT
 options AHD_REG_PRETTY_PRINT
 options ADAPTIVE_GIANT
 
 device isa
 device pci
 
 device ata
 device atadisk
 device ataraid
 device atapicd
 device atapifd
 device ATA_STATIC_ID
 
 device atkbdc
 device atkbd
 device psm
 
 device vga
 
 device splash
 
 device sc
 
 device agp
 
 device npx
 
 device pmtimer
 
 device sio
 
 device device ppc
 device ppbus
 device plip
 device vpo
 
 device miibus
 device rl
 
 device loop
 device mem
 device io
 device random
 device ether
 device pty
 device md
 device gif
 device faith
 device bpf

This doesn't compile, even after fixing the obvious typos, so it
clearly is not the kernel configuration file you were using.  If the
GENERIC kernel works, you can always use that.  If you really want to
cut unnecessary configuration elements, you can do them a few at a
time until you start having problems, and then you'll have a pretty
good idea where the problems came from.  If you want to experiment
with NFS, the GENERIC kernel contains everything you need.

 .
 
 
 From: Kris Kennaway [EMAIL PROTECTED]
 To: Marta Resende [EMAIL PROTECTED]
 CC: [EMAIL PROTECTED], [EMAIL PROTECTED]
 Subject: Re: Upgrade problems
 Date: Mon, 6 Dec 2004 14:15:45 -0800
 
 On Mon, Dec 06, 2004 at 10:03:50PM +, Marta Resende wrote:
   5-stable,
   after i cvsup, i make buidlworld and build a new kernel from GENERIC .
  
   5-stable.
   I compile with NFS Client, and all nfs stuff to try :)
   doesnt work.
  
   weird
 
 1) Don't top-post.
 
 2) Please show us your kernel configuration and rc.conf files, so we
 can check whether you have something misconfigured.
 
 Kris
 
  
   From: Kent Stewart [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   CC: Marta Resende [EMAIL PROTECTED]
   Subject: Re: Upgrade problems
   Date: Mon, 6 Dec 2004 13:55:07 -0800
   
   On Monday 06 December 2004 01:21 pm, Marta Resende wrote:
Does anyone here had recently updated succecefully to -stable ??
   
Cause i'm trying for 5 days now, and i cant...
All the update process runs well, except the boot, that runs normally
to:
   
Mounting NFS file systems:.
   
after these, it blocks, ctrl-c and ctrl-t doesnt work, i have to
force halt...
   
no one with these same problem ??
It's impossible, i've updated 6 times 
   
   
   Which stable? 5-stable requires NFSCLIENT and 4-stable requires
  NFS. Did
   you update your kernel config file before you built your new kernel.
   Upgrades with old config's are bound to cause problems.
   
   I have NFS built into both 4-stable and 5-stable. They boot without any
   problems. I also as a matter of principal don't permit auto mounts of
   nfs systems.
   
   Kent
   --
   Kent Stewart
   Richland, WA
   
   http://users.owt.com/kstewart/index.html
  
   _
   Express yourself instantly with MSN Messenger! Download today it's FREE!
   http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
  
   ___
   [EMAIL PROTECTED] mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to
  [EMAIL PROTECTED]
  
  attach3 
 
 _
 Don't just search. Find. Check out the new MSN Search!
 http://search.msn.click-url.com/go/onm00200636ave/direct/01/
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
___
[EMAIL PROTECTED] mailing list

test don't read

2004-12-06 Thread agostinho
test
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


On the Prospect of the iMac G5 and the rest of the Macintosh systems

2004-12-06 Thread Nicholas Ink
Dear FreeBSD,
   I am very interested in your BSD system.  It seems to be the most 
compatible with the Intel hardware, and was the only of the main trio 
that worked on my current Dell Inspiron 2600.
   As of yet, I have read on your website, you do not support the 
Macintosh platform.  Do you have any estimates as to the full completion 
of this system?

   Thanks very much,
  Nicholas Ink
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mic problems

2004-12-06 Thread Giuliano Cardozo Medalha
Hi,

I have installed KDE3, aumix and skype ports in my machine.

When I try to use skype .. it works perfectly ... I can listen the
remote side.

But the other side cannot listen to me.

How is possible to do a correct configuration in my microphone ?

I have a sound blaster live PCI board.

Thanks a lot

Giuliano

PS. I have solved the HD space problems ... thanks for all help !!!
-- 
Giuliano Cardozo Medalha
Engenheiro de Redes


PGP Key ID 8158E0BD
pgp.mit.edu



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


problems starting mpd

2004-12-06 Thread Paul Hamilton
Hi,
 
I had mpd running fine, then for some reason it now refuses to start
properly.  I now get this in my mpd.log:-
 
Dec  7 07:29:36 abc1 mpd: [pptp] ppp node is mpd68948-pptp 
Dec  7 07:29:36 abc1 mpd: [pptp] can't connect iface and inet: File exists 
Dec  7 07:29:36 abc1 mpd: [pptp] netgraph initialization failed 
Dec  7 07:29:36 abc1 mpd: mpd: no bundles defined 
Dec  7 07:29:36 abc1 last message repeated 17 times
 
The key statement I think is:  can't connect iface and inet: File exists 

What file is this refering too?  When I stop mpd, the mpd.pid is removed.
 
Google shows up a Portuguese thread, but running them threw Babelfish didn't
show up much.  
 
FreeBSD mailing lists didn't show much either
 
my mpd.conf file:-
--
default:
load pptp1
 
pptp1:
new -i ng0 pptp pptp
set iface disable on-demand
set iface enable proxy-arp
set iface idle 1800
set bundle enable multilink
set link yes acfcomp protocomp
set link no pap chap
set link enable chap
set link keep-alive 10 60
set link mtu 1460
set ipcp yes vjcomp
set ipcp ranges 192.168.0.10/24 192.168.0.65/24
set ipcp dns 192.168.1.3
set ipcp nbns 192.168.1.4
log -phys -lcp -ccp -console -fsm -radius -ipcp -link -iface
 
set bundle enable compression
set ccp yes mppc
set ccp yes mpp-e40
set ccp yes mpp-e128
set ccp yes mpp-stateless.
--
 
Any ideas?
 
Cheers,
 
Paul Hamilton
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD PowerPC Porting

2004-12-06 Thread bedhead

   Have you approached Apple for the source code they use in OSX?
   I thought open source meant that you could use the code but any
   changes / modifications had to be made available to the originator and
   the community under terms of most open source licenses.
   I would class the entire port that Apple did as a huge change.
   I am not a UN*X user, nor do I understand most of UN*X, although my
   reasons for visiting your site and for making the above suggestion are
   as follows:
   1.   Whilst I am currently using a Dell PC with Windows XP, it was the
   cheap way to get myself back onto the Internet following the demise of
   my, old, but very much loved Apple Mac.  I am still a Mac user and
   wish to return to the platform soon.
   2.   There is a lot of buzz about Linux but to me, just the image that
   UN*X has sells it every time [OSX was great, I did not access the
   underlying UN*X but felt a warm glow knowing it was there :-)] save to
   say the years head start, the power and everything the goes with.
   3.   I love open source, I think it is a great concept and quite a lot
   of the best technologies out there are open - MySQL, Apache, some UN*X
   (stuff SCO and their Microsoft backers) and also a great deal of good
   freeware is developed open source (Shareaza is by far the best P2P
   client on Windows, powerful, intuitive, clean looking, free, spyware
   and ad free and open).
   4.   Most of All - I think that the development of PPC FreeBSD code by
   the originators of the code would keep the PPC code centralised, up to
   date with other ports and most of all, help Apple (if they are then
   willing to use your code base).

This email and all attachments have been electronically scanned by Kingston
Communications' email Anti-Virus service and no known viruses were detected.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrade problems

2004-12-06 Thread Kris Kennaway
On Mon, Dec 06, 2004 at 10:59:11PM +, Marta Resende wrote:
 Basiclly, i disable all that i dont need, and keep all first options , 
 cause i didnt new at the first if it was any commented option that was 
 provocing these block in boot.
 there's anything i commented that i shouldn't?? because the only option is 
 a bad kernel config, because it stops working after upgrading.
 At the first i think at pseudo-devices, but i just commented sl pp and tun, 
 wich is needed only for ppp and i have cable connection,

1) You're still top-posting.

http://www.caliburn.nl/topposting.html

2) You only gave me half of what I asked for.

Kris


 
 thanks:
 
 kernel config:
 --
 
 machine i386
 cpu I686_CPU
 ident MYKERNEL
 
 options SCHED_4BSD
 options INET
 options INET6
 options FFS
 options SOFTUPDATES
 options UFS_ACL
 options UFS_DIRHASH
 options MD_ROOT
 options NFSCLIENT
 options NFSSERVER
 options NFS_ROOT
 options MSDOSFS
 options CD9660
 options PROCFS
 options PSEUDOFS
 options GEOM_PT
 options COMPAT_43
 options COMPAT_FREEBSD4
 options SCSI_DELAY=15000
 options KTRACE
 options SYSVSHM
 options SYSVMSG
 options SYSVSEM
 options _KPOSIX_PRIORIY_SCHEDULING
 options KBD_INSTALL_CDEV
 options AHC_REG_PRETTY_PRINT
 options AHD_REG_PRETTY_PRINT
 options ADAPTIVE_GIANT
 
 device isa
 device pci
 
 device ata
 device atadisk
 device ataraid
 device atapicd
 device atapifd
 device ATA_STATIC_ID
 
 device atkbdc
 device atkbd
 device psm
 
 device vga
 
 device splash
 
 device sc
 
 device agp
 
 device npx
 
 device pmtimer
 
 device sio
 
 device device ppc
 device ppbus
 device plip
 device vpo
 
 device miibus
 device rl
 
 device loop
 device mem
 device io
 device random
 device ether
 device pty
 device md
 device gif
 device faith
 device bpf
 
 .
 
 
 From: Kris Kennaway [EMAIL PROTECTED]
 To: Marta Resende [EMAIL PROTECTED]
 CC: [EMAIL PROTECTED], [EMAIL PROTECTED]
 Subject: Re: Upgrade problems
 Date: Mon, 6 Dec 2004 14:15:45 -0800
 
 On Mon, Dec 06, 2004 at 10:03:50PM +, Marta Resende wrote:
  5-stable,
  after i cvsup, i make buidlworld and build a new kernel from GENERIC .
 
  5-stable.
  I compile with NFS Client, and all nfs stuff to try :)
  doesnt work.
 
  weird
 
 1) Don't top-post.
 
 2) Please show us your kernel configuration and rc.conf files, so we
 can check whether you have something misconfigured.
 
 Kris
 
 
  From: Kent Stewart [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  CC: Marta Resende [EMAIL PROTECTED]
  Subject: Re: Upgrade problems
  Date: Mon, 6 Dec 2004 13:55:07 -0800
  
  On Monday 06 December 2004 01:21 pm, Marta Resende wrote:
   Does anyone here had recently updated succecefully to -stable ??
  
   Cause i'm trying for 5 days now, and i cant...
   All the update process runs well, except the boot, that runs normally
   to:
  
   Mounting NFS file systems:.
  
   after these, it blocks, ctrl-c and ctrl-t doesnt work, i have to
   force halt...
  
   no one with these same problem ??
   It's impossible, i've updated 6 times 
  
  
  Which stable? 5-stable requires NFSCLIENT and 4-stable requires NFS. 
 Did
  you update your kernel config file before you built your new kernel.
  Upgrades with old config's are bound to cause problems.
  
  I have NFS built into both 4-stable and 5-stable. They boot without any
  problems. I also as a matter of principal don't permit auto mounts of
  nfs systems.
  
  Kent
  --
  Kent Stewart
  Richland, WA
  
  http://users.owt.com/kstewart/index.html
 
  _
  Express yourself instantly with MSN Messenger! Download today it's FREE!
  http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
 
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 
  attach3 
 
 _
 Don't just search. Find. Check out the new MSN Search! 
 http://search.msn.click-url.com/go/onm00200636ave/direct/01/
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 


pgpgHBkj3c0Da.pgp
Description: PGP signature


Re: Error updating mpeg4ip

2004-12-06 Thread Alan Curtis
On Dec 6, 2004, at 4:57 PM, Kris Kennaway wrote:
On Mon, Dec 06, 2004 at 04:47:40PM -0500, Alan Curtis wrote:
On Dec 6, 2004, at 4:01 PM, Kris Kennaway wrote:
On Mon, Dec 06, 2004 at 10:24:28AM -0500, Alan Curtis wrote:
While following the instructions in /usr/ports/UPDATING to upgrade
mpeg4ip (dated 2004111), I got the following error.
Error: shared library avcodec.0 does not exist
*** Error code 1
That usually means you forgot to first update the ports upon which
mpeg4ip depends.  Use e.g. portupgrade to do this.

I first got error first using portupgrade -a. I think the process in
/usr/ports/UPDATING handles the dependencies, does it not?
For reference, this is what I did.
  pkg_delete -f /var/db/pkg/mpeg4ip*
  pkg_delete -f /var/db/pkg/faad*
  cd /usr/ports/multimedia/mpeg4ip-libmp4v2  make install clean
  cd /usr/ports/audio/faad  make install clean
  cd /usr/ports/multimedia/mpeg4ip  make install clean
No, that doesn't update all the dependencies.
I'm sorry. I had forgotten the other piece. avcodec.0 was reported to 
come from ffmpeg, which is also referred to in UPDATING. UPDATING says 
to

  1) Remove old ffmpeg
  pkg_delete -f /var/db/pkg/ffmpeg*
  2) Install updated ffmpeg
  3) Rebuild all ports that depend on ffmpeg due to the shared
  library version bump
  cd /var/db/pkg  portupgrade -rf ffmpeg* -x ffmpeg*
which I did first, but
cd /usr/ports/multimedia/mpeg4ip  make install clean
still gives the error,
===   mpeg4ip-1.1_1 depends on shared library: avcodec.0 - not found
===Verifying install for avcodec.0 in /usr/ports/multimedia/ffmpeg
===   Returning to build of mpeg4ip-1.1_1
Error: shared library avcodec.0 does not exist
*** Error code 1
Am I doing things in the wrong order? What order should I do what to 
install mpeg4ip?

Thanks
Alan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Error updating mpeg4ip

2004-12-06 Thread Kris Kennaway
On Mon, Dec 06, 2004 at 07:08:55PM -0500, Alan Curtis wrote:

 ===   mpeg4ip-1.1_1 depends on shared library: avcodec.0 - not found
 ===Verifying install for avcodec.0 in /usr/ports/multimedia/ffmpeg
 ===   Returning to build of mpeg4ip-1.1_1
 Error: shared library avcodec.0 does not exist
 *** Error code 1

Your ports collection is stale: mpeg4ip has this:

avcodec.1:${PORTSDIR}/multimedia/ffmpeg

When updating your ports, you *must cvsup the entire ports tree*.

Kris


pgpjViHKRdFr6.pgp
Description: PGP signature


Don't send test messages to -questions (was: test don't read)

2004-12-06 Thread Greg 'groggy' Lehey
On Monday,  6 December 2004 at 23:28:21 +, agostinho wrote:
 test

Please don't do this.  It gets sent to tens of thousands of people
round the world.  There's a special list for sending test messages.
Please use it instead.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers.


pgpVkwhloX7kj.pgp
Description: PGP signature


Installing FBSD 5.3 and 5.4

2004-12-06 Thread Brian Astill
I guess there is some small incompatibility between my system and FBSD. 
Whatever .. the effect was that as I kept CVSupdating from FBSD 4.7 
through 4.10 I gradually lost usability as first one program then 
another, failed.
I decided to wait for 5.3 before using FBSD again. 

In the meantime I have been running Knoppix 3.4 with complete 
success,though it will have its own HUGE upgrade problems in due 
course.  
I MUCH prefer FBSD and its way of doing things, anyway.

So ... I've waited for FBSD 5.3, have purchased the Release 4-disk set 
and have 50G diskspace available.

Maybe it would be better to split that 50G in half, install 5.3 in the 
first 25G, leaving the second free for 5.4 release.  Later I would 
install 5.5 release in that first partition, then 5.6 release in the 
second, and so on.  

Question 1.  Is this plan sensible and/or practical?
Question 2. If the answer to (1.) is No, what alternative would you 
suggest?

Thanks for your (anticipated) helpful advice.

-- 
Regards,
Brian
sos-sa.org.au
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


KDE, FreeBSD fish

2004-12-06 Thread Adam Smith
I've used Konqueror many times before to connect from abroad to my machine
at home using fish://.

Sometimes this works, and sometimes it doesn't.  I've had several
reinstallations on my laptop over the last few months for a few various
reasons, and I've noticed that on some installations it 'just works' and on
some it doesn't.

I'm connecting from KDE 3.3 on FreeBSD 5.3 to a FreeBSD 5.2.1 machine.  All
I get in my output in the status bar is 'Connecting...' before it
eventually times out.

Yup, I can SSH in normally from this location.  Fish just doesn't work.  So
is this feature dodgy as far as anyone knows?  It's a real pain in the arse
when it doesn't work, because fish is extraordinarily handy for copying
files using a GUI without having to implement something like FTP.  So how
irritating when it doesn't work :-)




PS: I've never been so sure as to where to post queries like this --
freebsd-questions or one of the KDE mailing lists, or both.  But I guess it
can't hurt to post to either.  And I choose here :)


-- 
Adam Smith
Internode   : http://www.internode.on.net
Phone   : (08) 8228 2999

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Installing FBSD 5.3 and 5.4

2004-12-06 Thread Chris
Brian Astill wrote:
I guess there is some small incompatibility between my system and FBSD. 
Whatever .. the effect was that as I kept CVSupdating from FBSD 4.7 
through 4.10 I gradually lost usability as first one program then 
another, failed.
I decided to wait for 5.3 before using FBSD again. 

In the meantime I have been running Knoppix 3.4 with complete 
success,though it will have its own HUGE upgrade problems in due 
course.  
I MUCH prefer FBSD and its way of doing things, anyway.

So ... I've waited for FBSD 5.3, have purchased the Release 4-disk set 
and have 50G diskspace available.

Maybe it would be better to split that 50G in half, install 5.3 in the 
first 25G, leaving the second free for 5.4 release.  Later I would 
install 5.5 release in that first partition, then 5.6 release in the 
second, and so on.  

Question 1.  Is this plan sensible and/or practical?
Question 2. If the answer to (1.) is No, what alternative would you 
suggest?

Thanks for your (anticipated) helpful advice.
There is a fine line betwixt insanity and well..
KIS - Keep it simple - install 5.3, CVSup when 5.4 is out, and so on.
Save yourself the insanity of leapfrog installing.
Master CVSup - and you will not only save much time and beer drinking - 
well, maybe save you time, but you'll end up being an efficient user of 
FBSD.

--
Best regards,
Chris
Real programmers don't eat quiche.  In fact, real
programmers don't know how to spell quiche.  They eat
twinkies and szechuan food.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: vinum raid5: newfs throws an error

2004-12-06 Thread Markus Hoenicka
Greg 'groggy' Lehey writes:
  There was once an error in the stripe size calculations that meant
  that there were holes in the plexes.  Maybe it's still there (old
  Vinum is not being maintained).  But you should have seen that in the
  console messages at create time.
  
   Vinum reports the disk sizes as 17500MB (da1) and 17359MB (da2,
   da3). The raid5 volume and plex have a size of 33GB.
  
  This looks like the kind of scenario where that could happen.  Try
  this:
  
  1.  First, find a better stripe size.  It shouldn't be a power of 2,
  but it should be a multiple of 16 kB.  I'd recommend 496 kB.  This
  won't fix the problem, but it's something you should do anyway
  
  2.  Calculate the length of an exact number of stripes, and create the
  subdisks in that length.  Try again and see what happens.
  
  3.  Use gvinum instead of vinum and try both ways.
  

Ok, I decreased the stripe size to 496, regardless of whether it has
anything to do with my problem. Next I set the subdisk length to
17359m on all disks, and things started to work ok. No more newfs
errors here.

Before doing this I also had a brief encounter with gvinum. There is
no manpage in 5.3BETA7, so I assumed it groks the same config files as
vinum. However, this did not do me any good as it simply rebooted the
box. I guess gvinum works better in RELEASE.

Thanks a lot for your help.

Markus

-- 
Markus Hoenicka
[EMAIL PROTECTED]
(Spam-protected email: replace the quadrupeds with mhoenicka)
http://www.mhoenicka.de

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: vinum raid5: newfs throws an error

2004-12-06 Thread Greg 'groggy' Lehey
On Monday,  6 December 2004 at 23:44:59 +0100, Markus Hoenicka wrote:
 Greg 'groggy' Lehey writes:
 There was once an error in the stripe size calculations that meant
 that there were holes in the plexes.  Maybe it's still there (old
 Vinum is not being maintained).  But you should have seen that in the
 console messages at create time.

 Vinum reports the disk sizes as 17500MB (da1) and 17359MB (da2,
 da3). The raid5 volume and plex have a size of 33GB.

 This looks like the kind of scenario where that could happen.  Try
 this:

 1.  First, find a better stripe size.  It shouldn't be a power of 2,
 but it should be a multiple of 16 kB.  I'd recommend 496 kB.  This
 won't fix the problem, but it's something you should do anyway

 2.  Calculate the length of an exact number of stripes, and create the
 subdisks in that length.  Try again and see what happens.

 3.  Use gvinum instead of vinum and try both ways.


 Ok, I decreased the stripe size to 496, regardless of whether it has
 anything to do with my problem. Next I set the subdisk length to
 17359m on all disks, and things started to work ok. No more newfs
 errors here.

OK, looks like this was the hole in the plex issue.  I thought that
was gone.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers.


pgpn7akcOjP72.pgp
Description: PGP signature


Re: KDE, FreeBSD fish

2004-12-06 Thread Kirk Strauser
On Monday 06 December 2004 06:37 pm, Adam Smith wrote:
 I've used Konqueror many times before to connect from abroad to my machine
 at home using fish://.

This isn't answering your question, but:

Why would you be using fish:// instead of sftp://?  Think of fish as a 
workaround for systems where you have SSH access but there is no SFTP server 
running.  This is not true on (even halfway recent) FreeBSD systems where 
SFTP is enabled by default.

Anyway, if you're dead set on using it, see if you can enabled verbose logging 
either on the client or the server.  Fish works by ssh'ing to a shell on your 
system and running cd, ls, cat, and so on to get directory listings and the 
contents of files.  If there is a problem with one of these commands, then 
there you go.
-- 
Kirk Strauser


pgpOR9NljvzdK.pgp
Description: PGP signature


Re: Installing FBSD 5.3 and 5.4

2004-12-06 Thread Kris Kennaway
On Mon, Dec 06, 2004 at 06:40:27PM -0600, Chris wrote:
 Brian Astill wrote:
 I guess there is some small incompatibility between my system and FBSD. 
 Whatever .. the effect was that as I kept CVSupdating from FBSD 4.7 
 through 4.10 I gradually lost usability as first one program then 
 another, failed.
 I decided to wait for 5.3 before using FBSD again. 

IMO, you should really be asking what caused these problems.  Chances
are it's not an incompatibility but something you're doing wrong.

Kris


pgp7fzS91Q7Xe.pgp
Description: PGP signature


Re: KDE, FreeBSD fish

2004-12-06 Thread Chris
Adam Smith wrote:
I've used Konqueror many times before to connect from abroad to my machine
at home using fish://.
Sometimes this works, and sometimes it doesn't.  I've had several
reinstallations on my laptop over the last few months for a few various
reasons, and I've noticed that on some installations it 'just works' and on
some it doesn't.
I'm connecting from KDE 3.3 on FreeBSD 5.3 to a FreeBSD 5.2.1 machine.  All
I get in my output in the status bar is 'Connecting...' before it
eventually times out.
Yup, I can SSH in normally from this location.  Fish just doesn't work.  So
is this feature dodgy as far as anyone knows?  It's a real pain in the arse
when it doesn't work, because fish is extraordinarily handy for copying
files using a GUI without having to implement something like FTP.  So how
irritating when it doesn't work :-)

PS: I've never been so sure as to where to post queries like this --
freebsd-questions or one of the KDE mailing lists, or both.  But I guess it
can't hurt to post to either.  And I choose here :)

KBear (/usr/ports/ftp/kbear) support sftp - so does gFTP 
(/usr/ports/ftp/gftp)

--
Best regards,
Chris
Some people manage by the book, even though they
don't know who wrote the book or even what book.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [BUGA] Installing FBSD 5.3 and 5.4

2004-12-06 Thread Daniel O'Connor
On Wed, 8 Dec 2004 02:36, Brian Astill wrote:
 I guess there is some small incompatibility between my system and FBSD.
 Whatever .. the effect was that as I kept CVSupdating from FBSD 4.7
 through 4.10 I gradually lost usability as first one program then
 another, failed.

How did they fail?
I would be pretty suprised if this happened to me :)

 Question 1.  Is this plan sensible and/or practical?
 Question 2. If the answer to (1.) is No, what alternative would you
 suggest?

I wouldn't bother..
You should be able to source upgrade through the entire 5.x series after 5.3 
without _too_ much hassle.

-- 
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
The nice thing about standards is that there
are so many of them to choose from.
  -- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C


pgpR32YvOOsot.pgp
Description: PGP signature


Re: Installing FBSD 5.3 and 5.4

2004-12-06 Thread Jerry McAllister
 
 I guess there is some small incompatibility between my system and FBSD. 
 Whatever .. the effect was that as I kept CVSupdating from FBSD 4.7 
 through 4.10 I gradually lost usability as first one program then 
 another, failed.
 I decided to wait for 5.3 before using FBSD again. 
 
 In the meantime I have been running Knoppix 3.4 with complete 
 success,though it will have its own HUGE upgrade problems in due 
 course.  
 I MUCH prefer FBSD and its way of doing things, anyway.
 
 So ... I've waited for FBSD 5.3, have purchased the Release 4-disk set 
 and have 50G diskspace available.
 
 Maybe it would be better to split that 50G in half, install 5.3 in the 
 first 25G, leaving the second free for 5.4 release.  Later I would 
 install 5.5 release in that first partition, then 5.6 release in the 
 second, and so on.  
 
 Question 1.  Is this plan sensible and/or practical?

If you have the disk space to spare, sure, go ahead.

jerry

 Question 2. If the answer to (1.) is No, what alternative would you 
 suggest?
 
 Thanks for your (anticipated) helpful advice.
 
 -- 
 Regards,
 Brian
 sos-sa.org.au
 ___
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make buildworld failing

2004-12-06 Thread Vonleigh Simmons
   While trying to update to 5.3 stable, buildworld errors out on 
me. I'm
running FreeBSD 5.2.1-RELEASE-p11. Following is part of the output, if
you need more output please let me know. No luck looking up the errors
in google, so your help is appreciated.
try rm'ing your source tree and re-cvsup'ing
Worked like a charm. Thanks.
Vonleigh Simmons
http://illusionart.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


/usr/X11R6/include/X11 needed but not found during port builds

2004-12-06 Thread Adam Fabian
My ports aren't finding the files in /usr/X11R6/include when they are
needed.  (I may be making an overly-sweeping generalization; both
mozilla and firefox apparently failed for this reason)

That's my problem, in a nutshell.  I tend to run make under a clean
environment, since I've found stuff like CDPATH breaks things.  Here's
the sort of environment the port makes run under:

HOME=/home/afabian
PS1='$ '
OPTIND=1
PS2=' '
TERM=dumb
PPID=71625
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
IFS='   
'

Here's /etc/make.conf:

PERL_VER=5.8.5
PERL_VERSION=5.8.5
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=

I can tweak this to work with a symbolic link, (ln -s
/usr/X11R6/include/X11 /usr/include/X11) but I
can't figure out why it's suddenly broken when it used to work.  

-- 
Adam Fabian ([EMAIL PROTECTED])
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /usr/X11R6/include/X11 needed but not found during port builds

2004-12-06 Thread Chris
Adam Fabian wrote:
My ports aren't finding the files in /usr/X11R6/include when they are
needed.  (I may be making an overly-sweeping generalization; both
mozilla and firefox apparently failed for this reason)
That's my problem, in a nutshell.  I tend to run make under a clean
environment, since I've found stuff like CDPATH breaks things.  Here's
the sort of environment the port makes run under:
HOME=/home/afabian
PS1='$ '
OPTIND=1
PS2=' '
TERM=dumb
PPID=71625
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
IFS='   
'

Here's /etc/make.conf:
PERL_VER=5.8.5
PERL_VERSION=5.8.5
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=
I can tweak this to work with a symbolic link, (ln -s
/usr/X11R6/include/X11 /usr/include/X11) but I
can't figure out why it's suddenly broken when it used to work.  

Here's what I have in my .cshrc file:
set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin 
/usr/local/bin /usr/X11R6/bin $HOME/bin)

Now - for issues pertaining to FireFox/Thunderbird - read the history in 
 /usr/ports/UPDATING

--
Best regards,
Chris
By pressing Scroll Lock you can use the arrow keys to scroll backward
through the console output.  Press Scroll Lock again to turn it off.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /usr/X11R6/include/X11 needed but not found during port builds

2004-12-06 Thread Adam Fabian
On Mon, Dec 06, 2004 at 07:43:30PM -0600, Adam Fabian wrote:
 My ports aren't finding the files in /usr/X11R6/include when they are

That should be /usr/X11R6/include/X11.  Sorry.

-- 
Adam Fabian ([EMAIL PROTECTED])
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /usr/X11R6/include/X11 needed but not found during port builds

2004-12-06 Thread Kris Kennaway
On Mon, Dec 06, 2004 at 07:43:30PM -0600, Adam Fabian wrote:
 My ports aren't finding the files in /usr/X11R6/include when they are
 needed.  (I may be making an overly-sweeping generalization; both
 mozilla and firefox apparently failed for this reason)

Yeah..don't treat this as a general problem until you have evidence
it's not localized to two nearly-the-same ports ;)

Kris


pgphyVtK1f1d6.pgp
Description: PGP signature


RE: make index broken?

2004-12-06 Thread Subhro
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Kevin A. Pieckiel
 Sent: Tuesday, December 07, 2004 0:43
 To: [EMAIL PROTECTED]
 Subject: make index broken?
 
 I'm running 5.3 on i386 (built from sources DL'ed via CVS on
 2 Dec 2004) and a ports tree (complete) that was downloaded via
 CVS on 2 Dec 2004.  My src tree is pulling from the RELENG_5
 tag and my ports tree is pulling from HEAD.  As of a fresh CVS
 of ports today (6 Dec 2004), I still cannot issue a 'make index'
 while in /usr/ports.  What am I doing wrong?  I keep getting the
 following error message (which I also got while running 5.2.1
 before upgrading to 5.3):
 
 Generating INDEX-5 - please wait..Makefile, line 34: warning: String
 comparison operator should be either == or !=
 Makefile, line 34: Malformed conditional (defined(PHP_VERS) 
 ${PHP_VERS}  420)
 Makefile, line 34: Need an operator
 Makefile, line 36: if-less endif
 Makefile, line 36: Need an operator
 make: fatal errors encountered -- cannot continue
 === databases/pear-DB_DataObject failed
 *** Error code 1
 1 error
 
 
 Before reporting this error, verify that you are running a supported
 version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you
 have a complete and up-to-date ports collection.  (INDEX builds are
 not supported with partial or out-of-date ports collections -- in
 particular, if you are using cvsup, you must cvsup the ports-all
 collection, and have no refuse files.)  If that is the case, then
 report the failure to [EMAIL PROTECTED] together with relevant
 details of your ports configuration (including FreeBSD version,
 your architecture, your environment, and your /etc/make.conf
 settings, especially compiler flags and WITH/WITHOUT settings).
 
 Note: the latest pre-generated version of INDEX may be fetched
 automatically with make fetchindex.
 
 
 *** Error code 1
 
 Stop in /usr/ports.
 *** Error code 1
 
 Stop in /usr/ports.


 Use make fetchindex instead

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


Re: 5.3: cant install openoffice 1.1 from ports

2004-12-06 Thread Tabor Kelly
Simon Burke wrote:
I've recently done a fresh install of 5.3, i updated ports using cvsup
to install gnome2.8, which im using know, great.
Problem is that it wont allow me to compile openoffice properly, i
cant give an error message as  its about 7hrs in i  get the message
and i've since made clean.
Does anyone know if it is broken? or how i can get an openoffice
release installed, as 1.0 is apparentlyu broken according to ports and
1.1 wont compile sucessfully.
Neither can I, I am also running FreeBSD 5.3R, and I attempted to 
install OpenOffice 1.1 via 'portinstall openoffice'

Here is the error that I got:
snip build output
Making:
../../unxfbsd.pro/slo/com_sun_star_lib_connections_pipe_PipeConnection.obj
gcc32 -w -c -I.  -I. -I../inc -I../../inc -I../../unx/inc 
-I../../unxfbsd.pro/inc -I. 
-I/usr/ports/editors/openoffice-1.1/work/OOo_1.1.3_src/solver/645/unxfbsd.pro/inc/dont_use_stl 
-I/usr/ports/editors/openoffice-1.1/work/OOo_1.1.3_src/solver/645/unxfbsd.pro/inc/external 
-I/usr/ports/editors/openoffice-1.1/work/OOo_1.1.3_src/solver/645/unxfbsd.pro/inc 
-I/usr/ports/editors/openoffice-1.1/work/OOo_1.1.3_src/solenv/unxfbsd/inc 
-I/usr/ports/editors/openoffice-1.1/work/OOo_1.1.3_src/solenv/inc 
-I/usr/ports/editors/openoffice-1.1/work/OOo_1.1.3_src/res 
-I/usr/ports/editors/openoffice-1.1/work/OOo_1.1.3_src/solver/645/unxfbsd.pro/inc/dont_use_stl 
-I/usr/ports/editors/openoffice-1.1/work/OOo_1.1.3_src/solenv/inc/Xp31 
-I/usr/local/linux-sun-jdk1.4.2/include 
-I/usr/local/linux-sun-jdk1.4.2/include/freebsd 
-I/usr/local/linux-sun-jdk1.4.2/include/bsd 
-I/usr/local/linux-sun-jdk1.4.2/include/native_threads/include 
-I/usr/X11R6/include -I. -I../../res -I. -I/usr/X11R6/include -O 
-pipe -fno-rtti  -fPIC -DFREEBSD -DUNX -DVCL -DGCC -DC300 -DINTEL 
-DGXX_INCLUDE_PATH=/usr/local/lib/gcc-lib/i386-portbld-freebsd5.3/3.2.3/include/g++-v3 
-DCVER=C300 -D_USE_NAMESPACE -D_USE_NAMESPACE=1 -DX86 -DNEW_SOLAR 
-DSTLPORT_VERSION=450 -DOSVERSION=503001 -D_THREAD_SAFE -D_REENTRANT 
-D__DMAKE -DUNIX -DCPPU_ENV=gcc3 -DSUPD=645 -DPRODUCT -DNDEBUG 
-DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DEXCEPTIONS_ON -DCUI 
-DSOLAR_JAVA -DSRX645  -DSHAREDLIB -D_DLL_  -DMULTITHREAD -w -o 
../../unxfbsd.pro/slo/com_sun_star_lib_connections_pipe_PipeConnection.o 
com_sun_star_lib_connections_pipe_PipeConnection.c
In file included from com_sun_star_lib_connections_pipe_PipeConnection.h:2,
 from 
com_sun_star_lib_connections_pipe_PipeConnection.c:69:
/usr/local/linux-sun-jdk1.4.2/include/jni.h:27:20: jni_md.h: No such 
file or directory
In file included from com_sun_star_lib_connections_pipe_PipeConnection.h:2,
 from 
com_sun_star_lib_connections_pipe_PipeConnection.c:69:
/usr/local/linux-sun-jdk1.4.2/include/jni.h:45: syntax error before jsize
/usr/local/linux-sun-jdk1.4.2/include/jni.h:104: syntax error before jbyte
/usr/local/linux-sun-jdk1.4.2/include/jni.h:107: syntax error before i
/usr/local/linux-sun-jdk1.4.2/include/jni.h:108: syntax error before j
/usr/local/linux-sun-jdk1.4.2/include/jni.h:112: syntax error before '}' 
token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:193: syntax error before jint
/usr/local/linux-sun-jdk1.4.2/include/jni.h:195: syntax error before '*' 
token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:198: syntax error before '*' 
token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:201: syntax error before '*' 
token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:203: syntax error before '*' 
token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:206: syntax error before '*' 
token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:209: syntax error before '*' 
token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:211: syntax error before '*' 
token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:214: syntax error before '*' 
token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:217: syntax error before '*' 
token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:218: `jint' declared as 
function returning a function
/usr/local/linux-sun-jdk1.4.2/include/jni.h:219: syntax error before '*' 
token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:220: `jint' declared as 
function returning a function
/usr/local/linux-sun-jdk1.4.2/include/jni.h:221: syntax error before '*' 
token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:223: syntax error before '*' 
token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:225: syntax error before '*' 
token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:227: syntax error before '*' 
token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:230: syntax error before '*' 
token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:231: syntax error before jint
/usr/local/linux-sun-jdk1.4.2/include/jni.h:231: `jint' declared as 
function returning a function
/usr/local/linux-sun-jdk1.4.2/include/jni.h:232: syntax error before '*' 
token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:235: syntax error before '*' 
token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:237: syntax error before '*' 
token

Re: 4 part domain names

2004-12-06 Thread Danny MacMillan
On Wed, Nov 24, 2004 at 07:48:56AM -0700, Peter Risdon wrote:
 The following article explains how to delegate sub domains to name
 servers using bind. I can't find an equivalent for djbdns and suspect
 there might be a limitation in that software:

The Delegating names to another server portion of the following
page is instructive:

http://cr.yp.to/djbdns/run-server.html

-- 
Danny
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD PowerPC Porting

2004-12-06 Thread Chuck Swiger
bedhead wrote:
   Have you approached Apple for the source code they use in OSX?
[ you is not clearly defined. ]
Sure.  I am or was reasonably familiar with the source code Apple has 
released, and there are FreeBSD committers who now work at Apple.

   I thought open source meant that you could use the code but any
   changes / modifications had to be made available to the originator and
   the community under terms of most open source licenses.
Yes, the Apple license is open source, which means that source to most of 
MacOS X is indeed available as a project called Darwin:

http://developer.apple.com/darwin/
http://www.opensource.org/licenses/apsl-2.0.php
There is also anonymous-CVS and CVS-over-SSH available.
   I would class the entire port that Apple did as a huge change.
OK.
   I am not a UN*X user, nor do I understand most of UN*X, although my
   reasons for visiting your site and for making the above suggestion are
   as follows:
It is unclear whether you are in the right mailing list (freebsd-advocacy?), 
although you did ask questions.  :-)

[ ... ]
   4.   Most of All - I think that the development of PPC FreeBSD code by
   the originators of the code would keep the PPC code centralised, up to
   date with other ports and most of all, help Apple (if they are then
   willing to use your code base).
There is a reasonable amount of cross-pollination between the two projects, 
although the focus is somewhat different.  I would be more likely to run MacOS 
X on Intel hardware than I would be to run FreeBSD on a PowerPC box, frankly, 
but to some extent that would depend on what I planned to do with the machine.

--
-Chuck
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


6.0 release and news

2004-12-06 Thread Pedro Pires
anyone knows what will be the new relevant things ?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 6.0 release and news

2004-12-06 Thread Kris Kennaway
On Wed, Dec 08, 2004 at 01:24:57AM -0200, Pedro Pires wrote:
 anyone knows what will be the new relevant things ?

My crystal ball is cloudy and low on batteries right now, sorry :)

Kris


pgpWoAxGwshoJ.pgp
Description: PGP signature


Re: 6.0 release and news

2004-12-06 Thread Pedro Pires
Kris Kennaway wrote:
On Wed, Dec 08, 2004 at 01:24:57AM -0200, Pedro Pires wrote:
 

mwahuahuahuahuahuhauahuahuahaua your power is useless ... I will burn 
you with my Windows 98 poisoned hd mwahuahahauauhauahuah

anyone knows what will be the new relevant things ?
   

My crystal ball is cloudy and low on batteries right now, sorry :)
Kris
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: KDE, FreeBSD fish

2004-12-06 Thread Adam Smith
On Mon, Dec 06, 2004 at 07:02:08PM -0600, Kirk Strauser said:
 On Monday 06 December 2004 06:37 pm, Adam Smith wrote:
  I've used Konqueror many times before to connect from abroad to my machine
  at home using fish://.
 
 This isn't answering your question, but:
 
 Why would you be using fish:// instead of sftp://?  Think of fish as a 
 workaround for systems where you have SSH access but there is no SFTP server 
 running.  This is not true on (even halfway recent) FreeBSD systems where 
 SFTP is enabled by default.

Because it's easier than enabling SFTP on a number of hosts :)

I have found in playing around that *sometimes* it works and *sometimes* it
doesn't.  I have used debug mode for sshd on my broken box and fish://
passes the username correctly, but still gets an auth fail.  Strange.
Works in other places.

Unfortunately I don't have any conclusive results leading me to a logical
and replicable problem, but I still might report it as a bug.

 Anyway, if you're dead set on using it, see if you can enabled verbose 
 logging 
 either on the client or the server.  Fish works by ssh'ing to a shell on your 
 system and running cd, ls, cat, and so on to get directory listings and the 
 contents of files.  If there is a problem with one of these commands, then 
 there you go.

And that's why I like fish -- cos it doesn't need anything special running
to connect to a remote host! :)



-- 
Adam Smith
Internode   : http://www.internode.on.net
Phone   : (08) 8228 2999

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Dell Precision Workstation 470n

2004-12-06 Thread Matthias Buelow
Ray Seals wrote:
We have purchased 15 of these with a single 73Gig SATA drive.  Has
anyone gotten 5.3 to run on a Dell SATA single drive?  They are
Works fine on a Dimension 4700 (Intel 915G chipset) with a 160GB Seagate 
SATA drive.

(the drive is: ad4: 152627MB ST3160023AS/8.05 [310101/16/63] at 
ata2-master SATA150)

--
  Matthias Buelow; [EMAIL PROTECTED],informatik.uni-wuerzburg}.de
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: AIC7902 and HostRAID support

2004-12-06 Thread Justin T. Gibbs
 Is there support for HostRAID on FreeBSD system
 nowadays? If not, is someone working on it?
 And if not, does FreeBSD project intend to have
 HostRAID support?

I can't say if it will ever be supported, but FreeBSD
does not currently support HostRAID arrays.  You can
only use these controllers as normal SCSI controllers.

--
Justin

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Disk problems - hard error reading fsbn NNNNNNNN (Bullet dodged)

2004-12-06 Thread Matt Navarre
Lowell Gilbert wrote:
Matt Navarre [EMAIL PROTECTED] writes:
 

Now, on to the damaged sectors, how to recover the data? dd stops when
it hits bad blocks, so we can't use that to copy the slice. same with
dump(8) as far as I can tell. So. Download dd_rescue from
http://www.garlof.de/kurt/linux/ddrescue/
   

Just out of interest: how is that different than dd conv=noerror?
 

Huh, you learn something new every day. Actually dd_rescue looks closer 
to dd conv=noerror,sync since it replaces input errors with NULs. 

Anyway dd_rescue worked for me, tho I suspect that dd would have worked 
also, if I'd read the manpage closer. But, hey, Bad Disk + No Backups = 
Major Freakout Mode.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.3: cant install openoffice 1.1 from ports

2004-12-06 Thread Lars Eighner
On Mon, 6 Dec 2004, Simon Burke wrote:
I've recently done a fresh install of 5.3, i updated ports using cvsup
to install gnome2.8, which im using know, great.
Problem is that it wont allow me to compile openoffice properly, i
cant give an error message as  its about 7hrs in i  get the message
and i've since made clean.
I can't help you with the port, and perhaps no one can without some idea of
the nature of the error.  However, I can tell you something that will help
you just about any time you need a record of an error message.  Of course
you can use script to record all the console stuff from every compile, but
you probably won't do that, so assuming you compile at a virtual tty, do
this:
vidcontrol -PH  /dev/ttyv#  ~/save.txt
where # is the number of the ttyv.  -P dumps the video buffer in human
readable form and -H makes it include the whole scrollback buffer, not just
the visible screen.  You can do this from the ttyv where the disaster
occurred, but generally I switch to another one. Of course, you can make the
filespec anything you want rather than
~/save.txt .
Form the habit of doing this every time something goes wrong.  It will make
it much easier to get people to help you, to make bug reports, or to google
for similar problem.
Does anyone know if it is broken? or how i can get an openoffice
release installed, as 1.0 is apparentlyu broken according to ports and
1.1 wont compile sucessfully.
--
Lars Eighner
[EMAIL PROTECTED] -finger for geek code-
http://www.io.com/~eighner/index.html
8800 N IH35 APT 1191 AUSTIN TX 78753-5266
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem while installing FreeBSD 5.3 - ata0-master : FAILURE ATA IDENTIFY

2004-12-06 Thread Alexey Koptsevich
On Tue, 30 Nov 2004, 22:39 +0800, Irvin Piraman wrote:
This has been an open issue since 5.2.1 and still present on
5.3-RELEASE. It usually works for when I select safe mode during
installation. If not try using with ACPI disabled. Once you are
finished with the install you'll have to do some workaround.
http://www.freebsd.org/releases/5.2.1R/errata.html
I know the link is old, but it'll help you somehow.
I don't why this issue is not listed on 5.3 errata.
HTH

Is there anything else to try if advices in the Errata of 5.2.1 do not 
help?

Thanks,
Alex


On Tue, 30 Nov 2004 09:44:40 -0300, Juli?n Herrera
[EMAIL PROTECTED] wrote:
Hello 4 all,
I  was starting to install FreeBSD 5.3 into 42 computers where I work as
workstations when just at first installation i've got this uncommon
problem. When kernel is finishing to load some messages like this appears:
ata0-master : FAILURE ATA-IDENTIFY timed out
=2 to install. So, it's impossible to continue. When I tried to install
again booting with Safe option, the installation program detects the
drive but complain about its geometry, so I was in doubt to continue.
This makes me think twice too soon (my first of 42 installations) if
it's a good idea to migrate from Windows to FreeBSD here at my company,
where FreeBSD has already been servicing the network infrastructure.
=20
The computer in question has a Soyo P4VGA-2AP1 motherboard with chipset
VIA Apollo P4M266A and HD Samsung SP0411N.
=20
Thanks in advance,
Juli=E1n Herrera
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
rg


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Installing FBSD 5.3 and 5.4

2004-12-06 Thread Brian Astill
On Mon, 6 Dec 2004 08:12 pm, Kris Kennaway wrote:
 On Mon, Dec 06, 2004 at 06:40:27PM -0600, Chris wrote:
  Brian Astill wrote:
  I guess there is some small incompatibility between my system and
   FBSD. Whatever .. the effect was that as I kept CVSupdating from
   FBSD 4.7 through 4.10 I gradually lost usability as first one
   program then another, failed.
  I decided to wait for 5.3 before using FBSD again.

 IMO, you should really be asking what caused these problems.  Chances
 are it's not an incompatibility but something you're doing wrong.

You think I haven't asked?  or sought advice as this problem became a 
real issue?  If I knew what I might be doing wrong I would have fixed 
it long since.

I suspect that over time, the apps I was using were unable to tolerate 
OS upgrades - ie I needed to portupgrade as well as CVSup - but this 
might not be the cause of my problems at all.  I haven't been able to 
damage Knoppix which is using the same drive and partition as FBSD had 
been using, but that might not be relevant, either.

My suggested arrangement, and use solely of Release versions, is an 
attempt to avoid any problems arising.

If you don't think this is a good idea, please make your recommendation. 

-- 
Regards,
Brian
sos-sa.org.au
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problems umount-ing dead NFS

2004-12-06 Thread Jeremy Tay
 
Hi everybody,

I am very confused about how to actually unmount a NFS filesystem that
has gone stray. I am currently writing a script that switches between
the main and backup servers according to their state, but when testing
it, everything seems to halt at unmounting the dead fs.

I tested it by mounting an export on a client, and then changing the
server's IP address or switching it completely off. When umount (or
umount -f) is called on the client to detach the dead filesystem before
mounting the export of the backup server, it stood still.

Some googling informed me that rebooting is the only way to get rid of
the stale fs but others say that a umount -f should free up the mount if
it is mounted soft. The flags I use are -3isl -R1 -t5 -D5 -r32768
-w32768 and still I can't unmount it.

Please give me a hand... any help would be appreciated.

- Jeremy


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: KDE, FreeBSD fish

2004-12-06 Thread martin hudec
Hello,

On Tue, Dec 07, 2004 at 02:26:09PM +1030 or thereabouts, Adam Smith wrote:
 And that's why I like fish -- cos it doesn't need anything special running
 to connect to a remote host! :)

You like fish? Even with that nasty bug in KDE which makes any kind
of work with files with size lower than 1024 bytes impossible? That
applies also to sftp as I've heard. And as it seems there is noone in
KDE team to fix this bug (possibly kio stuff), guys across the river
in Gentoo Linux distro have decided to take matters into their hands
and at least they have been able to fix sftp kio problem with such
files. Maybe this is indication that sftp is more useful than fish.


Cheers,

Martin

-- 
martin hudec


   * 421 907 303 393
   * [EMAIL PROTECTED]
   * http://www.aeternal.net

Nothing travels faster than the speed of light with the possible 
exception of bad news, which obeys its own special laws.

   Douglas Adams, The Hitchhiker's Guide to the Galaxy


pgp1N6PrBGX3L.pgp
Description: PGP signature


Re: KDE, FreeBSD fish

2004-12-06 Thread Stijn Hoop
On Tue, Dec 07, 2004 at 02:26:09PM +1030, Adam Smith wrote:
 I have found in playing around that *sometimes* it works and *sometimes* it
 doesn't.  I have used debug mode for sshd on my broken box and fish://
 passes the username correctly, but still gets an auth fail.  Strange.
 Works in other places.

Sometimes *sftp* fails when your ssh login is chatty -- maybe fish suffers
from the same problem. Check to see whether you have fortune, nfrm, or
other such outputting programs on that host in your login scripts.

HTH,

--Stijn

-- 
Help Wanted: Telepath. You know where to apply.


pgpl3Fj86cfde.pgp
Description: PGP signature


Re: mic problems

2004-12-06 Thread Christopher Illies
 
 I have installed KDE3, aumix and skype ports in my machine.
 
 When I try to use skype .. it works perfectly ... I can listen the
 remote side.
 
 But the other side cannot listen to me.
 
 How is possible to do a correct configuration in my microphone ?
 
Did you adjust mic and rec with mixer(8) ?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]