can't connect after update to openssh-portable 3.6.1p2-5

2003-09-26 Thread Jon Noack
On 4.8-RELEASE-p10 machines I can't connect after updating to 
openssh-portable 3.6.1p2-5.  Updating steps:

1) cvsup
2) portupgrade -ar
3) /usr/local/bin/rc.d/sshd.sh stop
4) /usr/local/bin/rc.d/sshd.sh start
This worked fine on 5.1-RELEASE-p8 machines and has worked for several 
years now (since 4.4 days, I think).  There was nothing in the CVS 
commit description that said I needed to recompile anything else.

I do not have access to the machines right now (I was updating all the 
machines at once over SSH (I tested on a 5.1-RELEASE-p8 machine so I 
thought I was OK -- I'll test on every version in the future) -- steps 3 
and 4 are done with a shell script that doesn't result in termination of 
the current connection), but the output when trying to connect (scrubbed 
of identifying info) is below and the current sshd_config is at the bottom:

** debug output ***
$ ssh -vvv my.server.example.com
debug1: Reading configuration data /usr/local/etc/ssh/ssh_config
debug1: Rhosts Authentication disabled, originating port will not be 
trusted.
debug2: ssh_connect: needpriv 0
debug1: Connecting to my.server.example.com [xxx.xxx.xxx.xxx] port 22.
debug1: Connection established.
debug1: identity file /home/username/.ssh/identity type -1
debug1: identity file /home/username/.ssh/id_rsa type -1
debug1: identity file /home/username/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_3.6.1p2
debug1: match: OpenSSH_3.6.1p2 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.6.1p2
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit: 
diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,[EMAIL PROTECTED]
debug2: kex_parse_kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,[EMAIL PROTECTED]
debug2: kex_parse_kexinit: 
hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: 
hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: kex_parse_kexinit: 
diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa
debug2: kex_parse_kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,[EMAIL PROTECTED]
debug2: kex_parse_kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,[EMAIL PROTECTED]
debug2: kex_parse_kexinit: 
hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: 
hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: mac_init: found hmac-md5
debug1: kex: server-client aes128-cbc hmac-md5 none
debug2: mac_init: found hmac-md5
debug1: kex: client-server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug2: dh_gen_key: priv key bits set: 131/256
debug2: bits set: 1577/3191
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug3: check_host_in_hostfile: filename /home/username/.ssh/known_hosts2
debug3: check_host_in_hostfile: filename /usr/local/etc/ssh/ssh_known_hosts2
debug3: check_host_in_hostfile: filename /home/username/.ssh/known_hosts2
debug3: check_host_in_hostfile: filename /usr/local/etc/ssh/ssh_known_hosts2
debug3: check_host_in_hostfile: filename /home/username/.ssh/known_hosts
debug3: check_host_in_hostfile: match line 9
debug3: check_host_in_hostfile: filename /home/username/.ssh/known_hosts
debug3: check_host_in_hostfile: match line 9
debug1: Host 'my.server.example.com' is known and matches the RSA host key.
debug1: Found key in /home/username/.ssh/known_hosts:9
debug2: bits set: 1590/3191
debug1: ssh_rsa_verify: signature correct
debug2: kex_derive_keys
debug2: set_newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
Connection closed by xxx.xxx.xxx.xxx
debug1: Calling cleanup 0x8061dc0(0x0)
 end debug output *

*** sshd_config ***
Port 22
Protocol 2
HostKey /usr/local/etc/ssh/ssh_host_rsa_key


nmap build failure

2003-09-26 Thread Jon Noack
nmap 3.46 from ports fails to build on my 5.1-RELEASE-p8 machine with 
the following error (full build log attached):

*** error ***
c++ -c  -I/usr/local/include -O -pipe -march=pentium3 -fmemoize-lookups 
-fsave-memoized -Wall  -I/usr/local/include -Ilibpcap-possiblymodified 
-Inbase -Insock/include  -DHAVE_CONFIG_H -DNMAP_VERSION=\3.46\ 
-DNMAP_NAME=\nmap\ -DNMAP_URL=\http://www.insecure.org/nmap/\; 
-DNMAP_PLATFORM=\i386-portbld-freebsd5.1\ 
-DNMAPDATADIR=\/usr/local/share/nmap\ -Ilibpcap-possiblymodified 
main.cc -o main.o
In file included from nbase/nbase.h:256,
 from nmap.h:109,
 from main.cc:87:
/usr/local/include/getopt.h:115: declaration of C function `int getopt()'
   conflicts with
/usr/include/unistd.h:377: previous declaration `int getopt(int, char* 
const*,
   const char*)' here
*** Error code 1
*

Any ideas would be appreciated,
Jon Noack
---  Upgrading 'nmap-3.30' to 'nmap-3.46' (security/nmap)
---  Building '/usr/ports/security/nmap'
===  Cleaning for libtool-1.4.3_2
===  Cleaning for pcre-4.4
===  Cleaning for perl-5.6.1_13
===  Cleaning for openssl-0.9.7b_1
===  Cleaning for nmap-3.46
===  Extracting for nmap-3.46
 Checksum OK for nmap-3.46.tar.bz2.
===  Patching for nmap-3.46
===  Applying FreeBSD patches for nmap-3.46
===   nmap-3.46 depends on shared library: pcre.0 - found
===   nmap-3.46 depends on shared library: crypto.3 - found
===  Configuring for nmap-3.46
checking for gcc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking for inline... inline
checking build system type... i386-portbld-freebsd5.1
checking host system type... i386-portbld-freebsd5.1
checking how to run the C preprocessor... cc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for strings.h... (cached) yes
checking for memory.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/sockio.h usability... yes
checking sys/sockio.h presence... yes
checking for sys/sockio.h... yes
checking bstring.h usability... no
checking bstring.h presence... no
checking for bstring.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for unistd.h... (cached) yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for net/if.h... yes
checking for netinet/if_ether.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for main in -lm... yes
checking for library containing gethostent... none required
checking for library containing setsockopt... none required
checking for library containing nanosleep... none required
checking pcap.h usability... yes
checking pcap.h presence... yes
checking for pcap.h... yes
checking for pcap_datalink in -lpcap... yes
checking if libpcap version is recent enough... no
checking struct ip... yes
checking ip_v in struct ip... yes
checking if sockaddr{} has sa_len member... yes
checking whether byte ordering is bigendian... no
checking if struct in_addr is a wacky huge structure (some Sun boxes)... no
checking if struct icmp exists... yes
checking if struct ip exists... yes
checking if struct ip has ip_sum member... yes
checking for bzero... yes
checking for memcpy... yes
checking for nanosleep... yes
checking for strerror... yes
checking for strcasestr... yes
checking for inet_aton... yes
checking for getopt_long_only... no
checking for usleep... yes
checking for type of 6th argument to recvfrom()... socklen_t
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
configure: configuring in nbase
configure: running /bin/sh './configure' --prefix=/usr/local  '--without-localdirs' 
'--with-libpcre=/usr/local' '--with-openssl=/usr/local' 

Citrix ICA client problems - no keyboard response (weirdness)

2003-09-26 Thread Sam Lawrance
Hi,

I'm using the citrix ica client from ports to connect to a w2k server,
and I'm seeing some weird behaviour. Almost all aspects of the
connection seem fine - I can connect, get a logon screen, and if I
supply credentials on the command line the login goes like it should.

However, keyboard activity doesn't seem to be working. I can see the
data going out when I type; but no response. Eg. at the logon screen, I
can't type my username, tab between fields or anything.

Any ideas or suggestions of what to do next appreciated.

Regards
Sam Lawrance.
(please cc replies my way)

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


Re: Portupgrading ports with individual settings.

2003-09-26 Thread Igor B. Bykhalo
- Original Message - 
From: Michael Vondung [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 25, 2003 5:05 PM
Subject: Portupgrading ports with individual settings.


 Very neophyte'ish question again, but:
 
 I currently have Qt installed and now downloaded the distfile for a new
 version. I'd like to compile this new version with the WITHOUT_OPENGL
 option, which isn't the default. If I have portupgrade -ra do this, it will
 use the default settings, I believe. How would I go about this? Should I
 make deinstall the currently installed Qt version and then make
 WITHOUT_OPENGL=yes install the whole thing? (and then update the rest of
 the software with portupgrade -ra)

You are using portupgrade, so look at /usr/local/etc/pkgtools.conf,
section MAKE_ARGS, there are some examples.

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


Why mplayer in FreeBSD 5.1 behave not so good as Debian in my computer?

2003-09-26 Thread zch
Hi,
I have installed mplayer through cvsup while the error message, your system is too 
SLOW to play this,always jump out. I had  recompiled mplayer with 
without-runtime-computercheck, but the eror is still as before. While mplayer in 
Debian is well. And the two system audios are all oss drivered. Could anybody give 
some suggestion? Thanks!

Best wishes,
zhang



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


UFTDI serial port

2003-09-26 Thread Christopher Ward
Can someone tell me if a UFTDI based serial port still uses /dev/cuaa0 
or does it have a different device?  And if so what is the ttyd 
equivalent as well.

Thanks.

Chris

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


mounting floppies as normal user

2003-09-26 Thread Frans-Jan v. Steenbeek
OK, I feel like a total newbie again, but I can't figure this out...

I cannot get floppies to be mounted by normal users.

this is what I did:
$ su
# systctl vfs.usermount=1
# chmod 777 /dev/fd0
# chmod 777 /dev/fd0a
# exit
$ mount /dev/fd0a /mnt/flop
mount: /dev/fd0a: Operation not permitted

root mounts everything fine.

I know that there is a port wich make msdos-flops usable, but I do not want 
that :) I use FreeBSD-formatted floppies also, and then there is this 
backup-drive I do not mount at boottime but only when I need it... same 
problem there.
The FreeBSD-FAQ tells me exactly (well, to some extend) what I did above 
Google also didn't help me out...

what the heck am I doing wrong?

I'm going to install a FreeBSD-system for a friend who is a regular 
Window$-user but who wants something more stable. Somehow it feels kinda odd 
to tell someone who only worked within GUI's that when he wants to use his 
floppydrive or cdrom he has to open a xterm, type su and his password and 
then to type mount_msdos /dev/fd0a /mnt/flop so I really would like to 
make life more userfriendly for him :)

(please CC me, I'm not a member here)

-- 
tcGB  Fi-Ji 

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


Re: mounting floppies as normal user

2003-09-26 Thread Peder Blom
On Fri, 26 Sep 2003 11:11:13 +0200
Frans-Jan v. Steenbeek [EMAIL PROTECTED] wrote:

 OK, I feel like a total newbie again, but I can't figure this out...
 
 I cannot get floppies to be mounted by normal users.
 
 this is what I did:
 $ su
 # systctl vfs.usermount=1
 # chmod 777 /dev/fd0
 # chmod 777 /dev/fd0a
 # exit
 $ mount /dev/fd0a /mnt/flop
 mount: /dev/fd0a: Operation not permitted
 
 root mounts everything fine.
 
 I know that there is a port wich make msdos-flops usable, but I do not
 want that :) I use FreeBSD-formatted floppies also, and then there is
 this backup-drive I do not mount at boottime but only when I need
 it... same problem there.
 The FreeBSD-FAQ tells me exactly (well, to some extend) what I did
 above Google also didn't help me out...
 
 what the heck am I doing wrong?
 

You must own the directory where you mount the floppy (or CD). Try
mounting onto a directory in ~.

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


Vinum RAID5 speed question

2003-09-26 Thread Martin Brecher
Hi, -

I plan on setting up a vinum RAID5 array of three 120GB IDE disks. The 
disks will be attached to two Promise 100 TX2 controllers, on which two 
other disks are residing, too.

The following questions have come to my mind:

1. I thought about getting disks with 8MB cache. Does the bigger cache 
size affect performance in a RAID5 scenario?

2. Currently I'm running a RAID5 with 4 older 5400rpm disks in that 
machine, and write speeds are around 3MB/s. I guess that several people 
here are running vinum RAID5 with current IDE disks, so what throughput 
can I expect from the new planned setup?

3. The volume is meant for storing all kinds of files with all kinds of 
sizes. My current setup has a blocksize of 489kb. From other people's 
experience, what blocksize might bring the best results for such general 
purpose?

4. Any other advice would be welcome, of course. :-)

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


problems with pam_ldap - ssh and file attributes

2003-09-26 Thread Miroslav Kes
Hi,

I just suceeded to install and configure pam_ldap authentication on my 
5.1Release box. Everything seems to work fine (ftp, telnet, samba, ...) 
except for ssh.
Any attempt to login (as user whose account is defined in the LDAP 
directory) from a remote host using ssh end up with the  error message: 
Access denied. For users registered in /etc/passwd the ssh works fine. 
There is no problem when login via telnet, ftp works fine as well but 
the ssh doesn't.

The /etc/pam.d/sshd looks like:

# auth
authrequiredpam_nologin.so  no_warn
authsufficient  pam_opie.so no_warn 
no_fake_prompts
authrequisite   pam_opieaccess.so   no_warn allow_local
authsufficient  pam_ldap.so debug try_first_pass
authrequiredpam_unix.so no_warn 
try_first_pass

# account
account requiredpam_login_access.so
account sufficient  pam_ldap.so debug
account requiredpam_unix.so
# session
session requiredpam_permit.so
# password
passwordsufficient  pam_ldap.so debug
passwordrequiredpam_unix.so no_warn 
try_first_pass

--

Another problem is that commands like ls displays uid and gid as numbers 
for files owned by LDAP users. On the other hand ftp displays them 
correctly.

Any ideas how to fix that (especially in case of ssh) would be really 
helpfull.

Thanks

Mira

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


Re: Why mplayer in FreeBSD 5.1 behave not so good as Debian in my computer?

2003-09-26 Thread Kris Kennaway
On Fri, Sep 26, 2003 at 04:11:55PM +0800, zch wrote:
 Hi,
 I have installed mplayer through cvsup while the error message, your system is too 
 SLOW to play this,always jump out. I had  recompiled mplayer with 
 without-runtime-computercheck, but the eror is still as before. While mplayer in 
 Debian is well. And the two system audios are all oss drivered. Could anybody give 
 some suggestion? Thanks!

1) Please wrap your lines at 70 characters so your emails may be easily read

2) I think this error message is spurious - I get it a lot on machines
that are definitely not too slow to play the video (mplayer does not
use 100% CPU), and indeed there are no problems with playback speed or
quality.

Kris


pgp0.pgp
Description: PGP signature


Re: xfstt and KDE3

2003-09-26 Thread Alexander Farber
Hi,

