samba3 compile failure

2007-03-23 Thread Vizion
I am trying to compile samba...

Is the cause something up with my kerberos installation (see errors below)?
If so I do not know how to fix it :-(

If not what and how can I fix it??

Is any more information needed to help identify the cause of the compile 
failure?

Thanks in advance for any help you can give
david
--
Compiling lib/smbldap_util.c
Compiling smbd/server.c
Linking bin/smbd
libsmb/clikrb5.o(.text+0x109c): In function 
`smb_krb5_get_keyinfo_from_ap_req':
: undefined reference to `krb5_decode_ap_req'
libsmb/clikrb5.o(.text+0x1423): In function 
`smb_krb5_principal_compare_any_realm':
: undefined reference to `krb5_principal_compare_any_realm'
libsmb/clikrb5.o(.text+0x1833): In function `smb_krb5_free_error':
: undefined reference to `krb5_free_error_contents'
libads/kerberos_keytab.o(.text+0x1b3): In function `smb_krb5_kt_add_entry':
: undefined reference to `krb5_kt_compare'
/usr/lib/libgssapi.so: undefined reference to `krb5_rd_cred2'
/usr/lib/libgssapi.so: undefined reference to `krb5_crypto_destroy'
/usr/lib/libgssapi.so: undefined reference to `krb5_ret_address'
/usr/lib/libgssapi.so: undefined reference to `krb5_ret_data'
/usr/lib/libgssapi.so: undefined reference to `krb5_ret_keyblock'
/usr/lib/libgssapi.so: undefined reference to `krb5_auth_con_setremotesubkey'
/usr/lib/libgssapi.so: undefined reference to `krb5_data_free'
/usr/lib/libgssapi.so: undefined reference to `krb5_config_get_strings'
/usr/lib/libgssapi.so: undefined reference to `krb5_auth_con_setlocalsubkey'
/usr/lib/libgssapi.so: undefined reference to 
`krb5_auth_con_generatelocalsubkey'
/usr/lib/libgssapi.so: undefined reference to `krb5_sockaddr2address'
/usr/lib/libgssapi.so: undefined reference to `krb5_cc_get_ops'
/usr/lib/libgssapi.so: undefined reference to `krb5_get_default_principal'
/usr/lib/libgssapi.so: undefined reference to `krb5_cc_copy_cache'
/usr/lib/libasn1.so: undefined reference to `init_error_table'
/usr/lib/libgssapi.so: undefined reference to `krb5_auth_con_setkey'
/usr/lib/libgssapi.so: undefined reference to `krb5_get_forwarded_creds'
/usr/lib/libgssapi.so: undefined reference to `krb5_get_err_text'
/usr/lib/libgssapi.so: undefined reference to `krb5_ret_int32'
/usr/lib/libgssapi.so: undefined reference to `krb5_h_addr2sockaddr'
/usr/lib/libgssapi.so: undefined reference to `krb5_build_authenticator'
/usr/lib/libgssapi.so: undefined reference to `krb5_build_ap_req'
/usr/lib/libgssapi.so: undefined reference to `krb5_auth_getremoteseqnumber'
/usr/lib/libgssapi.so: undefined reference to `krb5_data_zero'
/usr/lib/libgssapi.so: undefined reference to `krb5_storage_free'
/usr/lib/libgssapi.so: undefined reference to `krb5_config_free_strings'
/usr/lib/libgssapi.so: undefined reference to `krb5_create_checksum'
/usr/lib/libgssapi.so: undefined reference to `krb5_generate_random_block'
/usr/lib/libgssapi.so: undefined reference to `krb5_crypto_init'
/usr/lib/libgssapi.so: undefined reference to `krb5_enctype_to_keytype'
/usr/lib/libgssapi.so: undefined reference to `krb5_free_creds_contents'
/usr/lib/libgssapi.so: undefined reference to `krb5_storage_from_mem'
/usr/lib/libgssapi.so: undefined reference to `krb5_store_address'
/usr/lib/libgssapi.so: undefined reference to `krb5_decrypt_ivec'
/usr/lib/libasn1.so: undefined reference to `initialize_error_table_r'
/usr/lib/libgssapi.so: undefined reference to `krb5_store_int16'
/usr/lib/libgssapi.so: undefined reference to `krb5_ret_int16'
/usr/lib/libgssapi.so: undefined reference to `krb5_get_error_string'
/usr/lib/libgssapi.so: undefined reference to `krb5_principal_match'
/usr/lib/libgssapi.so: undefined reference to 
`krb5_auth_con_setlocalseqnumber'
/usr/lib/libgssapi.so: undefined reference to `krb5_storage_to_data'
/usr/lib/libgssapi.so: undefined reference to `krb5_store_int32'
/usr/lib/libgssapi.so: undefined reference to `krb5_encrypt_ivec'
/usr/lib/libgssapi.so: undefined reference to `krb5_storage_emem'
/usr/lib/libgssapi.so: undefined reference to `krb5_store_data'
/usr/lib/libgssapi.so: undefined reference to 
`krb5_auth_con_setremoteseqnumber'
/usr/lib/libgssapi.so: undefined reference to `krb5_principal_get_realm'
/usr/lib/libgssapi.so: undefined reference to `krb5_set_error_string'
/usr/lib/libgssapi.so: undefined reference to `krb5_make_principal'
/usr/lib/libgssapi.so: undefined reference to `krb5_store_keyblock'
*** Error code 1

Stop in /usr/ports/net/samba3/work/samba-3.0.24/source.
*** Error code 1

Stop in /usr/ports/net/samba3.
[EMAIL PROTECTED] /usr/ports/net/samba3]#   


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


Re: samba3 compile failure