I'd try:

rm -rf ~/.qt
sudo fc-cache


On Thu, Sep 25, 2003 at 01:35:42AM -0400, Marty Leisner wrote:
 I just got truetype fonts installed (I'm running linux [redhat 7/8]).
 
 I'm building kde-3.1.4. (I like to build things myself ;-))
 I'm using xfstt 1.6.
 
 But when I enable truetype fonts, none of the kde-3.1.4 applications run -- they
 all start up, but quickly crashes,  the crash dialog doesn't stay up...
 
 When I disable the truetype fonts, no problem... 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Fixed - Citrix ICA client problems - no keyboard response (weirdness)

2003-09-26 Thread Sam Lawrance
Problem solved - all I had to do was set the client keyboard type
(netbsd worked for me) in Tools - Settings

Regards
Sam.



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


Re:Why mplayer in FreeBSD 5.1 behave not so good as Debian in my computer?

2003-09-26 Thread zch
Dear Kris Kennaway,
  
1.Very Sorry for the so long lines. Because of I'm using the Foxmail and  
I don't know it will give so lone lines in the list.

2.the thing is true in the computer. I am install the VMware workstation 4.01
under Win2000 in a computer with 256M ram  and C1.7G. The virtual machines are 
FreeBSD5.1-RELEASE and Debian 3.0R1. I am install the mplayer in Debian directly 
from deb files and there may be the questions. I am just want to make sure of whether
my compile options are fit for the virtual machine and the better options may be 
selected.
Though I am sure the physical installation may be better. And I am just curious.
3.If you are still suspicious of this and I can post some snapshots.

Best wishes,
zhang


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


preventing watchdog timeout

2003-09-26 Thread C. Ulrich

If I boot FreeBSD 5.1-RELEASE with no cable attached to the NIC, I get a
slew of dc0: watchdog timeout errors. Sometimes, I want to boot and
run the system without being physically connected to the network. Is
there any way to get rid of the timeout errors short of disabling
networking all together?

C. Ulrich
-- 
http://bityard.net

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


Re: problems writing to smbfs mount

2003-09-26 Thread C. Ulrich
On Fri, 2003-09-26 at 00:49, Erick Smith wrote: 
 I tried to do this a while back and ran into the same problems that you 
 mention.   
 
 I eventually gave up and wrote a shell script to mount the smb share.  I put 
 this in the /usr/home/etc/rc.d directory.
 
 It isn't fstab then, but accomplishes the same thing, plus it won't crash your 
 boot process if the smb share is unavailable when you boot.

That sounds like it might work, but I'm interested in doing it The Right
Way. :) This kind of error needs to be fixed instead of worked around.
There doesn't seem to be an existing PR for this, think I should send
one?

P.S. The system appears to boot fine even if the smb share isn't
available. It just skips mounting it whilst burping up a few error
messages.

P.P.S. Thanks!

C. Ulrich
-- 
http://bityard.net

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


Reg natd on FreeBSD 4.8

2003-09-26 Thread hkarlap
Hi there,
I just tried to set up  NAT and after I
rebuild the kernel with the following lines:

optionsIPFIREWALL
optionsIPDIVERT

The make stops and I get:

Error code 1  netinet/ip_divert.c(.data+0x20): undefined reference to
'sysctl__net_inet_divert_children

My system, already had dummynet running on it (that is IPFIREWALL option
was included )
I also made changes to /etc/rc.conf
My version is FreeBSD4.8
Regards
Himadeepa
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Why mplayer in FreeBSD 5.1 behave not so good as Debian in my computer?

2003-09-26 Thread Karel J. Bosschaart
On Fri, Sep 26, 2003 at 04:11:55PM +0800, zch wrote:
 Hi,
 I have installed mplayer through  cvsup while the error message, your
 system is  too SLOW to  play this,always  jump out. I  had recompiled
 mplayer with without-runtime-computercheck, but the eror is still as
 before. While mplayer in Debian is well. And the two system audios are
 all oss drivered. Could anybody give some suggestion? Thanks!

What do you mean by 'oss' audio? FWIW, if I use mplayer with the OSS
sound driver by 4Front Technology, it is slow and stuttering, but 
when using FreeBSD's pcm driver it is quite OK. I guess it can be
made to work properly, but currently I'm using pcm anyway.

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


Re: Citrix ICA client problems - no keyboard response (weirdness)

2003-09-26 Thread Karel J. Bosschaart
On Fri, Sep 26, 2003 at 09:44:12AM +0200, Sam Lawrance wrote:
 Hi,
 
 I'm using the citrix ica client from ports to connect to a w2k server,
 and I'm seeing some weird behaviour. Almost all aspects of the
 connection seem fine - I can connect, get a logon screen, and if I
 supply credentials on the command line the login goes like it should.
 
 However, keyboard activity doesn't seem to be working. I can see the
 data going out when I type; but no response. Eg. at the logon screen, I
 can't type my username, tab between fields or anything.

Hmm, is this similar to the problem I had one year ago, described here:
http://www.geocrawler.com/archives/3/157/2002/9/0/9696593/  ?
That was solved by reinstalling XFree86-libraries:
http://www.faqchest.com/linux/freeBSD/fbsd-02/fbsd-0210/fbsd-021046/fbsd02101805_09161.html

 Any ideas or suggestions of what to do next appreciated.

If it's not the same problem as I had, I don't know, sorry.

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


Re: Installing and setting FreeBSD

2003-09-26 Thread Jerry McAllister
 
 I went through the intalltion instuction and I am still unable to run BSD the 
 instuction are a little to disired as in it is not helpfull at all and as far as i 
 can tell FreeBSD still stinks unless i can get some serious help in getting it fully 
 setup 
 
 Im trying to set it up on a Dell Inspiron 8000 with standard hardware except the 
 modem i upgraded and it from dell and it is a combo card ethernet/ 56k modem and the 
 conflicts on it are crazy i can resovle and the same with the pc cards.
  
 I know that im very new to the hole BSD thing but there should be more help 
 avalibale for people like me

Outside of having language trouble with the documentation, you haven't
said anything about what you have tried and where you got stuck.  No one 
will be able to help you without more information from you.Generally
you can resolve the kernel conflicts by deleting the conflicting devices.
If you are using only pci card stuff, you will not need those other devices.
But, again, you have not given enough information to tell what you have
and what problem[s] you are having.

There are some translations of the documentation in to other languages.
You might want to check on those and then get more specific about 
what problem you are having.   

jerry
 ___
 [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]


Reg IPDIVERT on FreeBSD4.8

2003-09-26 Thread hkarlap
I added
options IPDIVERT to the config file and made a few changes to /etc/rc.conf
This was done to run natd.

When i do a make i get this error
undefined reference to sysctl__net_inet_divert_children
There seems to be some bug regarding this in earlier version(4.0) of BSd..
Does this bug still exist.How do i go about this problem. My intent is to
enable natd
Himadeepa
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Burning a boot CD

2003-09-26 Thread Long Le
Hi all,

Does anyone know how to burn/clone a boot CD on a FreeBSD machine?

Thanks,
Long

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


Re: Ports woes.

2003-09-26 Thread Kent Stewart
On Thursday 25 September 2003 04:12 pm, K Anderson wrote:
 Kent Stewart wrote:
  On Monday 22 September 2003 08:45 pm, cuddlesomebunny wrote:
 Could anybody explain to me what is up with ports?
 
 I am using FreeBSD 5.x-p2 and I am using ports and am having one
  hell of a time installing things.
 
 Here's what is happeng.
 
 I go to install ports and if it needs to get a dependency it goes
  and fetches it and becomes the usual compile process. Except that
  the dependency might already be installed with the exact version
  required and so most of the time the ports error out telling me I
  need to make deinstall on some dependency then make reinstall on
  it.
 
 And don't even get me started on installing Apache. I tried
 installing mod_php4 but before hand installed apache+ssl and so
  then mod_php4 doesn't even see that apache is already installed
  and then fetches the version it wants thus blowing out the
  apache+ssl and I have to then reinstall that package to get ssl
  and apache.
 
 If I do things with /stand/sysinstall it errors out on a dependency
 if it is already installed instead of ignoring the fact that it is
 already there and errors out. This particular behavour started
  around 4.8 or so. Maybe earlier but I don't seem to recall exactly
  when this started to happen.
 
 I tried using the portupgrade stuffs but that just seems to make
 things worse overall.
 
 Anybody got any hints as to why it seems ports is having these
  sorts of problems?
 
  I don't have any idea what you problem is; however, there is an
  ongoing discussion on -current with people having port problems.
  What I remember is that the freeze has them locked and they can't
  patch the ports to build and install on -current until the port
  freeze is over. You might be caught by this problem or something
  entirely different.
 
  Kent

 M, could be. But would that explain why /stand/sysinstall can't
 install something just because a given dependency exists already on
 the system?

No, idea. I don't use sysinstall after the initial install and I only do 
minimal initial installs of the packages. There is one exception  and 
that is I use it to add new HDs. 

Once the system is installed, I use the port system to do everything. 
That begins with cvsuping ports-all, making both INDEXs in the cvsup 
script that I use, and portupgrade to maintain the ports I have 
installed. You can add packages from the CD-ROMS using pkg_add. You can 
also have it fetch packages for you but in that case, I usually build 
them from scratch and have never had it fetch a package for me.

I think that everything you download that has been built, is basically 
out of date by the time you download it. For example, the ports have 
been tagged and are being built for 4.9's release based on the tagging 
but updates are going on as I write this. What you will find on the CD 
is consistant with the initial build of the system but any of the ports 
that have been fixed or updated are already out of date.

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: nmap build failure

2003-09-26 Thread Adam McLaurin
On Fri, 2003-09-26 at 02:46, Jon Noack wrote:
 nmap 3.46 from ports fails to build on my 5.1-RELEASE-p8 machine with 
 the following error (full build log attached):
 
 *** error ***
 c++ -c  -I/usr/local/include -O -pipe -march=pentium3 -fmemoize-lookups 
 -fsave-memoized -Wall  -I/usr/local/include -Ilibpcap-possiblymodified 
 -Inbase -Insock/include  -DHAVE_CONFIG_H -DNMAP_VERSION=\3.46\ 
 -DNMAP_NAME=\nmap\ -DNMAP_URL=\http://www.insecure.org/nmap/\;
 -DNMAP_PLATFORM=\i386-portbld-freebsd5.1\ 
 -DNMAPDATADIR=\/usr/local/share/nmap\ -Ilibpcap-possiblymodified 
 main.cc -o main.o
 In file included from nbase/nbase.h:256,
   from nmap.h:109,
   from main.cc:87:
 /usr/local/include/getopt.h:115: declaration of C function `int getopt()'
 conflicts with
 /usr/include/unistd.h:377: previous declaration `int getopt(int, char* 
 const*,
 const char*)' here
 *** Error code 1
 *

I'm having the same problem. I think it has something to do with pcre,
but I'm not sure yet. I'll report back if I find something more.

-- 
Adam McLaurin [EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part


Re: Tape Conversion

2003-09-26 Thread Michael L. Squires
 I have an old 9 track tape that, as luck would have it, contains a

Don't know where you are, but in Indianapolis there were several service
bureaus which do this kind of work.  The cost was in the hundreds of
dollars range.  All of them had 9-track drives, and they would write
the data to a CD.

Qualstar 9 track SCSI drives turn up on eBay all the time, but whether
or not the drive would work and whether or not one could figure out
the input parameters is a big question.  Some of the drives were
sold with an ISA card and conversion software, which I think comes
from NovaStor.

I have bought other tape drives for a project and had no real problems
reading and converting QIC, DAT, and DLT tapes at home using FreeBSD and
dd.  One trick is that buffer size problems show up only in 
/var/log/messages.  I've read tapes from IBM systems this way and
then used dd to both input the data and convert the data to ASCII.

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


lol!

2003-09-26 Thread Georg Auernhammer
http://meisterdieb.b3cks.com/?37766
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Sound Card - NOT

2003-09-26 Thread DoubleF
On 26 Sep 2003 13:59:23 +1000 Psyche101 [EMAIL PROTECTED] probably wrote:

 Hiya 
 
 Tried splay, same result. Also ran xmms from an xterm, no errors or
 verbose output of any kind, all seemed smooth. I have found stacks of
 esound dirs on my setup, not sure which one I should be looking at,
 couldn't see one attached to xmms, found and opened the artsd folder I
 could find, but it was some serious stuff, way over my head, couldn't
 read it.Been bopping to hi for a day now,LOL, need some new
 sounds, any other ideas ?
 
 Andrew Kozak
 

Please, try

$ mixer vol 100 pcm 100
$ splay -vvv -d /dev/dsp somefile.mp3

I can't imagine splay not working because it writes directly to the DSP
device (at least 0.9.5.1 does this, and the ports version is 0.9.5.2).
If it doesn't, your system is unimaginably perverted. 

(It's best to try it in single-user, just to be sure...)

HTH
-- DoubleF
The system itself does not do what it says it is doing.


pgp0.pgp
Description: PGP signature


Re: Ports woes.

2003-09-26 Thread Jud
On Fri, 26 Sep 2003 07:32:43 -0700, Kent Stewart [EMAIL PROTECTED]
said:
 On Thursday 25 September 2003 04:12 pm, K Anderson wrote:
  Kent Stewart wrote:
   On Monday 22 September 2003 08:45 pm, cuddlesomebunny wrote:
  Could anybody explain to me what is up with ports?
  
  I am using FreeBSD 5.x-p2 and I am using ports and am having one
   hell of a time installing things.
  
  Here's what is happeng.
  
  I go to install ports and if it needs to get a dependency it goes
   and fetches it and becomes the usual compile process. Except that
   the dependency might already be installed with the exact version
   required and so most of the time the ports error out telling me I
   need to make deinstall on some dependency then make reinstall on
   it.
[snip]
  I tried using the portupgrade stuffs but that just seems to make
  things worse overall.
  
  Anybody got any hints as to why it seems ports is having these
   sorts of problems?
  
   I don't have any idea what you problem is; however, there is an
   ongoing discussion on -current with people having port problems.
   What I remember is that the freeze has them locked and they can't
   patch the ports to build and install on -current until the port
   freeze is over. You might be caught by this problem or something
   entirely different.

I'm obviously getting into this very late, but I'll hazard a couple of
suggestions.  Apologies if they've already been discussed/discarded.

1. If you haven't already, run portsdb -uU and pkgdb -F.

2. If it isn't among the portupgrade stuff you've already tried, the
-fRN options in combination may work.

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


Re: [Full-Disclosure] FreeBSD Security AdvisoryFreeBSD-SA-03:14.arp [REVISED]

2003-09-26 Thread Michael Scheidell
 
 The following patch has been verified to apply to FreeBSD 5-CURRENT,
 4.9-PRERELEASE, and 4.8 systems.
 
 a) Download the relevant patch from the location below, and verify the
 detached PGP signature using your PGP utility.
 
 ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-03:14/arp.patch
 ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-03:14/arp.patch.asc

patch assume you didn't apply the original patch?

patch  /var/tmp/arp.patch
Hmm...  Looks like a new-style context diff to me...
The text leading up to this was:
--
|Index: sys/netinet/if_ether.c
|===
|RCS file: /home/ncvs/src/sys/netinet/if_ether.c,v
|retrieving revision 1.104
|retrieving revision 1.104.2.1
|diff -c -p -r1.104 -r1.104.2.1
|*** sys/netinet/if_ether.c 4 Mar 2003 23:19:52 -   1.104
|--- sys/netinet/if_ether.c 23 Sep 2003 20:08:42 -  1.104.2.1
--
Patching file sys/netinet/if_ether.c using Plan A...
Hunk #1 failed at 918.
1 out of 1 hunks failed--saving rejects to sys/netinet/if_ether.c.rej
done

-- 
Michael Scheidell, CEO
SECNAP Network Security, LLC 
Sales: 866-SECNAPNET / (1-866-732-6276)
Main: 561-368-9561 / www.secnap.net
Looking for a career in Internet security?
http://www.secnap.net/employment/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


gif config in rc.conf

2003-09-26 Thread Vince Hoffman
Hi all, 
i'm having a bit of a problem getting my gif config to be setup 
on boot through rc.conf.
I followed the instructions in the handbook for setting up a vpn using 
gif devices, and it works fine, however the settings it suggest for
rc.conf dont seem to be working.
my entries in rc.conf look like this (with real IPs obviously)

gifconfig_gif0=213.249.x.x 213.86.x.x
ifconfig_gif0=inet 10.9.0.66 192.168.1.254 netmask 0x
static_routes=vpn1 vnp2 vpn3
route_vpn1=192.168.1.0 192.168.1.254 netmask 0xff00
route_vpn2=10.20.0.0 192.168.1.254 netmask 0xff00
route_vpn3=10.21.0.0 192.168.1.254 netmask 0xff00

but no gif device is configured on boot.
any suggestions as to what i am doing wrong/where to look ?
I couldnt find anything in dmesg or /var/log/messages

Thanks 
Vince

---
Vince Hoffman Systems Administrator
Euro RSCG Circle (London)
P: 020 7959 7576  M: 0777 5822213
Icq: 50905590 PGP ID: 0xC859C861
A vacuum is a hell of a lot better than some of the stuff that nature
replaces it with.
-- Tennessee Williams
---
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Aegypten for OpenPGP and related in Kmail

2003-09-26 Thread Martin Hudec
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Did anyone of you tested Aegypten with Kmail? I cannot find any port named 
like that?

- -- 
kind regards
- --
Martin Hudec
- --
 :@:  [EMAIL PROTECTED]
 :w:  http://www.corwin.sk
 :m:  +421.907.303.393
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/dFh61VPr1EE7sj4RAs36AJoCYuBnF6JXz+pFYSvJMaiwTpDmdACfb9YU
mB+lfu5/Se4AplP2M1O11iM=
=M06G
-END PGP SIGNATURE-

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


QT problems are fixed.

2003-09-26 Thread Dragoncrest
	To all those having issues upgrading QT from 3.1 to 3.2 recently which 
resulted in the failure of KDE and several other ports to upgrade, I've 
successfully tested KDE as of yesterday and all of them upgraded fine with 
no hitches and I'm now using the new version of QT and KDE3.x now.

	So upgrade em if ya got em!  :)

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


FreeBSD-4.8-p10 -- Random reboots after swapping motherboard, cpu, memory

2003-09-26 Thread nw1
September 26, 2003



I initially installed 4.4 or 4.5 (Dec., 2001) subsequently cvsup'ing since then 
(currently
at 4.8-p10); using the following hardware:



Main board - Tyan Tiger-MP (S-2460) | chipset: AMD-760 MPX

SMP using - AMD-MP 1800+'s

Ram - 768MB (crucial.com)

AGP - Matrox G450 eTV
Floppy drive = 1.44
Western digital = model # WD102AA Caviar (UDMA/66 primary master)
Maxtor = model # 52049H4 (UDMA/100)  -- Secondary master
Maxtor = model # 5T040H4 (UDMA/100) - Secondary slave
CD-rom = optional.

--



Because of serious issues with the above S-2460 board, we retired them in favor of the
Tyan S-2466.  Simply, we transferred the hardware from the S-2460; to the S-2466 board.
Everything seemed to run fine.



Something unrelated happened with the S-2466 causing us to RMA the S-2466 board(s).  
While
those boards are being dealt with, we're left a few older Intel platforms/hardware to 
work
with:



Giga-byte - GA-6BXDS

1.   Intel 82440 BX AGPset

2.   iTE 8671 I/Oset (1Mb/S)

3.   Winbond 83781 Health Chip

4.   Adaptec 7895 Dual Channel Ultra Wide SC



We basically took our IDE devices and installed them on the gigabyte board.  Things 
seem
to run OK, but that's not the case.  The following three things stand out:



The machine randomly reboots while sitting idle -or semi-idle.  With the exception of 
the
normal processes that start post boot.  E.g. ntpd, ntpdate, mbmon (from ports) nothing 
to
intensive.  ß From the console standpoint, and that's our main concern. (console).



In addition, from the console, our mouse has stopped working with the following line in
our /etc/rc.conf  'moused_enabled=YES'.  Our mouse is a Logitech cordless optical 
Model
number:M-RM67A (with fresh batteries).



The above works fine with the TYAN boards in place.



--Console Summary-

The machine randomly reboots.

The mouse doesn't respond/move in the console.



-- Within XFree86 -



X seems to run fine, but the mouse refuses to respond/work.



I'm thinking this has something to do with the different boards or chipsets, however, 
we
have no idea where to begin in order to fix this.



Respectfully yours,



TR

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


Problem with USB printer HP LaserJet 1300

2003-09-26 Thread Sergey Zaikov
 Hello, [EMAIL PROTECTED]

Some times ago I have seek technical support about problem with USB printer HP
LaserJet 1300: its detected as ugen instead of ulpt.

B.Walter ([EMAIL PROTECTED]) have make a patch. I try it and can say
that problem has been eliminated.

But Walter tell me that he so busy and can't commit it. I so can't commit it
because I have of serios damage of optic-fiber cable (this letter I send via
FIDOnet).

Is this patch died now?

Thank you!

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


Re: RealTek Nic Chip

2003-09-26 Thread Tony A, Fields
Thanks for the input Greg.

Please note that I have looked at the output from ifconfig. Also note that 
the driver recognizes that the DFE-530TX uses the RealTek 8139 chip.

Any other suggestions on how to get the RealTek 8201BL chip to work?

At 11:49 AM 9/26/03 +0930, you wrote:
On Thursday, 25 September 2003 at 15:07:43 -0700, Tony A, Fields wrote:
 Howdy,
 Great OS! Smooth as silk! Extremely fast and responsive.

 Have question though. I had to put a D-Link DFE-530TX PCI card in one of
 the PCI slots in the system that the OS was installed on because the
 motherboard (SHUTTLE FN41) has an integrated RealTek 8201BL NIC that was
 not responding during installation. I was wondering if there is any way to
 get the chip to function?

 When I boot and look at the output of dmesg I note the following:
 rl0: D-Link DFE-530TX+ 10/100BaseTX port 0xc000-0xc0ff mem
 0xee00-0xeeff irq 11 at device 6.0 pci1
Heh.  That's a Realtek card.DFE-530TX uses RealTek 
Driver 

 Any ideas on whether I can get the on-board NIC to work?

Well, the first thing to do is to look at the output from ifconfig and
pciconf -vl.
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


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


when running portupgrade triggering reboot / how to do detailedsystem log to see precise reboot trigger?

2003-09-26 Thread rtjohan
Have not been able to keep machine up-to-date with cvsup since each time 
after the cvsup has completed, the portupgrade reboots the machine.

Probably the first thing to do is to enable some log utility to capture 
what triggered the reboot.
How should I go about this - logging in as much detail to figure what 
happened?

Running FreeBSD 5.1 Release with KDE.

The applications/libraries are all up-to-date except for the list below. 
Seems obvious that upgrading one of those packages triggered the reboot. 
Here are the pieces that are out-of-date from cvsup:
   - arts
   - cdparanoia
   - cups-base
   - esound
   - gconf2
   - gnome-icon-theme
   - gnomevfs2
   - kdemultimedia
   - libbonobo
   - libbonoboui
   - libgnome
   - libgnomeui
   - linux_base
   - p5-Net
   - pcre
   - pilot-link
   - scrollkeeper



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


Security patches and -p#

2003-09-26 Thread Bill Moran
Hey,

I'm a bit confused, and it may just be a typo.

I recently updated a bunch of servers to patch the arp problem recently
announced:
ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-03%3A14.arp.asc
Now, with the chaos in my life, plus getting physically ill during the last
few days, I've not been 100% sure I finished the upgrade on all these machines,
so I went around checking uname -a to make sure.
Every single machine I upgraded says 4.8-RELEASE-p5

Now, the security advisory claims the problem is fixed in 4.8-RELEASE-p10.

I know that I completely updated at least _some_ of these machines ;)

Anyway.  Is there a typo somewhere?  Or am I misunderstanding the
bulliten?
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: can't connect after update to openssh-portable 3.6.1p2-5

2003-09-26 Thread Jon Noack
Well, actually it doesn't work on 5.1-RELEASE-p8 either.  I tested it last
night on 5.1-RELEASE-p8 using a public key.  This was fine.  Password
authentication did not work.  I did get a look at the machines, though:

4.8-RELEASE-p10:
Right after giving username, sshd dies, logging the following:
sshd[293]: pam_set_item: NULL pam handle passed
/kernel: pid 293 (sshd), uid 0: exited on signal 11

5.1-RELEASE-p8:
Always gives an access denied message when using password authentication.

My sshd_config is below.  I was able to get it working on 5.1-RELEASE-p8
by commenting out the ChallengeResponseAuthentication line.  This
effectively turns on PAM, according to the sshd_config man page.  This
solution did not work for 4.8-RELEASE-p10 (same messages logged as above).

I have tried portupgrade -rRf openssh-portable, by the way.

So it seems the PAM fix broke password authentication when not using PAM
under 5.1-RELEASE-p8 and everything on 4.8-RELEASE-p10.  Considering
people were instructed to disable PAM when the advisory came out (which is
done with ChallengeResponseAuthentication in FreeBSD according to the man
page), this might break things for a lot of people.

Any enlightenment would be appreciated.

Jon Noack

Jon Noack wrote:
 On 4.8-RELEASE-p10 machines I can't connect after updating to
 openssh-portable 3.6.1p2-5.  Updating steps:

 1) cvsup
 2) portupgrade -ar
 3) /usr/local/bin/rc.d/sshd.sh stop
 4) /usr/local/bin/rc.d/sshd.sh start

 This worked fine on 5.1-RELEASE-p8 machines and has worked for several
 years now (since 4.4 days, I think).  There was nothing in the CVS
 commit description that said I needed to recompile anything else.

 I do not have access to the machines right now (I was updating all the
 machines at once over SSH (I tested on a 5.1-RELEASE-p8 machine so I
 thought I was OK -- I'll test on every version in the future) -- steps 3
 and 4 are done with a shell script that doesn't result in termination of
 the current connection), but the output when trying to connect (scrubbed
 of identifying info) is below and the current sshd_config is at the
 bottom:

 ** debug output ***
 $ ssh -vvv my.server.example.com
 debug1: Reading configuration data /usr/local/etc/ssh/ssh_config
 debug1: Rhosts Authentication disabled, originating port will not be
 trusted.
 debug2: ssh_connect: needpriv 0
 debug1: Connecting to my.server.example.com [xxx.xxx.xxx.xxx] port 22.
 debug1: Connection established.
 debug1: identity file /home/username/.ssh/identity type -1
 debug1: identity file /home/username/.ssh/id_rsa type -1
 debug1: identity file /home/username/.ssh/id_dsa type -1
 debug1: Remote protocol version 2.0, remote software version
 OpenSSH_3.6.1p2
 debug1: match: OpenSSH_3.6.1p2 pat OpenSSH*
 debug1: Enabling compatibility mode for protocol 2.0
 debug1: Local version string SSH-2.0-OpenSSH_3.6.1p2
 debug1: SSH2_MSG_KEXINIT sent
 debug1: SSH2_MSG_KEXINIT received
 debug2: kex_parse_kexinit:
 diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
 debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
 debug2: kex_parse_kexinit:
 aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,[EMAIL 
 PROTECTED]
 debug2: kex_parse_kexinit:
 aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,[EMAIL 
 PROTECTED]
 debug2: kex_parse_kexinit:
 hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
 debug2: kex_parse_kexinit:
 hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
 debug2: kex_parse_kexinit: none,zlib
 debug2: kex_parse_kexinit: none,zlib
 debug2: kex_parse_kexinit:
 debug2: kex_parse_kexinit:
 debug2: kex_parse_kexinit: first_kex_follows 0
 debug2: kex_parse_kexinit: reserved 0
 debug2: kex_parse_kexinit:
 diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
 debug2: kex_parse_kexinit: ssh-rsa
 debug2: kex_parse_kexinit:
 aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,[EMAIL 
 PROTECTED]
 debug2: kex_parse_kexinit:
 aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,[EMAIL 
 PROTECTED]
 debug2: kex_parse_kexinit:
 hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
 debug2: kex_parse_kexinit:
 hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
 debug2: kex_parse_kexinit: none,zlib
 debug2: kex_parse_kexinit: none,zlib
 debug2: kex_parse_kexinit:
 debug2: kex_parse_kexinit:
 debug2: kex_parse_kexinit: first_kex_follows 0
 debug2: kex_parse_kexinit: reserved 0
 debug2: mac_init: found hmac-md5
 debug1: kex: server-client aes128-cbc hmac-md5 none
 debug2: mac_init: found hmac-md5
 debug1: kex: client-server aes128-cbc hmac-md5 none
 debug1: SSH2_MSG_KEX_DH_GEX_REQUEST sent
 debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
 debug2: dh_gen_key: priv key bits set: 131/256
 debug2: bits set: 1577/3191
 debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
 debug1: expecting 

Re: RealTek Nic Chip

2003-09-26 Thread Bill Campbell
On Fri, Sep 26, 2003, Tony A, Fields wrote:
Thanks for the input Greg.

Please note that I have looked at the output from ifconfig. Also note that 
the driver recognizes that the DFE-530TX uses the RealTek 8139 chip.

Any other suggestions on how to get the RealTek 8201BL chip to work?

As a paper weight, yes, as a NIC no.

I can't speak to these on FreeBSD, but they have a horrible reputation in
the Linux world, and I gave up on them quite a while ago (as I did non-DEC
Tulip cards).  The best source of inexpensive, reliable NICs I've found is
our local PC recycling store where I can get used 3COM 3C905 cards for
about $10US.  They work, and 3COM honors their lifetime warranty.

We're primarily using 3COM, Intel, and the on-board NICs on IBM's xSeries
machines now.

Bill
--
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software LLC
UUCP:   camco!bill  PO Box 820; 6641 E. Mercer Way
FAX:(206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676
URL: http://www.celestial.com/

``... because most politicians and bureaucrats are technological idiots,
it's going to be crucial for the rank and file members of the IT community
to find its collective voice soon.'' --Michael Vizard, InfoWorld Editor in
Chief.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Security patches and -p#

2003-09-26 Thread Matthew Seaman
On Fri, Sep 26, 2003 at 12:28:07PM -0400, Bill Moran wrote:
 Hey,
 
 I'm a bit confused, and it may just be a typo.
 
 I recently updated a bunch of servers to patch the arp problem recently
 announced:
 ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-03%3A14.arp.asc
 
 Now, with the chaos in my life, plus getting physically ill during the last
 few days, I've not been 100% sure I finished the upgrade on all these 
 machines,
 so I went around checking uname -a to make sure.
 
 Every single machine I upgraded says 4.8-RELEASE-p5
 
 Now, the security advisory claims the problem is fixed in 4.8-RELEASE-p10.
 
 I know that I completely updated at least _some_ of these machines ;)
 
 Anyway.  Is there a typo somewhere?  Or am I misunderstanding the
 bulliten?

It depends on how you obtained the updated source code.  If you used
cvsup(1) to track the RELENG_4_8 branch, then you would have received
inter-alia patches to sys/conf/newvers.sh and other files that control
what the system says it's version number is.

If you downloaded patches as detailed in the various security
advisories, or if you compiled the patched code areas in detail,
rather than running a general build and install, then you will
generally have solved the security holes addressed by the advisories
but you probably won't have updated the system version numbers.

That's basically because the patch files supplied with security
advisories address nothing but the problem at hand, in order that they
can be applied to as many different system versions as possible.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Question on Postfix and FreeBSD

2003-09-26 Thread Tony Jones

I just did the following:

a) upgraded Postfix to postfix-2.0.16 (built from source, didn't use port)
b) then upgraded to the latest FreeBSD-stable (buildworld/installworld)