2007-03-23 Thread Vizion
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Garrett Cooper
 Sent: Friday, March 23, 2007 7:55 AM
 To: freebsd-questions@freebsd.org
 Subject: Re: samba3 compile failure
 
 Vizion wrote:
  I am trying to compile samba...
  
  Is the cause something up with my kerberos installation 
 (see errors below)?
  If so I do not know how to fix it :-(
  
  If not what and how can I fix it??
  
  Is any more information needed to help identify the cause 
 of the compile failure?
  
  Thanks in advance for any help you can give
  david
  --
  Compiling lib/smbldap_util.c
  Compiling smbd/server.c
  Linking bin/smbd
  libsmb/clikrb5.o(.text+0x109c): In function 
  `smb_krb5_get_keyinfo_from_ap_req':
  : undefined reference to `krb5_decode_ap_req'
  libsmb/clikrb5.o(.text+0x1423): In function 
  `smb_krb5_principal_compare_any_realm':
  : undefined reference to `krb5_principal_compare_any_realm'
  libsmb/clikrb5.o(.text+0x1833): In function `smb_krb5_free_error':
  : undefined reference to `krb5_free_error_contents'
  libads/kerberos_keytab.o(.text+0x1b3): In function 
 `smb_krb5_kt_add_entry':
  : undefined reference to `krb5_kt_compare'
  /usr/lib/libgssapi.so: undefined reference to `krb5_rd_cred2'
  /usr/lib/libgssapi.so: undefined reference to `krb5_crypto_destroy'
  /usr/lib/libgssapi.so: undefined reference to `krb5_ret_address'
  /usr/lib/libgssapi.so: undefined reference to `krb5_ret_data'
  /usr/lib/libgssapi.so: undefined reference to `krb5_ret_keyblock'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_auth_con_setremotesubkey'
  /usr/lib/libgssapi.so: undefined reference to `krb5_data_free'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_config_get_strings'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_auth_con_setlocalsubkey'
  /usr/lib/libgssapi.so: undefined reference to 
  `krb5_auth_con_generatelocalsubkey'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_sockaddr2address'
  /usr/lib/libgssapi.so: undefined reference to `krb5_cc_get_ops'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_get_default_principal'
  /usr/lib/libgssapi.so: undefined reference to `krb5_cc_copy_cache'
  /usr/lib/libasn1.so: undefined reference to `init_error_table'
  /usr/lib/libgssapi.so: undefined reference to `krb5_auth_con_setkey'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_get_forwarded_creds'
  /usr/lib/libgssapi.so: undefined reference to `krb5_get_err_text'
  /usr/lib/libgssapi.so: undefined reference to `krb5_ret_int32'
  /usr/lib/libgssapi.so: undefined reference to `krb5_h_addr2sockaddr'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_build_authenticator'
  /usr/lib/libgssapi.so: undefined reference to `krb5_build_ap_req'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_auth_getremoteseqnumber'
  /usr/lib/libgssapi.so: undefined reference to `krb5_data_zero'
  /usr/lib/libgssapi.so: undefined reference to `krb5_storage_free'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_config_free_strings'
  /usr/lib/libgssapi.so: undefined reference to `krb5_create_checksum'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_generate_random_block'
  /usr/lib/libgssapi.so: undefined reference to `krb5_crypto_init'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_enctype_to_keytype'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_free_creds_contents'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_storage_from_mem'
  /usr/lib/libgssapi.so: undefined reference to `krb5_store_address'
  /usr/lib/libgssapi.so: undefined reference to `krb5_decrypt_ivec'
  /usr/lib/libasn1.so: undefined reference to 
 `initialize_error_table_r'
  /usr/lib/libgssapi.so: undefined reference to `krb5_store_int16'
  /usr/lib/libgssapi.so: undefined reference to `krb5_ret_int16'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_get_error_string'
  /usr/lib/libgssapi.so: undefined reference to `krb5_principal_match'
  /usr/lib/libgssapi.so: undefined reference to 
  `krb5_auth_con_setlocalseqnumber'
  /usr/lib/libgssapi.so: undefined reference to `krb5_storage_to_data'
  /usr/lib/libgssapi.so: undefined reference to `krb5_store_int32'
  /usr/lib/libgssapi.so: undefined reference to `krb5_encrypt_ivec'
  /usr/lib/libgssapi.so: undefined reference to `krb5_storage_emem'
  /usr/lib/libgssapi.so: undefined reference to `krb5_store_data'
  /usr/lib/libgssapi.so: undefined reference to 
  `krb5_auth_con_setremoteseqnumber'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_principal_get_realm'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_set_error_string'
  /usr/lib/libgssapi.so: undefined reference to `krb5_make_principal'
  /usr/lib/libgssapi.so: undefined reference to `krb5_store_keyblock'
  *** Error code 1
  
  Stop in /usr/ports/net/samba3/work/samba-3.0.24/source.
  *** Error code 1
  
  Stop in /usr/ports/net/samba3.
  [EMAIL PROTECTED

Re: samba3 compile failure

2007-03-23 Thread Vizion
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Vizion
 Sent: Friday, March 23, 2007 10:31 AM
 To: freebsd-questions@freebsd.org
 Subject: Re: samba3 compile failure
 
  
 
  -Original Message-
  From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf Of 
  Garrett Cooper
  Sent: Friday, March 23, 2007 7:55 AM
  To: freebsd-questions@freebsd.org
  Subject: Re: samba3 compile failure
  
  Vizion wrote:
   I am trying to compile samba...
   
   Is the cause something up with my kerberos installation 
  (see errors below)?
   If so I do not know how to fix it :-(
   
   If not what and how can I fix it??
   
   Is any more information needed to help identify the cause 
  of the compile failure?
   
   Thanks in advance for any help you can give
   david
   --
   Compiling lib/smbldap_util.c
   Compiling smbd/server.c
   Linking bin/smbd
   libsmb/clikrb5.o(.text+0x109c): In function 
   `smb_krb5_get_keyinfo_from_ap_req':
   : undefined reference to `krb5_decode_ap_req'
   libsmb/clikrb5.o(.text+0x1423): In function 
   `smb_krb5_principal_compare_any_realm':
   : undefined reference to `krb5_principal_compare_any_realm'
   libsmb/clikrb5.o(.text+0x1833): In function `smb_krb5_free_error':
   : undefined reference to `krb5_free_error_contents'
   libads/kerberos_keytab.o(.text+0x1b3): In function 
  `smb_krb5_kt_add_entry':
   : undefined reference to `krb5_kt_compare'
   /usr/lib/libgssapi.so: undefined reference to `krb5_rd_cred2'
   /usr/lib/libgssapi.so: undefined reference to 
 `krb5_crypto_destroy'
   /usr/lib/libgssapi.so: undefined reference to `krb5_ret_address'
   /usr/lib/libgssapi.so: undefined reference to `krb5_ret_data'
   /usr/lib/libgssapi.so: undefined reference to `krb5_ret_keyblock'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_auth_con_setremotesubkey'
   /usr/lib/libgssapi.so: undefined reference to `krb5_data_free'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_config_get_strings'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_auth_con_setlocalsubkey'
   /usr/lib/libgssapi.so: undefined reference to 
   `krb5_auth_con_generatelocalsubkey'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_sockaddr2address'
   /usr/lib/libgssapi.so: undefined reference to `krb5_cc_get_ops'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_get_default_principal'
   /usr/lib/libgssapi.so: undefined reference to `krb5_cc_copy_cache'
   /usr/lib/libasn1.so: undefined reference to `init_error_table'
   /usr/lib/libgssapi.so: undefined reference to 
 `krb5_auth_con_setkey'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_get_forwarded_creds'
   /usr/lib/libgssapi.so: undefined reference to `krb5_get_err_text'
   /usr/lib/libgssapi.so: undefined reference to `krb5_ret_int32'
   /usr/lib/libgssapi.so: undefined reference to 
 `krb5_h_addr2sockaddr'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_build_authenticator'
   /usr/lib/libgssapi.so: undefined reference to `krb5_build_ap_req'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_auth_getremoteseqnumber'
   /usr/lib/libgssapi.so: undefined reference to `krb5_data_zero'
   /usr/lib/libgssapi.so: undefined reference to `krb5_storage_free'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_config_free_strings'
   /usr/lib/libgssapi.so: undefined reference to 
 `krb5_create_checksum'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_generate_random_block'
   /usr/lib/libgssapi.so: undefined reference to `krb5_crypto_init'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_enctype_to_keytype'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_free_creds_contents'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_storage_from_mem'
   /usr/lib/libgssapi.so: undefined reference to `krb5_store_address'
   /usr/lib/libgssapi.so: undefined reference to `krb5_decrypt_ivec'
   /usr/lib/libasn1.so: undefined reference to 
  `initialize_error_table_r'
   /usr/lib/libgssapi.so: undefined reference to `krb5_store_int16'
   /usr/lib/libgssapi.so: undefined reference to `krb5_ret_int16'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_get_error_string'
   /usr/lib/libgssapi.so: undefined reference to 
 `krb5_principal_match'
   /usr/lib/libgssapi.so: undefined reference to 
   `krb5_auth_con_setlocalseqnumber'
   /usr/lib/libgssapi.so: undefined reference to 
 `krb5_storage_to_data'
   /usr/lib/libgssapi.so: undefined reference to `krb5_store_int32'
   /usr/lib/libgssapi.so: undefined reference to `krb5_encrypt_ivec'
   /usr/lib/libgssapi.so: undefined reference to `krb5_storage_emem'
   /usr/lib/libgssapi.so: undefined reference to `krb5_store_data'
   /usr/lib/libgssapi.so: undefined reference to 
   `krb5_auth_con_setremoteseqnumber'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_principal_get_realm'
   /usr/lib/libgssapi.so

Re: apache problem

2007-03-07 Thread Vizion
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of eoghan
 Sent: Tuesday, March 06, 2007 3:04 PM
 To: Mike Galvez
 Cc: freebsd-questions@freebsd.org
 Subject: Re: apache problem
 
 On 3/6/07, Mike Galvez [EMAIL PROTECTED] wrote:
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On 
 Behalf Of eoghan
  Sent: Tuesday, March 06, 2007 5:50 AM
  To: freebsd
  Subject: apache problem
 
  Hi
  I am running apache 2.2.4 on FreeBSD 6.1. This is a recent
  upgrade from ports (in the past few days or so). 
 Since then I
  cant browse to localhost. Just get an unable to connect
  message. The server seems to start with:
  $sudo apachectl start
  If I try it again I see its already running.
  My error log shows:
  [Mon Mar 05 11:20:00 2007] [notice] Apache/2.2.4 (FreeBSD)
  mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.1 
 with Suhosin-Patch
  configured -- resuming normal operations
  [Mon Mar 05 11:20:22 2007] [notice] caught 
 SIGTERM, shutting down
 
  I have tried the apache list but no real answers, 
 and apache
  was working fine for me before I upgraded. Has anyone else
  noticed this since an upgrade to the 2.2.4 version 
 from ports?
 
  Thanks
  Eoghan

 I had the same problem. Here is how I fixed it:
 #apachectl stop
 # cd /usr/ports/www/apache22
 #make clean
 # make deinstall
 # rm ./*
 Then do a cvsup ports all
 now once more
 #cd /usr/ports/www/apache22
 # make (it will use your stored config)
 #make install
 #make clean
 #apachectl start
   
Hi
Gret, thanks for that, I will give this a go.
Regards
Eoghan
   
   all the best
   please let me know if it works 4U
   -- I have made a posting on [EMAIL PROTECTED] -- so the 
 maintainer knows
   aboutthe problem. If this also works for you it should not be too
   difficult for someone to fix the port.
   David
  
   Hi
   I have tried this and i still cant get it working. Also 
 tried syntax
   check and its checks out OK, as someone else suggested to 
 do... any
   further suggestions?
   Thanks
   Eoghan
   ___
   freebsd-questions@freebsd.org mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
  Hi,
 
  I was rebuilding one of my servers yesterday. I was having 
 trouble getting ldap
  support to build, but I was also seeing the same issue you 
 describe. The
  configtest reported no errors and Apache appeared to start 
 and I could see it in
  the process list, but could not contact the server. Out of 
 frustration i bounced
  the box and when it came back up Apache started as expected 
 (minus ldap of
  course).
 
 
  --
  Michael Galvez http://www.people.virginia.edu/~mrg8n
  Information Technology Specialist University of Virginia
 
 Hi
 By bounced the box, do  you mean restarted it?
 Thanks
 Eoghan

You might get more informed help by post a detailed report on [EMAIL PROTECTED] 
(you eill need to subscribe to post there) - you might get  a more specialised 
response. There certainly seems to be something odd happening with the latest 
upgrade.

David


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


Re: apache2.2.4 - ssl module error

2007-03-06 Thread Vizion


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Vizion
 Sent: Monday, March 05, 2007 9:52 AM
 To: freebsd-questions@freebsd.org
 Subject: apache2.2.4 - ssl module error
 
 Gi
 
 Extract from error.log 
 
 httpd: Syntax error on line 85 after upgrade 
  
 /usr/local/etc/apache22/httpd.conf: Cannot 
 load /usr/local/libexec/apache22/mod_ssl.so into server: /usr
 /local/libexec/apache22/mod_ssl.so: Undefined symbol 
 ap_get_server_banner
 Does anyone know how to fix this?
 
 Thanks in advance
 
 David
 
The problem was resolved by deinstall  clean plus a removal of the ports from 
the ports tree then a cvsup and a new build from scratch.

It works fine now - so it appears the error occured during the upgrade as the 
older version was working fine before the upgrade.


David


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


ftp set up

2007-03-06 Thread Vizion
Hi

I wonder if someone could point me to a reliable detailed resource for 
configuring an ftp server on freebsd 6.1 for both incoming and outgoing files 
(including anonymous ftp).

I do not want anonymous uploaders to view existing file names in ftp/incoming 
or be able to download from incoming. I want the server as secure as is 
reasonably practicable. The notes in the freebsd handbook are not really 
comprehensive enough for me. 

Thanks in advance

david


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


Re: apache problem

2007-03-06 Thread Vizion

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of eoghan
 Sent: Tuesday, March 06, 2007 5:50 AM
 To: freebsd
 Subject: apache problem
 
 Hi
 I am running apache 2.2.4 on FreeBSD 6.1. This is a recent 
 upgrade from ports (in the past few days or so). Since then I 
 cant browse to localhost. Just get an unable to connect 
 message. The server seems to start with:
 $sudo apachectl start
 If I try it again I see its already running.
 My error log shows:
 [Mon Mar 05 11:20:00 2007] [notice] Apache/2.2.4 (FreeBSD)
 mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.1 with Suhosin-Patch
 configured -- resuming normal operations
 [Mon Mar 05 11:20:22 2007] [notice] caught SIGTERM, shutting down
 
 I have tried the apache list but no real answers, and apache 
 was working fine for me before I upgraded. Has anyone else 
 noticed this since an upgrade to the 2.2.4 version from ports?
 
 Thanks
 Eoghan

I had the same problem. Here is how I fixed it:
#apachectl stop
# cd /usr/ports/www/apache22
#make clean
# make deinstall
# rm ./*
Then do a cvsup ports all
now once more
#cd /usr/ports/www/apache22
# make (it will use your stored config)
#make install
#make clean
#apachectl start


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


Re: apache problem

2007-03-06 Thread Vizion
 

 -Original Message-
 From: eoghan [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, March 06, 2007 8:28 AM
 To: Vizion
 Cc: freebsd-questions@freebsd.org; [EMAIL PROTECTED]
 Subject: Re: apache problem
 
 On Tue, 6 Mar 2007 8:25:09 -0800
 Vizion [EMAIL PROTECTED] wrote:
 
   -Original Message-
   From: [EMAIL PROTECTED] 
   [mailto:[EMAIL PROTECTED] On Behalf Of eoghan
   Sent: Tuesday, March 06, 2007 5:50 AM
   To: freebsd
   Subject: apache problem
   
   Hi
   I am running apache 2.2.4 on FreeBSD 6.1. This is a recent 
   upgrade from ports (in the past few days or so). Since then I 
   cant browse to localhost. Just get an unable to connect 
   message. The server seems to start with:
   $sudo apachectl start
   If I try it again I see its already running.
   My error log shows:
   [Mon Mar 05 11:20:00 2007] [notice] Apache/2.2.4 (FreeBSD)
   mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.1 with Suhosin-Patch
   configured -- resuming normal operations
   [Mon Mar 05 11:20:22 2007] [notice] caught SIGTERM, shutting down
   
   I have tried the apache list but no real answers, and apache 
   was working fine for me before I upgraded. Has anyone else 
   noticed this since an upgrade to the 2.2.4 version from ports?
   
   Thanks
   Eoghan
  
  I had the same problem. Here is how I fixed it:
  #apachectl stop
  # cd /usr/ports/www/apache22
  #make clean
  # make deinstall
  # rm ./*
  Then do a cvsup ports all
  now once more
  #cd /usr/ports/www/apache22
  # make (it will use your stored config)
  #make install
  #make clean
  #apachectl start
 
 Hi
 Gret, thanks for that, I will give this a go.
 Regards
 Eoghan
 
all the best
please let me know if it works 4U
-- I have made a posting on [EMAIL PROTECTED] -- so the maintainer knows 
aboutthe problem. If this also works for you it should not be too difficult for 
someone to fix the port.
David

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


Re: ftp set up

2007-03-06 Thread Vizion
 

 -Original Message-
 From: Bill Moran [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, March 06, 2007 5:24 AM
 To: Vizion
 Cc: freebsd-questions@freebsd.org
 Subject: Re: ftp set up
 
 
 Please wrap your lines around 72 characters.
 
 In response to Vizion [EMAIL PROTECTED]:
  
  I wonder if someone could point me to a reliable detailed 
 resource for
  configuring an ftp server on freebsd 6.1 for both incoming 
 and outgoing
  files (including anonymous ftp).
  
  I do not want anonymous uploaders to view existing file names in
  ftp/incoming or be able to download from incoming. I want 
 the server as
  secure as is reasonably practicable. The notes in the 
 freebsd handbook are
  not really comprehensive enough for me. 
 
 Please don't do this.  Please don't even try.
 
 -- 
Got yr point -- my guess is you did not use a process to shift files out of the 
the upload directory as soon as they arrived. That way they can be monitored 
and never downloaded. 
I think it is up to each administrator to solve the problems. If you happen to 
have an answer to my original question -- a reliable source of info about ftp 
configuration it would be useful. It is a long time since I ran an ftp server 
and I am rusty.
 
I ran a large number of ftp servers for a long time and suffered many hacking 
attempts but none succeeded on my watch. I agree it is not easy - but necessary
david


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


Re: ftp set up

2007-03-06 Thread Vizion
In response to Vizion [EMAIL PROTECTED]:
 
  -Original Message-
  From: Bill Moran [mailto:[EMAIL PROTECTED] 
  Sent: Tuesday, March 06, 2007 5:24 AM
  To: Vizion
  Cc: freebsd-questions@freebsd.org
  Subject: Re: ftp set up
  
  
  Please wrap your lines around 72 characters.
  
  In response to Vizion [EMAIL PROTECTED]:
   
   I wonder if someone could point me to a reliable detailed 
  resource for
   configuring an ftp server on freebsd 6.1 for both incoming 
  and outgoing
   files (including anonymous ftp).
   
   I do not want anonymous uploaders to view existing file names in
   ftp/incoming or be able to download from incoming. I want 
  the server as
   secure as is reasonably practicable. The notes in the 
  freebsd handbook are
   not really comprehensive enough for me. 
  
  Please don't do this.  Please don't even try.
  
  -- 
 Got yr point -- my guess is you did not use a process to shift files out
 of the the upload directory as soon as they arrived. That way they can be
 monitored and never downloaded.

You're still sending out _very_ long lines.
BTW my standard line length is 80 chars..
I have reduced them for you.
Dont you have a wrap option on your mail reader to set the lines to your 
desired width


... and no, I didn't use a process to prevent files from being subsequently
downloaded, it would have defeated the purpose of file transfer.
Here we differ .. if you did not do that you asked for trouble!!


David

 I think it is up to each administrator to solve the problems. If you
 happen to have an answer to my original question -- a reliable source of
 info about ftp configuration it would be useful. It is a long time since I
 ran an ftp server and I am rusty.

Sorry, I don't.  I haven't set up an FTP server in a long time.  scp has
replaced ftp -- which was my point.

I've done my due-diligence in warning of the dangers ...

Uploading to an ftp server has to be treated as a
process by which the sender offers files to the administrator
who may or may not choose to transfer them to the
download directory. 
IF you let an end user determine what may be made available
and subsequently have trouble well do not blame
ftp blame the administrator!!
IMHO To do otherwise is not exercising due diligence!!

On web sites I follow the same principle -- users cannot add links 
-- only offer them.. same principle!

david
-- 
Bill Moran
http://www.potentialtech.com

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


apache2.2.4 - ssl module error

2007-03-05 Thread Vizion
Gi

Extract from error.log 

httpd: Syntax error on line 85 after upgrade 
 
/usr/local/etc/apache22/httpd.conf: Cannot 
load /usr/local/libexec/apache22/mod_ssl.so into server: /usr
/local/libexec/apache22/mod_ssl.so: Undefined symbol ap_get_server_banner
Does anyone know how to fix this?

Thanks in advance

David


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


ImageMagick - build failure - lgvc

2007-03-04 Thread Vizion
Does anyone help solve this one?
-
mv -f coders/.deps/coders_dib_la-dib.Tpo coders/.deps/coders_dib_la-dib.Plo
/bin/sh /usr/local/bin/libtool --silent --tag=CC   --mode=link 
cc  -O2 -fno-strict-aliasing -pipe  -no-undefined -module -avoid-version 
-L/usr/local/lib -L/usr/X11R6/lib -R/usr/X11R6/lib -L/usr/local/lib -Wl,--rpath 
-Wl,/usr/local/lib -lfreetype -lz -L/usr/local/lib -o 
coders/dib.la -rpath /usr/local/lib/ImageMagick/modules-Q16/coders 
coders/coders_dib_la-dib.lo magick/libMagick.la
/bin/sh /usr/local/bin/libtool --silent --tag=CC   --mode=compile 
cc -DHAVE_CONFIG_H -I. -I./magick -I./wand   -I/usr/local/include/graphviz   
-I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include 
-I/usr/X11R6/include -I/usr/local/include/libxml2  -O2 -fno-strict-aliasing 
-pipe  -MT 
coders/coders_dot_la-dot.lo -MD -MP -MF 
coders/.deps/coders_dot_la-dot.Tpo -c -o coders/coders_dot_la-dot.lo 
`test -f 'coders/dot.c' || echo './'`coders/dot.c
mv -f coders/.deps/coders_dot_la-dot.Tpo coders/.deps/coders_dot_la-dot.Plo
/bin/sh /usr/local/bin/libtool --silent --tag=CC   --mode=link 
cc  -O2 -fno-strict-aliasing -pipe  -no-undefined -module -avoid-version 
-L/usr/local/lib -L/usr/X11R6/lib -R/usr/X11R6/lib -L/usr/local/lib -Wl,--rpath 
-Wl,/usr/local/lib -lfreetype -lz -L/usr/local/lib -o 
coders/dot.la -rpath /usr/local/lib/ImageMagick/modules-Q16/coders 
coders/coders_dot_la-dot.lo magick/libMagick.la -L/usr/local/lib -lgvc
/usr/bin/ld: cannot find -lgvc
gmake: *** [coders/dot.la] Error 1
*** Error code 2

Stop in /usr/ports/graphics/ImageMagick.

I thought this might be due to graphviz that was installed but with limted 
options.-- I deinstalled made clean and reinstalled a config with all options 
checked.
I also deinstalled ImageMagick, made clean and removed that port entirely from 
the ports tree and then, after a cvsup tried and got this build failure.

Thanks in advance for help 
david

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


Re: ImageMagick - build failure - lgvc -SOLVED

2007-03-04 Thread Vizion
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Vizion
 Sent: Sunday, March 04, 2007 7:17 AM
 To: freebsd-questions@freebsd.org
 Subject: ImageMagick - build failure - lgvc
 
 Does anyone help solve this one?
 -
 mv -f coders/.deps/coders_dib_la-dib.Tpo 
 coders/.deps/coders_dib_la-dib.Plo
 /bin/sh /usr/local/bin/libtool --silent --tag=CC   --mode=link 
 cc  -O2 -fno-strict-aliasing -pipe  -no-undefined -module 
 -avoid-version -L/usr/local/lib -L/usr/X11R6/lib 
 -R/usr/X11R6/lib -L/usr/local/lib -Wl,--rpath 
 -Wl,/usr/local/lib -lfreetype -lz -L/usr/local/lib -o 
 coders/dib.la -rpath /usr/local/lib/ImageMagick/modules-Q16/coders 
 coders/coders_dib_la-dib.lo magick/libMagick.la
 /bin/sh /usr/local/bin/libtool --silent --tag=CC   --mode=compile 
 cc -DHAVE_CONFIG_H -I. -I./magick -I./wand   
 -I/usr/local/include/graphviz   
 -I/usr/local/include/freetype2 -I/usr/local/include 
 -I/usr/local/include -I/usr/X11R6/include 
 -I/usr/local/include/libxml2  -O2 -fno-strict-aliasing -pipe  -MT 
 coders/coders_dot_la-dot.lo -MD -MP -MF 
 coders/.deps/coders_dot_la-dot.Tpo -c -o coders/coders_dot_la-dot.lo 
 `test -f 'coders/dot.c' || echo './'`coders/dot.c
 mv -f coders/.deps/coders_dot_la-dot.Tpo 
 coders/.deps/coders_dot_la-dot.Plo
 /bin/sh /usr/local/bin/libtool --silent --tag=CC   --mode=link 
 cc  -O2 -fno-strict-aliasing -pipe  -no-undefined -module 
 -avoid-version -L/usr/local/lib -L/usr/X11R6/lib 
 -R/usr/X11R6/lib -L/usr/local/lib -Wl,--rpath 
 -Wl,/usr/local/lib -lfreetype -lz -L/usr/local/lib -o 
 coders/dot.la -rpath /usr/local/lib/ImageMagick/modules-Q16/coders 
 coders/coders_dot_la-dot.lo magick/libMagick.la -L/usr/local/lib -lgvc
 /usr/bin/ld: cannot find -lgvc
 gmake: *** [coders/dot.la] Error 1
 *** Error code 2
 
 Stop in /usr/ports/graphics/ImageMagick.
 
 I thought this might be due to graphviz that was installed 
 but with limted options.-- I deinstalled made clean and 
 reinstalled a config with all options checked.
 I also deinstalled ImageMagick, made clean and removed that 
 port entirely from the ports tree and then, after a cvsup 
 tried and got this build failure.
 
 Thanks in advance for help 
 david

OK it will compile if the 16BIT option is turned off - i.e no gvc


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


Re: portupgrade query

2007-03-02 Thread Vizion
 

 -Original Message-
 From: Sergey Matveychuk [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, March 01, 2007 11:54 PM
 To: Vizion
 Cc: freebsd-ports@freebsd.org
 Subject: Re: portupgrade query
 
 Vizion wrote:
  I have multiple lines of stale dependencies reported from 
 pkgdb -F all of which relate to bsdpan-Archive-Tar-1.30 or 
 1.16 witha report that the package is held.
  
  The lines are
  Stale dependency:bsdpan-Archive-Tar-[version] - [see NOTE 
 below]: - Ignored (the package is held; specify -f to force)
  
 
 bsdpan-* are not real ports. They can't be processed as real ports. So
 they should be ignored (hold). Install them from ports or ignore the
 messages.
 
 -- 
 Dixi.
 Sem.
 
Thanks Sem 

But on its own, as shown in my original posting, that does not solve the 
problem as portupgrade -a does not know that and throws the error, reports a 
stale dependency and requires me to fix the problem!!

I must be missing something here!!

David

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


Portupgrade -how ro get out of loop!!

2007-03-01 Thread Vizion
I have multiple lines of stale dependencies reported from pkgdb -F all of which 
relate to bsdpan-Archive-Tar-1.30 or 1.16 witha report that the package is held.

The lines are
Stale dependency:bsdpan-Archive-Tar-[version] - [see NOTE below]: - Ignored 
(the package is held; specify -f to force)

How do I get out of the following loop!
:
I run 
# pkgdb -f
Then try 
# portupgrade -a
and get
Stale dependency . manuall run 'pkgdb -F to fix or specify -O to force
I run
# pkgdb -O
then run
# portupgrade -a
and get
Stale dependencies ..manually run 'pkgdb -F' to fix or specify -O to force
NOTE
the references are to
p5-Text-Diff-0.35 (textproc/p5-Text-Diff)
etc
p5-PathTools [ver] [port]
p5- [App] [ver] [port]


Thanks in advance

david

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


kerberos how to reinstall?

2007-02-27 Thread Vizion
I found that kerberos5 had been deleted from my system and NO_KERBEROS=TRUE was 
in my make.conf file.

Kerberos was originally installed on this sytem.

pkg_info |grep crypt 
shows:
 
libdvdcss-1.2.9._2
libgcrypt-1.2.3_1 

are installed

can I safely reinstall kerberos by using make  in /usr/src/kerberos5?

Is there anything I need to check in preparation?

Thanks

David


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


libkrb5.so.8 - missing

2007-01-09 Thread Vizion
Hi

Can someone please tell me what package installs libkrb5.so.8 for 
FREEBSD-6.1-RELEASE #0?

Thanks in advance

David

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


Re: libkrb5.so.8 - missing

2007-01-09 Thread Vizion


 -Original Message-
 From: Niclas Zeising [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, January 09, 2007 2:41 AM
 To: Vizion
 Cc: freebsd-questions@freebsd.org
 Subject: Re: libkrb5.so.8 - missing
 
 
 On 1/9/07, Vizion [EMAIL PROTECTED] wrote:
  Hi
 
  Can someone please tell me what package installs 
 libkrb5.so.8 for FREEBSD-6.1-RELEASE #0?
 
  Thanks in advance
 
  David
 
 It's kerberos5. If i remember correctly it's installed by default if
 you havent added NO_KERBEROS to make.conf, see make.conf(5)
 
Umph well somehow I have lost libkrb5.so.8.

Any idea of correct way to re-install?

Thanks
david

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


Re: imap-uw manuals - configuration

2007-01-06 Thread Vizion


 -Original Message-
 From: Mark Tinguely [mailto:[EMAIL PROTECTED] 
 Sent: Friday, January 05, 2007 11:39 AM
 To: [EMAIL PROTECTED]
 Subject: Re: imap-uw manuals - configuration
 
 
 Are there any messages in /var/log/debug.log ?
 
 Since telnet is missing load libraries, could the imapd and 
 ipop3d also?
 Try the following:
 
 $ ldd /usr/local/libexec/ipop3d  /usr/local/libexec/imapd  
 /usr/bin/telnet
 
 It should say something like (FreeBSD 6.1):
 
 /usr/local/libexec/ipop3d:
 libc-client4.so.8 = /usr/local/lib/libc-client4.so.8 
 (0x28078000)
 libc.so.6 = /lib/libc.so.6 (0x28131000)
 libpam.so.3 = /usr/lib/libpam.so.3 (0x28209000)
 libssl.so.4 = /usr/lib/libssl.so.4 (0x2821)
 libcrypto.so.4 = /lib/libcrypto.so.4 (0x2823e000)
 libcrypt.so.3 = /lib/libcrypt.so.3 (0x28331000)
 /usr/local/libexec/imapd:
 libc-client4.so.8 = /usr/local/lib/libc-client4.so.8 
 (0x28081000)
 libc.so.6 = /lib/libc.so.6 (0x2813a000)
 libpam.so.3 = /usr/lib/libpam.so.3 (0x28212000)
 libssl.so.4 = /usr/lib/libssl.so.4 (0x28219000)
 libcrypto.so.4 = /lib/libcrypto.so.4 (0x28247000)
 libcrypt.so.3 = /lib/libcrypt.so.3 (0x2833a000)
 
 /usr/bin/telnet:
 libncurses.so.6 = /lib/libncurses.so.6 (0x2808b000)
 libipsec.so.2 = /lib/libipsec.so.2 (0x280ca000)
 libmp.so.5 = /usr/lib/libmp.so.5 (0x280d)
 libcrypto.so.4 = /lib/libcrypto.so.4 (0x280d3000)
 libcrypt.so.3 = /lib/libcrypt.so.3 (0x281c6000)
 libpam.so.3 = /usr/lib/libpam.so.3 (0x281de000)
 libkrb5.so.8 = /usr/lib/libkrb5.so.8 (0x281e5000)
 libasn1.so.8 = /usr/lib/libasn1.so.8 (0x28219000)
 libcom_err.so.3 = /usr/lib/libcom_err.so.3 (0x2823a000)
 libroken.so.8 = /usr/lib/libroken.so.8 (0x2823c000)
 libc.so.6 = /lib/libc.so.6 (0x28248000)
 
 
 /usr/lib/libkrb5.so.8 comes on the FreeBSD-6.x distribution.
 In FreeBSD 4.x, these files came seperately in the crypto package.
 I jumped from 4.x to 6.x, so I do not know the FreeBSD-5.x 
 distribution.
 
 Did your install get corrupted or did you remove things?
 
 --Mark.
 
Here is the output you suggested:

# ldd /usr/local/libexec/ipop3d /usr/local/libexec/imapd /usr/bin/telnet 
/usr/local/libexec/ipop3d:
libc-client4.so.8 = /usr/local/lib/libc-client4.so.8 (0x80062f000)
libc.so.6 = /lib/libc.so.6 (0x8007f7000)
libpam.so.3 = /usr/lib/libpam.so.3 (0x8009f5000)
libssl.so.4 = /usr/lib/libssl.so.4 (0x800afd000)
libcrypto.so.4 = /lib/libcrypto.so.4 (0x800c35000)
libcrypt.so.3 = /lib/libcrypt.so.3 (0x800e7b000)
/usr/local/libexec/imapd:
libc-client4.so.8 = /usr/local/lib/libc-client4.so.8 (0x800639000)
libc.so.6 = /lib/libc.so.6 (0x800801000)
libpam.so.3 = /usr/lib/libpam.so.3 (0x8009ff000)
libssl.so.4 = /usr/lib/libssl.so.4 (0x800b07000)
libcrypto.so.4 = /lib/libcrypto.so.4 (0x800c3f000)
libcrypt.so.3 = /lib/libcrypt.so.3 (0x800e85000)
/usr/bin/telnet:
libncurses.so.6 = /lib/libncurses.so.6 (0x800644000)
libipsec.so.2 = /lib/libipsec.so.2 (0x80079d000)
libmp.so.5 = /usr/lib/libmp.so.5 (0x8008a4000)
libcrypto.so.4 = /lib/libcrypto.so.4 (0x8009a7000)
libcrypt.so.3 = /lib/libcrypt.so.3 (0x800bed000)
libpam.so.3 = /usr/lib/libpam.so.3 (0x800d06000)
libkrb5.so.8 = not found (0x0)
libasn1.so.8 = /usr/lib/libasn1.so.8 (0x800e0e000)
libcom_err.so.3 = /usr/lib/libcom_err.so.3 (0x800f37000)
libroken.so.8 = /usr/lib/libroken.so.8 (0x801039000)
libc.so.6 = /lib/libc.so.6 (0x801147000)





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


Re: imap-uw manuals - configuration

2007-01-06 Thread Vizion
 -Original Message-
 From: Mark Tinguely [mailto:[EMAIL PROTECTED] 
 Sent: Friday, January 05, 2007 11:39 AM
 To: [EMAIL PROTECTED]
 Subject: Re: imap-uw manuals - configuration
Supplementary
 
 Are there any messages in /var/log/debug.log ?
 

 /usr/lib/libkrb5.so.8 comes on the FreeBSD-6.x distribution.
Myrelease is FREEBSD 6.1-RELEASE #0 COMPILED SUN MAY 7 04:15.57 utc 2006
on AMD Athlon 64 Processor


 
 Did your install get corrupted or did you remove things?

I think install was fine..
I am trying to search my files to find a record of the recent portupgrade where 
I may have mussed up. If I find it I will email you the info

Thanks afain for sticking with this


David
 
 --Mark.


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


kdeinit other errors

2007-01-06 Thread Vizion
below are: 
/var/log/messages
/var/log/dmesg.today
 output from
df

As you can see there are some problems:

a)kdeinit reports filesystem full when I understand (probably incorrectly 
chuckles df to be telling me there is plenty of space.
b)conftest exiting on signals 11/12 with core dumps 
c) MOD_LOAD dragon saver error messages
d) ACPI-0501, 1304, 0239 errors
None of these I know how to deal with.. some guidance would be appreciated.

The entries follow:
---

from /var/log/messages:
___-
Jan  6 04:18:07 dns1 shutdown: reboot by Sysadmin: 
Jan  6 04:18:09 dns1 syslogd: exiting on signal 15
Jan  6 04:19:16 dns1 syslogd: kernel boot file is /boot/kernel/kernel
Jan  6 04:19:16 dns1 kernel: Copyright (c) 1992-2006 The FreeBSD Project.
Jan  6 04:19:16 dns1 kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 
1991, 1992, 1993, 1994
Jan  6 04:19:16 dns1 kernel: The Regents of the University of California. All 
rights reserved.
Jan  6 04:19:16 dns1 kernel: FreeBSD 6.1-RELEASE #0: Sun May  7 04:15:57 UTC 
2006
Jan  6 04:19:16 dns1 kernel: 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP
Jan  6 04:19:16 dns1 kernel: ACPI APIC Table: GBTAWRDACPI
Jan  6 04:19:16 dns1 kernel: Timecounter i8254 frequency 1193182 Hz quality 
0
Jan  6 04:19:16 dns1 kernel: CPU: AMD Athlon(tm) 64 Processor 3200+ 
(2009.16-MHz K8-class CPU)
Jan  6 04:19:16 dns1 kernel: Origin = AuthenticAMD  Id = 0x20ff2  Stepping = 
2
Jan  6 04:19:16 dns1 kernel: 
Features=0x78bfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2
Jan  6 04:19:16 dns1 kernel: Features2=0x1SSE3
Jan  6 04:19:16 dns1 kernel: AMD 
Features=0xe2500800SYSCALL,NX,MMX+,FFXSR,LM,3DNow+,3DNow
Jan  6 04:19:16 dns1 kernel: AMD Features2=0x1LAHF
Jan  6 04:19:16 dns1 kernel: real memory  = 2080309248 (1983 MB)
Jan  6 04:19:16 dns1 kernel: avail memory = 1997578240 (1905 MB)
Jan  6 04:19:16 dns1 kernel: ioapic0 Version 1.1 irqs 0-23 on motherboard
Jan  6 04:19:16 dns1 kernel: kbd1 at kbdmux0
Jan  6 04:19:16 dns1 kernel: acpi0: GBT AWRDACPI on motherboard
Jan  6 04:19:16 dns1 kernel: acpi_bus_number: can't get _ADR
Jan  6 04:19:16 dns1 kernel: acpi_bus_number: can't get _ADR
Jan  6 04:19:16 dns1 kernel: acpi0: Power Button (fixed)
Jan  6 04:19:16 dns1 kernel: acpi_bus_number: can't get _ADR
Jan  6 04:19:16 dns1 last message repeated 3 times
Jan  6 04:19:16 dns1 kernel: ACPI-0501: *** Error: Handler for [SystemMemory] 
returned AE_AML_ALIGNMENT
Jan  6 04:19:16 dns1 kernel: ACPI-1304: *** Error: Method execution failed 
[\_SB_.MEM_._CRS] (Node 0xffbdbd80), AE_AML_ALIGNMENT
Jan  6 04:19:16 dns1 kernel: ACPI-0239: *** Error: Method execution failed 
[\_SB_.MEM_._CRS] (Node 0xffbdbd80), AE_AML_ALIGNMENT
Jan  6 04:19:16 dns1 kernel: can't fetch resources for \_SB_.MEM_ - 
AE_AML_ALIGNMENT
Jan  6 04:19:16 dns1 kernel: cpu0: ACPI CPU on acpi0
Jan  6 04:19:16 dns1 kernel: acpi_button0: Power Button on acpi0
Jan  6 04:19:16 dns1 kernel: pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on 
acpi0
Jan  6 04:19:16 dns1 kernel: pci0: ACPI PCI bus on pcib0
Jan  6 04:19:16 dns1 kernel: pci0: memory, RAM at device 0.0 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: pci0: memory, RAM at device 0.1 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: pci0: memory, RAM at device 0.2 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: pci0: memory, RAM at device 0.3 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: pci0: memory, RAM at device 0.4 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: pci0: memory, RAM at device 0.5 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: pci0: memory, RAM at device 0.6 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: pci0: memory, RAM at device 0.7 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: pci0: display, VGA at device 5.0 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: pci0: memory, RAM at device 9.0 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: isab0: PCI-ISA bridge at device 10.0 on pci0
Jan  6 04:19:16 dns1 kernel: isa0: ISA bus on isab0
Jan  6 04:19:16 dns1 kernel: pci0: serial bus, SMBus at device 10.1 (no 
driver attached)
Jan  6 04:19:16 dns1 kernel: pci0: memory, RAM at device 10.2 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: ohci0: OHCI (generic) USB controller mem 
0xf7008000-0xf7008fff irq 21 at device 11.0 on pci0
Jan  6 04:19:16 dns1 kernel: ohci0: [GIANT-LOCKED]
Jan  6 04:19:16 dns1 kernel: usb0: OHCI version 1.0, legacy support
Jan  6 04:19:16 dns1 kernel: usb0: SMM does not respond, resetting
Jan  6 04:19:16 dns1 kernel: usb0: OHCI (generic) USB controller on ohci0
Jan  6 04:19:16 dns1 kernel: usb0: USB revision 1.0
Jan  6 04:19:16 dns1 kernel: uhub0: nVidia OHCI root hub, class 9/0, rev 
1.00/1.00, addr 1
Jan  6 04:19:16 dns1 kernel: uhub0: 8 ports with 8 removable, self powered
Jan  6 04:19:16 dns1 kernel: ehci0: EHCI (generic) USB 2.0 controller mem 
0xf7004000-0xf70040ff 

imap-uw manuals - configuration

2007-01-05 Thread Vizion
I am gaving some difficulty with my pop server -- There are no man pages for 
imap-uw -- can anyone point me to some guidance..

Here are some details:

/etc/rc.conf includes: 
inetd_enable=YES 

inetd.conf includes: 
pop2 stream tcp nowait root /usr/local/libexec/ipop2d ipop2d 
pop3 stream tcp nowait root /usr/local/libexec/ipop3d ipop3d imap4 stream tcp 
nowait root /usr/local/libexec/imapd imapd 

/usr/local/libexec includes: 
-r-xr-xr-x 1 root wheel 69600 Jan 2 01:00 imapd 
-r-xr-xr-x 1 root wheel 20224 Jan 2 01:00 ipop2d 
-r-xr-xr-x 1 root wheel 24256 Jan 2 01:00 ipop3d 

[EMAIL PROTECTED] /usr/local/libexec]# pkg_info | grep imap imap-uw-2004g_1,1 
University of Washington IMAP4rev1/POP2/POP3 mail servers

thanks

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


RE: imap-uw manuals - configuration

2007-01-05 Thread Vizion
 Le 05/01/2007 à 07:00:37-0800, Vizion a écrit
 I am gaving some difficulty with my pop server -- There are no man pages for 
 imap-uw -- can anyone point me to some guidance..
 
 Here are some details:
 
 /etc/rc.conf includes: 
 inetd_enable=YES 
 
 inetd.conf includes: 
 pop2 stream tcp nowait root /usr/local/libexec/ipop2d ipop2d 
 pop3 stream tcp nowait root /usr/local/libexec/ipop3d ipop3d imap4 stream tcp 
 nowait root /usr/local/libexec/imapd imapd 
 
 /usr/local/libexec includes: 
 -r-xr-xr-x 1 root wheel 69600 Jan 2 01:00 imapd 
 -r-xr-xr-x 1 root wheel 20224 Jan 2 01:00 ipop2d 
 -r-xr-xr-x 1 root wheel 24256 Jan 2 01:00 ipop3d 
 
 [EMAIL PROTECTED] /usr/local/libexec]# pkg_info | grep imap imap-uw-2004g_1,1 
 University of Washington IMAP4rev1/POP2/POP3 mail servers
 

And can you tell us what's kind of difficulty you have ?

Regards

--
Albert SHIH

Thanks albert 

-- the pop server does not respond -- and I do not know how to check whether it 
is functioning. IT seemed to me that something is basically wrong with its 
config.


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


Re: imap-uw manuals - configuration

2007-01-05 Thread Vizion

 -Original Message-
 From: Mark Tinguely [mailto:[EMAIL PROTECTED] 
 Sent: Friday, January 05, 2007 7:16 AM
 To: [EMAIL PROTECTED]
 Subject: Re: imap-uw manuals - configuration
 
 
 
   inetd.conf includes: 
   pop2 stream tcp nowait root /usr/local/libexec/ipop2d ipop2d 
   pop3 stream tcp nowait root /usr/local/libexec/ipop3d 
 ipop3d imap4 stream tcp nowait root /usr/local/libexec/imapd imapd 
 
 The pop3 and imap4 line have run together. You want:
 
 pop3 stream tcp nowait root /usr/local/libexec/ipop3d ipop3d
 imap4 stream tcp nowait root /usr/local/libexec/imapd imapd
 
 be sure to execute the shell command:
 
  # kill -1 `cat /var/run/inetd.pid`
 
 after making the change.
 
 --Mark Tinguely
 

Thanks Mark for being on the ball-- unfortunately I ran the lines together when 
I copied them from inetd.conf  .. the original is OK. sigh!

Thanks ..

David


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


Re: imap-uw manuals - configuration

2007-01-05 Thread Vizion


 -Original Message-
 From: Mark Tinguely [mailto:[EMAIL PROTECTED] 
 Sent: Friday, January 05, 2007 10:52 AM
 To: freebsd-questions@freebsd.org; [EMAIL PROTECTED]
 Subject: Re: imap-uw manuals - configuration
 
 
 
 Stabbing some more into the dark ...
 
 You can check if inetd is executing the command:
 
 $ telnet -KN 127.0.0.1 143
 
  it should reply something like:
 
 Trying 127.0.0.1...
 Connected to 127.0.0.1.
 Escape character is '^]'.
 * OK [CAPABILITY IMAP4REV1 LITERAL+ SASL-IR LOGIN-REFERRALS 
 STARTTLS AUTH=LOGIN] localhost IMAP4rev1 2004.357 at Fri, 5 
 Jan 2007 12:46:59 -0600 (CST)
 ^]
 telnet quit
 Connection closed.
 
 $ telnet -KN 127.0.0.1 110
 
  it should reply something like:
 
 Trying 127.0.0.1...
 Connected to 127.0.0.1.
 Escape character is '^]'.
 +OK POP3 localhost 2004.89 server ready
 QUIT
 +OK Sayonara
 
 
 /var/log/debug.log should have entries such as:
 
 Jan  5 12:46:59 ccn imapd[10186]: imap service init from 127.0.0.1
 Jan  5 12:47:44 ccn ipop3d[10257]: pop3 service init from 127.0.0.1
 
Thanks Mark for sticking with me on this one..
your stabbing has been in the right place!!

There is something very awry with telnet!!

# telnet -KN 127.0.0.1 143
/libexec/ld-elf.so.1: Shared object libkrb5.so.8 not found, required by 
telnet

I recall some difficulty during a recent rather fraught portupgrade which 
indicate a clash between heimdal.. eventually it resolved itself and I thought 
no more about it.

Umph any idea what is the best way to go from here?

Thanks again

David

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


RE: Clutz-Proof Logging

2007-01-04 Thread Vizion
- Original Message 
From: Bill Moran [EMAIL PROTECTED]

Many shells keep a history as a matter of normal operation.  You might
find that enough for you.  Personally, I use bash, and the command
history brings the last 100 commands or so.

No, this isn't sufficient. The problems are:
1) occasionally the sysadmin people at the server farm do stuff
2) sometimes I edit files, and of course the shell doesn't record how
3) the shell history seems erratic! It remembers the session clearly, but if I 
reboot, for example, and look at the history, it's not what I would
 expect it to be.

TIA,
Stan
I am not certain if you are using X or console.

On X windows you can set the size of the history to your liking - I usually set 
to unlimited. Then, as frequently as one wishes, save the session to a log 
file. I have not found any problem with history not being the history.

As far as file editing is concerned if the file is important to you then you 
might want to try saving a snapshot when you open the file and use a small 
script to both save the snapshot and do a diff report that stores the 
differences between the file when you opened it and when you saved it. opened. 
That way you always have as permanent a record as you wish to keep.

My 2 cents

David

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


Re: Clutz-Proof Logging

2007-01-04 Thread Vizion


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Stan Halprin
 Sent: Thursday, January 04, 2007 8:46 AM
 To: freebsd-questions@freebsd.org
 Subject: Re: Clutz-Proof Logging
 
 
 8376- Original Message 
 From: Vizion [EMAIL PROTECTED]
 I am not certain if you are using X or console.
 
 console
 
 As far as file editing is concerned if the file is important 
 to you then you might 
 want to try saving a snapshot when you open the file and use 
 a small script to 
 both save the snapshot and do a diff report that stores the 
 differences between 
 the file when you opened it and when you saved it. opened. 
 That way you always have as permanent a record as you wish to keep.
 
 What is a snapshot? I could just make a backup copy of it, 
 which is what I was thinking of doing, and revert if 
 necessary. Of course, that supposes I remember to do that :/ 
 I was hoping for some program smarter than me.
 Thanks,
 Stan
 

OK well I suggest you take a look at the bash shell and start writing a few 
simple shell scripts to manage your own needs - they can be simply achieved 
using your shell. If you want a book I suggest Learning the Bash Shell by 
Camerin Newham  Bill Rosenblatt. Well worth its $35 asking price- putting it 
to good use will save you hours of your valuable time. IMHO learning a shell is 
the first step to using any **ix OS effectively. You can also use on-line 
resources but for me a book is bestchuckles

David

David system 


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


Failure -Upgrading-archivers/p5-IO-Compress-Base./p5-Compress-Raw-Zlib-2.001

2007-01-03 Thread Vizion


Thanks in advance to anyone who could please help me deal with these errors:

 [EMAIL PROTECTED] /var/cvsupconfig]# portupgrade -a
.
.

 ---  Upgrading 'p5-IO-Compress-Base-2.001' to 
 'p5-IO-Compress-Base-2.002' 
 (archivers/p5-IO-Compress-Base)
 ---  Building '/usr/ports/archivers/p5-IO-Compress-Base'
 ===  Cleaning for perl-5.8.8
 ===  Cleaning for p5-IO-Compress-Base-2.002
 ===  Vulnerability check disabled, database not found
 = IO-Compress-Base-2.002.tar.gz doesn't seem to exist 
 in /usr/ports/distfiles/.
 = Attempting to fetch from 
 ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/IO/.
 IO-Compress-Base-2.002.tar.gz 100% of   88 kB 
  215 kBps
 ===  Extracting for p5-IO-Compress-Base-2.002
 = MD5 Checksum OK for IO-Compress-Base-2.002.tar.gz.
 = SHA256 Checksum OK for IO-Compress-Base-2.002.tar.gz.
 ===   p5-IO-Compress-Base-2.002 depends on file: 
 /usr/local/bin/perl5.8.8 - 
 found
 ===  Patching for p5-IO-Compress-Base-2.002
 ===   p5-IO-Compress-Base-2.002 depends on file: 
 /usr/local/bin/perl5.8.8 - 
 found
 ===   p5-IO-Compress-Base-2.002 depends on file: 
 /usr/local/bin/perl5.8.8 - 
 found
 ===  Configuring for p5-IO-Compress-Base-2.002
 Cannot load ExtUtils::MakeMaker: Can't locate Cwd.pm in @INC (@INC 
= contains: /usr/local/lib/perl5/site_perl/5.8.8/mach 
 /usr/local/lib/perl5/site_perl/5.8.8 
 /usr/local/lib/perl5/site_perl 
 /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) 
 at /usr/local/lib/perl5/5.8.8/ExtUtils/MakeMaker.pm line 167.
 BEGIN failed--compilation aborted 
 at /usr/local/lib/perl5/5.8.8/ExtUtils/MakeMaker.pm line 167.
Compilation failed in require at (eval 4) line 1.
 BEGIN failed--compilation aborted 
 at /usr/local/lib/perl5/5.8.8/BSDPAN/ExtUtils/MakeMaker.pm line 17.
 Compilation failed in require at ./Makefile.PL line 7.
 BEGIN failed--compilation aborted at ./Makefile.PL line 7.
 *** Error code 2

 Stop in /usr/ports/archivers/p5-IO-Compress-Base.
 ** Command failed [exit code 1]: /usr/bin/script -qa 
 /tmp/portupgrade.22498.11 
 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=p5-IO-Compress-Base-2.001 
 UPGRADE_PORT_VER=2.001 make
 ** Fix the problem and try again.
 ---  Skipping 'bsdpan-CPAN-1.87' because it is held by user 
 (specify -f to 
 force)
---  Upgrading 'p5-Compress-Raw-Zlib-2.001' to 
 'p5-Compress-Raw-Zlib-2.002' 
 (archivers/p5-Compress-Raw-Zlib)
 ---  Building '/usr/ports/archivers/p5-Compress-Raw-Zlib'
 ===  Cleaning for perl-5.8.8
 ===  Cleaning for p5-Compress-Raw-Zlib-2.002
 ===  Vulnerability check disabled, database not found
 = Compress-Raw-Zlib-2.002.tar.gz doesn't seem to exist 
in /usr/ports/distfiles/.
 = Attempting to fetch from 
 ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/C
ompress/.
Compress-Raw-Zlib-2.002.tar.gz100% of  201 kB  234 kBps
===  Extracting for p5-Compress-Raw-Zlib-2.002
= MD5 Checksum OK for Compress-Raw-Zlib-2.002.tar.gz.
= SHA256 Checksum OK for Compress-Raw-Zlib-2.002.tar.gz.
===   p5-Compress-Raw-Zlib-2.002 depends on file: /usr/local/bin/perl5.8.8 - 
found
===  Patching for p5-Compress-Raw-Zlib-2.002
===   p5-Compress-Raw-Zlib-2.002 depends on file: /usr/local/bin/perl5.8.8 - 
found
===  Applying FreeBSD patches for p5-Compress-Raw-Zlib-2.002
===   p5-Compress-Raw-Zlib-2.002 depends on file: /usr/local/bin/perl5.8.8 - 
found
===  Configuring for p5-Compress-Raw-Zlib-2.002
Cannot load ExtUtils::MakeMaker: Can't locate Cwd.pm in @INC (@INC 
contains: /usr/local/lib/perl5/site_perl/5.8.8/mach 
/usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl 
/usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) 
at /usr/local/lib/perl5/5.8.8/ExtUtils/MakeMaker.pm line 167.
BEGIN failed--compilation aborted 
at /usr/local/lib/perl5/5.8.8/ExtUtils/MakeMaker.pm line 167.
Compilation failed in require at (eval 4) line 1.
BEGIN failed--compilation aborted 
at /usr/local/lib/perl5/5.8.8/BSDPAN/ExtUtils/MakeMaker.pm line 17.
Compilation failed in require at ./Makefile.PL line 7.
BEGIN failed--compilation aborted at ./Makefile.PL line 7.
*** Error code 2

Stop in /usr/ports/archivers/p5-Compress-Raw-Zlib.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.22498.37 
env UPGRADE_TOOL=portupgrade UPGRADE_PORT=p5-Compress-Raw-Zlib-2.001 
UPGRADE_PORT_VER=2.001 make
** Fix the problem and try again.
Thanks\
david

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


Multiple port versions

2007-01-03 Thread Vizion

Just been doing a check on installed applications. 

pkg_info shows multiple installed versions of autoconf, automake, db  gnupg. 
viz:

autoconf-2.13.000227_5 Automatically configure source code on many Un*x 
platforms 
autoconf-2.53_3 Automatically configure source code on many Un*x platforms 
autoconf-2.59_2 Automatically configure source code on many Un*x platforms 
automake-1.4.6_2GNU Standards-compliant Makefile generator (1.4)
automake-1.5_2,1GNU Standards-compliant Makefile generator (1.5)
automake-1.9.6  GNU Standards-compliant Makefile generator (1.9)
db4-4.0.14_1,1  The Berkeley DB package, revision 4
db42-4.2.52_5   The Berkeley DB package, revision 4.2
gnupg-1.4.6_3   The GNU Privacy Guard
gnupg-2.0.1 The GNU Privacy Guard

I used partupgrade -aF recently when, on reconsideration, it would have been 
better to have done portupgrade -F on specific ports!

What is the safest way to remove the earlier versions?

Thanks
David

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


RE: Multiple port versions

2007-01-03 Thread Vizion
Just a quick thank  everyone who responded so helpfully.. I guess its a case of 
leaving sleeping dogs well alone!! chuckles
\
Thanks v much

david

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


Re: portupgrade - skipping -held by user- meaning?

2007-01-02 Thread Vizion


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Sahil Tandon
 Sent: Monday, January 01, 2007 3:36 PM
 To: freebsd-questions@freebsd.org
 Subject: Re: portupgrade - skipping -held by user- meaning?
 
 
 Vizion wrote:
 
  What does it mean when the message
  --- skipping [portname] because it is held by user 
 (specify -f to force)
 
 Does said port appear in the HOLD_PKGS array within 
 pkgtools.conf?  From
 that file:
 
# HOLD_PKGS: array
#
# This is a list of ports you don't want portupgrade(1) to upgrade,
# portversion(1) to suggest upgrading, or pkgdb(1) to fix.
# You can use wildcards (ports glob and pkgname glob).
# -f/--force with each command will override the held status.
 
  and when  why should -f be specify?
 
 When you want to force the upgrade of a package even though you've 
 held it in pkgtools.conf.
 
Thanks from what you say I understand what happens but do not understand the 
when and whys!!
My pkgtools.conf had entries in it but none made by me. In what circumstances 
would one choose to hold and how come there are holds without my knowing 
anything about it?

This is always one of the difficulties with freebsd .. the what and how 
questions get answered in the man pages but information that informs judgement 
upon when the how and what to-do is best implemented are missing!!

Thanks for your help

David


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


Re: portupgrade - skipping -held by user- meaning?

2007-01-02 Thread Vizion
Re: portupgrade - skipping -held by user- meaning?

 -Original Message-
 From: Roger Merritt [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, January 02, 2007 2:22 AM
 To: Vizion
 Subject: Re: portupgrade - skipping -held by user- meaning?
 
 
 At 01:40 AM 1/2/2007 -0800, you wrote:
 
 
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED] On Behalf Of 
 Sahil Tandon
   Sent: Monday, January 01, 2007 3:36 PM
   To: freebsd-questions@freebsd.org
   Subject: Re: portupgrade - skipping -held by user- meaning?
  
  
   Vizion wrote:
  
What does it mean when the message
--- skipping [portname] because it is held by user
   (specify -f to force)
  
   Does said port appear in the HOLD_PKGS array within
   pkgtools.conf?  From
   that file:
  
  # HOLD_PKGS: array
  #
  # This is a list of ports you don't want 
 portupgrade(1) to upgrade,
  # portversion(1) to suggest upgrading, or pkgdb(1) to fix.
  # You can use wildcards (ports glob and pkgname glob).
  # -f/--force with each command will override the held status.
  
and when  why should -f be specify?
  
   When you want to force the upgrade of a package even though you've
   held it in pkgtools.conf.
  
 Thanks from what you say I understand what happens but do 
 not understand 
 the when and whys!!
 My pkgtools.conf had entries in it but none made by me. In what 
 circumstances would one choose to hold and how come there 
 are holds 
 without my knowing anything about it?
 
 This is always one of the difficulties with freebsd .. the 
 what and how 
 questions get answered in the man pages but information that informs 
 judgement upon when the how and what to-do is best 
 implemented are 
 missing!!
 
 Thanks for your help
 
 One way it can happen is from installing Perl modules that 
 haven't been 
 ported. I had to install three or four using CPAN, and they 
 were entered 
 into my HOLD_PKGS array automagically. The reason is (I 
 suppose) because 
 they aren't available in the ports and so portupgrade 
 shouldn't generate 
 errors when it can't fetch them. I would guess other 
 installations that 
 don't come from ports should be treated the same way -- when 
 you want to 
 upgrade them you need to do it the same way you did the original 
 installation. I can't remember now any that I did manually; I 
 try to only 
 install stuff that's in the ports collection. I don't know 
 how the entries 
 got put in your HOLD_PKGS array, but you might do a make 
 search and see if 
 they have been added to the ports collection since you installed them.
 
 
Tghanks very much Roger.. understood.

I will write a short script to check for changes in pkgtools.conf and run it 
both before and after portupgrade is run. That way I will at least have a 
handle on what is going on.

Thanks again

David

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


perl CPAN shell CPAN.pm failure

2007-01-02 Thread Vizion
I seem to have something wrong in my installation...:
--
[EMAIL PROTECTED] /usr/ports/lang]# perl -MCPAN -e shell
Can't locate Cwd.pm in @INC (@INC 
contains: /usr/local/lib/perl5/5.8.8/BSDPAN 
/usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl/5.8.8 
/usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.8/mach 
/usr/local/lib/perl5/5.8.8 .) 
at /usr/local/lib/perl5/5.8.8/CPAN.pm line 13.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.8/CPAN.pm line 
13.
Compilation failed in require.
BEGIN failed--compilation aborted.
[EMAIL PROTECTED] /usr/ports/lang]# perl -MCPAN -e shell
Can't locate Cwd.pm in @INC (@INC 
contains: /usr/local/lib/perl5/5.8.8/BSDPAN 
/usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl/5.8.8 
/usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.8/mach 
/usr/local/lib/perl5/5.8.8 .) 
at /usr/local/lib/perl5/5.8.8/CPAN.pm line 13.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.8/CPAN.pm line 
13.
Compilation failed in require.
BEGIN failed--compilation aborted.
[EMAIL PROTECTED] /usr/ports/lang]# locate Cwd.pm
/usr/cpan/build/PathTools-3.19/Cwd.pm
/usr/cpan/build/PathTools-3.19/blib/lib/Cwd.pm
/usr/local/lib/perl5/5.8.8/mach/Cwd.pm
/usr1/local/lib/perl5/5.8.7/mach/Cwd.pm
/usr1/local/lib/perl5/site_perl/5.8.7/mach/Cwd.pm
[EMAIL PROTECTED] /usr/ports/lang]# ls -l |grep perl
drwxr-xr-x  3 root  wheel   512 Aug 17 01:14 eperl
drwxr-xr-x  2 root  wheel   512 Dec 27 10:53 linux-libperl5.8
drwxr-xr-x  3 root  wheel   512 Aug 17 09:58 perl5
drwxr-xr-x  3 root  wheel   512 Jan  2 00:54 perl5.8
drwxr-xr-x  3 root  wheel   512 Aug 17 01:14 ruby-perl
[EMAIL PROTECTED] /usr/ports/lang]# pkg_info |grep perl
bsdpan-Archive-Zip-1.16 Unknown perl module
bsdpan-CPAN-1.87CPAN - query, download and build perl modules from CPAN 
sit
bsdpan-Term-ReadLine-Perl-1.0302 Unknown perl module
bsdpan-TermReadKey-2.30 Term::ReadKey - A perl module for simple terminal 
control
p5-DBI-1.53 The perl5 Database Interface.  Required for DBD::* modules
p5-Storable-2.15Persistency for perl data structures
perl-5.8.8  Practical Extraction and Report Language
tmake-1.7_2 Extremely portable perl-based make utility
[EMAIL PROTECTED] /usr/ports/lang]#


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