Previously, I'd just followed the Postfix instructions and mv'd sendmail
mailq newaliases to .OLD and installed the Postfix executables over the
top of the system binaries.

After the stable upgrade (b) FreeBSD had of course overwritten sendmail mailq 
and newaliases with the new sendmail versions (I've since disabled sendmail in
make.conf).

I noticed that these files were actually links to mailwrapper and after some
googling, I figured out I could use mailer.conf.

However, I couldn't figure out how to install the Postfix sendmail compatability
executable into {postfix_dir}/libexec/sendmail.  There wasn't an explicit 
install step for it and I couldn't find any mention of this executable in the
INSTALL doc for Postfix.

Anyone care to clue me in on what I'm missing. Or is it a manual process?

I was in a rush to get the mailer up so, I just redid 'for i in sendmail 
newaliases mailq mv $i $i.OFF' followed by a Postfix 'make upgrade' to
overwrite the executables with the Postfix versions.   I don't ever plan to
go back to sendmail.  

Everything is working but I get an odd log entry I'm unsure about:

I have sendmail_enable=NO in rc.conf and start postfix in rc.local.

Get the following in /var/log/messages *before* rc.local is run:
postfix/sendmail[96]: fatal: usage: sendmail [options]

Is this the Postfix sendmail compatability program? If so, how is it getting
executed?  I don't have a sendmail in /usr/local/postfix/libexec.

Thanks!

Tony

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


xauth

2003-09-26 Thread Scott Ballantyne
How do you generate the hexkey for 'xauth add displ proto hexkey'
There doesn't seem to be a keygen program anymore...

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


Re: RealTek Nic Chip

2003-09-26 Thread Chuck Swiger
Bill Campbell wrote:
[ ... ]
As a paper weight, yes, as a NIC no.

I can't speak to these on FreeBSD, but they have a horrible reputation in
the Linux world, and I gave up on them quite a while ago (as I did non-DEC
Tulip cards).
Agreed.  I just had my third (out of three) Asante FastEthernet 10/100 cards 
with a PNIC-II die, and my primary response is simple relief at the notion of 
putting an fxp in...  :-)

--
-Chuck


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


Re: mount an ftp or ssh filesystem

2003-09-26 Thread Pascal Giannakakis
C. Ulrich wrote:
On Thu, 2003-09-25 at 04:34, Pascal Giannakakis wrote:

Hello,

i'd like to mount remote ftp and ssh dirs into my local dir-tree, however
can't find info on that for FreeBSD. I can't find neither a port, nor something
for the kernel (like LUFS in Lunix). Other network-FSs are not an option.
BTW - If you wonder whats its use is: i would like to access the files i work
on with different programming tools seamlessly.
Is it possible at all in FreeBSD 5.1?

TIA


I don't know for sure whether it's possible or not, but mounting a
remote FTP directory onto a local mount point does not sound like a good
idea.
You said that other network filesystems are not an option, but then
neither FTP or SSH (assuming you meant FTP tunnelled through SSH) are
networking filesystems either. The two popular implemtations of network
filesystems are NFS (Unix) and SMB (Unix via Samba, Windows). You should
take a close look at those since you will get much better performance
and security with them than by grafting an FTP directory to your
filesystem. If you need this in order to do your job and don't have
administrator access to the remote machine(s), then petition your system
administrator to look into NFS or SMB.
C. Ulrich
Of course you are right when you say there are better solutions for 
network-filesystems, and i use them when i have access to the server 
config. However most servers i work on are mass-products where your 
personal need for features is always answered by upgrade your account. 
This, in turn, arises the need for some other (OS-level) solution.

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


Memory problems

2003-09-26 Thread Kim Scarborough
I'm encountering problems because of a somewhat screwy configuration and was 
wondering if anyone had any suggestions.

I'm running 4.8-RELEASE-p1 on a machine with a 1200-mhz CPU and 64MB of RAM. 
The swap partition is 112 MB; I was running out of swap so I added a 256MB 
swapfile on /usr. Adding RAM, unfortunately, is not an option.

Because (I assume) of the really fast processor and low memory, the machine 
frequently goes bezerk. Basically when any process takes a lot of memory 
(like, say, running grepmail on several files, or running vim on a 10MB mail 
spool), the load suddenly shoots through the roof and the box becomes 
unresponsive until a reboot.

Anything I can do about this? I'd rather processes just die for a lack of 
memory than having the box go down anytime a user on there does something 
memory-intensive. What options do I have? And should I delete that extra swapfile?

--

Kim Scarborough  http://www.unknown.nu/kim/

Football combines the two worst features of American life: violence and
committee meetings.
   -George Will

Now listening to: Aqua Regia - Aqueous

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


RE: RealTek Nic Chip

2003-09-26 Thread fbsd_user
Check the PC's bio's to insure you have the onboard Nic enabled.
Since you can not see the onboard Nic in the boot log as an unknown
device the motherboard bios must have the Nic disabled.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Tony A,
Fields
Sent: Friday, September 26, 2003 12:05 PM
To: Greg 'groggy' Lehey
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: RealTek Nic Chip

Thanks for the input Greg.

Please note that I have looked at the output from ifconfig. Also
note that
the driver recognizes that the DFE-530TX uses the RealTek 8139 chip.

Any other suggestions on how to get the RealTek 8201BL chip to work?

At 11:49 AM 9/26/03 +0930, you wrote:
On Thursday, 25 September 2003 at 15:07:43 -0700, Tony A, Fields
wrote:
  Howdy,
  Great OS! Smooth as silk! Extremely fast and responsive.
 
  Have question though. I had to put a D-Link DFE-530TX PCI card
in one of
  the PCI slots in the system that the OS was installed on because
the
  motherboard (SHUTTLE FN41) has an integrated RealTek 8201BL NIC
that was
  not responding during installation. I was wondering if there is
any way to
  get the chip to function?
 
  When I boot and look at the output of dmesg I note the
following:
  rl0: D-Link DFE-530TX+ 10/100BaseTX port 0xc000-0xc0ff mem
  0xee00-0xeeff irq 11 at device 6.0 pci1

Heh.  That's a Realtek card.DFE-530TX uses RealTek
Driver 

  Any ideas on whether I can get the on-board NIC to work?

Well, the first thing to do is to look at the output from ifconfig
and
pciconf -vl.

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


___
[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: can't connect after update to openssh-portable 3.6.1p2-5 [RESOLVED with update to 3.7.1p2]

2003-09-26 Thread Jon Noack
This was resolved with the update to 3.7.1p2.

Jon Noack

Jon Noack wrote:
 On 4.8-RELEASE-p10 machines I can't connect after updating to
 openssh-portable 3.6.1p2-5.  Updating steps:

 1) cvsup
 2) portupgrade -ar
 3) /usr/local/bin/rc.d/sshd.sh stop
 4) /usr/local/bin/rc.d/sshd.sh start

 This worked fine on 5.1-RELEASE-p8 machines and has worked for several
 years now (since 4.4 days, I think).  There was nothing in the CVS
 commit description that said I needed to recompile anything else.

 I do not have access to the machines right now (I was updating all the
 machines at once over SSH (I tested on a 5.1-RELEASE-p8 machine so I
 thought I was OK -- I'll test on every version in the future) -- steps 3
 and 4 are done with a shell script that doesn't result in termination of
 the current connection), but the output when trying to connect (scrubbed
 of identifying info) is below and the current sshd_config is at the
 bottom:

 ** debug output ***
 $ ssh -vvv my.server.example.com
 debug1: Reading configuration data /usr/local/etc/ssh/ssh_config
 debug1: Rhosts Authentication disabled, originating port will not be
 trusted.
 debug2: ssh_connect: needpriv 0
 debug1: Connecting to my.server.example.com [xxx.xxx.xxx.xxx] port 22.
 debug1: Connection established.
 debug1: identity file /home/username/.ssh/identity type -1
 debug1: identity file /home/username/.ssh/id_rsa type -1
 debug1: identity file /home/username/.ssh/id_dsa type -1
 debug1: Remote protocol version 2.0, remote software version
 OpenSSH_3.6.1p2
 debug1: match: OpenSSH_3.6.1p2 pat OpenSSH*
 debug1: Enabling compatibility mode for protocol 2.0
 debug1: Local version string SSH-2.0-OpenSSH_3.6.1p2
 debug1: SSH2_MSG_KEXINIT sent
 debug1: SSH2_MSG_KEXINIT received
 debug2: kex_parse_kexinit:
 diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
 debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
 debug2: kex_parse_kexinit:
 aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,[EMAIL 
 PROTECTED]
 debug2: kex_parse_kexinit:
 aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,[EMAIL 
 PROTECTED]
 debug2: kex_parse_kexinit:
 hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
 debug2: kex_parse_kexinit:
 hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
 debug2: kex_parse_kexinit: none,zlib
 debug2: kex_parse_kexinit: none,zlib
 debug2: kex_parse_kexinit:
 debug2: kex_parse_kexinit:
 debug2: kex_parse_kexinit: first_kex_follows 0
 debug2: kex_parse_kexinit: reserved 0
 debug2: kex_parse_kexinit:
 diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
 debug2: kex_parse_kexinit: ssh-rsa
 debug2: kex_parse_kexinit:
 aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,[EMAIL 
 PROTECTED]
 debug2: kex_parse_kexinit:
 aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,[EMAIL 
 PROTECTED]
 debug2: kex_parse_kexinit:
 hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
 debug2: kex_parse_kexinit:
 hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
 debug2: kex_parse_kexinit: none,zlib
 debug2: kex_parse_kexinit: none,zlib
 debug2: kex_parse_kexinit:
 debug2: kex_parse_kexinit:
 debug2: kex_parse_kexinit: first_kex_follows 0
 debug2: kex_parse_kexinit: reserved 0
 debug2: mac_init: found hmac-md5
 debug1: kex: server-client aes128-cbc hmac-md5 none
 debug2: mac_init: found hmac-md5
 debug1: kex: client-server aes128-cbc hmac-md5 none
 debug1: SSH2_MSG_KEX_DH_GEX_REQUEST sent
 debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
 debug2: dh_gen_key: priv key bits set: 131/256
 debug2: bits set: 1577/3191
 debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
 debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
 debug3: check_host_in_hostfile: filename /home/username/.ssh/known_hosts2
 debug3: check_host_in_hostfile: filename
 /usr/local/etc/ssh/ssh_known_hosts2
 debug3: check_host_in_hostfile: filename /home/username/.ssh/known_hosts2
 debug3: check_host_in_hostfile: filename
 /usr/local/etc/ssh/ssh_known_hosts2
 debug3: check_host_in_hostfile: filename /home/username/.ssh/known_hosts
 debug3: check_host_in_hostfile: match line 9
 debug3: check_host_in_hostfile: filename /home/username/.ssh/known_hosts
 debug3: check_host_in_hostfile: match line 9
 debug1: Host 'my.server.example.com' is known and matches the RSA host
 key.
 debug1: Found key in /home/username/.ssh/known_hosts:9
 debug2: bits set: 1590/3191
 debug1: ssh_rsa_verify: signature correct
 debug2: kex_derive_keys
 debug2: set_newkeys: mode 1
 debug1: SSH2_MSG_NEWKEYS sent
 debug1: expecting SSH2_MSG_NEWKEYS
 debug2: set_newkeys: mode 0
 debug1: SSH2_MSG_NEWKEYS received
 debug1: SSH2_MSG_SERVICE_REQUEST sent
 debug2: service_accept: ssh-userauth
 debug1: SSH2_MSG_SERVICE_ACCEPT received
 Connection closed by xxx.xxx.xxx.xxx
 debug1: Calling cleanup 0x8061dc0(0x0)
  end 

Re: Why mplayer in FreeBSD 5.1 behave not so good as Debian in my computer?

2003-09-26 Thread Eugene Lee
On Fri, Sep 26, 2003 at 04:48:49AM -0700, Kris Kennaway wrote:
: 
: On Fri, Sep 26, 2003 at 04:11:55PM +0800, zch wrote:
: 
:  I have installed mplayer through cvsup while the error message, your system is 
too SLOW to play this,always jump out. I had  recompiled mplayer with 
without-runtime-computercheck, but the eror is still as before. While mplayer in 
Debian is well. And the two system audios are all oss drivered. Could anybody give 
some suggestion? Thanks!
: 
: 1) Please wrap your lines at 70 characters so your emails may be easily read

Just curious, is format=flowed disallowed here?


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


audio problem - /dev/dsp: op. not supported by device

2003-09-26 Thread Nathan Kinkade
I recently upgraded my system from 4.8-STABLE to 5.1-RELEASE.  I haven't
had any problems except with XMMS.  Randomly XMMS will fail after it
finishes playing a song and before it has started the next - the error
dialog says Couldn't open audio in the title bar.  The message that
shows up on the console is:

** WARNING **: oss_open(): Failed to open audio device (/dev/dsp):
Operation not supported by device

If I repeatedly hit the play button it will eventually play the next
song.  Sometimes it will play 4 or 5 songs consecutively without a
problem, and other times the problem arises after each song.  I have
tried deinstalling XMMS and then recompiling, but still nothing.  I have
also tried `fstat | grep dsp', but nothing appears to be using the
/dev/dsp.  Does anyone have any ideas what might be wrong?

Thanks,
Nathan
-- 
gpg --keyserver pgp.mit.edu --recv-keys D8527E49


pgp0.pgp
Description: PGP signature


How-to use a USB joypad?

2003-09-26 Thread Thierry Thomas
Hello,

I have got a USB joypad, and it is sensed by the system (either 4.9 or
5.1):

uhid0: Microsoft Microsoft SideWinder Plug  Play Game Pad, rev
1.00/1.01, addr 2, iclass 3/0

I have got a new device /dev/uhid0 and kldloaded joy.ko.

When I run

perl -e 'open(JOY,/dev/uhid0)||die;while(1)
{sysread(JOY,$x,16);@j=unpack(,$x);print @j\n;sleep(1);}'

(adapted from `man 4 joy'), it returns a list of numbers for each action
on the pad, but nothing usable.

I've tried to link /dev/joy0 - /dev/uhid0, but without success with
several games.

What am I missing?
-- 
Th. Thomas.

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


FreeBSD in Windows.....

2003-09-26 Thread Denis
Hi All!!!

  I have a hard disk driver which has FreeBSD OS and has BSD file
  system.
  I can't read/write FreeBSD HDD from Windows OS of course.
  How can I do it
  I want to use hdd which has BSD FS in My Windows XP.

-- 
Best regards, Denis
[EMAIL PROTECTED]

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


Re: How-to use a USB joypad?

2003-09-26 Thread Nick Holley
Thierry Thomas wrote:

Hello,

I have got a USB joypad, and it is sensed by the system (either 4.9 or
5.1):
uhid0: Microsoft Microsoft SideWinder Plug  Play Game Pad, rev
1.00/1.01, addr 2, iclass 3/0
I have got a new device /dev/uhid0 and kldloaded joy.ko.

When I run

perl -e 'open(JOY,/dev/uhid0)||die;while(1)
{sysread(JOY,$x,16);@j=unpack(,$x);print @j\n;sleep(1);}'
(adapted from `man 4 joy'), it returns a list of numbers for each action
on the pad, but nothing usable.
I've tried to link /dev/joy0 - /dev/uhid0, but without success with
several games.
What am I missing?
 

What program are you trying to use? I know there are some issues with 
joysticks and gamepads on FreeBSD. For example, the joystick code was 
removed from zsnes due to problems, but there are no problems with 
snes9x. I don't know who exactly would have more information.

Nick

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


Re: FreeBSD in Windows.....

2003-09-26 Thread dick hoogendijk
On Fri, 26 Sep 2003 23:45:26 +0400
Denis [EMAIL PROTECTED] wrote:

 Hi All!!!
 
   I have a hard disk driver which has FreeBSD OS and has BSD file
   system.
   I can't read/write FreeBSD HDD from Windows OS of course.
   How can I do it
   I want to use hdd which has BSD FS in My Windows XP.

Install a samba server on the freebsd machine.

-- 
dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.8 ++ Debian GNU/Linux (Woody)
+ Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


make makesum build deinstall reinstall ???

2003-09-26 Thread Jim Flowers
I read this in somebody's post (thank you) in regard to using the sendmail 
port to upgrade to 8.12.10 after changing the version in the Makefile.

It worked great but now I would like to know more about this method.  Are 
these targets documented somewhere?  Are there limitations/dangers/gotchas 
to watch out for?  I like to use the latest stable version of applications 
but the port is often 1 or more versions back.

Thanks 

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


RE: RealTek Nic Chip

2003-09-26 Thread Tony A, Fields
Oh, I forgot to mention that even though the on-board nic is enabled what I 
did see in the boot log as unknown was something like if_fwe0 ethernet 
over firewire ??? Mystery to me. Also ifconfig shows

fwe0: flags = 8802 BROADCAST, SIMPLEX, MULTICAST mtu 1500
 ether xx:xx:xx:xx:xx:xx
 ch 1 dma -1
where xx is the physical mac address. 

At 02:44 PM 9/26/03 -0400, you wrote:
Check the PC's bio's to insure you have the onboard Nic enabled.
Since you can not see the onboard Nic in the boot log as an unknown
device the motherboard bios must have the Nic disabled.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Tony A,
Fields
Sent: Friday, September 26, 2003 12:05 PM
To: Greg 'groggy' Lehey
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: RealTek Nic Chip
Thanks for the input Greg.

Please note that I have looked at the output from ifconfig. Also
note that
the driver recognizes that the DFE-530TX uses the RealTek 8139 chip.
Any other suggestions on how to get the RealTek 8201BL chip to work?

At 11:49 AM 9/26/03 +0930, you wrote:
On Thursday, 25 September 2003 at 15:07:43 -0700, Tony A, Fields
wrote:
  Howdy,
  Great OS! Smooth as silk! Extremely fast and responsive.
 
  Have question though. I had to put a D-Link DFE-530TX PCI card
in one of
  the PCI slots in the system that the OS was installed on because
the
  motherboard (SHUTTLE FN41) has an integrated RealTek 8201BL NIC
that was
  not responding during installation. I was wondering if there is
any way to
  get the chip to function?
 
  When I boot and look at the output of dmesg I note the
following:
  rl0: D-Link DFE-530TX+ 10/100BaseTX port 0xc000-0xc0ff mem
  0xee00-0xeeff irq 11 at device 6.0 pci1

Heh.  That's a Realtek card.DFE-530TX uses RealTek
Driver 

  Any ideas on whether I can get the on-board NIC to work?

Well, the first thing to do is to look at the output from ifconfig
and
pciconf -vl.

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
___
[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: Question on Postfix and FreeBSD

2003-09-26 Thread Jon Noack
I'm curious as to why you didn't use the port.  This issue is extremely
well-handled and well-documented by it.  In fact, the answers to your
questions can be found there.

/usr/ports/mail/postfix/pkg-message:
http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/ports/mail/postfix/pkg-message?rev=1.6content-type=text/plain

I would really recommend using the port.  It's built from source and has
been tested and configured to run on FreeBSD.  People who ran into the
same problems you're facing came up with fairly elegant solutions which
are readily available to you.

Jon Noack

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


Re: How-to use a USB joypad?

2003-09-26 Thread Thierry Thomas
On 26 sep 03 at 21:47:03 +0200, Nick Holley [EMAIL PROTECTED]
 wrote:
 What program are you trying to use? I know there are some issues with
 joysticks and gamepads on FreeBSD. For example, the joystick code was
 removed from zsnes due to problems, but there are no problems with
 snes9x. I don't know who exactly would have more information.

Actually I'm trying to test the new versions of freeglut and TORCS, and
my only machine able to run these programs (OpenGL) is a laptop, and I
can only plug a USB joypad.

But I don't think that it depends on the program: no more results with
the sample perl routine or tuxracer.

Regards,
-- 
Th. Thomas [sorry for the previous bad manipulation].
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make makesum build deinstall reinstall ???

2003-09-26 Thread Adam McLaurin
On Fri, 2003-09-26 at 15:58, Jim Flowers wrote:
 It worked great but now I would like to know more about this method.  Are 
 these targets documented somewhere?  Are there limitations/dangers/gotchas 
 to watch out for?  I like to use the latest stable version of applications 
 but the port is often 1 or more versions back.

man 7 ports
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html

Using makesum is generally discouraged for the end-user, as checksum
verification is there as a safety precaution (to make sure you don't end
up with some tampered/modified tarball). 

-- 
Adam McLaurin [EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part


Kernel Config won't start...

2003-09-26 Thread Enoch Chan
I have tried to install FreeBSD 5.0 and 5.1 from a burned CD... Both CD won't boot to 
kernel config. I tried to go to the loader prompt and type in boot -c but it won't 
work. It just boot right into sysinstall.


-
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to tell When CVSUP updated?

2003-09-26 Thread Lowell Gilbert
Ben Dover [EMAIL PROTECTED] writes:

 I have been looking at the cvsup3.freebsd.org site trying to figure
 out how to tell when RELENG_4_9_0_RELEASE is on the server.  How could
 I tell when it has been updated to 4.9 release sources?

You wait for an announcement.  Until the official announcement is
made, the release engineers may change their minds and move the tags.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD-4.8-p10 -- Random reboots after swapping motherboard, cpu, memory

2003-09-26 Thread nw1
September 26, 2003

I initially installed 4.4 or 4.5 (Dec., 2001) subsequently cvsup'ing since then 
(currently
at 4.8-p10); using the following hardware:

Main board - Tyan Tiger-MP (S-2460) | chipset: AMD-760 MPX
SMP using - AMD-MP 1800+'s
Ram - 768MB (crucial.com)
AGP - Matrox G450 eTV
Floppy drive = 1.44
Western digital = model # WD102AA Caviar (UDMA/66 primary master)
Maxtor = model # 52049H4 (UDMA/100)  -- Secondary master
Maxtor = model # 5T040H4 (UDMA/100) - Secondary slave
CD-rom = optional.
--
Because of serious issues with the above S-2460 board, we retired them in favor of the
Tyan S-2466.  Simply, we transferred the hardware from the S-2460; to the S-2466 board.
Everything seemed to run fine.

Something unrelated happened with the S-2466 causing us to RMA the S-2466 board(s).  
While
those boards are being dealt with, we're left a few older Intel platforms/hardware to 
work
with:

Giga-byte - GA-6BXDS
1.   Intel 82440 BX AGPset
2.   iTE 8671 I/Oset (1Mb/S)
3.   Winbond 83781 Health Chip
4.   Adaptec 7895 Dual Channel Ultra Wide SC

We basically took our IDE devices and installed them on the gigabyte board.  Things 
seem
to run OK, but that's not the case.  The following three things stand out:

The machine randomly reboots while sitting idle -or semi-idle.  With the exception of 
the
normal processes that start post boot.  E.g. ntpd, ntpdate, mbmon (from ports) nothing 
to
intensive.  ß From the console standpoint, and that's our main concern. (console).

In addition, from the console, our mouse has stopped working with the following line in
our /etc/rc.conf  'moused_enabled=YES'.  Our mouse is a Logitech cordless optical 
Model
number:M-RM67A (with fresh batteries).

The above works fine with the TYAN boards in place.

--Console Summary-
The machine randomly reboots.
The mouse doesn't respond/move in the console.

-- Within XFree86 -

X seems to run fine, but the mouse refuses to respond/work.

I'm thinking this has something to do with the different boards or chipsets, however, 
we
have no idea where to begin in order to fix this.

Respectfully yours,

TR

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


Re: Burning a boot CD

2003-09-26 Thread Lowell Gilbert
Long Le [EMAIL PROTECTED] writes:

 Does anyone know how to burn/clone a boot CD on a FreeBSD machine?

Sure.  The easiest way is probably just to take the install CD, maybe
add a loader.conf file to the boot floppy image, and burn that.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Why mplayer in FreeBSD 5.1 behave not so good as Debian in my computer?

2003-09-26 Thread Kris Kennaway
On Fri, Sep 26, 2003 at 09:27:20PM +0800, zch wrote:
 Dear Kris Kennaway,
 
 1.Very Sorry for the so long lines. Because of I'm using the Foxmail and  
 I don't know it will give so lone lines in the list.
   
 2.the thing is true in the computer. I am install the VMware workstation 4.01
 under Win2000 in a computer with 256M ram  and C1.7G. The virtual machines are 
 FreeBSD5.1-RELEASE and Debian 3.0R1. 

There's a kernel option you need when running 5.x in vmware, because
otherwise vmware performs very poorly.  See the NOTES file.

Kris


pgp0.pgp
Description: PGP signature


Re: FreeBSD in Windows.....

2003-09-26 Thread Kris Kennaway
On Fri, Sep 26, 2003 at 09:54:11PM +0200, dick hoogendijk wrote:
 On Fri, 26 Sep 2003 23:45:26 +0400
 Denis [EMAIL PROTECTED] wrote:
 
  Hi All!!!
  
I have a hard disk driver which has FreeBSD OS and has BSD file
system.
I can't read/write FreeBSD HDD from Windows OS of course.
How can I do it
I want to use hdd which has BSD FS in My Windows XP.
 
 Install a samba server on the freebsd machine.

That won't help the OP.  He's asking how to access a FreeBSD UFS _on
the same computer_ while running Windows.  Unless you can purchase a
Windows UFS driver somewhere out there, this is not possible.  The
recommended way to share files from FreeBSD to Windows on a dual-boot
OS is to use a FAT partition which can be mounted on both OSes.

Kris


pgp0.pgp
Description: PGP signature


Re: FreeBSD in Windows.....

2003-09-26 Thread Adam McLaurin
On Fri, 2003-09-26 at 17:17, Kris Kennaway wrote:
 That won't help the OP.  He's asking how to access a FreeBSD UFS _on
 the same computer_ while running Windows.  Unless you can purchase a
 Windows UFS driver somewhere out there, this is not possible.  The
 recommended way to share files from FreeBSD to Windows on a dual-boot
 OS is to use a FAT partition which can be mounted on both OSes.

What about installing vmware (on XP), then install FreeBSD in vmware,
and mounting it that way? Maybe a lot of trouble, but at least he'd be
able to get at the data.

-- 
Adam McLaurin [EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part


Re: FreeBSD in Windows.....

2003-09-26 Thread Kris Kennaway
On Fri, Sep 26, 2003 at 05:32:40PM -0400, Adam McLaurin wrote:
 On Fri, 2003-09-26 at 17:17, Kris Kennaway wrote:
  That won't help the OP.  He's asking how to access a FreeBSD UFS _on
  the same computer_ while running Windows.  Unless you can purchase a
  Windows UFS driver somewhere out there, this is not possible.  The
  recommended way to share files from FreeBSD to Windows on a dual-boot
  OS is to use a FAT partition which can be mounted on both OSes.
 
 What about installing vmware (on XP), then install FreeBSD in vmware,
 and mounting it that way? Maybe a lot of trouble, but at least he'd be
 able to get at the data.

Yeah, that might work.

Kris


pgp0.pgp
Description: PGP signature


RE: FreeBSD in Windows.....

2003-09-26 Thread Timms, Simon
-Original Message-
From: Kris Kennaway [mailto:[EMAIL PROTECTED]
Sent: Friday, September 26, 2003 3:41 PM
To: Adam McLaurin
Cc: [EMAIL PROTECTED]
Subject: Re: FreeBSD in Windows.


On Fri, Sep 26, 2003 at 05:32:40PM -0400, Adam McLaurin wrote:
 On Fri, 2003-09-26 at 17:17, Kris Kennaway wrote:
  That won't help the OP.  He's asking how to access a FreeBSD UFS _on
  the same computer_ while running Windows.  Unless you can purchase a
  Windows UFS driver somewhere out there, this is not possible.  The
  recommended way to share files from FreeBSD to Windows on a dual-boot
  OS is to use a FAT partition which can be mounted on both OSes.
 
 What about installing vmware (on XP), then install FreeBSD in vmware,
 and mounting it that way? Maybe a lot of trouble, but at least he'd be
 able to get at the data.

Yeah, that might work.

Kris

If my understanding of vmware is correct that shouldn't work, couldn't work.
Vmware is just an x86 emulator which sits on top of windows, the OS working
in 
VMware should be unaware that it is running in an emulator and shouldn't
have 
direct access to any of the host computer's resources.  If the host system 
is unable to mount a file system then the operating system in vmware should
also be unable to mount it. First because it is unaware that it exists and
second because vmware uses the host system's resources and anything which is
inaccessible to the host system would also be inaccessible to the emulated
system.


 

This email communication is intended as a private communication for the sole
use of the primary addressee and those individuals listed for copies in the
original message. The information contained in this email is private and
confidential and if you are not an intended recipient you are hereby
notified that copying, forwarding or other dissemination or distribution of
this communication by any means is prohibited.  If you are not specifically
authorized to receive this email and if you believe that you received it in
error please notify the original sender immediately.  We honour similar
requests relating to the privacy of email communications.

Cette communication par courrier électronique est une communication privée à
l'usage exclusif du destinataire principal ainsi que des personnes dont les
noms figurent en copie.  Les renseignements contenus dans ce courriel sont
confidentiels et si vous n'êtes pas le destinataire prévu, vous êtes avisé,
par les présentes que toute reproduction, tout transfert ou toute autre
forme de diffusion de cette communication par quelque moyen que ce soit est
interdit.  Si vous n'êtes pas spécifiquement autorisé à recevoir ce courriel
ou si vous croyez l'avoir reçu par erreur, veuillez en aviser l'expéditeur
original immédiatement.  Nous respectons les demandes similaires qui
touchent la confidentialité des communications par courrier électronique.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: audio problem - /dev/dsp: op. not supported by device

2003-09-26 Thread Nathan Kinkade
On Fri, Sep 26, 2003 at 11:37:53PM +0200, Danny Pansters wrote:
 On Friday 26 September 2003 14:37, Nathan Kinkade wrote:
  I recently upgraded my system from 4.8-STABLE to 5.1-RELEASE.  I
  haven't had any problems except with XMMS.  Randomly XMMS will fail
  after it finishes playing a song and before it has started the next -
  the error dialog says Couldn't open audio in the title bar.  The
  message that shows up on the console is:
 
  ** WARNING **: oss_open(): Failed to open audio device (/dev/dsp):
  Operation not supported by device
 
  If I repeatedly hit the play button it will eventually play the next
  song.  Sometimes it will play 4 or 5 songs consecutively without a
  problem, and other times the problem arises after each song.  I have
  tried deinstalling XMMS and then recompiling, but still nothing.  I
  have also tried `fstat | grep dsp', but nothing appears to be using
  the /dev/dsp.  Does anyone have any ideas what might be wrong?
 
  Thanks,
  Nathan
 
 
 Did you rebuild your ports (XMMS)? If not, try that. No one says it 
 explicitly but it's my experience that when taking (large) version 
 leaps its best to update and rebuild ports also.
 
 
 HTH,
 
 Dan
 
 
 My XMMS does OK.

Well, I didn't rebuild all my ports, but I did deinstall XMMS and
rebuild it from the port.  However I didn't rebuild all of XMMS's
dependent ports.  Maybe I'll try that.

Thanks,
Nathan
-- 
gpg --keyserver pgp.mit.edu --recv-keys D8527E49


pgp0.pgp
Description: PGP signature


Re: SBLive! Sound card doesn't work

2003-09-26 Thread Eric F Crist
[EMAIL PROTECTED] wrote:

 I am beginner in FreeBSD.
 I had installed FreeBSD 5.1 Release, but I don't here sounds
 I use Creative SBLive! sound card.
 It sound card work successfully in WindowsXP, but in FreeBSD
 My friend sad that I must recompile system But I don't know how I can
 do it.
 Tell me please what I must do know?

I also have this sound card and have been using it successfully for some time 
now.  You need to do the following:

grog# cd /usr/src/sys/i386/conf/
grog# ee GENERIC

scroll all the way to the bottom and add this line:

device  pcm

hit ESC, A, A,

type

grog# config GENERIC
grog# cd ../compile/GENERIC
grog# make dep; make; make install; shutdown -r now

when it's all done, it will reboot the system and you should have sound!

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


Re: FreeBSD in Windows.....

2003-09-26 Thread Andrew L. Gould
On Friday 26 September 2003 04:51 pm, Timms, Simon wrote:
 -Original Message-
 From: Kris Kennaway [mailto:[EMAIL PROTECTED]
 Sent: Friday, September 26, 2003 3:41 PM
 To: Adam McLaurin
 Cc: [EMAIL PROTECTED]
 Subject: Re: FreeBSD in Windows.

 On Fri, Sep 26, 2003 at 05:32:40PM -0400, Adam McLaurin wrote:
  On Fri, 2003-09-26 at 17:17, Kris Kennaway wrote:
   That won't help the OP.  He's asking how to access a FreeBSD UFS _on
   the same computer_ while running Windows.  Unless you can purchase a
   Windows UFS driver somewhere out there, this is not possible.  The
   recommended way to share files from FreeBSD to Windows on a dual-boot
   OS is to use a FAT partition which can be mounted on both OSes.
 
  What about installing vmware (on XP), then install FreeBSD in vmware,
  and mounting it that way? Maybe a lot of trouble, but at least he'd be
  able to get at the data.
 
 Yeah, that might work.
 
 Kris

 If my understanding of vmware is correct that shouldn't work, couldn't
 work. Vmware is just an x86 emulator which sits on top of windows, the OS
 working in
 VMware should be unaware that it is running in an emulator and shouldn't
 have
 direct access to any of the host computer's resources.  If the host system
 is unable to mount a file system then the operating system in vmware should
 also be unable to mount it. First because it is unaware that it exists and
 second because vmware uses the host system's resources and anything which
 is inaccessible to the host system would also be inaccessible to the
 emulated system.


Actually, I worked around that problem once running Win98 via Virtual PC on 
Mac OS X on an iBook.  I had to network the operating systems using 2 
ethernet ports.  The looped cable made my ibook look funny; but MS Access 
could link to the databases in OS X via ODBC through the connection.  Samba 
shouldn't be any different.

Each operating system had a different ethernet interface configured to the 
same network so they can communicate with each other.  Since Win98 insisted 
on recognizing both ethernet interfaces at bootup, the Win98 side of the 
ethernet interface used by OS X had to be configured to a different network.  
Clear as mud?

Have fun,

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


Re: Can't get cvsup to work behind NAT

2003-09-26 Thread Carlos Laviola
On Fri, Sep 26, 2003 at 12:33:37AM +0200, Simon Barner wrote:
  Anyway, I have the system installed now, got some ports and all, and
  wanted to check out RELENG_4_8 from a cvsup mirror to bring the system
  up to date, but it just won't work.  Sometimes it gets stuck updating
  src/UPDATING (to be sure, I erased it, and it manages to download it
  again), but that's as far as it goes.  cvsup(1) says that if I can reach
  the server's port 5999, I'm good to go.
 
 Err, if it managed to download one file, it should be able to the rest,
 too, at least AFAICS).
 
 Maybe you should try a different cvsup mirror:
 
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html

I've tried that several times with mirrors from all over the place (both
the Brazilian ones, which should be optimal to me, and
cvsupNN.freebsd.org and several others).  I managed to get cvsup to
update a very small part of the tree when I just switched from
RELENG_4_8 to '.' as the tag (which is supposed to fetch current,
right?).