Re: perl CPAN shell CPAN.pm failure

2007-01-02 Thread Vizion
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Vizion
 Sent: Tuesday, January 02, 2007 4:07 AM
 To: freebsd-questions@freebsd.org
 Subject: perl CPAN shell CPAN.pm failure
 
 
 I seem to have something wrong in my installation...:
 --
 [EMAIL PROTECTED] /usr/ports/lang]# perl -MCPAN -e shell
 Can't locate Cwd.pm in @INC (@INC 
 contains: /usr/local/lib/perl5/5.8.8/BSDPAN 
 /usr/local/lib/perl5/site_perl/5.8.8/mach 
 /usr/local/lib/perl5/site_perl/5.8.8 
 /usr/local/lib/perl5/site_perl 
 /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) 
 at /usr/local/lib/perl5/5.8.8/CPAN.pm line 13.
 BEGIN failed--compilation aborted at 
 /usr/local/lib/perl5/5.8.8/CPAN.pm line 
 13.
 Compilation failed in require.
 BEGIN failed--compilation aborted.
 [EMAIL PROTECTED] /usr/ports/lang]# perl -MCPAN -e shell
 Can't locate Cwd.pm in @INC (@INC 
 contains: /usr/local/lib/perl5/5.8.8/BSDPAN 
 /usr/local/lib/perl5/site_perl/5.8.8/mach 
 /usr/local/lib/perl5/site_perl/5.8.8 
 /usr/local/lib/perl5/site_perl 
 /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) 
 at /usr/local/lib/perl5/5.8.8/CPAN.pm line 13.
 BEGIN failed--compilation aborted at 
 /usr/local/lib/perl5/5.8.8/CPAN.pm line 
 13.
 Compilation failed in require.
 BEGIN failed--compilation aborted.
 [EMAIL PROTECTED] /usr/ports/lang]# locate Cwd.pm
 /usr/cpan/build/PathTools-3.19/Cwd.pm
 /usr/cpan/build/PathTools-3.19/blib/lib/Cwd.pm
 /usr/local/lib/perl5/5.8.8/mach/Cwd.pm
 /usr1/local/lib/perl5/5.8.7/mach/Cwd.pm
 /usr1/local/lib/perl5/site_perl/5.8.7/mach/Cwd.pm
 [EMAIL PROTECTED] /usr/ports/lang]# ls -l |grep perl
 drwxr-xr-x  3 root  wheel   512 Aug 17 01:14 eperl
 drwxr-xr-x  2 root  wheel   512 Dec 27 10:53 linux-libperl5.8
 drwxr-xr-x  3 root  wheel   512 Aug 17 09:58 perl5
 drwxr-xr-x  3 root  wheel   512 Jan  2 00:54 perl5.8
 drwxr-xr-x  3 root  wheel   512 Aug 17 01:14 ruby-perl
 [EMAIL PROTECTED] /usr/ports/lang]# pkg_info |grep perl
 bsdpan-Archive-Zip-1.16 Unknown perl module
 bsdpan-CPAN-1.87CPAN - query, download and build perl 
 modules from CPAN 
 sit
 bsdpan-Term-ReadLine-Perl-1.0302 Unknown perl module
 bsdpan-TermReadKey-2.30 Term::ReadKey - A perl module for 
 simple terminal 
 control
 p5-DBI-1.53 The perl5 Database Interface.  Required 
 for DBD::* modules
 p5-Storable-2.15Persistency for perl data structures
 perl-5.8.8  Practical Extraction and Report Language
 tmake-1.7_2 Extremely portable perl-based make utility
 [EMAIL PROTECTED] /usr/ports/lang]#
 
In my Original post I realize I posed no questionchuckles
Does anyone have any idea how to fix the difficulty?

Thanks

David

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


RE: portupgrade - skipping -held by user- meaning?

2007-01-02 Thread Vizion

[EMAIL PROTECTED] wrote in response to
Vizion [EMAIL PROTECTED] wrote:

 I will write a short script to check for changes in pkgtools.conf and
 run it both before and after portupgrade is run. That way I will at
 least have a handle on what is going on.
 

It wont change by itself.

Sure -- but it must have been changed automatically on my system during a 
package installation process-  I certainly made no manual or other entries in 
it and noone else has root access.

david

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


mozilla - bind conflict _

2007-01-01 Thread Vizion
Hi

I am having problems upgrading mozilla-1.7.13,2 ro mozilla-1.7.13_1,2 
(www/mozilla)

Build fails
mozilla-1.7..13_1,2: bind installed with PORT_REPLACES_BASE_BIND causes 
problems.

I first recompiled bind9 without this option but got the same failure. 

Then I deinstalled bind9 entirely and retried the portupgrade after portsclean 
-C only to get the same failure.

Suggestions please

Thanks
david

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


Re: mozilla - bind conflict _

2007-01-01 Thread Vizion

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Beech Rintoul
 Sent: Monday, January 01, 2007 7:08 AM
 To: freebsd-questions@freebsd.org
 Cc: Vizion
 Subject: Re: mozilla - bind conflict _
 
 
 On Monday 01 January 2007 03:00, Vizion wrote:
  Hi
 
  I am having problems upgrading mozilla-1.7.13,2 ro 
 mozilla-1.7.13_1,2
  (www/mozilla)
 
  Build fails
  mozilla-1.7..13_1,2: bind installed with 
 PORT_REPLACES_BASE_BIND causes
  problems.
 
  I first recompiled bind9 without this option but got the 
 same failure.
 
  Then I deinstalled bind9 entirely and retried the portupgrade after
  portsclean -C only to get the same failure.
 
  Suggestions please
 
  Thanks
  david
 
 If you have a bind line in your /etc/make.config 
 (PORT_REPLACES_BASE_BIND9) 
 remove it. Alternately, you can do a make -k to override 
 the error, but if 
 you do that keep a close eye on your build to make sure you 
 don't have an 
 error somewhere else that gets ignored.
 
 Beech

Thanks -- I should have mentioned that I had checked make.config as I had the 
same idea..I am now wondering where the *^% the system is getting the idea 
that PORT_REPLACES_BASE_BIND is valid for bind... puzzled ignorance reins 
supreme here.

David 

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


Re: mozilla - bind conflict _

2007-01-01 Thread Vizion


 -Original Message-
 From: Beech Rintoul [mailto:[EMAIL PROTECTED] 
 Sent: Monday, January 01, 2007 8:49 AM
 To: Vizion
 Cc: freebsd-questions@freebsd.org
 Subject: Re: mozilla - bind conflict _
 
 
 On Monday 01 January 2007 07:39, Vizion wrote:
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED] On Behalf Of
   Beech Rintoul
   Sent: Monday, January 01, 2007 7:08 AM
   To: freebsd-questions@freebsd.org
   Cc: Vizion
   Subject: Re: mozilla - bind conflict _
  
   On Monday 01 January 2007 03:00, Vizion wrote:
Hi
   
I am having problems upgrading mozilla-1.7.13,2 ro
  
   mozilla-1.7.13_1,2
  
(www/mozilla)
   
Build fails
mozilla-1.7..13_1,2: bind installed with
  
   PORT_REPLACES_BASE_BIND causes
  
problems.
   
I first recompiled bind9 without this option but got the
  
   same failure.
  
Then I deinstalled bind9 entirely and retried the 
 portupgrade after
portsclean -C only to get the same failure.
   
Suggestions please
   
Thanks
david
  
   If you have a bind line in your /etc/make.config
   (PORT_REPLACES_BASE_BIND9)
   remove it. Alternately, you can do a make -k to override
   the error, but if
   you do that keep a close eye on your build to make sure you
   don't have an
   error somewhere else that gets ignored.
  
   Beech
 
  Thanks -- I should have mentioned that I had checked 
 make.config as I had
  the same idea..I am now wondering where the *^% the system 
 is getting the
  idea that PORT_REPLACES_BASE_BIND is valid for bind... 
 puzzled ignorance
  reins supreme here.
 
 CD to the bind9 directory and do a make config. That is 
 also an option that 
 you need to uncheck. I had the same problem with several 
 ports and finally 
 went back to the dist version.
 
 Beech

Thanks for sticking with me on this - but, assuming you mean 
/usr/ports/dns/bind9 I tried that one too.. ensuring the line
REPLACE_BASE was unchecked and did the same for all other bind versions in 
ports/dns. 

I have now tried a system shutdown in case the PORT_REPLACES_BASE_BIND option 
is stored dynamically but to no avail. I still get the error message:
mozilla-1.7..13_1,2: bind installed with PORT_REPLACES_BASE_BIND causes 
problems.

This is becoming a witch hunt to locate the broomstick!! chuckles

David


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


Re: mozilla - bind conflict _

2007-01-01 Thread Vizion


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Vizion
 Sent: Monday, January 01, 2007 9:08 AM
 To: freebsd-questions@freebsd.org
 Cc: [EMAIL PROTECTED]
 Subject: Re: mozilla - bind conflict _
 
 
 
 
  -Original Message-
  From: Beech Rintoul [mailto:[EMAIL PROTECTED] 
  Sent: Monday, January 01, 2007 8:49 AM
  To: Vizion
  Cc: freebsd-questions@freebsd.org
  Subject: Re: mozilla - bind conflict _
  
  
  On Monday 01 January 2007 07:39, Vizion wrote:
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Beech Rintoul
Sent: Monday, January 01, 2007 7:08 AM
To: freebsd-questions@freebsd.org
Cc: Vizion
Subject: Re: mozilla - bind conflict _
   
On Monday 01 January 2007 03:00, Vizion wrote:
 Hi

 I am having problems upgrading mozilla-1.7.13,2 ro
   
mozilla-1.7.13_1,2
   
 (www/mozilla)

 Build fails
 mozilla-1.7..13_1,2: bind installed with
   
PORT_REPLACES_BASE_BIND causes
   
 problems.

 I first recompiled bind9 without this option but got the
   
same failure.
   
 Then I deinstalled bind9 entirely and retried the 
  portupgrade after
 portsclean -C only to get the same failure.

 Suggestions please

 Thanks
 david
   
If you have a bind line in your /etc/make.config
(PORT_REPLACES_BASE_BIND9)
remove it. Alternately, you can do a make -k to override
the error, but if
you do that keep a close eye on your build to make sure you
don't have an
error somewhere else that gets ignored.
   
Beech
  
   Thanks -- I should have mentioned that I had checked 
  make.config as I had
   the same idea..I am now wondering where the *^% the system 
  is getting the
   idea that PORT_REPLACES_BASE_BIND is valid for bind... 
  puzzled ignorance
   reins supreme here.
  
  CD to the bind9 directory and do a make config. That is 
  also an option that 
  you need to uncheck. I had the same problem with several 
  ports and finally 
  went back to the dist version.
  
  Beech
 
 Thanks for sticking with me on this - but, assuming you mean 
 /usr/ports/dns/bind9 I tried that one too.. ensuring the line
 REPLACE_BASE was unchecked and did the same for all other 
 bind versions in ports/dns. 
 
 I have now tried a system shutdown in case the 
 PORT_REPLACES_BASE_BIND option is stored dynamically but to 
 no avail. I still get the error message:
 mozilla-1.7..13_1,2: bind installed with 
 PORT_REPLACES_BASE_BIND causes problems.
 
 This is becoming a witch hunt to locate the broomstick!! chuckles
 
 David

Just to add latest info -- here are the error messages.. one can also  see that 
an attempt to deinstall the current version fails...

I do not know whether this makes any sense to anyone else but I am getting 
nowehere with it resigned smiley
= MD5 Checksum OK for mozilla-1.7.13-source.tar.bz2.
= SHA256 Checksum OK for mozilla-1.7.13-source.tar.bz2.
= MD5 Checksum OK for libart_lgpl-1.tar.bz2.
= SHA256 Checksum OK for libart_lgpl-1.tar.bz2.
===   mozilla-1.7.13_1,2 depends on file: /usr/local/bin/perl5.8.8 - found
===  Patching for mozilla-1.7.13_1,2
===   mozilla-1.7.13_1,2 depends on file: /usr/local/bin/perl5.8.8 - found
===  Applying extra 
patch /usr/ports/www/mozilla/files/extra-patch2-nsSVGLibartGlyphMetricsFT.cpp
===  Applying FreeBSD patches for mozilla-1.7.13_1,2
mozilla-1.7.13_1,2: bind installed with PORT_REPLACES_BASE_BIND causes build 
problems.
*** Error code 1

Stop in /usr/ports/www/mozilla.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.3595.0 
env UPGRADE_TOOL=portupgrade UPGRADE_PORT=mozilla-1.7.13,2 
UPGRADE_PORT_VER=1.7.13,2 make
** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
! www/mozilla (mozilla-1.7.13,2)(unknown build error)
---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
[EMAIL PROTECTED] /usr/ports/www/mozilla]# make deinstall
===  Deinstalling for www/mozilla
===   mozilla-1.7.13,2 has a different PREFIX: /usr/X11R6, skipping

david


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


portupgrade - skipping -held by user- meaning?

2007-01-01 Thread Vizion

I do not understand this:

What does it mean when the message
--- skipping [portname] because it is held by user (specify -f to force)

and when  why should -f be specify?

David

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


ghostscript - port - titles

2006-12-31 Thread Vizion
I am curious about the retitling of current versions of ghostscript released 
under gnu public license.

In /print/ghostscript version 8.15.x is ghostscript-gpl whereas version 7.07x 
is ghostscript-gnu.

Am I missing something here?

Does portupgrade handle the upgrade or do we need to deinstall 7.07x to install 
8.x?

david


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


Re: kdebase compile failure