So I have no idea what to do now. :-(

 (at the end of the page there is a mirror list).
 
 You could also use ports/sysutils/fastest_cvsup to find the most
 responsive mirror for you.

I tried that, too, but thanks for the notice.

Anyone else has any advice, anything I should try at all?  This is
really annoying...

Thanks,

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


Re: How to restart my network without reboot?

2003-09-26 Thread Eric F Crist
[EMAIL PROTECTED] wrote:

 
 
 Hi,
 
 I had to change the netmask of my ethernet card. So I modified
 /etc/rc.conf. But for that to take effect, I should reboot. Now, how can I
 avoid a reboot for such a small change?
 
 I had a look at the ifconfig command, to set the interface manually, but I
 was completely lost by the amount of settings and options there.
 
 I hoped that an easy command as: /etc/rc.network restart would do the
 trick, but that didn't work.
 
 Can someone help me out here?
 
 Thanks,
 Rob.

Rob,

you can also use the little-recognized /etc/netstart command.

This comes in useful for exactly those changes.  However, the right way to do 
it is with

grog# ifconfig interface inet xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx

HTH

Eric

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


problem install postgis in FreeBSD

2003-09-26 Thread Ricardo Javier Aranibar León

   Hi list,

   I like to work FreeBSD4.8 with postgresql-7.3.2 and postgis-0.7.5 but
   I can't install postgis because when I run gmake i have this message:
   Makefile:27:../../src/Makefile.global:No such file or directory
   Makefile:111:/src/Makefile.shlib:no such file or directory
   gmake: *** No rule to make target '/src/Makefile.shlib' stop

   I installed postgresql from CD ports (I bougth from FreeBSD MALL) I
   didn't find the source of Postgresql?
   I like to know if somebody have installed postgis I nedd your help?

   Regards,
   Ricardo
 _

   ¿Estás buscando un auto nuevo? Haz clic aquí... [1]Haz clic aquí...

References

   1. http://g.msn.com/8HMBES/2740??PS=
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


How to get best results from FreeBSD-questions

2003-09-26 Thread Greg Lehey
How to get the best results from FreeBSD questions.
===

Last update $Date: 2003/03/09 22:09:31 $

This is a regular posting to the FreeBSD questions mailing list.  If
you got it in answer to a message you sent, it means that the sender
thinks that at least one of the following things was wrong with your
message:

- You left out a subject line, or the subject line was not appropriate.
- You formatted it in such a way that it was difficult to read.
- You asked more than one unrelated question in one message.
- You sent out a message with an incorrect date, time or time zone.
- You sent out the same message more than once.
- You sent an 'unsubscribe' message to FreeBSD-questions.

If you have done any of these things, there is a good chance that you
will get more than one copy of this message from different people.
Read on, and your next message will be more successful.

This document is also available on the web at
http://www.lemis.com/questions.html.

=

Contents:

I:Introduction
II:   How to unsubscribe from FreeBSD-questions
III:  Should I ask -questions, -newbies or -hackers?
IV:   How to submit a question to FreeBSD-questions
V:How to answer a question to FreeBSD-questions

I: Introduction
===

This is a regular posting aimed to help both those seeking advice from
FreeBSD-questions (the newcomers), and also those who answer the
questions (the hackers).

   Note that the term hacker has nothing to do with breaking
   into other people's computers.  The correct term for the latter
   activity is cracker, but the popular press hasn't found out
   yet.  The FreeBSD hackers disapprove strongly of cracking
   security, and have nothing to do with it.

In the past, there has been some friction which stems from the
different viewpoints of the two groups.  The newcomers accused the
hackers of being arrogant, stuck-up, and unhelpful, while the hackers
accused the newcomers of being stupid, unable to read plain English,
and expecting everything to be handed to them on a silver platter.  Of
course, there's an element of truth in both these claims, but for the
most part these viewpoints come from a sense of frustration.

In this document, I'd like to do something to relieve this frustration
and help everybody get better results from FreeBSD-questions.  In the
following section, I recommend how to submit a question; after that,
we'll look at how to answer one.

II:  How to unsubscribe from FreeBSD-questions
==

When you subscribed to FreeBSD-questions, you got a welcome message
from [EMAIL PROTECTED]  In this message, amongst other things, it
told you how to unsubscribe.  Here's a typical message:

  Welcome to the freebsd-questions mailing list!

  If you ever want to remove yourself from this mailing list,
  you can send mail to [EMAIL PROTECTED] with the following command
  in the body of your email message:

  unsubscribe freebsd-questions Greg Lehey [EMAIL PROTECTED]

  Here's the general information for the list you've
  subscribed to, in case you don't already have it:

  FREEBSD-QUESTIONS   User questions
  This is the mailing list for questions about FreeBSD.  You should not
  send how to questions to the technical lists unless you consider the
  question to be pretty technical.

Normally, unsubscribing is even simpler than the message suggests: you
don't need to specify your mail ID unless it is different from the one
which you specified when you subscribed.

If Majordomo replies and tells you (incorrectly) that you're not on
the list, this may mean one of two things:

  1.  You have changed your mail ID since you subscribed.  That's where
  keeping the original message from majordomo comes in handy.  For
  example, the sample message above shows my mail ID as
  [EMAIL PROTECTED]  Since then, I have changed it to
  [EMAIL PROTECTED]  If I were to try to remove [EMAIL PROTECTED] from
  the list, it would fail: I would have to specify the name with
  which I joined.

  2.  You're subscribed to a mailing list which is subscribed to
  FreeBSD-questions.  If that's the case, you'll have to figure out
  which one it is and get your name taken off that one.  If you're
  not sure which one it might be, check the headers of the
  messages you receive from freebsd-questions: maybe there's a
  clue there.

If you've done all this, and you still can't figure out what's going
on, send a message to [EMAIL PROTECTED], and he will sort things
out for you.  Don't send a message to FreeBSD-questions: they can't
help you.

III: Should I ask -questions, -newbies or -hackers?
===

Two mailing lists handle general questions about FreeBSD,
FreeBSD-questions and FreeBSD-hackers.  In addition, the
FreeBSD-newbies list caters 

The Complete FreeBSD: errata and addenda

2003-09-26 Thread Greg Lehey
The trouble with books is that you can't update them the way you can a web page
or any other online documentation.  The result is that most leading edge
computer books are out of date almost before they are printed.  Unfortunately,
The Complete FreeBSD, published by O'Reilly, is no exception.  Inevitably, a
number of bugs and changes have surfaced.

The Complete FreeBSD has been through a total of five editions, including its
predecessor Installing and Running FreeBSD.  Two of these have been reprinted
with corrections.  I maintain a series of errata pages.  Start at
http://www.lemis.com/errata-4.html to find out how to get the errata
information.

Have you found a problem with the book, or maybe something confusing?  Please
let me know: I'm constantly updating it.

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


qmail-qfilter

2003-09-26 Thread Alin-Adrian Anton
Hey guys,

If anyone uses qmail-qfilter and has at least one working forward setup, 
please help me out. I use qmail-qfilter and forwarding doesn't working, 
giving this error message:
Sep 27 01:39:16 fordtm qmail: 1064615956.423446 delivery 27: deferral: 
Unable_to_forward_message:_qq_write_error_or_disk_full_(#4.3.0)./

Otherwise, mail works fine. With qfilter, only forwarding is not 
working, everything else works. Without qfilter, everything including 
forwarding works.

Thanks.

Regards,
Alin.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: FreeBSD in Windows.....

2003-09-26 Thread Siegbert Baude
What about installing vmware (on XP), then install FreeBSD in vmware,
and mounting it that way? Maybe a lot of trouble, but at least he'd be
able to get at the data.

If my understanding of vmware is correct that shouldn't work, couldn't work.
Vmware is just an x86 emulator which sits on top of windows, the OS working
in VMware should be unaware that it is running in an emulator and shouldn't
have direct access to any of the host computer's resources.  If the host system 
is unable to mount a file system then the operating system in vmware should
also be unable to mount it. First because it is unaware that it exists and
second because vmware uses the host system's resources and anything which is
inaccessible to the host system would also be inaccessible to the emulated
system.
It is possible, as VMWare allows the guest systems direct access to the 
disks. I did complete buildworlds within VMWare on the same file system 
I use, when I boot FBSD directly.
There is also generic SCSI-Support which allows access to SCSI-devices 
for the guest system.

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


Follow-up: Tape conversion

2003-09-26 Thread Frank Jahnke
I'm following up with my request yesterday for recommendations for
converting data from an old 9 track tape to a (more usable) CD.

First, I'm grateful for all of the relies.  Thank you!

For the particulars, most have already been posted.  I do not have a 9
track tape drive, nor do I wish to get one.  I already have enough
ancient computer stuff, and this tape (which has only about 5 MB or so
of data) is the only one I have to convert.

To Michael Squires: thanks for the tip on service bureaus in the
Indianapolis area.  If you can personally recommend one or two, I'd
appreciate it.  I'm in northern California, between Lake Tahoe and
Sacramento, but I'd be happy to ship the tape to someone who can work
with it (see also below).

To Dan Nelson, who provided a list of potential vendors from a google
search: if you can recommend one, I would be most interested in hearing
about your experience, or that of one of your colleagues.  Indeed, I
came up with much the same list from my own google search.

I did receive one personal reply from a gentleman who has collected
almost a museum's of interesting computer hardware from an IBM 360 to a
VAX with VMS and lots of other goodies, including of course a 9 track
tape and a FreeBSD box.  He kindly offered to do the conversion for me. 
So I have the tape boxed up, and I will send it to him on Monday.

Still, my experience with tapes (admittedly more in the audio area than
in computers) is that head alignment can be quite important, and old
machines can sometimes be cranky.  The quality of the tape is also
unknown.  So I'll see how this works out.  I may yet need to go to a
professional service, though I have every hope that this will succeed.

Finally, I received a gentle admonishment to follow up to this list.  My
experience with mailing lists (mostly on Usenet over the last 15 years)
has been that my public inquiries have given rise to a mixture of public
and personal responses, as it was with this one.  It has been my
practise to collect the responses, and follow up publicly with those
that also post to the list.  Since I receive this list as a digest, that
takes a bit of time. 

It seems that this list works a bit differently, and if it is expected
that each reply be answered publicly to the list, I'd certainly be happy
to do so in the future.

Frank Jahnke

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


Problem upgrading QT still. (everything else upgrades)

2003-09-26 Thread Steve Lake
Still getting issues upgrading QT on my box.  I'm to understand it's fixed for 
the most part for others, but it's not for me.  When I try to upgrade QT or do a make 
on it I get the following error:

===  qt-3.2.1 is marked as broken: You have QT2 headers installed!  Installing this 
port will result in conflicts between QT3 and QT2!.

Uh, ok.  Anyone know how to fix this?  Never encountered an error like this 
and Google has on info on this.  I've looked already.  Any help is welcome.  Thanks.


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


portupgrade

2003-09-26 Thread Ralph
Hi all,
I did a portupgrade day before yesterday all fine did one just a min. ago now kde wont 
start it comes up sayin cant contact kde.in something file any ideas on how to fix 
this??

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


Re: Problem upgrading QT still. (everything else upgrades)

2003-09-26 Thread Kent Stewart
On Friday 26 September 2003 05:57 pm, Steve Lake wrote:
   Still getting issues upgrading QT on my box.  I'm to understand it's
 fixed for the most part for others, but it's not for me.  When I try
 to upgrade QT or do a make on it I get the following error:

 ===  qt-3.2.1 is marked as broken: You have QT2 headers installed! 
 Installing this port will result in conflicts between QT3 and QT2!.

   Uh, ok.  Anyone know how to fix this?  Never encountered an error
 like this and Google has on info on this.  I've looked already.  Any
 help is welcome.  Thanks.

What does pkg_info | grep qt show. The make file thinks you have qt-2 
installed. It has found ${X11BASE}/include/qt2/qapp.h. If you have 
pkg_delete'ed qt-2, then, you should be able to just rm qapp.h and try 
again.

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: Follow-up: Tape conversion

2003-09-26 Thread Greg 'groggy' Lehey
On Friday, 26 September 2003 at 17:58:45 -0700, Frank Jahnke wrote:

 Finally, I received a gentle admonishment to follow up to this list.  My
 experience with mailing lists (mostly on Usenet over the last 15 years)
 has been that my public inquiries have given rise to a mixture of public
 and personal responses, as it was with this one.  It has been my
 practise to collect the responses, and follow up publicly with those
 that also post to the list.  Since I receive this list as a digest, that
 takes a bit of time.

 It seems that this list works a bit differently, and if it is expected
 that each reply be answered publicly to the list, I'd certainly be happy
 to do so in the future.

Yes, this is a general request--see my .signature, which adds the
first three lines automatically.

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.
NOTE: Due to the currently active Microsoft-based worms, I am limiting
all incoming mail to 131,072 bytes.  This is enough for normal mail,
but not for large attachments.  Please send these as URLs.


pgp0.pgp
Description: PGP signature


Re: Why mplayer in FreeBSD 5.1 behave not so good as Debian in mycomputer?

2003-09-26 Thread zch

What do you mean by 'oss' audio? FWIW, if I use mplayer with the OSS
sound driver by 4Front Technology, it is slow and stuttering, but 
when using FreeBSD's pcm driver it is quite OK. I guess it can be
made to work properly, but currently I'm using pcm anyway.

Karel.
___

I enable snd_es137_loader in loader.conf and mplayer -ao help gives audio output 
drivers:
mpegpes,oss,null,pcm and plugin, while the pcm option is just for file output. When 
the null
option selected, which means no sound, it works well. Any suggestions? Thanks!

zhang




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


Message format *again* (was: Why mplayer in FreeBSD 5.1 behave not so good as Debian in my computer?)

2003-09-26 Thread Greg 'groggy' Lehey
[Format recovered--see http://www.lemis.com/email/email-format.html]

On Friday, 26 September 2003 at 14:26:38 -0500, Eugene Lee wrote:
 On Fri, Sep 26, 2003 at 04:48:49AM -0700, Kris Kennaway wrote:

 On Fri, Sep 26, 2003 at 04:11:55PM +0800, zch wrote:

 I have installed mplayer through cvsup while the error message,
 your system is too SLOW to play this,always jump out. I had
 recompiled mplayer with without-runtime-computercheck, but the
 eror is still as before. While mplayer in Debian is well. And the
 two system audios are all oss drivered. Could anybody give some
 suggestion? Thanks!

 1) Please wrap your lines at 70 characters so your emails may be easily read

 Just curious, is format=flowed disallowed here?

I don't see anything in the standards that defines this format, so I
suppose the answer should be yes.  On a more practical basis, I
don't know of any UNIX-based MUA which treats this correctly, and none
of the messages I looked at it had this attribute.  In addition, I
can't see how format=flowed can distinguish between computer output
(which should be quoted unchanged, possibly with very long lines) and
text, which RFC 2822 recommends to be 78 characters or less.  It also
makes it almost impossible to quote.

So yes, it's disallowed in the sense that it's discouraged, and that
a number of people, myself included, tend to delete such messages
unread.  Follow the URL below for more details.

Greg
--
When replying to this message, please take care not to mutilate the
original text.
For more information, see http://www.lemis.com/email.html
Finger [EMAIL PROTECTED] for PGP public key.
See complete headers for address and phone numbers.
NOTE: Due to the currently active Microsoft-based worms, I am limiting
all incoming mail to 131,072 bytes.  This is enough for normal mail,
but not for large attachments.  Please send these as URLs.


pgp0.pgp
Description: PGP signature


Re: Vinum RAID5 speed question

2003-09-26 Thread Greg 'groggy' Lehey
On Friday, 26 September 2003 at 13:22:09 +0200, Martin Brecher wrote:
 Hi, -

 I plan on setting up a vinum RAID5 array of three 120GB IDE disks. The
 disks will be attached to two Promise 100 TX2 controllers, on which two
 other disks are residing, too.

 The following questions have come to my mind:

 1. I thought about getting disks with 8MB cache. Does the bigger cache
 size affect performance in a RAID5 scenario?

Possibly.

 2. Currently I'm running a RAID5 with 4 older 5400rpm disks in that
 machine, and write speeds are around 3MB/s. I guess that several people
 here are running vinum RAID5 with current IDE disks, so what throughput
 can I expect from the new planned setup?

Difficult to say.  Possibly a little more.

 3. The volume is meant for storing all kinds of files with all kinds of
 sizes. My current setup has a blocksize of 489kb. From other people's
 experience, what blocksize might bring the best results for such general
 purpose?

That probably bases on a recommendation I made some years ago, before
people pointed out the errors of my ways.  You'll get fractionally
(and possibly not measurably) better performance if the stripe size is
a multiple of the block size.  Since that's 16 kB nowadays, a stripe
size of 496 kB might be better.
 
 4. Any other advice would be welcome, of course. :-)

Well, the obvious one is that RAID-5 is not intended for writing :-)

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.
NOTE: Due to the currently active Microsoft-based worms, I am limiting
all incoming mail to 131,072 bytes.  This is enough for normal mail,
but not for large attachments.  Please send these as URLs.