2006-12-30 Thread Vizion



 -Original Message-
 From: Tilman Linneweh [mailto:[EMAIL PROTECTED] 
 Sent: Friday, December 29, 2006 11:56 PM
 To: Vizion
 Cc: Tilman Linneweh; freebsd-questions@FreeBSD.org
 Subject: Re: kdebase compile failure
 
 
 
 On Dec 29, 2006, at 11:34 PM, Vizion wrote:
 
  progressdialog.cpp: In member function `virtual void  
  ProgressDialog::ignoreCancel()':
  progressdialog.cpp:90: error: `ignoreCancel' is not a member of  
  `KProgressDialog'
 
 You have an old kdelibs version installed. You have to upgrade  
 kdelibs to 3.5.5 first before installing kdebase
 
 HTH
 

Thanks very much tried that but got into a further probem with kdelibs3...

dns1# pwd
/usr/ports/x11/kdelibs3
dns1# make install clean
===  Building for kdelibs-3.5.5
gmake  all-recursive
gmake[1]: Entering directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5'
Making all in dcop
gmake[2]: Entering directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop'
gmake  all-recursive
gmake[3]: Entering directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop'
Making all in KDE-ICE
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/KDE-ICE'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/KDE-ICE'
Making all in .
gmake[4]: Entering directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop'
gmake[4]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop'
Making all in dcopidl
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidl'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidl'
Making all in dcopidlng
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidlng'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidlng'
Making all in dcopidl2cpp
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidl2cpp'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidl2cpp'
Making all in client
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/client'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/client'
Making all in tests
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/tests'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/tests'
gmake[3]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop'
gmake[2]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop'
Making all in libltdl
gmake[2]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/libltdl'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/libltdl'
Making all in kdefx
gmake[2]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdefx'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdefx'
Making all in kdecore
gmake[2]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore'
gmake  all-recursive
gmake[3]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore'
Making all in malloc
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/malloc'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/malloc'
Making all in network
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/network'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/network'
Making all in svgicons
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/svgicons'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/svgicons'
Making all in .
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore'
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore'
Making all in kconfig_compiler
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/kconfig_compiler'
Making all in example
gmake[5]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/kconfig_compiler/example'
gmake[5]: Nothing to be done for `all'.
gmake[5]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/kconfig_compiler/example'
Making all in tests
gmake[5]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/kconfig_compiler/tests'
gmake[5]: Nothing to be done for `all'.
gmake[5]: Leaving directory 
`/usr/ports/x11

Re: kdebase compile failure -compunded!

2006-12-30 Thread Vizion



 -Original Message-
 From: Tilman Linneweh [mailto:[EMAIL PROTECTED] 
 Sent: Friday, December 29, 2006 11:56 PM
 To: Vizion
 Cc: Tilman Linneweh; freebsd-questions@FreeBSD.org
 Subject: Re: kdebase compile failure
 
 
 
 On Dec 29, 2006, at 11:34 PM, Vizion wrote:
 
  progressdialog.cpp: In member function `virtual void  
  ProgressDialog::ignoreCancel()':
  progressdialog.cpp:90: error: `ignoreCancel' is not a member of  
  `KProgressDialog'
 
 You have an old kdelibs version installed. You have to upgrade  
 kdelibs to 3.5.5 first before installing kdebase
 
 HTH
 

Thanks very much tried that but got into a further probem with kdelibs3...

dns1# pwd
/usr/ports/x11/kdelibs3
dns1# make install clean
===  Building for kdelibs-3.5.5
gmake  all-recursive
gmake[1]: Entering directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5'
Making all in dcop
gmake[2]: Entering directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop'
gmake  all-recursive
gmake[3]: Entering directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop'
Making all in KDE-ICE
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/KDE-ICE'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/KDE-ICE'
Making all in .
gmake[4]: Entering directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop'
gmake[4]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop'
Making all in dcopidl
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidl'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidl'
Making all in dcopidlng
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidlng'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidlng'
Making all in dcopidl2cpp
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidl2cpp'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidl2cpp'
Making all in client
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/client'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/client'
Making all in tests
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/tests'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/tests'
gmake[3]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop'
gmake[2]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop'
Making all in libltdl
gmake[2]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/libltdl'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/libltdl'
Making all in kdefx
gmake[2]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdefx'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdefx'
Making all in kdecore
gmake[2]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore'
gmake  all-recursive
gmake[3]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore'
Making all in malloc
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/malloc'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/malloc'
Making all in network
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/network'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/network'
Making all in svgicons
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/svgicons'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/svgicons'
Making all in .
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore'
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore'
Making all in kconfig_compiler
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/kconfig_compiler'
Making all in example
gmake[5]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/kconfig_compiler/example'
gmake[5]: Nothing to be done for `all'.
gmake[5]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/kconfig_compiler/example'
Making all in tests
gmake[5]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/kconfig_compiler/tests'
gmake[5]: Nothing to be done for `all'.
gmake[5]: Leaving directory 
`/usr/ports/x11

Re: kdebase compile failure -compunded!

2006-12-30 Thread Vizion


 -Original Message-
 From: Beni [mailto:[EMAIL PROTECTED] 
 Sent: Saturday, December 30, 2006 8:57 AM
 To: freebsd-questions@freebsd.org
 Cc: [EMAIL PROTECTED]
 Subject: Re: kdebase compile failure -compunded!
 
 
 On Saturday 30 December 2006 17:01, Vizion wrote:
   -Original Message-
   From: Tilman Linneweh [mailto:[EMAIL PROTECTED]
   Sent: Friday, December 29, 2006 11:56 PM
   To: Vizion
   Cc: Tilman Linneweh; freebsd-questions@FreeBSD.org
   Subject: Re: kdebase compile failure
  
   On Dec 29, 2006, at 11:34 PM, Vizion wrote:
progressdialog.cpp: In member function `virtual void
ProgressDialog::ignoreCancel()':
progressdialog.cpp:90: error: `ignoreCancel' is not a member of
`KProgressDialog'
  
   You have an old kdelibs version installed. You have to upgrade
   kdelibs to 3.5.5 first before installing kdebase
  
   HTH
 
  Thanks very much tried that but got into a further probem 
 with kdelibs3...
  
  dns1# pwd
  /usr/ports/x11/kdelibs3
  dns1# make install clean
  ===  Building for kdelibs-3.5.5
  gmake  all-recursive
  gmake[1]: Entering directory 
 `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5'
  Making all in dcop
  gmake[2]: Entering directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop' gmake  
 all-recursive
  gmake[3]: Entering directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop' Making 
 all in KDE-ICE
  gmake[4]: Entering directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/KDE-ICE'
  gmake[4]: Nothing to be done for `all'.
  gmake[4]: Leaving directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/KDE-ICE'
  Making all in .
  gmake[4]: Entering directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop' gmake[4]: Leaving
  directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop' 
 Making all in
  dcopidl
  gmake[4]: Entering directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidl'
  gmake[4]: Nothing to be done for `all'.
  gmake[4]: Leaving directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidl'
  Making all in dcopidlng
  gmake[4]: Entering directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidlng'
  gmake[4]: Nothing to be done for `all'.
  gmake[4]: Leaving directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidlng'
  Making all in dcopidl2cpp
  gmake[4]: Entering directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidl2cpp'
  gmake[4]: Nothing to be done for `all'.
  gmake[4]: Leaving directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidl2cpp'
  Making all in client
  gmake[4]: Entering directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/client'
  gmake[4]: Nothing to be done for `all'.
  gmake[4]: Leaving directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/client'
  Making all in tests
  gmake[4]: Entering directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/tests'
  gmake[4]: Nothing to be done for `all'.
  gmake[4]: Leaving directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/tests'
  gmake[3]: Leaving directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop' gmake[2]: Leaving
  directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop' 
 Making all in
  libltdl
  gmake[2]: Entering directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/libltdl'
  gmake[2]: Nothing to be done for `all'.
  gmake[2]: Leaving directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/libltdl'
  Making all in kdefx
  gmake[2]: Entering directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdefx'
  gmake[2]: Nothing to be done for `all'.
  gmake[2]: Leaving directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdefx' Making 
 all in kdecore
  gmake[2]: Entering directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore'
  gmake  all-recursive
  gmake[3]: Entering directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore'
  Making all in malloc
  gmake[4]: Entering directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/malloc'
  gmake[4]: Nothing to be done for `all'.
  gmake[4]: Leaving directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/malloc'
  Making all in network
  gmake[4]: Entering directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/network'
  gmake[4]: Nothing to be done for `all'.
  gmake[4]: Leaving directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/network'
  Making all in svgicons
  gmake[4]: Entering directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/svgicons'
  gmake[4]: Nothing to be done for `all'.
  gmake[4]: Leaving directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/svgicons'
  Making all in .
  gmake[4]: Entering directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore'
  gmake[4]: Leaving directory
  `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore'
  Making all in kconfig_compiler
  gmake[4]: Entering directory
  
 `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/kconfig_compiler'
  Making all

Console messages -- turning off specific - possible?

2006-12-30 Thread Vizion
Hi

I am working on a problem. The console error message about the problem is 
repeated multiple times to the console. How do I turn off  console messages 
generated in response to a specific  error?

Thanks

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


Dealing with a stale dependency

2006-12-30 Thread Vizion
# pkdb -F

Stale dependency samba-libsmbclient-3.0.23d - heimdal-0.7.2_2 
(security/heimdal)
Install stall dependency? ([y]es/[n]o/[a]ll) [yes]

If I select yes to install then install fails because it clashes:
heimdal -0.7.2_2 conflicts with installed package kbr5-1.5.1_1

However selecting no
---
New dependency? (? to help): ?
Display all 283 possibilities? (y or n)

When I get them all I still have no idea what to do chuckles

And until I resolve it I cannot use portupgrade -a  because it insists I 
resolve this one... OK I am frustrated as well as ignorant grinz

David

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


Re: Dealing with a stale dependency

2006-12-30 Thread Vizion
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Beech Rintoul
 Sent: Saturday, December 30, 2006 10:38 AM
 To: freebsd-questions@freebsd.org
 Cc: Vizion
 Subject: Re: Dealing with a stale dependency
 
 
 On Saturday 30 December 2006 09:29, Vizion wrote:
  # pkdb -F
 
  Stale dependency samba-libsmbclient-3.0.23d - heimdal-0.7.2_2
  (security/heimdal) Install stall dependency? 
 ([y]es/[n]o/[a]ll) [yes]
  
  If I select yes to install then install fails because it clashes:
  heimdal -0.7.2_2 conflicts with installed package kbr5-1.5.1_1
 
  However selecting no
  ---
  New dependency? (? to help): ?
  Display all 283 possibilities? (y or n)
 
  When I get them all I still have no idea what to do chuckles
 
  And until I resolve it I cannot use portupgrade -a  because 
 it insists I
  resolve this one... OK I am frustrated as well as ignorant grinz
 
 At the New dependency? (? to help): ? hit ^D (ctrl D) then rebuild 
 samba-libsmbclient-3.0.23d.


Thanks Beech 

I do not understand how to reach such a conclusion but yr help is most 
appreciated. I tried something which seemed to satisgy pkgdb but will no doubt 
have negative repercussions later -- I chose krb5-1.5.1_1 as the new dependency 
-- and had a a report Fixws!  No doubt it was the wrongchoice but I now have 
portupgrade working.. unless I hear anything from you to the contrary when this 
run  is done I will follow your instructions and trust it all works out in the 
end..

chuckles
ps where in alaska are you? I spend quite a few years in the South East


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


(no subject)

2006-12-30 Thread Vizion


 -Original Message-
 From: Herbert J. Skuhra [mailto:[EMAIL PROTECTED] 
 Sent: Saturday, December 30, 2006 11:04 AM
 To: Vizion
 Subject: Re: kdebase compile failure -compunded!
 
 
 On Sat, 30 Dec 2006 9:56:26 -0800
 Vizion [EMAIL PROTECTED] wrote:
 
  Thanks again..
  
  I am trying to compile again right now but admit to being 
 puzzled about the two 
  versions of icu -- should I have icu or icu2 or both installed???
  
  It seems that portupgrade possibly deleted icu2 in favor of 
 the latest version of 
  icu but right now I am a bit uncertain.. Right now I am 
 recompiling kdelibs3 
  -- I will post the results.
  
  meanwhile Beni --thanks for your encouragement 
  
  David
 
 This should answer your question:
 
 % grep icu /usr/ports/devel/glib20/Makefile 
 LIB_DEPENDS+=   icui18n:${PORTSDIR}/devel/icu
 
 This is only required when devel/glib20 was compiled with
 '-DWITH_COLLATION_FIX'.
 
 - Herbert
 

Thank you so much.. yep mine was compiled WITH_COLLATION_FIX so that explains 
it  -- .I will change my config...I so not really need it


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


Re: Is there reference manual for sh?

2006-12-30 Thread Vizion


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
 Sent: Saturday, December 30, 2006 10:22 AM
 To: [EMAIL PROTECTED]
 Subject: Re: Is there reference manual for sh?
 
 
 On Sat, Dec 30, 2006 at 10:16:20AM -0500, Robert Huff wrote:
  
  [EMAIL PROTECTED] writes:
  
I need a reference manual or specification for sh.
Where can I find it?
  
  In you mean within FreeBSD, try:
  
  man sh
  
  or
  
  man builtin,
  
  As a user, the O'Reilly _UNIX in a Nutshell_ I bought many
  years ago was a very wise investment.
  If you want to hack the code ... the start with the code.  And
  good luck.
  
  
  Robert Huff
 
 I need any online complete manual on sh, not a brief as it is man sh.
 The last one doesn't describe many features both interactive 
 (command line 
 editing, using history interactively, and many others) 
 and scripting (for example, conditional expressions).
 
I would really recomend then  O'reilly Learning the Bash Shell.. esentially 
bash is backward compatible with sg (Bourne shell) and there is not really an 
online resource that I ever found to be as useful as this book

My 2 cents worth

david

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


Kerberos/Heimdal/samba-libsmbclient

2006-12-29 Thread Vizion
I have a conflict regarding samba-libsmbclient-3.0.23d which is no doubt due to 
making inappropriate option choices while upgrading ports.

I now get:

Stale dependency: samba-libsmbclient-3.0.23d -- heimal -0.7.2_2 - manually run 
'pkgdb -F' to fix 

Attempting to fix selecting install stale dependency yes fails with message

heimdal -0.7.2_2 conflicts with installed package kbr5-1.5.1_1

It seems that I have a conflict with kerberos and heimdal.

Can anyone tell me how to trace the problem and deal with it?

Thanks

David
#

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


Re: Kerberos/Heimdal/samba-libsmbclient

2006-12-29 Thread Vizion


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Vizion
 Sent: Friday, December 29, 2006 7:56 AM
 To: freebsd-questions@freebsd.org
 Subject: Kerberos/Heimdal/samba-libsmbclient
 
 
 I have a conflict regarding samba-libsmbclient-3.0.23d which 
 is no doubt due to making inappropriate option choices while 
 upgrading ports.
 
 I now get:
 
 Stale dependency: samba-libsmbclient-3.0.23d -- heimal 
 -0.7.2_2 - manually run 'pkgdb -F' to fix 
 
 Attempting to fix selecting install stale dependency yes 
 fails with message
 
 heimdal -0.7.2_2 conflicts with installed package kbr5-1.5.1_1
 
 It seems that I have a conflict with kerberos and heimdal.
 
 Can anyone tell me how to trace the problem and deal with it?
 
 Thanks
 
 David
 #
 

Futher information:
After trying pkgdb -aF the dependency error is changed to kdebase-3.5.3.4 
-samba-libsmbclient-3.0.23d.

david


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


kdebase compile failure

2006-12-29 Thread Vizion


here is the output:

gmake[3]: Leaving directory 
`/usr/ports/x11/kdebase3/work/kdebase-3.5.5/kdesu/kdesud'
gmake[3]: Entering directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.5/kdesu'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.5/kdesu'
gmake[2]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.5/kdesu'
Making all in kdialog
gmake[2]: Entering directory 
`/usr/ports/x11/kdebase3/work/kdebase-3.5.5/kdialog'
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include  
-I/usr/local/include  -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT   
-I/usr/local/include -I/usr/local/include  -I/usr/X11R6/include -D_GETOPT_H 
-D_THREAD_SAFE   -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG 
-DNO_DEBUG -O2 -O2 -fno-strict-aliasing -pipe -Wno-non-virtual-dtor 
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE 
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE 
-DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST -MT kdialog.o -MD -MP -MF 
.deps/kdialog.Tpo -c -o kdialog.o kdialog.cpp; \
then mv -f .deps/kdialog.Tpo .deps/kdialog.Po; else rm -f 
.deps/kdialog.Tpo; exit 1; fi
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include  
-I/usr/local/include  -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT   
-I/usr/local/include -I/usr/local/include  -I/usr/X11R6/include -D_GETOPT_H 
-D_THREAD_SAFE   -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG 
-DNO_DEBUG -O2 -O2 -fno-strict-aliasing -pipe -Wno-non-virtual-dtor 
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE 
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE 
-DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST -MT widgets.o -MD -MP -MF 
.deps/widgets.Tpo -c -o widgets.o widgets.cpp; \
then mv -f .deps/widgets.Tpo .deps/widgets.Po; else rm -f 
.deps/widgets.Tpo; exit 1; fi
/usr/X11R6/bin/moc ./klistboxdialog.h -o klistboxdialog.moc
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include  
-I/usr/local/include  -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT   
-I/usr/local/include -I/usr/local/include  -I/usr/X11R6/include -D_GETOPT_H 
-D_THREAD_SAFE   -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG 
-DNO_DEBUG -O2 -O2 -fno-strict-aliasing -pipe -Wno-non-virtual-dtor 
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE 
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE 
-DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST -MT klistboxdialog.o -MD -MP -MF 
.deps/klistboxdialog.Tpo -c -o klistboxdialog.o klistboxdialog.cpp; \
then mv -f .deps/klistboxdialog.Tpo .deps/klistboxdialog.Po; else 
rm -f .deps/klistboxdialog.Tpo; exit 1; fi
/usr/X11R6/bin/moc ./progressdialog.h -o progressdialog.moc
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include  
-I/usr/local/include  -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT   
-I/usr/local/include -I/usr/local/include  -I/usr/X11R6/include -D_GETOPT_H 
-D_THREAD_SAFE   -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG 
-DNO_DEBUG -O2 -O2 -fno-strict-aliasing -pipe -Wno-non-virtual-dtor 
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE 
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE 
-DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST -MT progressdialog.o -MD -MP -MF 
.deps/progressdialog.Tpo -c -o progressdialog.o progressdialog.cpp; \
then mv -f .deps/progressdialog.Tpo .deps/progressdialog.Po; else 
rm -f .deps/progressdialog.Tpo; exit 1; fi
progressdialog.cpp: In member function `virtual void 
ProgressDialog::ignoreCancel()':
progressdialog.cpp:90: error: `ignoreCancel' is not a member of 
`KProgressDialog'
gmake[2]: *** [progressdialog.o] Error 1
gmake[2]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.5/kdialog'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.5'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/x11/kdebase3.

**

Any suggestions??

David


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


portupgrade -a useful option??

2006-12-28 Thread Vizion
Gi

I just wondered whether using portupgrade -a there might be any way to have an 
initial interactive dialogue to set all option for all ports to be upgraded 
during the run so as to facilitate an attendance free upgrade procedure. 

Maybe there is already some way to do this - if so perhaps someone could 
enlighten me.

Thanks

david

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


(no subject)

2006-12-28 Thread Vizion
On Thursday 28 December 2006 09:48, Vizion wrote:
 Gi

 I just wondered whether using portupgrade -a there might be any way to have
 an initial interactive dialogue to set all option for all ports to be
 upgraded during the run so as to facilitate an attendance free upgrade
 procedure.

 Maybe there is already some way to do this - if so perhaps someone could
 enlighten me.

 Thanks

 david

Run it in batch mode. From man portupgrade(1):

Run an upgrading process in a batch mode (with
BATCH=yes).

Cheers,

Beech

Missed it.. I thought there must be a way but I didnt see it!!!

Duh
Thank you

david


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


Re: where to get the iso c90 compiler?

2006-12-28 Thread Vizion
[EMAIL PROTECTED] wrote:
 [Fistly, people wrote code in pure binary language. Then assembly were 
 invented and later they wrote higher level languages in assembly.]
 
   With whatever C compiler the gcc developer had at that time.
 
   It probably wasn't.  The first ever compiler was most likely written
   in assembler.  Later on the first compiler for a new language has
   usually been written in some other language.
 
 Yeah I knew that. Anyone know a good book on assembly language?

http://asm.sourceforge.net/ is a good site. I've used it a great deal in 
the past. It has references to various Linux's and FreeBSD.

 The evolution of programming. Can someone give me a link?
I may be one of the missing links chuckles

I remember writing programs during the late 50's in binary on a form with four 
columns. 

Column 1 was to describe the purpose of the step. Column 2 contained the binary 
code for the step. Column 3 used my own shorthand to illustrate the meaning of 
the binary code in human language and column 4 described what happened to the 
contents of the registers.
___
In the early sixties I wrote a small program that translated data rather like 
the contents of column 3 into contents equivalent to column 2. meant I did not 
have to remember the binary numbers but only use a consistent set of 
abreviations. Saved me a hell of a lot of time I can tell you!!! I still had to 
write the descriptions.. and get the whole lot punched into 80 column cards 
begore it was of any practical use.

David_

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


QLA2200G Installation

2006-12-21 Thread Vizion
Hi

I would like to hear from someone who has successfully installed this card on 
freebsd.

I have looked in the usual places for info. I have so far been unable to get 
freebsd to boot when this card is installed.

Thanks

David

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


Qlogic QLA2200G Freebsd 6.1

2006-12-13 Thread Vizion
I have tried to install the above card on an existing 
FreeBSD 6.1-RELEASE #0 system which refused to boot with the card installed. 
The processor is AMD Athlon and the motherboard is a Gigabyte  GA-K8NS1GMF-9

Can anyone point me to resources that van help or tell me how to go about 
installing this card? 

I tried the usual places and could not find anything beyond the fact that their 
is meant to be support for this Fibre Channel card.

Thanks

david

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


case sensitive system user names postfix

2006-08-29 Thread Vizion
Freebsd 6.1 running Postfix 2.3.2

---
Here is the problem:
---
I only need this for sensitive unix accounts on the mail server. I have found 
the following method cuts spam enormously to such accounts BUT I having just 
moved to using Postfix dor the mailserver I do not know how to condigure 
postfix so that it works.

Where for example the administrator may have the case sensitive user account of 
AdMiniStraTor. Hence only mail from correspondents who use a correct case 
formating in the TO address are the only senders whose mails are intended to 
get through to those unix accounts on the local machine. 

When postfix receives a mail correctly addressed to [EMAIL PROTECTED] it tries 
to look up the user administrator and reports there is no such user and 
rejects the mail as user not found.

Other mail mail accounts are addressed to [EMAIL PROTECTED] and forwarded by 
carious methods and are not case sensitive.

How can I configure Postfix to deal with this problem?

Postfix is running on a separate host behind a firewall with all mail port 
requests being past through the firewall.

Thanks

david


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


Re: kde3 Make Install failure - SOLVED

2006-08-23 Thread Vizion
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Scot Hetzel
 Sent: Tuesday, August 22, 2006 4:35 PM
 To: Vizion
 Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
 freebsd-questions@freebsd.org
 Subject: Re: kde3 Make Install failure
 
 
 On 8/22/06, Vizion [EMAIL PROTECTED] wrote:
  --- It is http.test
  that appear to fail
  The failure begins with:
  http.test
 
   http-3.3 http::geturl FAILED
   Contents of test case:
 
 set token [hrrp::geturl $url]
 http:: data $token
   Test generated error; return code was: 1
    Return code should have been one of: 0 2
    errorInfo: couldn't open socket: connection timed out
while executing
  http::geturl $url
  set token [http::geturl $url]
  (uplevel body line 2)
   invoked from within
  uplevel 1 $script
   errorCode: NONE
   http-3.3 FAILED
 
 
This continues incrementing the http-x.3 version until final hang
 
 
  I cannot get full redirection of the test as
  # Make Install  filename
  does not work!!
 
 You still didn't go back far enough, as we can't see which port is
 failing, but I suspect that it  is the tcl84 port, as it redefines the
 build target to be build test, if you remove the test, the tcl84
 port will install.  Don't know why it is failing the tests, as we need
 someone who knows tcl to have a look at it.

OK Got it. Thank you so much - you put meon the right track.

I have been compiling a new installation and had not yet made alterations to 
create a valid /etc/hosts because the system is not in its final place on the 
network. The catch is the http tests need a valid /etc/hosts or the test fails!!

Gr

Thank you guys

David

 


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


(no subject)

2006-08-23 Thread Vizion


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


DHCP question

2006-08-23 Thread Vizion
My home network is connected by my Linksys Broadband Router model RT31P2 to an 
upstream Cable company supplied Motorola SB5100 cable modem.

A single IP address is allocated via DHCP to the Linksys to which my private 
network is attached. The IP address is rarely changed.

I need to monitor and record that IP address and initiate a series of processes 
if/when the IP address changes.

Suggestions please... and thanks in advance for any replies

david

 


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


kde3 Make Install failure

2006-08-22 Thread Vizion
Trying to compile and install kde3 
on amd64 FreeBSD 6.1-RELEASE #0. 
kde3 fails a test and then hangs.

cd /usr/ports/x11/kde3

Make runs fine but then:

# Make Install

terminates and hangs with following consol message:
-

set listen [lindex [fconfigure $s -sockname] 2]
set s1 [socket [info hostname] $listen]
set timer [aftyer 1 set x timed_out]
vwait x
after cancel $timer
close $s
close $s1
set 1 
lappend l [expr {[lindex $x 2] -- $listen}] [llength $x]

 Test generated error; return code was:1
 Return code should have been one of: 0 2
 errorInfo: couldn't open socket: connection timed out
wgile executing
socket {info hostname] $listen]
invoked from within
set s1 [socket [info gostname] $listen]
   (uplevel body line 9)
invoked from within
uplevel 1 $script
 errorCode: PSIX ERIMWOUT {connection timed out}
 socket-7.4 FAILED

---

Any ideas?

Thanks in advance

David

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


RE: Please help ---Sata/IDE drive recognition problem

2006-08-22 Thread Vizion
On 8/21/06, Vizion [EMAIL PROTECTED] wrote:

  The motherboard is a FA-K8N51GMF-9 with 3 hard drives
  installed. 2xSata and 1xIDE.

That mobo uses an Nvidia chipset, last I checked the drivers for that
chipset weren't that great.


  How do I get the installer select drives interface to recognize ad6?
 

Do you have a /dev/ad6?

I have now sifted the connected to the SATA2 connector on the motherboard -- 
but it is still not recognized.. see comments below made in the posting I have 
just made to the amd64 list.
---

Here is the text:
_
There are a number of reports in dmesg I do not understand.


\***  mark start of section 
***\  marks end of section
for each query
Can anyone please tell me what action, if any, I should take for each section.
Comment start is indicated by !!**
Multi-line comments end with **!!



Thanks in advance.
david
__


Copyright (c) 1992-2006 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 6.1-RELEASE #0: Sun May  7 04:15:57 UTC 2006
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP
ACPI APIC Table: GBTAWRDACPI
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) 64 Processor 3200+ (2009.16-MHz K8-class CPU)
  Origin = AuthenticAMD  Id = 0x20ff2  Stepping = 2
  
Features=0x78bfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2
  Features2=0x1SSE3
  AMD Features=0xe2500800SYSCALL,NX,MMX+,FFXSR,LM,3DNow+,3DNow
  AMD Features2=0x1LAHF
real memory  = 2080309248 (1983 MB)
avail memory = 1997578240 (1905 MB)
ioapic0 Version 1.1 irqs 0-23 on motherboard
kbd0 at kbdmux0
acpi0: GBT AWRDACPI on motherboard

\***
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi0: Power Button (fixed)
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
ACPI-0501: *** Error: Handler for [SystemMemory] returned AE_AML_ALIGNMENT
ACPI-1304: *** Error: Method execution failed [\\_SB_.MEM_._CRS] (Node 
0xffbdbd80), AE_AML_ALIGNMENT
ACPI-0239: *** Error: Method execution failed [\\_SB_.MEM_._CRS] (Node 
0xffbdbd80), AE_AML_ALIGNMENT
can't fetch resources for \\_SB_.MEM_ - AE_AML_ALIGNMENT

!!** what is going on here?
***\


cpu0: ACPI CPU on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0

\***
!!** Is this a follow up from previous section? 

pci0: memory, RAM at device 0.0 (no driver attached)
pci0: memory, RAM at device 0.1 (no driver attached)
pci0: memory, RAM at device 0.2 (no driver attached)
pci0: memory, RAM at device 0.3 (no driver attached)
pci0: memory, RAM at device 0.4 (no driver attached)
pci0: memory, RAM at device 0.5 (no driver attached)
pci0: memory, RAM at device 0.6 (no driver attached)
pci0: memory, RAM at device 0.7 (no driver attached)
pci0: display, VGA at device 5.0 (no driver attached)
pci0: memory, RAM at device 9.0 (no driver attached)

***\

isab0: PCI-ISA bridge at device 10.0 on pci0
isa0: ISA bus on isab0
pci0: serial bus, SMBus at device 10.1 (no driver attached)
pci0: memory, RAM at device 10.2 (no driver attached)
ohci0: OHCI (generic) USB controller mem 0xf7008000-0xf7008fff irq 21 at 
device 11.0 on pci0
ohci0: [GIANT-LOCKED]
usb0: OHCI version 1.0, legacy support
usb0: SMM does not respond, resetting
usb0: OHCI (generic) USB controller on ohci0
usb0: USB revision 1.0
uhub0: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 8 ports with 8 removable, self powered
ehci0: EHCI (generic) USB 2.0 controller mem 0xf7004000-0xf70040ff irq 22 at 
device 11.1 on pci0
ehci0: [GIANT-LOCKED]
usb1: EHCI version 1.0
usb1: companion controller, 8 ports each: usb0
usb1: EHCI (generic) USB 2.0 controller on ehci0
usb1: USB revision 2.0
uhub1: nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub1: 8 ports with 8 removable, self powered
umass0: USB2.0 CardReader, rev 2.00/91.38, addr 2
atapci0: nVidia nForce MCP51 UDMA133 controller port 
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 13.0 on pci0
ata0: ATA channel 0 on atapci0
ata1: ATA channel 1 on atapci0
atapci1: nVidia nForce MCP51 SATA300 controller port 
0x9f0-0x9f7,0xbf0-0xbf3,0x970-0x977,0xb70-0xb73,0xd800-0xd80f mem 
0xf7007000-0xf7007fff irq 23 at device 14.0 on pci0
ata2: ATA channel 0 on atapci1
ata3: ATA channel 1 on atapci1
atapci2: nVidia nForce MCP51 SATA300 controller port 
0x9e0-0x9e7,0xbe0-0xbe3,0x960-0x967,0xb60-0xb63,0xc400-0xc40f mem 
0xf7006000-0xf7006fff irq 20 at device 15.0 on pci0
ata4: ATA channel 0 on atapci2
ata5: ATA channel 1 on atapci2
pcib1: ACPI PCI-PCI bridge at device 16.0 on pci0
pci1: ACPI PCI bus on pcib1
fwohci0: Texas Instruments TSB43AB23 mem 
0xf4005000-0xf40057ff,0xf400-0xf4003fff irq 16 at device 6.0 on pci1
fwohci0: OHCI

Devices

2006-08-22 Thread Vizion
Hi

I have previously reported an inability to get my amd Freebsd 6.1 system to 
recognize a drive and am wondering if it is because the relevant device node is 
not in /dev. having said that I am unsure of what I need to be looking for or 
how to create it.

here are the drives I have got:
(NB Physical Location is is what I use to identify  the machine bay in which it 
is located!)
Western Digital WD2000JD Physical location A SATA
ad0 is a Western Digital WD2000JB-00KFA0 08.05J08 Physical location B IDE 
ata-0master UDMA100
ad4 is a Seagate ST3160827AS 3.42 ata2 -master SATA150
acd0 is a CDRW LITE-ON CD-RW SOHR-5239S/2s03 at ata0-slave UDMA33

CMOS reports
IDE Channel 0 Master WDC WD2000JB 
IDE Channel 0 Slave  LITE-ON CD-RW SOHR
IDE Channel 1Master [None] 
IDE Channel 1 Slave  [None]
IDE Channel 2 Master  [None]  
IDE Channel 3 Master  WDC WD2000JD
IDE Channel 4 Master  [None]
IDE Channel 5 Master  ST3160827As

In /dev I have ad0, ad0s1  ad0s1a thru e
ata
da0  da1

I do not gave any others that appear to be relevant to drives.

Question is
1. What device node names need to be in /dev.
2. How do I create any missing ones.

I have looked at the man pages but I find them a bit terse for my understanding

Thanks

David

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


Re: devices

2006-08-22 Thread Vizion


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Vizion
 Sent: Tuesday, August 22, 2006 6:14 AM
 To: freebsd-questions@freebsd.org
 Subject: Devices
 
 
 Hi
 
 I have previously reported an inability to get my amd Freebsd 
 6.1 system to recognize a drive and am wondering if it is 
 because the relevant device node is not in /dev. having said 
 that I am unsure of what I need to be looking for or how to create it.
 
 here are the drives I have got:
 (NB Physical Location is is what I use to identify  the 
 machine bay in which it is located!)
 Western Digital WD2000JD Physical location A SATA
 ad0 is a Western Digital WD2000JB-00KFA0 08.05J08 Physical 
 location B IDE ata-0master UDMA100
 ad4 is a Seagate ST3160827AS 3.42 ata2 -master SATA150
 acd0 is a CDRW LITE-ON CD-RW SOHR-5239S/2s03 at ata0-slave UDMA33
 
 CMOS reports
 IDE Channel 0 Master WDC WD2000JB 
 IDE Channel 0 Slave  LITE-ON CD-RW SOHR
 IDE Channel 1Master [None] 
 IDE Channel 1 Slave  [None]
 IDE Channel 2 Master  [None]  
 IDE Channel 3 Master  WDC WD2000JD
 IDE Channel 4 Master  [None]
 IDE Channel 5 Master  ST3160827As
 
 In /dev I have ad0, ad0s1  ad0s1a thru e
 ata
 da0  da1
 
 I do not gave any others that appear to be relevant to drives.
 
 Question is
 1. What device node names need to be in /dev.
 2. How do I create any missing ones.
 
 I have looked at the man pages but I find them a bit terse 
 for my understanding
 
 Thanks

As an experiment I disconnected ad0 and then rebooted from the iso image to see 
what would be reported.
The installation menu reported
No disks found!



Does anyone have a clue as to what might be going on here and how I might be 
able to deal with  it?

 


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


Re: Please help ---Sata/IDE drive recognition problem

2006-08-22 Thread Vizion
On 8/22/06, Vizion [EMAIL PROTECTED] wrote:
 On 8/21/06, Vizion [EMAIL PROTECTED] wrote:

   The motherboard is a FA-K8N51GMF-9 with 3 hard drives
   installed. 2xSata and 1xIDE.

 That mobo uses an Nvidia chipset, last I checked the drivers for that
 chipset weren't that great.


   How do I get the installer select drives interface to recognize ad6?
  

 Do you have a /dev/ad6?

 I have now sifted the connected to the SATA2 connector on the motherboard -- 
 but it is still not recognized.. see comments below made in the posting I 
 have just made to the amd64 list.

My feeling is that you either have a bad cable or the sata controller
is having problems, but it could also be the HDD (it *is* plugged in,
right?)

Here are some things you can try:
- replace the cable. Yes, cables go bad frequently and for no obvious
reason. So do connectors, but less frequently.
- That mobo probably has four SATA ports, try the drive on different ports.
- take out your Seagate drive and put the WD on that SATA port. (Use a
live cd like FreeSBIE to boot and test the drive configuation.)
- try the Seagate as ad6 and the WD as ad4

This is all basic troubleshooting. By changing one piece of the
configuation at a time you should be able to identify the problem.

SOLVED..

It turns out that the connections tio the drives have to be connected in the 
preferential order by which the drives are listed in the cmos AND that includes 
correct choice for each sata bus. get any of them in the wrong sequence and 
freebsd does not recognize the drive as being present.

Thanks for your input.. it really helped me to stick at it!! 

-- 
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--


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


Re: Devices SOLVED

2006-08-22 Thread Vizion


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Vizion
 Sent: Tuesday, August 22, 2006 6:14 AM
 To: freebsd-questions@freebsd.org
 Subject: Devices
 
 
 Hi
 
 I have previously reported an inability to get my amd Freebsd 
 6.1 system to recognize a drive and am wondering if it is 
 because the relevant device node is not in /dev. having said 
 that I am unsure of what I need to be looking for or how to create it.
 
 here are the drives I have got:
 (NB Physical Location is is what I use to identify  the 
 machine bay in which it is located!)
 Western Digital WD2000JD Physical location A SATA
 ad0 is a Western Digital WD2000JB-00KFA0 08.05J08 Physical 
 location B IDE ata-0master UDMA100
 ad4 is a Seagate ST3160827AS 3.42 ata2 -master SATA150
 acd0 is a CDRW LITE-ON CD-RW SOHR-5239S/2s03 at ata0-slave UDMA33
 
 CMOS reports
 IDE Channel 0 Master WDC WD2000JB 
 IDE Channel 0 Slave  LITE-ON CD-RW SOHR
 IDE Channel 1Master [None] 
 IDE Channel 1 Slave  [None]
 IDE Channel 2 Master  [None]  
 IDE Channel 3 Master  WDC WD2000JD
 IDE Channel 4 Master  [None]
 IDE Channel 5 Master  ST3160827As
 
 In /dev I have ad0, ad0s1  ad0s1a thru e
 ata
 da0  da1
 
 I do not gave any others that appear to be relevant to drives.
 
 Question is
 1. What device node names need to be in /dev.
 2. How do I create any missing ones.
 
 I have looked at the man pages but I find them a bit terse 
 for my understanding
 
 Thanks

As an experiment I disconnected ad0 and then rebooted from the iso image to see 
what would be reported.
The installation menu reported
No disks found!



Does anyone have a clue as to what might be going on here and how I might be 
able to deal with  it?

 
SOLVED
SOLVED..

It turns out that the connections tio the drives have to be connected in the 
preferential order by which the drives are listed in the cmos AND that includes 
correct choice for each sata bus. get any of them in the wrong sequence and 
freebsd does not recognize the drive as being present.


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


(no subject)

2006-08-22 Thread Vizion
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Alex Zbyslaw
 Sent: Tuesday, August 22, 2006 8:47 AM
 To: Vizion
 Cc: freebsd-questions@freebsd.org
 Subject: Re: devices
 
 
 Vizion wrote:
 
 As an experiment I disconnected ad0 and then rebooted from 
 the iso image to see what would be reported.
 The installation menu reported
 No disks found!
 
 
 
 Does anyone have a clue as to what might be going on here 
 and how I might be able to deal with  it?
   
 
 It would appear that your disk controller is not supported by the 
 version of FreeBSD you are trying to run.  Have you checked 
 it against 
 the hardware compatibility list?
 
 You can find the controller by looking through /var/run/dmesg.boot - 
 with ad0 reconnected of course :-)
 
 You could try a -STABLE or -CURRENT CD to see if support has appeared 
 more recently than your release.
 
 I have previously reported an inability to get my amd Freebsd 
  6.1 system to recognize a drive and am wondering if it is 
  because the relevant device node is not in /dev. having said 
  that I am unsure of what I need to be looking for or how to 
 create it.
 
 Device nodes are created automatically when devices are 
 recognised.  If the device isn't recognised there is no point 
 trying to manually create device nodes - it won't help even 
 if you created them correctly.
 
 
 AFAIK, the only things worth creating in /dev these days are 
 symlimks, which can be done automatically using a devfs.conf rule like
 linkacd0cdrom
 
 The days of MAKEDEV are over as its manpage testifies :-)
 

Thanks -- as I said in a rec ent posting it turned out to be solvable:

SOLVED
SOLVED..

It turns out that the connections to the drives have to be connected in the 
preferential order by which the drives are listed in the cmos AND that includes 
correct choice for each sata bus. get any of them in the wrong sequence and 
freebsd does not recognize the drive as being present.

weird




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


kde3 Make Install failure

2006-08-22 Thread Vizion
Trying to compile and install kde3 
on amd64 FreeBSD 6.1-RELEASE #0. kde3 fails a test and then hangs.

cd /usr/ports/x11/kde3

Make runs fine but then:

# Make Install

terminates and hangs with following consol message:
-

set listen [lindex [fconfigure $s -sockname] 2]
set s1 [socket [info hostname] $listen]
set timer [aftyer 1 set x timed_out]
vwait x
after cancel $timer
close $s
close $s1
set 1 
lappend l [expr {[lindex $x 2] -- $listen}] [llength $x]

 Test generated error; return code was:1
 Return code should have been one of: 0 2
 errorInfo: couldn't open socket: connection timed out
wgile executing
socket {info hostname] $listen]
invoked from within
set s1 [socket [info gostname] $listen]
   (uplevel body line 9)
invoked from within
uplevel 1 $script
 errorCode: PSIX ERIMWOUT {connection timed out}
 socket-7.4 FAILED

---


Does anyone gave any idea what may be happening here??

David

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


Re: kde3 Make Install failure

2006-08-22 Thread Vizion
 -Original Message-
 From: Brooks Davis [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, August 22, 2006 10:20 AM
 To: Vizion
 Cc: freebsd-questions@freebsd.org; [EMAIL PROTECTED]
 Subject: Re: kde3 Make Install failure
 
 
 On Tue, Aug 22, 2006 at 10:00:35AM -0700, Vizion wrote:
  Trying to compile and install kde3 
  on amd64 FreeBSD 6.1-RELEASE #0. kde3 fails a test and then hangs.
  
  cd /usr/ports/x11/kde3
  
  Make runs fine but then:
  
  # Make Install
  
  terminates and hangs with following consol message:
  
 --
 ---
  
  set listen [lindex [fconfigure $s -sockname] 2]
  set s1 [socket [info hostname] $listen]
  set timer [aftyer 1 set x timed_out]
  vwait x
  after cancel $timer
  close $s
  close $s1
  set 1 
  lappend l [expr {[lindex $x 2] -- $listen}] [llength $x]
  
   Test generated error; return code was:1
   Return code should have been one of: 0 2
   errorInfo: couldn't open socket: connection timed out
  wgile executing
  socket {info hostname] $listen]
  invoked from within
  set s1 [socket [info gostname] $listen]
 (uplevel body line 9)
  invoked from within
  uplevel 1 $script
   errorCode: PSIX ERIMWOUT {connection timed out}
   socket-7.4 FAILED
  
  ---
  
  
  Does anyone gave any idea what may be happening here??
 
 One of the ports kde3 has a RUN_DEPEND on failed to build.  
 There isn't
 enough information here to know more.  Running make in x11/kde3 is a
 no-op since the port just maintains dependancies to other kde bundles.
 
 -- Brooks

Thanks for yr help.

How do I get the information necessary to solve this?

Thanks in advance

David

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


Re: kde3 Make Install failure

2006-08-22 Thread Vizion
On Tue, Aug 22, 2006 at 10:36:30AM -0700, Vizion wrote:
  -Original Message-
  From: Brooks Davis [mailto:[EMAIL PROTECTED] 
  Sent: Tuesday, August 22, 2006 10:20 AM
  To: Vizion
  Cc: freebsd-questions@freebsd.org; [EMAIL PROTECTED]
  Subject: Re: kde3 Make Install failure
  
  
  On Tue, Aug 22, 2006 at 10:00:35AM -0700, Vizion wrote:
   Trying to compile and install kde3 
   on amd64 FreeBSD 6.1-RELEASE #0. kde3 fails a test and then hangs.
   
   cd /usr/ports/x11/kde3
   
   Make runs fine but then:
   
   # Make Install
   
   terminates and hangs with following consol message:
   
  --
  ---
   
   set listen [lindex [fconfigure $s -sockname] 2]
   set s1 [socket [info hostname] $listen]
   set timer [aftyer 1 set x timed_out]
   vwait x
   after cancel $timer
   close $s
   close $s1
   set 1 
   lappend l [expr {[lindex $x 2] -- $listen}] [llength $x]
   
    Test generated error; return code was:1
    Return code should have been one of: 0 2
    errorInfo: couldn't open socket: connection timed out
   wgile executing
   socket {info hostname] $listen]
   invoked from within
   set s1 [socket [info gostname] $listen]
  (uplevel body line 9)
   invoked from within
   uplevel 1 $script
    errorCode: PSIX ERIMWOUT {connection timed out}
    socket-7.4 FAILED
   
   ---
   
   
   Does anyone gave any idea what may be happening here??
  
  One of the ports kde3 has a RUN_DEPEND on failed to build.  
  There isn't
  enough information here to know more.  Running make in x11/kde3 is a
  no-op since the port just maintains dependancies to other kde bundles.
  
  -- Brooks
 
 Thanks for yr help.
 
 How do I get the information necessary to solve this?

You've trimmed the output at the end which included the name
of the port that failed.  Once you know that you can make sure it's up
to date and then contact the maintainer of that port for debugging
assistance.

--- It is http.test 
that appear to fail
The failure begins with:
http.test

 http-3.3 http::geturl FAILED
 Contents of test case:

   set token [hrrp::geturl $url]
   http:: data $token
 Test generated error; return code was: 1
  Return code should have been one of: 0 2
  errorInfo: couldn't open socket: connection timed out
  while executing
http::geturl $url
set token [http::geturl $url]
(uplevel body line 2)  
 invoked from within
uplevel 1 $script
 errorCode: NONE
 http-3.3 FAILED


  This continues incrementing the http-x.3 version until final hang


I cannot get full redirection of the test as
# Make Install  filename 
does not work!!

David

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


Please help ---Sata/IDE drive recognition problem

2006-08-21 Thread Vizion
I hate tp repost but I really could do with some input on this one

Thanks
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Vizion
 Sent: Thursday, August 17, 2006 4:33 AM
 To: freebsd-questions@freebsd.org
 Subject: Sata/IDE drive recognition problem
 
 
 Hi
 
 While preparing to move a system from i386 to amd 
 architecture The existing system is dual booting i386 for 5.4 
 stable and 6.0. My plan is to remove both systems, preserve 
 my data and reinstall 6.1 amd from cd.
 
 The motherboard is a FA-K8N51GMF-9 with 3 hard drives 
 installed. 2xSata and 1xIDE.
 
 Freebsd 5.4 
 #df sees 
 /dev/ad4s1a 
 devfs, 
 /dev/ad4s1e
 /dev/ad4s1f
 /dev/ad6s1d
 /dev/ad6s1e
 linprocfs
 
 Freebsd 6.0
 #df sees
 /dev/ad0s1a
 devfs
 /dev/ad0s1e
 /dev/ad01f
 /dev/ad0s1d
 /dev/ad4s1a
 /dev/ad4s1f
 /dev/ad6s1d
 devfs
 
 The CD installer select drives interface for 6.1 RELEASE 
 amd64 recognizes
 ad0 and
 ad4 
 but not ad6.
 
 For installing 6.1 amd I will need the installer to see all 
 physical devices and existing partitions. 
 
 The Bios CMOS features show 
 IDE Channel 0 Master WDC WD2000JB
 IDE Channel 0 Slave Lite-on CD-RW
 IDE Channel 2 Master ST3160827AS
 IDE Channel 3 Master WDC WD2000JD
 The Advanced Bios features show
 First boot device CDROM
 Second Boot Device Hard Disk
 Third boot Device Hard Disk
 
 The Hard disk boot priority sequence options show:
 Ch0
 Ch2
 Ch3 
 root
 shutdown -r
 
 /var/log/messages shows
 ad0 WDC WD2000JB at ata0-master UDMA33
 acd0 Lite-on at ata0-slave USMA33
 ad4 ST3160827AS at ata2-master UDMA33
 ad6 WDC WD2000JD at ata3-master UDMA33
 
 How do I get the installer select drives interface to recognize ad6?
 
 Thanks in advance
 
 david
 