pgp0.pgp
Description: PGP signature


SSHD configuration file placement.

2003-09-26 Thread mike
Good day fellow FreeBSDer's

I am trying to switch over from the /usr/ports/security/openssh version
of sshd, to the one that comes with the base system. Being a cvsup server,
I always have the freshest source, so for example, if I wanted to update
sendmail, I could easily cd /usr/src/usr.sbin/sendmail, make install,
killall -HUP sendmail and I am done. So, I am trying to do that for my
good friend sshd. It works great, and puts the new fresh binary where its
supposed to be. So whats the problem? For starters, and I think I know the
answer to this one but please confirm in your reply, The port version of
it puts a script in /usr/local/etc/rc.d/ to start it with the system. Do I
remove that, and simply add, sshd_enable=YES to rc.conf like almost
everything else? (I think so.) And the REAL problem is when I do perform a
make install for sshd, its putting the new binary where it belongs fine,
but /etc/ssh is EMPTY. Thus, the server wont start. I have looked
*everywhere* (except where I need to be looking.) Where can I get those
config files from? Thanks!


-- 
Founder/WebMaster/ The unixhideout network
http://www.unixhideout.com
mike[AT]unixhideout.com



-
Get your free @UnixHideout.com email address today.
   The UnixHideout network
http://www.unixhideout.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


SSHD configuration file placement.] DOH!

2003-09-26 Thread mike
(((-I hate to double up this email on your inbox so please excuse me for
forgetting to mention it in the previous email before I clicked submit,
but I am not on this list so please email me directly with your
answers/help-)))

Good day fellow FreeBSDer's

I am trying to switch over from the /usr/ports/security/openssh version
of sshd, to the one that comes with the base system. Being a cvsup server,
I always have the freshest source, so for example, if I wanted to update
sendmail, I could easily cd /usr/src/usr.sbin/sendmail, make install,
killall -HUP sendmail and I am done. So, I am trying to do that for my
good friend sshd. It works great, and puts the new fresh binary where its
supposed to be. So whats the problem? For starters, and I think I know the
answer to this one but please confirm in your reply, The port version of
it puts a script in /usr/local/etc/rc.d/ to start it with the system. Do I
remove that, and simply add, sshd_enable=YES to rc.conf like almost
everything else? (I think so.) And the REAL problem is when I do perform a
make install for sshd, its putting the new binary where it belongs fine,
but /etc/ssh is EMPTY. Thus, the server wont start. I have looked
*everywhere* (except where I need to be looking.) Where can I get those
config files from? Thanks!


-- 
Founder/WebMaster/ The unixhideout network
http://www.unixhideout.com
mike[AT]unixhideout.com


-
Get your free @UnixHideout.com email address today.
   The UnixHideout network