Following my previous posting I have now successfully built amd64 on /dev/ad0 
but not yet mounted ad4 or ad6. While ad4 is seen according to 
/var/log/messages the new build does not see ad6 .. does anyone have any 
ideas how to fix this?


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


Repost -Help Re: Sata/IDE drive recognition problem

2006-08-18 Thread Vizion


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Vizion
 Sent: Thursday, August 17, 2006 10:05 AM
 To: freebsd-questions@freebsd.org
 Subject: Re: Sata/IDE drive recognition problem
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf Of Vizion
  Sent: Thursday, August 17, 2006 4:33 AM
  To: freebsd-questions@freebsd.org
  Subject: Sata/IDE drive recognition problem
  
  
  Hi
  
  While preparing to move a system from i386 to amd 
  architecture The existing system is dual booting i386 for 5.4 
  stable and 6.0. My plan is to remove both systems, preserve 
  my data and reinstall 6.1 amd from cd.
  
  The motherboard is a FA-K8N51GMF-9 with 3 hard drives 
  installed. 2xSata and 1xIDE.
  
  Freebsd 5.4 
  #df sees 
  /dev/ad4s1a 
  devfs, 
  /dev/ad4s1e
  /dev/ad4s1f
  /dev/ad6s1d
  /dev/ad6s1e
  linprocfs
  
  Freebsd 6.0
  #df sees
  /dev/ad0s1a
  devfs
  /dev/ad0s1e
  /dev/ad01f
  /dev/ad0s1d
  /dev/ad4s1a
  /dev/ad4s1f
  /dev/ad6s1d
  devfs
  
  The CD installer select drives interface for 6.1 RELEASE 
  amd64 recognizes
  ad0 and
  ad4 
  but not ad6.
  
  For installing 6.1 amd I will need the installer to see all 
  physical devices and existing partitions. 
  
  The Bios CMOS features show 
  IDE Channel 0 Master WDC WD2000JB
  IDE Channel 0 Slave Lite-on CD-RW
  IDE Channel 2 Master ST3160827AS
  IDE Channel 3 Master WDC WD2000JD
  The Advanced Bios features show
  First boot device CDROM
  Second Boot Device Hard Disk
  Third boot Device Hard Disk
  
  The Hard disk boot priority sequence options show:
  Ch0
  Ch2
  Ch3 
  root
  shutdown -r
  
  /var/log/messages shows
  ad0 WDC WD2000JB at ata0-master UDMA33
  acd0 Lite-on at ata0-slave USMA33
  ad4 ST3160827AS at ata2-master UDMA33
  ad6 WDC WD2000JD at ata3-master UDMA33
  
  How do I get the installer select drives interface to recognize ad6?
  
  Thanks in advance
  
  david
  
 Following my previous posting I have now suvvessfully built 
 amd64 on /dev/ad0 but not yet mounted ad4 or ad6. While ad4 
 is seen according to /var/log/messages the new build does 
 not see ad6 .. does anyone have any ideas how to fix this?
 
 Somer help would be apprecaited
 
 Thanks
 
I have almost finished the rebuild and binary compilations and need to be able 
to mount the as yet unrecognized ad6 - some help at this point would be really 
apprecaited.

thanks


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


Sata/IDE drive recognition problem

2006-08-17 Thread Vizion
Hi

While preparing to move a system from i386 to amd architecture The existing 
system is dual booting i386 for 5.4 stable and 6.0. My plan is to remove both 
systems, preserve my data and reinstall 6.1 amd from cd.

The motherboard is a FA-K8N51GMF-9 with 3 hard drives installed. 2xSata and 
1xIDE.

Freebsd 5.4 
#df sees 
/dev/ad4s1a 
devfs, 
/dev/ad4s1e
/dev/ad4s1f
/dev/ad6s1d
/dev/ad6s1e
linprocfs

Freebsd 6.0
#df sees
/dev/ad0s1a
devfs
/dev/ad0s1e
/dev/ad01f
/dev/ad0s1d
/dev/ad4s1a
/dev/ad4s1f
/dev/ad6s1d
devfs

The CD installer select drives interface for 6.1 RELEASE amd64 recognizes
ad0 and
ad4 
but not ad6.

For installing 6.1 amd I will need the installer to see all physical devices 
and existing partitions. 

The Bios CMOS features show 
IDE Channel 0 Master WDC WD2000JB
IDE Channel 0 Slave Lite-on CD-RW
IDE Channel 2 Master ST3160827AS
IDE Channel 3 Master WDC WD2000JD
The Advanced Bios features show
First boot device CDROM
Second Boot Device Hard Disk
Third boot Device Hard Disk

The Hard disk boot priority sequence options show:
Ch0
Ch2
Ch3 
root
shutdown -r

/var/log/messages shows
ad0 WDC WD2000JB at ata0-master UDMA33
acd0 Lite-on at ata0-slave USMA33
ad4 ST3160827AS at ata2-master UDMA33
ad6 WDC WD2000JD at ata3-master UDMA33

How do I get the installer select drives interface to recognize ad6?

Thanks in advance

david

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


Re: Sata/IDE drive recognition problem

2006-08-17 Thread Vizion

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Vizion
 Sent: Thursday, August 17, 2006 4:33 AM
 To: freebsd-questions@freebsd.org
 Subject: Sata/IDE drive recognition problem
 
 
 Hi
 
 While preparing to move a system from i386 to amd 
 architecture The existing system is dual booting i386 for 5.4 
 stable and 6.0. My plan is to remove both systems, preserve 
 my data and reinstall 6.1 amd from cd.
 
 The motherboard is a FA-K8N51GMF-9 with 3 hard drives 
 installed. 2xSata and 1xIDE.
 
 Freebsd 5.4 
 #df sees 
 /dev/ad4s1a 
 devfs, 
 /dev/ad4s1e
 /dev/ad4s1f
 /dev/ad6s1d
 /dev/ad6s1e
 linprocfs
 
 Freebsd 6.0
 #df sees
 /dev/ad0s1a
 devfs
 /dev/ad0s1e
 /dev/ad01f
 /dev/ad0s1d
 /dev/ad4s1a
 /dev/ad4s1f
 /dev/ad6s1d
 devfs
 
 The CD installer select drives interface for 6.1 RELEASE 
 amd64 recognizes
 ad0 and
 ad4 
 but not ad6.
 
 For installing 6.1 amd I will need the installer to see all 
 physical devices and existing partitions. 
 
 The Bios CMOS features show 
 IDE Channel 0 Master WDC WD2000JB
 IDE Channel 0 Slave Lite-on CD-RW
 IDE Channel 2 Master ST3160827AS
 IDE Channel 3 Master WDC WD2000JD
 The Advanced Bios features show
 First boot device CDROM
 Second Boot Device Hard Disk
 Third boot Device Hard Disk
 
 The Hard disk boot priority sequence options show:
 Ch0
 Ch2
 Ch3 
 root
 shutdown -r
 
 /var/log/messages shows
 ad0 WDC WD2000JB at ata0-master UDMA33
 acd0 Lite-on at ata0-slave USMA33
 ad4 ST3160827AS at ata2-master UDMA33
 ad6 WDC WD2000JD at ata3-master UDMA33
 
 How do I get the installer select drives interface to recognize ad6?
 
 Thanks in advance
 
 david
 
Following my previous posting I have now suvvessfully built amd64 on /dev/ad0 
but not yet mounted ad4 or ad6. While ad4 is seen according to 
/var/log/messages the new build does not see ad6 .. does anyone have any 
ideas how to fix this?

Somer help would be apprecaited

Thanks

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


re: Upgrading a system to amd64

2006-08-16 Thread Vizion
On Tuesday 15 August 2006 14:29, David Southwell wrote:
 Hi

 I have a freebsd Generic System 6.0-RELEASE #0 compiled Thursday Nov 3 2005
 originally on an Abit VA-20 motherboard equipped with an AMD sempron cpu in
 its 462 socket.

The Abit motherboard died due to a chip failure and I did not feel like
 taking a risk using of the same thing happening again.

I purchased a Gigabyte GA-K8N51GMF-9 and installed an AMD Athlon 64 3200+
 processor in the socket 939 and transferred the hardware to it.

 Apart from not yet getting X-windows to work I am pleased to report that
system seems to be functioning well.(I have not yet worked out how to
 change the X config to support the nVIDIA GeForce 6100 chipset).

 I now want to upgrade the system to FreeBSD 6.1-RELEASE-AMD64 and
 downloaded the appropriate iso images onto cd.

RW Replied:
Use the i386 version of the OS (assuming that's what you already have), you 
can't easily rebuild an i386 instalation into  amd64. You could do a clean 
install, but i386 is generally better for desktop use anyway - particularly 
if you have nVidia graphics. 

Thanks for that - yes I do have the i386 Generic - unfortunately I do need to 
use the amd64 for a specific purpose so if anyone does have some advice on how 
to go about this difficult task some help would be appreciated.

Thanks in advance

David




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


re: Upgrading a system to amd64

2006-08-15 Thread Vizion
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 David Southwell
 Sent: Tuesday, August 15, 2006 3:29 AM
 To: freebsd-questions@freebsd.org
 Subject: Upgrading a system to amd64
 
 
 Hi
 
 I have a freebsd Generic System 6.0-RELEASE #0 compiled 
 Thursday Nov 3 2005 originally on an Abit VA-20 motherboard 
 equipped with an AMD sempron cpu in its 462 socket. 
 
 The Abit motherboard died due to a chip failure and I did not 
 feel like taking a risk using of the same thing happening again.
 
 I purchased a Gigabyte GA-K8N51GMF-9 and installed an AMD 
 Athlon 64 3200+ processor in the socket 939 and transferred 
 the hardware to it.
 
 Apart from not yet getting X-windows to work I am pleased to 
 report that system seems to be functioning well.(I have not 
 yet worked out how to change the X config to support the 
 nVIDIA GeForce 6100 chipset).
 
 I now want to upgrade the system to FreeBSD 6.1-RELEASE-AMD64 
 and downloaded the appropriate iso images onto cd.
 
 Wopuld anyone care to offer some advice on the best way to 
 proceed bearing in mind it is a very long time since I last 
 upgraded in this way.
 
 Thanks
 
 David
As I have not had a reply - i wondered if I had made my reasons for posting 
sufficiently. 

I wonder whether moving the system from one hardware configuration to another 
makes upgrading more difficult(or even impossible) and how do I overcome 
challenges that others may foresee?

Thanks

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


Re: 5.3 6.0 - make buildworld libkrb5 failure

2005-12-05 Thread Vizion
On Sunday 04 December 2005 23:07,  the author Kent Stewart contributed to the 
dialogue on-
 Re: 5.3 6.0 - make buildworld libkrb5 failure: 

On Sunday 04 December 2005 09:21 pm, Vizion wrote:
 On Sunday 04 December 2005 21:14,  the author Michael C. Shultz
 contributed to the dialogue on-

  Re: 5.3 6.0 - make buildworld libkrb5 failure:
 On Sunday 04 December 2005 21:07, Vizion wrote:
  On Sunday 04 December 2005 21:01,  the author Michael C. Shultz
  contributed to the dialogue on-
 
   Re: 5.3 6.0 - make buildworld libkrb5 failure:
  On Sunday 04 December 2005 20:49, Vizion wrote:
   make buildworld
   from
   # $FreeBSD: src/Makefile,v 1.319.2.1 2005/11/16 06:56:09 ru Exp
   $ on
   FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004
   [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
  
  Did you try it with ccache turned off?
 
  No
  OK will do -
  I'll report back manana
  thnks
  david
 
 welcome

 PS Out of damn curiosity I am try again after
 # ccache -C
 just to c++ what happens chuckles

I had problems starting the 6.0-release builds until I did a make
cleandir 2x from /usr/src. That is supposed to get rid of extraneous
stuff.

Now where am I going wrong guys groans!

OK I did make cleandir 3x from /usr/src
For cussedness sake:
I did ccache -C to clear the ccache
and got the same result 
so  I decided it must be the ccache so
 
dns1# setenv CCACHE_DISABLE
prior to another 
dns1# make buildworld  

in this env:
dns1# env
KDE_FULL_SESSION=true
GS_LIB=/home/Sysadmin/.fonts
KONSOLE_DCOP_SESSION=DCOPRef(konsole-32484,session-1)
MACHTYPE=i386
USER=Sysadmin
MAIL=/var/mail/root
SHLVL=2
VENDOR=intel
HOME=/root
GTK_RC_FILES=/etc/gtk/gtkrc:/home/Sysadmin/.gtkrc:/usr/home/Sysadmin/.kde/share/config/gtkrc
PAGER=more
COLORTERM=
GROUP=wheel
LOGNAME=root
WINDOWID=37748741
BLOCKSIZE=K
TERM=xterm
GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/Sysadmin/.gtkrc-2.0:/usr/home/Sysadmin/.kde/share/config/gtkrc-2.0
SESSION_MANAGER=local/dns1.vizion2000.net:/tmp/.ICE-unix/32466
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/root/bin
KONSOLE_DCOP=DCOPRef(konsole-32484,konsole)
XCURSOR_THEME=default
DISPLAY=:0
XAUTHORITY=/home/Sysadmin/.Xauthority
HOST=dns1.vizion2000.net
SHELL=/bin/csh
KDE_MULTIHEAD=false
OSTYPE=FreeBSD
PWD=/usr/src
FTP_PASSIVE_MODE=YES
HOSTTYPE=FreeBSD
EDITOR=vi
CCACHE_PATH=/usr/bin:/usr/local/bin
CCACHE_DIR=/var/.ccache
CCACHE_DISABLE=


And the compile failed the same way:


/../crypto/heimdal/lib/krb5/krbhst.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/kuserok.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/log.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/mcache.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/misc.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/mk_error.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/mk_priv.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/mk_rep.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/mk_req.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/mk_req_ext.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/mk_safe.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/n-fold.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/net_read.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/net_write.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/padata.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/principal.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/prog_setup.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/prompter_posix.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_cred.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_error.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_priv.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_rep.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_req.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_safe.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/read_message.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/recvauth.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/replay.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/send_to_kdc.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/sendauth.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/set_default_realm.c
 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/sock_principal.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/store.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/store_emem.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib

Re: 5.3 6.0 - make buildworld libkrb5 failure

2005-12-05 Thread Vizion
On Monday 05 December 2005 10:33,  the author Michael C. Shultz contributed to 
the dialogue on-
 Re: 5.3 6.0 - make buildworld libkrb5 failure: 

On Monday 05 December 2005 10:26, Vizion wrote:
 On Sunday 04 December 2005 23:07,  the author Kent Stewart contributed to
 the dialogue on-

  Re: 5.3 6.0 - make buildworld libkrb5 failure:
 On Sunday 04 December 2005 09:21 pm, Vizion wrote:
  On Sunday 04 December 2005 21:14,  the author Michael C. Shultz
  contributed to the dialogue on-
 
   Re: 5.3 6.0 - make buildworld libkrb5 failure:
  On Sunday 04 December 2005 21:07, Vizion wrote:
   On Sunday 04 December 2005 21:01,  the author Michael C. Shultz
   contributed to the dialogue on-
  
Re: 5.3 6.0 - make buildworld libkrb5 failure:
   On Sunday 04 December 2005 20:49, Vizion wrote:
make buildworld
from
# $FreeBSD: src/Makefile,v 1.319.2.1 2005/11/16 06:56:09 ru Exp
$ on
FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
   
   Did you try it with ccache turned off?
  
   No
   OK will do -
   I'll report back manana
   thnks
   david
  
  welcome
 
  PS Out of damn curiosity I am try again after
  # ccache -C
  just to c++ what happens chuckles
 
 I had problems starting the 6.0-release builds until I did a make
 cleandir 2x from /usr/src. That is supposed to get rid of extraneous
 stuff.

 Now where am I going wrong guys groans!

 OK I did make cleandir 3x from /usr/src
 For cussedness sake:
 I did ccache -C to clear the ccache
 and got the same result
 so  I decided it must be the ccache so

 dns1# setenv CCACHE_DISABLE
 prior to another
 dns1# make buildworld

 in this env:
 dns1# env
 KDE_FULL_SESSION=true
 GS_LIB=/home/Sysadmin/.fonts
 KONSOLE_DCOP_SESSION=DCOPRef(konsole-32484,session-1)
 MACHTYPE=i386
 USER=Sysadmin
 MAIL=/var/mail/root
 SHLVL=2
 VENDOR=intel
 HOME=/root
 GTK_RC_FILES=/etc/gtk/gtkrc:/home/Sysadmin/.gtkrc:/usr/home/Sysadmin/.kde/
s hare/config/gtkrc PAGER=more
 COLORTERM=
 GROUP=wheel
 LOGNAME=root
 WINDOWID=37748741
 BLOCKSIZE=K
 TERM=xterm
 GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/Sysadmin/.gtkrc-2.0:/usr/home/Sysad
m in/.kde/share/config/gtkrc-2.0
 SESSION_MANAGER=local/dns1.vizion2000.net:/tmp/.ICE-unix/32466
 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/b
i n:/usr/X11R6/bin:/root/bin KONSOLE_DCOP=DCOPRef(konsole-32484,konsole)
 XCURSOR_THEME=default
 DISPLAY=:0
 XAUTHORITY=/home/Sysadmin/.Xauthority
 HOST=dns1.vizion2000.net
 SHELL=/bin/csh
 KDE_MULTIHEAD=false
 OSTYPE=FreeBSD
 PWD=/usr/src
 FTP_PASSIVE_MODE=YES
 HOSTTYPE=FreeBSD
 EDITOR=vi
 CCACHE_PATH=/usr/bin:/usr/local/bin
 CCACHE_DIR=/var/.ccache
 CCACHE_DISABLE=


 And the compile failed the same way:


 /../crypto/heimdal/lib/krb5/krbhst.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/kuserok.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/log.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/mcache.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/misc.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/mk_error.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/mk_priv.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/mk_rep.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/mk_req.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/mk_req_ext
. c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/mk_safe.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/n-fold.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/net_read.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/net_write.
c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/padata.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/principal.
c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/prog_setup
. c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/prompter_p
o six.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_cred.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_error.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_priv.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_rep.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_req.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_safe.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/read_messa
g e.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/recvauth.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/replay.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/send_to_kd
c .c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/sendauth.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/set_defaul
t _realm.c

Re: 5.3 6.0 - make buildworld libkrb5 failure

2005-12-05 Thread Vizion
On Monday 05 December 2005 10:56,  the author Vizion contributed to the 
dialogue on-
 Re: 5.3 6.0 - make buildworld libkrb5 failure: 

On Monday 05 December 2005 10:33,  the author Michael C. Shultz contributed
 to the dialogue on-

 Re: 5.3 6.0 - make buildworld libkrb5 failure:
On Monday 05 December 2005 10:26, Vizion wrote:
 On Sunday 04 December 2005 23:07,  the author Kent Stewart contributed to
 the dialogue on-

  Re: 5.3 6.0 - make buildworld libkrb5 failure:
 On Sunday 04 December 2005 09:21 pm, Vizion wrote:
  On Sunday 04 December 2005 21:14,  the author Michael C. Shultz
  contributed to the dialogue on-
 
   Re: 5.3 6.0 - make buildworld libkrb5 failure:
  On Sunday 04 December 2005 21:07, Vizion wrote:
   On Sunday 04 December 2005 21:01,  the author Michael C. Shultz
   contributed to the dialogue on-
  
Re: 5.3 6.0 - make buildworld libkrb5 failure:
   On Sunday 04 December 2005 20:49, Vizion wrote:
make buildworld
from
# $FreeBSD: src/Makefile,v 1.319.2.1 2005/11/16 06:56:09 ru Exp
$ on
FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
   
   Did you try it with ccache turned off?
  
   No
   OK will do -
   I'll report back manana
   thnks
   david
  
  welcome
 
  PS Out of damn curiosity I am try again after
  # ccache -C
  just to c++ what happens chuckles
 
 I had problems starting the 6.0-release builds until I did a make
 cleandir 2x from /usr/src. That is supposed to get rid of extraneous
 stuff.
snip
...

then did
cd /usr/src  make NOCCACHE=1 buildworld   make NOCCACHE=1 buildkernel

but still got the same failure for the same function in linkrb5:


/libkrb5/../../../crypto/heimdal/lib/krb5/net_write.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/padata.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/principal.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/prog_setup.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/prompter_posix.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_cred.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_error.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_priv.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_rep.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_req.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_safe.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/read_message.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/recvauth.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/replay.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/send_to_kdc.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/sendauth.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/set_default_realm.c
 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/sock_principal.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/store.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/store_emem.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/store_fd.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/store_mem.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/ticket.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/time.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/transited.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/verify_init.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/verify_user.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/version.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/warn.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/write_message.c
/usr/bin/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/acl.c
/usr/bin/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/add_et_list.c
/usr/bin/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib

Re: How often portupgrades?

2005-12-04 Thread Vizion
On Sunday 04 December 2005 03:41,  the author Kiffin Gish contributed to the 
dialogue on-
 Re: How often portupgrades?: 

On Sat, 2005-12-03 at 17:51 -0800, Vizion wrote:
 On Saturday 24 December 2005 11:29,  the author Kiffin Gish contributed to
 the dialogue on-

  How often portupgrades?:
 Just wondering what a good rule of thumb is in how often to run
  portupgrades.
 
 I figure that once a week should be sufficient, however each time it runs
  it can take up to a few hours to complete which seems like an
  unnecessary hassle to me. Once it even started rebuilding the complete
  gnome port which took a couple days!
 
 Is this worthwhile? What are the benefits?
 
 Thanks alot in advance.

 You pays yr processing time and makes yr choice :-)

 I have been using freebsd for quite a long time and I find that sometimes
 I am constantly upgrading a machine which is being used for development
 something and then when I just need systems to carry on doing the same
 thing day after day I get into the if it aint broke dont fix it mode! Then
 a new
 application/need comes along and the cycle starts over again!

 david

Then one seriously wonders what the benefit is of upgraded more than
once every few months or so.

When I am developing I need system to check against the very latest (which 
means portupgrading daily) and to be able step backwards as well.

When I am not developing then I am happy to cruise.

-- 
40 yrs navigating and computing in blue waters.
English Owner  Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


5.3 6.0 - make buildworld libkrb5 failure

2005-12-04 Thread Vizion
make buildworld
from 
# $FreeBSD: src/Makefile,v 1.319.2.1 2005/11/16 06:56:09 ru Exp $
on
FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC

--

/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/acl.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/add_et_list.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/addr_families.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/aname_to_localname.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/appdefault.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/asn1_glue.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/auth_context.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/build_ap_req.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/build_auth.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/cache.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c: In 

Re: 5.3 6.0 - make buildworld libkrb5 failure

2005-12-04 Thread Vizion
On Sunday 04 December 2005 21:01,  the author Michael C. Shultz contributed to 
the dialogue on-
 Re: 5.3 6.0 - make buildworld libkrb5 failure: 

On Sunday 04 December 2005 20:49, Vizion wrote:
 make buildworld
 from
 # $FreeBSD: src/Makefile,v 1.319.2.1 2005/11/16 06:56:09 ru Exp $
 on
 FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC

Did you try it with ccache turned off?

No
OK will do -
I'll report back manana
thnks
david

-Mike

 --
- ---

 /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/acl.c
 /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/add_et_lis
t .c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/addr_famil
i es.c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/aname_to_l
o calname.c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6 -c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/appdefault
. c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/asn1_glue.
c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/auth_conte
x t.c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/build_ap_r
e q.c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/build_auth
. c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
 -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
 -c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/cache.c
 /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
 -I

Re: 5.3 6.0 - make buildworld libkrb5 failure

2005-12-04 Thread Vizion
On Sunday 04 December 2005 21:14,  the author Michael C. Shultz contributed to 
the dialogue on-
 Re: 5.3 6.0 - make buildworld libkrb5 failure: 

On Sunday 04 December 2005 21:07, Vizion wrote:
 On Sunday 04 December 2005 21:01,  the author Michael C. Shultz
 contributed to the dialogue on-

  Re: 5.3 6.0 - make buildworld libkrb5 failure:
 On Sunday 04 December 2005 20:49, Vizion wrote:
  make buildworld
  from
  # $FreeBSD: src/Makefile,v 1.319.2.1 2005/11/16 06:56:09 ru Exp $
  on
  FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004
  [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
 
 Did you try it with ccache turned off?

 No
 OK will do -
 I'll report back manana
 thnks
 david

welcome

PS Out of damn curiosity I am try again after 
# ccache -C
just to c++ what happens chuckles

david

-Mike

-- 
40 yrs navigating and computing in blue waters.
English Owner  Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How often portupgrades?

2005-12-03 Thread Vizion
On Saturday 24 December 2005 11:29,  the author Kiffin Gish contributed to the 
dialogue on-
 How often portupgrades?: 

Just wondering what a good rule of thumb is in how often to run
 portupgrades.

I figure that once a week should be sufficient, however each time it runs it
 can take up to a few hours to complete which seems like an unnecessary
 hassle to me. Once it even started rebuilding the complete gnome port which
 took a couple days!

Is this worthwhile? What are the benefits?

Thanks alot in advance.

You pays yr processing time and makes yr choice :-)

I have been using freebsd for quite a long time and I find that sometimes I am 
constantly upgrading a machine which is being used for development something 
and then when I just need systems to carry on doing the same thing day after 
day I get into the if it aint broke dont fix it mode! Then a new 
application/need comes along and the cycle starts over again!

david





-- 
40 yrs navigating and computing in blue waters.
English Owner  Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Something like Breeze for freebsd

2005-12-02 Thread Vizion
Hi

I have recently been taking a look at Macromedia's Breeze product and it seems 
to me a shame there is not an open source product that has the ability to 
lever flash interactive applications to provide an open source environment 
for delivering similar functionality. It seems that the Breeze server 
provides a back door channel for marketing of microsofts sql server and the 
majority of the remaining functionality could be delivered via an apache 
module. 

In view of the enormous benefits that Macromedia have gained from having their 
major product flash generously supported by the open sourtce community. I 
really feel the way they have structured their Breeze product line is a slap 
in the face to everyone who has worked to make flash adoptable by the open 
source community. 

I just wonder if anyone on this list has taken a look at the Breeze product 
range. I would dearly love to see an open source answer to Macromedia's 
Breeze server and its tool set.

Its sole reliance on sql and its failure to provide a mysql/postgres interface 
could pehaps be offset by one of the tools that convert sql calls to mysql. I 
have no idea about how the remainder of the tool set could be replicated.

david
-- 
40 yrs navigating and computing in blue waters.
English Owner  Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Waaaaay OT, sorry.

2005-11-29 Thread Vizion
On Tuesday 29 November 2005 05:05,  the author virgil huston contributed to 
the dialogue on-
 Re: Way OT, sorry.: 

  On Monday 28 November 2005 22:05,  the author Gary Kline contributed to

 the

  dialogue on-
 
   Way OT, sorry.:
   Folks,
  
   This is one of my more obscure questions and involves scanning
   not paper but something they used to store books, magazines,
   and newspapers--before the computer age.  It is called a
   microfiche (or fiche).  A friend got a copy of a rare
   out-of-print, not-for-sale book on microfiche.  We're looking
   for some means of scanning this film into a scanner with
   OCR.  So far, he has tried a camera with 8G memory.  No joy,
   the scanner sees garbage.  Anybody out there ever have anything
   like this prob?  The book is from 1913 so it is well in the
   public domain.  I've already written Google; zero response.
  
   I want to get this book up on my site, fully HTML it so that
   everybody has the opportunity to ready it ... .

Two thoughts: One is to print all the pages out and then scan them. You have
to find a fiche reader with a printer and it will cost. Second, and I have
no idea if this will work, putting the fiche on the scanner bed and
enlarging/manipulating the image prior to scanning, kind of like scanning a
35mm slide. I guess this depends on how small the fiche text is.

That is unlikely to work because the fiche resolution is so high - and would 
require a scanner with an equivalently high resolution.

A camera on a standard lab microscope is probably the best way to go if you 
want to digitize the result.

david

Virgil

   thanks for any insights,
  
   gary

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

-- 
40 yrs navigating and computing in blue waters.
English Owner  Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrading to 60 question.

2005-11-29 Thread Vizion
On Tuesday 29 November 2005 07:16,  the author RW contributed to the dialogue 
on-
 Re: Upgrading to 60 question.: 

On Tuesday 29 November 2005 14:01, Lowell Gilbert wrote:
 The ports will continue to work, but you should update them when you
 get a chance so that they link against the 6.0 libraries instead of
 the old ones.

One exception is nvidia-driver, you must remove the driver from loader.conf
and rebuild against 6.0 before re-enabling it.

Umph

just checked loader.conf and the file is blank

Man nv(4) refers to the nvidia driver - I am not certain where/how the driver 
is being loaded -- X must be using it!
any ideas?

david



-- 
40 yrs navigating and computing in blue waters.
English Owner  Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrading to 60 question.

2005-11-29 Thread Vizion
On Tuesday 29 November 2005 12:02,  the author RW contributed to the dialogue 
on-
 Re: Upgrading to 60 question.: 

On Tuesday 29 November 2005 18:53, Vizion wrote:
 On Tuesday 29 November 2005 07:16,  the author RW contributed to the
 dialogue on-

  Re: Upgrading to 60 question.:
 On Tuesday 29 November 2005 14:01, Lowell Gilbert wrote:
  The ports will continue to work, but you should update them when you
  get a chance so that they link against the 6.0 libraries instead of
  the old ones.
 
 One exception is nvidia-driver, you must remove the driver from
  loader.conf and rebuild against 6.0 before re-enabling it.

 Umph

 just checked loader.conf and the file is blank

 Man nv(4) refers to the nvidia driver - I am not certain where/how the
 driver is being loaded -- X must be using it!
 any ideas?

nv is the open-source driver. It's nvidia's own  driver (in the
x11/nvidia-driver port) that's causes a problem.
___
nvidia-driver and nvidia-setting are in /dev but I do not know where they are 
loaded from!

Umph

Any ideas?

david

-- 
40 yrs navigating and computing in blue waters.
English Owner  Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Upgrading to 60 question.

2005-11-28 Thread Vizion

I am currently running 5.3 and want to upgrade to 6.00.

Is there any reason that I should upgrade to 5.4 before upgrading to 6.00?

I show below the output from dmesg.boot and from pkg_info from which you will 
see that I have a large number of installed ports so it is no light task if I 
need to upgrade all the ports - (everything is currently up to date)

comments appreciated

david




___
Copyright (c) 1992-2004 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.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm)  (1593.54-MHz 686-class CPU)
  Origin = AuthenticAMD  Id = 0x6a0  Stepping = 0
  
Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
  AMD Features=0xc048MP,AMIE,DSP,3DNow!