http://www.unixhideout.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: RealTek Nic Chip

2003-09-26 Thread Greg 'groggy' Lehey
[Format recovered--see http://www.lemis.com/email/email-format.html]

Horrible reply mangling.  I won't reply to any more messages mangled
this badly.

On Friday, 26 September 2003 at 13:08:46 -0700, Tony A. Fields wrote:
 At 02:44 PM 9/26/03 -0400, you wrote:
 Sent: Friday, September 26, 2003 12:05 PM
 At 11:49 AM 9/26/03 +0930, you wrote:
 On Thursday, 25 September 2003 at 15:07:43 -0700, Tony A, Fields wrote:

 Have question though. I had to put a D-Link DFE-530TX PCI card in
 one of the PCI slots in the system that the OS was installed on
 because the motherboard (SHUTTLE FN41) has an integrated RealTek
 8201BL NIC that was not responding during installation. I was
 wondering if there is any way to get the chip to function?

 When I boot and look at the output of dmesg I note the following:
 rl0: D-Link DFE-530TX+ 10/100BaseTX port 0xc000-0xc0ff mem
 0xee00-0xeeff irq 11 at device 6.0 pci1

 Heh.  That's a Realtek card.DFE-530TX uses RealTek
 Driver 

 Any ideas on whether I can get the on-board NIC to work?

 Well, the first thing to do is to look at the output from ifconfig
 and pciconf -vl.

 Check the PC's bio's to insure you have the onboard Nic enabled.
 Since you can not see the onboard Nic in the boot log as an unknown
 device the motherboard bios must have the Nic disabled.

 Please note that I have looked at the output from ifconfig. Also
 note that the driver recognizes that the DFE-530TX uses the RealTek
 8139 chip.

 Any other suggestions on how to get the RealTek 8201BL chip to work?

Well, it would be good to report on what I suggested above.

 Oh, I forgot to mention that even though the on-board nic is enabled what I
 did see in the boot log as unknown was something like if_fwe0 ethernet
 over firewire ??? Mystery to me.

What's the mystery?  That's Ethernet over firewire, but you should
know that already.

 Also ifconfig shows

 fwe0: flags = 8802 BROADCAST, SIMPLEX, MULTICAST mtu 1500
  ether xx:xx:xx:xx:xx:xx
  ch 1 dma -1

 where xx is the physical mac address. 

What's the problem?

Greg
--
When replying to this message, please take care not to mutilate the
original text.  
For more information, see http://www.lemis.com/email.html
See complete headers for address and phone numbers.
NOTE: Due to the currently active Microsoft-based worms, I am limiting
all incoming mail to 131,072 bytes.  This is enough for normal mail,
but not for large attachments.  Please send these as URLs.


pgp0.pgp
Description: PGP signature


Re: Question on Postfix and FreeBSD

2003-09-26 Thread Greg 'groggy' Lehey
On Friday, 26 September 2003 at 10:08:42 -0700, Tony Jones wrote:

 I just did the following:

 a) upgraded Postfix to postfix-2.0.16 (built from source, didn't use port)

 ...

 Anyone care to clue me in on what I'm missing. Or is it a manual
 process?

You seem to be missing the point of the Ports Collection.  That's why
we have it, to save problems like these.

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.
NOTE: Due to the currently active Microsoft-based worms, I am limiting
all incoming mail to 131,072 bytes.  This is enough for normal mail,
but not for large attachments.  Please send these as URLs.


pgp0.pgp
Description: PGP signature


Bind 8 vs. Bind 9

2003-09-26 Thread Doug Hardie
I have a large mail server with a couple of zones defined where the sum 
of the zone definition files is 153 MB.  When I use Bind 8 the VSIZE 
for bind jumps to 250 MB.  Thats with nothing going on using bind.  
When I switch to Bind 9 and load the same files the VSIZE jumps to 353 
MB.  I was hoping to use the max-cache-size feature in bind 9 but the 
extra size of it makes it impractical.  Why is it that much larger? 
 

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


Sendmail::Milter without threads

2003-09-26 Thread Mark
Hello,

I am interested in Sendmail::Milter on my FreeBSD 4.7R machine, but then for
Perl without threads. When I installed Perl, I compiled it without thread
support, as I believe thread support is still experimental in Perl 5.8.0.

So, is there a Sendmail::Milter that will not require a threads-enabled
Perl? Or is there perhaps another Perl Milter out there I could use?

Thanks,

- Mark

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


Re: audio problem - /dev/dsp: op. not supported by device

2003-09-26 Thread Nick Holley
Nathan Kinkade wrote:

I recently upgraded my system from 4.8-STABLE to 5.1-RELEASE.  I haven't
had any problems except with XMMS.  Randomly XMMS will fail after it
finishes playing a song and before it has started the next - the error
dialog says Couldn't open audio in the title bar.  The message that
shows up on the console is:
** WARNING **: oss_open(): Failed to open audio device (/dev/dsp):
Operation not supported by device
If I repeatedly hit the play button it will eventually play the next
song.  Sometimes it will play 4 or 5 songs consecutively without a
problem, and other times the problem arises after each song.  I have
tried deinstalling XMMS and then recompiling, but still nothing.  I have
also tried `fstat | grep dsp', but nothing appears to be using the
/dev/dsp.  Does anyone have any ideas what might be wrong?
Thanks,
Nathan
 

As bad as I feel for you, I am so glad someone else is having this 
problems with 5.1. Every time I see a sound error (quite often), I want 
to stomp the shit out of my computer.

Ok, frustration aside, I am getting the exact same error as you with 
xmms at the same times (after the completion of a song). I don't know 
what hardware you are running, but I have an Asus A7N8X with onboard 
sound using the pcm sound driver. The sound problems also crop up with 
mplayer, sometimes at the beginning of a movie, but also when I pause 
and unpause. Snes9x has issues as well with the sound stopping and being 
unable to restart as such:

GSnes9x-WARNING **: A error has ocurred when tried to resume Esound.

Note that the gui is just redisplaying the error the snes9x core gives.

I'm sure this is a bug in 5.1, but I haven't collected enough 
information to approach a developer even if I knew who to approach. 
Actually, I don't really have a method for collecting information 
either; I was just hoping to send someone all the error messages I 
receive and then do what they need to solve the problem.

This is a serious issue for me so if you need, I will be more than 
willing to help out in any way I can.

Nick

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


Re: Message format *again* (was: Why mplayer in FreeBSD 5.1 behave not so good as Debian in my computer?)

2003-09-26 Thread Dan Nelson
In the last episode (Sep 27), Greg 'groggy' Lehey said:
 [Format recovered--see http://www.lemis.com/email/email-format.html]
 On Friday, 26 September 2003 at 14:26:38 -0500, Eugene Lee wrote:
  On Fri, Sep 26, 2003 at 04:48:49AM -0700, Kris Kennaway wrote:
 
  1) Please wrap your lines at 70 characters so your emails may be
  easily read
 
  Just curious, is format=flowed disallowed here?
 
 I don't see anything in the standards that defines this format, so I
 suppose the answer should be yes.  On a more practical basis, I
 don't know of any UNIX-based MUA which treats this correctly, and
 none of the messages I looked at it had this attribute.  In addition,
 I can't see how format=flowed can distinguish between computer
 output (which should be quoted unchanged, possibly with very long
 lines) and text, which RFC 2822 recommends to be 78 characters or
 less.  It also makes it almost impossible to quote.

 So yes, it's disallowed in the sense that it's discouraged, and
 that a number of people, myself included, tend to delete such
 messages unread.  Follow the URL below for more details.

RFC2646 defines format=flowed, and does a pretty good job of explaining
the wrapping, joining, and quoting rules.

The nice thing about correctly-generated format=flowed text is that it
looks just like regular text, so a MUA that doesn't understand flowed
text can still display perfectly readable output.  Paragraphs are
wrapped at 72 chars, and a trailing space is added at the wrap point as
a hint that the next line is a logical continuation.  Lines not ending
in a space are not flowed, so it's easy to specify what text will be
flowed and what won't.

I'd use it myself if I can ever get around to hacking joe's
paragraph-reformat function to add the trailing spaces..

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


Re: FreeBSD in Windows.....

2003-09-26 Thread Ekrem
On Sat, 2003-09-27 at 10:49, Siegbert Baude wrote:
 What about installing vmware (on XP), then install FreeBSD in vmware,
 and mounting it that way? Maybe a lot of trouble, but at least he'd be
 able to get at the data.
 
  If my understanding of vmware is correct that shouldn't work, couldn't work.
  Vmware is just an x86 emulator which sits on top of windows, the OS working
  in VMware should be unaware that it is running in an emulator and shouldn't
  have direct access to any of the host computer's resources.  If the host system 
  is unable to mount a file system then the operating system in vmware should
  also be unable to mount it. First because it is unaware that it exists and
  second because vmware uses the host system's resources and anything which is
  inaccessible to the host system would also be inaccessible to the emulated
  system.
 
 It is possible, as VMWare allows the guest systems direct access to the 
 disks. I did complete buildworlds within VMWare on the same file system 
 I use, when I boot FBSD directly.
 There is also generic SCSI-Support which allows access to SCSI-devices 
 for the guest system.
 
 Ciao
 Siegbert
 
 ___

I was also successful with something similar to this.
I used a trial version of vmware for win nt some years ago,
and I was able to boot and use FreeBSD from a 2nd hard disk.

I had originally installed that particular FreeBSD as standalone
on a spare PC using its standard UFS filesystem.

Ekrem


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


Problems with ATI MOBILITY RADEON 7500

2003-09-26 Thread Brian J. McGovern
I've been fighting with this for a day or two now, and I've run out of leads
to fix it. Help pointing me in the right direction would be appreciated.

I have an IBM T40 running FreeBSD 5.1 (stock) with a ports collection from
9/24, as there were apparently some changes to the XFree86 port between 5.1 and
that date (and I wanted to make sure I had the latest patches).

Using X -configure and xf86config generate similar, yet distinctly different
config files. Both have the same problem, however, in that when I start X,
I get either signal 6s, or signal 11s, and it crashes, whether I use XFree86
directly, or run xdm.

I've gone through the log, and made changes to load the modules to get rid
of the missing symbols from the generated config file. At this point, the
only thing that looks odd is the reported screen resolution of 65536x65535,
but can't find a way to over ride it.

I've included my dmesg output from the laptop, so that the hardware I'm 
running can be seen. I've also included my XF86Config file, and the log from
a typical run.

Again, a working config or pointers on what to try next would be greatly
appreciated.

-Brian

Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.1-RELEASE #2: Sat Sep 20 23:03:44 EDT 2003
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/LAPTOP
Preloaded elf kernel /boot/kernel/kernel at 0xc0651000.
Preloaded elf module /boot/kernel/acpi.ko at 0xc065126c.
Timecounter i8254  frequency 1193182 Hz
Timecounter TSC  frequency 1495157978 Hz
CPU: Intel(R) Pentium(R) M processor 1500MHz (1495.16-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0x695  Stepping = 5
  
Features=0xa7e9f9bfFPU,VME,DE,PSE,TSC,MSR,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,TM,PBE
real memory  = 536215552 (511 MB)
avail memory = 513974272 (490 MB)
netsmb_dev: loaded
Pentium Pro MTRR support enabled
VESA: v2.0, 32704k memory, flags:0x1, mode table:0xc05468a2 (122)
VESA: ATI MOBILITY RADEON 7500
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: IBMTP-1Ron motherboard
pcibios: BIOS version 2.10
Using $PIR table, 15 entries at 0xc00fdea0
ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.LPC_.FDC_._INI] (Node 
0xc4065b00), AE_NOT_EXIST
ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.LPC_.EC__._INI] (Node 
0xc405c1a0), AE_NOT_EXIST
ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.LPC_.EC__.BAT0._STA] 
(Node 0xc405d900), AE_NOT_EXIST
ACPI-0175: *** Error: Method execution failed [\\_SB_.PCI0.LPC_.EC__.BAT0._STA] 
(Node 0xc405d900), AE_NOT_EXIST
ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.LPC_.EC__.BAT1._STA] 
(Node 0xc405d780), AE_NOT_EXIST
ACPI-0175: *** Error: Method execution failed [\\_SB_.PCI0.LPC_.EC__.BAT1._STA] 
(Node 0xc405d780), AE_NOT_EXIST
ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.LPC_.EC__.BGID] (Node 
0xc4065c40), AE_NOT_EXIST
ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.LPC_.EC__.BINI] (Node 
0xc4065c60), AE_NOT_EXIST
ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.LPC_.EC__.BSTA] (Node 
0xc4065ca0), AE_NOT_EXIST
ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.IDE0.SCND.MSTR._STA] 
(Node 0xc4065b60), AE_NOT_EXIST
ACPI-0175: *** Error: Method execution failed [\\_SB_.PCI0.IDE0.SCND.MSTR._STA] 
(Node 0xc4065b60), AE_NOT_EXIST
ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.USB7._INI] (Node 
0xc40670a0), AE_AML_REGION_LIMIT
acpi0: power button is handled as a fixed feature programming model.
Timecounter ACPI-fast  frequency 3579545 Hz
ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.LPC_.EC__.BAT0._STA] 
(Node 0xc405d900), AE_NOT_EXIST
ACPI-0175: *** Error: Method execution failed [\\_SB_.PCI0.LPC_.EC__.BAT0._STA] 
(Node 0xc405d900), AE_NOT_EXIST
ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.LPC_.EC__.BAT1._STA] 
(Node 0xc405d780), AE_NOT_EXIST
ACPI-0175: *** Error: Method execution failed [\\_SB_.PCI0.LPC_.EC__.BAT1._STA] 
(Node 0xc405d780), AE_NOT_EXIST
ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.LPC_.EC__.BGID] (Node 
0xc4065c40), AE_NOT_EXIST
ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.LPC_.EC__.BINI] (Node 
0xc4065c60), AE_NOT_EXIST
ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.LPC_.EC__.BSTA] (Node 
0xc4065ca0), AE_NOT_EXIST
ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.IDE0.SCND.MSTR._STA] 
(Node 0xc4065b60), AE_NOT_EXIST
ACPI-0175: *** Error: Method execution failed [\\_SB_.PCI0.IDE0.SCND.MSTR._STA] 
(Node 0xc4065b60), AE_NOT_EXIST
acpi_timer0: 24-bit timer at 3.579545MHz port 0x1008-0x100b on acpi0
acpi_cpu0: CPU port 0x530-0x537 on acpi0
acpi_tz0: thermal zone port 0x530-0x537 on acpi0
acpi_lid0: Control Method Lid