real memory  = 2080309248 (1983 MB)
avail memory = 2030002176 (1935 MB)
ACPI APIC Table: KM400A AWRDACPI
ioapic0 Version 0.3 irqs 0-23 on motherboard
npx0: [FAST]
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: KM400A AWRDACPI on motherboard
acpi0: Power Button (fixed)
Timecounter ACPI-safe frequency 3579545 Hz quality 1000
acpi_timer0: 24-bit timer at 3.579545MHz port 0x4008-0x400b on acpi0
cpu0: ACPI CPU (3 Cx states) on acpi0
acpi_tz0: Thermal Zone on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
agp0: VIA Generic host to PCI bridge mem 0xd000-0xd7ff at device 0.0 
on pci0
pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
pci0: network, ethernet at device 9.0 (no driver attached)
fwohci0: Texas Instruments TSB43AB23 mem 
0xde01-0xde013fff,0xde014000-0xde0147ff irq 18 at device 10.0 on pci0
fwohci0: OHCI version 1.10 (ROM=1)
fwohci0: No. of Isochronous channels is 4.
fwohci0: EUI64 00:d0:03:56:00:b2:b7:e6
fwohci0: Phy 1394a available S400, 3 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0: IEEE1394(FireWire) bus on fwohci0
fwe0: Ethernet over FireWire on firewire0
if_fwe0: Fake Ethernet address: 02:d0:03:b2:b7:e6
fwe0: Ethernet address: 02:d0:03:b2:b7:e6
fwe0: if_start running deferred for Giant
sbp0: SBP-2/SCSI over FireWire on firewire0
fwohci0: Initiate bus reset
fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode
firewire0: 1 nodes, maxhop = 0, cable IRM = 0 (me)
firewire0: bus manager 0 (me)
atapci0: VIA 6420 SATA150 controller port 
0xa400-0xa4ff,0xa000-0xa00f,0x9c00-0x9c03,0x9800-0x9807,0x9400-0x9403,0x9000-0x9007
 
irq 20 at device 15.0 on pci0
ata2: channel #0 on atapci0
ata3: channel #1 on atapci0
atapci1: VIA 8237 UDMA133 controller port 
0xa800-0xa80f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 15.1 on pci0
ata0: channel #0 on atapci1
ata1: channel #1 on atapci1
uhci0: VIA 83C572 USB controller port 0xac00-0xac1f irq 21 at device 16.0 on 
pci0
uhci0: [GIANT-LOCKED]
usb0: VIA 83C572 USB controller on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: VIA 83C572 USB controller port 0xb000-0xb01f irq 21 at device 16.1 on 
pci0
uhci1: [GIANT-LOCKED]
usb1: VIA 83C572 USB controller on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2: VIA 83C572 USB controller port 0xb400-0xb41f irq 21 at device 16.2 on 
pci0
uhci2: [GIANT-LOCKED]
usb2: VIA 83C572 USB controller on uhci2
usb2: USB revision 1.0
uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
umass0: USB2.0 CardReader, rev 2.00/91.38, addr 2
uhci3: VIA 83C572 USB controller port 0xb800-0xb81f irq 21 at device 16.3 on 
pci0
uhci3: [GIANT-LOCKED]
usb3: VIA 83C572 USB controller on uhci3
usb3: USB revision 1.0
uhub3: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub3: 2 ports with 2 removable, self powered
pci0: serial bus, USB at device 16.4 (no driver attached)
isab0: PCI-ISA bridge at device 17.0 on pci0
isa0: ISA bus on isab0
pci0: multimedia, audio at device 17.5 (no driver attached)
vr0: VIA VT6102 Rhine II 10/100BaseTX port 0xc400-0xc4ff mem 
0xde016000-0xde0160ff irq 23 at device 18.0 on pci0
miibus0: MII bus on vr0
ukphy0: Generic IEEE 802.3u media interface on miibus0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
vr0: Ethernet address: 00:50:8d:6e:9d:31
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: 16550A-compatible COM port port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A
sio1: 16550A-compatible COM port port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
ppc0: ECP parallel printer port port 0x778-0x77b,0x378-0x37f 

Re: mysql 5.0 on FreeBSD 5.3

2005-11-28 Thread Vizion
On Monday 28 November 2005 13:36,  the author Kris Kennaway contributed to the 
dialogue on-
 Re: mysql 5.0 on FreeBSD 5.3: 

On Mon, Nov 28, 2005 at 01:25:55PM -0800, Ron wrote:
 Thanks.

 I updated my source tree, and am about to run the following (20.4.1 in
 the handbook):

 # make buildworld
 # make buildkernel
 # make installkernel
 # reboot

 But, it then says:

 After installkernel finishes successfully, you should boot in single
 user mode (i.e. using boot -s from the loader prompt). Then run:

 # mergemaster -p
 # make installworld
 # mergemaster
 # reboot

 Is it going to be possible to do this upgrade without access to the
 server?

Not with 100% safety.  If the upgrade is small (e.g. 5.3-RELEASE to
5.3-RELEASE+security patches), then you can often get away without
needing single-user mode.  If you're trying to upgrade to a new
version, this becomes increasingly dangerous.

And in any event you need to have a recovery plan thought out, for the
cases when something goes wrong.

 I am going to need to do this whole process over ssh.  My
 server is several hundred miles away.  Do I need to update the kernel?

Yes.

Kris
FWIW I have no trouble with mysql5.0 on freebsd 5.3 but maybe I just got 
lucky!

BTW I posted earlier about upgarding to 6.0 from 5.3 - are there any 
circumstances where i should upgrade to 5.4 BEFORE upgrading to 6.0 or does 
anyone know if can I go straight for it without running into any major 
problems?

david

-- 
40 yrs navigating and computing in blue waters.
English Owner  Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: system time slowing down ?

2005-11-28 Thread Vizion
On Monday 28 November 2005 15:40,  the author Odhiambo Washington contributed 
to the dialogue on-
 system time slowing down ?: 

For some time now, I have noticed that the time on my system keeps
lagging behind. I reset it with `date 2005MMDDHHMM` but after a few
days I see that it's lost quite some hours again?

What should I suspect? CMOS battery has been changed, but phenomena
is still there. My localtime is set to correctly using sysinstall
so I don't doubt it.
Why not synchronize by running ntpd?

david

-- 
40 yrs navigating and computing in blue waters.
English Owner  Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: system time slowing down ?

2005-11-28 Thread Vizion
On Monday 28 November 2005 16:00,  the author Wojciech Puchar contributed to 
the dialogue on-
 Re: system time slowing down ?: 

 is still there. My localtime is set to correctly using sysinstall
 so I don't doubt it.

 Why not synchronize by running ntpd?

or rdate?

sure if you  know the host you are using as a reference is itself reliably 
referenced!

david

-- 
40 yrs navigating and computing in blue waters.
English Owner  Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: good instability on FreeBSD/amd64 6.0

2005-11-28 Thread Vizion
On Monday 28 November 2005 15:58,  the author Wojciech Puchar contributed to 
the dialogue on-
 good instability on FreeBSD/amd64 6.0: 

thank all for the answers that made me sure i was reading nonsense.
Now i can install FreeBSD/amd64 6.0 being sure i will get stable (and
fast) system. As stable as my FreeBSD/i386 6.0 system, on which FreeBSD is
the only OS in which 2 CPUs works fine.

not new hardware, dual PII/400 Compaq Professional Workstation, on which
NetBSD quickly crashes with SMP enabled, Linux works not much faster than
on one CPU with fast serial working (and i don't like to use linux),
FreeBSD runs fast well using both CPUs
It's easily using up both CPUs for apps under both low and high
disk/network load, so giant locks isn't that a problem now in 6.0.

You have raised a topic in which i ave some interest.

Right now I need to add another server to my network primarily for compiling 
and development work but also to run a database of reasonable size (3-4 
terabytes of data) but comparatively low access volume and some work with 
voice sound files and video. The compiling runs will be mainly overnight but 
I still need it to be fast.

I favor a dual processor but am uncertain which processor and or motherboard 
combination to go for. I will sacrifice speed for reliability. I am in favor 
of putting in at least 8G of ram so that cuts down the m/b choices and would 
like to have a reasonable number slots on the mb (I need to support two 
monitors).

Does anyone have an suggestions/ ideas to share?

Thanks

david
-- 
40 yrs navigating and computing in blue waters.
English Owner  Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Waaaaay OT, sorry.

2005-11-28 Thread Vizion
On Monday 28 November 2005 22:05,  the author Gary Kline contributed to the 
dialogue on-
 Way OT, sorry.: 

   Folks,

   This is one of my more obscure questions and involves scanning
   not paper but something they used to store books, magazines,
   and newspapers--before the computer age.  It is called a
   microfiche (or fiche).  A friend got a copy of a rare
   out-of-print, not-for-sale book on microfiche.  We're looking
   for some means of scanning this film into a scanner with
   OCR.  So far, he has tried a camera with 8G memory.  No joy,
   the scanner sees garbage.  Anybody out there ever have anything
   like this prob?  The book is from 1913 so it is well in the
   public domain.  I've already written Google; zero response.

   I want to get this book up on my site, fully HTML it so that
   everybody has the opportunity to ready it ... .

   thanks for any insights,

   gary

Its a long time since I have handled microfiche but my guess is you will need 
to mount your camera onto a  microfiche reader or a microscope. The 
resolution of a microfiche image is really high - far higher than the camera 
you are using so I think you may need something to enlarge the image for you 
to photograph.

my two pennorth

david

-- 
40 yrs navigating and computing in blue waters.
English Owner  Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: CVSup doubts

2005-11-26 Thread vizion


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Efren Bravo
 Sent: Friday, November 25, 2005 10:39 AM
 To: freebsd-questions@freebsd.org
 Subject: CVSup doubts
 
 Hi,
 
 I'm trying to configure CVSup to download only
 ports but I've several doubts about it. I took
 /usr/share/examples/ports-supfile file. (freeBSD
 6.0 RELEASE-i386)
 
 1- When I update a specific port, only is updated
 his skeleton or his binary files are downloaded
 too?
 
 2- For instance if I'm just interested in
 updating  /usr/ports/net ports, do I do it
 commenting the ports-all line and comment out
 ports-net line?
 
 3- I don't have the /usr/ports/net-im folder, Can
 I add the line ports-net-im, to download his
 content?
 
FWIW I suggest you keep the whole collection because once you have it set up
it does not take much time to keep the collection up to date because the
ports does not include the pkg.

david

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


Some sound ideas needed!

2005-11-18 Thread Vizion
Here is the background:

1. I am wanting to be able to capture sound from a client source and make that 
stream available to other clients. I may need to process the original stream 
and merge it with others.

2. I want to capture the sound while the client is viewing flashand enable 
flsh to control the playing and transmission of the streams.

3. I am using apache2, php and have jboss, java sdk1.5

4. Does  anyone have any experience of such an application on freebsd and do 
you have any  recomendations for server side handling and interfacing of the 
streams.

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


Re: Web host manager

2005-11-17 Thread Vizion
On Monday 14 November 2005 15:27,  the author Peter Clutton contributed to the 
dialogue on-
 Re: Web host manager: 

On 11/15/05, Vizion [EMAIL PROTECTED] wrote:
 Hi
 I need a web host manager -- something that does the job of cpanel  (I
 think there is a version of cpanel for freebsd but its commercial).

 Any suggestions?

This might suit your needs: http://www.raqdevil.com/
Thanks for the information.

I do not know how well developed for use with freebsd this is yet. I must say 
the installation instructions sounded very off putting..do not install on any 
thing other than a bare  system seemed to be the implication. Although I did 
notice that someone is apparaently working on a port so maybe - just maybe-- 
it will work out fine. I am running freebsd 5.3 atm and they say they have 
only tested on 5.4.

Thank you again for the information

david



-- 
40 yrs navigating and computing in blue waters.
English Owner  Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Web host manager

2005-11-14 Thread Vizion
Hi
I need a web host manager -- something that does the job of cpanel  (I think 
there is a version of cpanel for freebsd but its commercial).

Any suggestions?

david
-- 
40 yrs navigating and computing in blue waters.
English Owner  Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


chm file conversion?

2005-10-08 Thread Vizion
Hi

As per subject - does anyone know of any utils for converting microsofts 
compiled help files for use on freebsd?

thanks
-- 
40 yrs navigating and computing in blue waters.
English Owner  Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


  1   2   3   4   >