Re: hard link identification

2012-05-23 Thread Devin Teske

On May 22, 2012, at 2:26 PM, Robert Bonomi wrote:

 
 dte...@freebsd.org wrote;
 
 For directories, the link-count is quite obviously the number of filesystem
 entities contained within.
 
 That is *INCORRECT*.

Details.

The OP wanted to know about files. I chose to not elaborate on the 
directory-case of the value (as it was not important to the OP).
-- 
Devin

_
The information contained in this message is proprietary and/or confidential. 
If you are not the intended recipient, please: (i) delete the message and all 
copies; (ii) do not disclose, distribute or use the message in any manner; and 
(iii) notify the sender immediately. In addition, please be aware that any 
message addressed to our domain is subject to archiving and review by persons 
other than the intended recipient. Thank you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


foo

2012-05-23 Thread Robert Bonomi
From bonomi  Wed May 23 03:14:43 2012
Date: Wed, 23 May 2012 03:14:43 -0500 (CDT)
From: Mail Delivery Subsystem mailer-dae...@mail.r-bonomi.com
To: r...@mail.r-bonomi.com
Subject: Postmaster notify: see transcript for details

This is a MIME-encapsulated message

--q4N8Egh0088941.1337760883/mail.r-bonomi.com

The original message was received at Wed, 23 May 2012 03:14:37 -0500 (CDT)
from bonomi@localhost
with id q4N8Ebh0088939

   - The following addresses had permanent fatal errors -
freebsd-questio...@freebsd.org
(reason: 550 5.1.1 freebsd-questio...@freebsd.org: Recipient address 
rejected: undeliverable address: No mailbox by that name)

   - Transcript of session follows -
... while talking to mx1.freebsd.org.:
 DATA
 550 5.1.1 freebsd-questio...@freebsd.org: Recipient address rejected: 
undeliverable address: No mailbox by that name
550 5.1.1 freebsd-questio...@freebsd.org... User unknown
 554 5.5.1 Error: no valid recipients

--q4N8Egh0088941.1337760883/mail.r-bonomi.com
Content-Type: message/delivery-status

Reporting-MTA: dns; mail.r-bonomi.com
Arrival-Date: Wed, 23 May 2012 03:14:37 -0500 (CDT)

Final-Recipient: RFC822; freebsd-questio...@freebsd.org
Action: failed
Status: 5.1.1
Remote-MTA: DNS; mx1.freebsd.org
Diagnostic-Code: SMTP; 550 5.1.1 freebsd-questio...@freebsd.org: Recipient 
address rejected: undeliverable address: No mailbox by that name
Last-Attempt-Date: Wed, 23 May 2012 03:14:42 -0500 (CDT)

--q4N8Egh0088941.1337760883/mail.r-bonomi.com
Content-Type: text/rfc822-headers

Return-Path: bonomi
Received: (from bonomi@localhost)
by mail.r-bonomi.com (8.14.4/rdb1) id q4N8Ebh0088939
for freebsd-questio...@freebsd.org; Wed, 23 May 2012 03:14:37 -0500 
(CDT)
Date: Wed, 23 May 2012 03:14:37 -0500 (CDT)
From: Robert Bonomi bonomi
Message-Id: 201205230814.q4n8ebh0088...@mail.r-bonomi.com
To: freebsd-questio...@freebsd.org
Subject: Re: hard link identification
In-Reply-To: d5b45194-70f2-4149-b9dd-56cdefb60...@fisglobal.com

--q4N8Egh0088941.1337760883/mail.r-bonomi.com--

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


Evolution 2.32.3 printing

2012-05-23 Thread Matthias Apitz

Hi,

I run Evolution 2.32.3 in FreeBSD 9-CURRENT in my office because I have
to use a MS Exchange server with OWA only;

When I want to print something (Ctrl-P) a dialog comes up presenting the
CUPS configured printers and a field where one could type in a command
line for printing; this field is pre-set to

lpr

I would like to have it set to

lpr -Paps -o SelectColor=Grayscale -o 

I don't see how to configure this.

Thanks

matthias
-- 
Matthias Apitz
e g...@unixarea.de - w http://www.unixarea.de/
UNIX since V7 on PDP-11, UNIX on mainframe since ESER 1055 (IBM /370)
UNIX on x86 since SVR4.2 UnixWare 2.1.2, FreeBSD since 2.2.5
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: LRO support for IPv6

2012-05-23 Thread Venkat Duvvuru
Folks,
Can somebody please explain me why tcp checsum calculation is mandated in
the freebsd network stack (tcp_input---in6_cksum) albeit the card supports
it?

Probably Steve is the right person who can answer this.

/Venkat

On Wed, May 23, 2012 at 11:27 AM, Venkat Duvvuru venkatduvvuru...@gmail.com
 wrote:

 Ok. I found the reason for the throughput drop in case of IPv6.
 Reason is that the tcp check sum calculation is mandated in case of IPv6
 irrespective of whether the card is doing it or not (checksum offload). Is
 there a reason why freebsd is doing it that way?

 /Venkat

  On Tue, May 22, 2012 at 11:16 PM, Jack Vogel jfvo...@gmail.com wrote:

 LRO is a huge win for 10G (as is TSO on the TX side), so odds are good
 its behind the drop,
 in any case you'll be able to test that soon :)

 Jack



 On Tue, May 22, 2012 at 10:35 AM, Venkat Duvvuru 
 venkatduvvuru...@gmail.com wrote:

 Thanks for the response.

 I observed that there is a significant performance drop in case of IPv6
 on the rx side.
 While I'm able to hit line rate ~9.5 Gbps on a 10gb NIC for IPv4..I
 could only get ~6 Gbps on the rx front for IPv6...However tx for IPv6
 is on par with IPv4 hitting almost line rates.

 Could this be because of lack of LRO6??

 Note: hwpmc profiling shows that most of the time is spent in the IPv6
 stack code

 /Venkat
  On Tue, May 22, 2012 at 10:37 PM, Bjoern A. Zeeb b...@freebsd.orgwrote:


 On 22. May 2012, at 17:04 , Jack Vogel wrote:

  Oh, that's right, distracted with other projects and I forgot, now we
 just need
  to have an LRO that works with forwarding eh :)

 That's a 6 line bainaid commit afterwards, basically returning form the
 LRO queuing
 function in case forwarding is turned on for that address family;  a
 proper solution
 for long term can than be done whenever we feel like it.  The above we
 should have done
 years ago;)


  You ROCK bz :)
 
  Jack
 
 
  On Tue, May 22, 2012 at 10:01 AM, Bjoern A. Zeeb b...@freebsd.org
 wrote:
 
  On 22. May 2012, at 16:50 , Jack Vogel wrote:
 
   The LRO code as it stands right now is IPV4 specific, it would be
 nice to
   extend it, one of
   many improvements that may get done at some point.
 
  I am about to commit it to HEAD.  Bear another few days with me; I
 know
  I am running late but committing new code had less prio than some
 other
  real life things currently.
 
  I'll also bring TSO6, etc...

  --
 Bjoern A. Zeeb You have to have visions!
   It does not matter how good you are. It matters what good you do!





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


Re: hard link identification

2012-05-23 Thread Robert Bonomi

Devin Teske devin.te...@fisglobal.com wrote:

 On May 22, 2012, at 2:26 PM, Robert Bonomi wrote:

  dte...@freebsd.org wrote;
  
  For directories, the link-count is quite obviously the number of filesystem
  entities contained within.
  
  That is *INCORRECT*.

 Details.

 The OP wanted to know about files. I chose to not elaborate on the 
 directory-case of the value (as it was not important to the OP).

FACT: The count for a directory is _NOT_ the number of filesystem entities
containted within, as you claimed.   (Unless your notion of a 'filesystem
entry' excludes (1) regular files, (2), named pipess, (3) device nodes,
(4) unix sockets, (5) symlinks, AND everything else, _except_directories_,
that appear as entries in a directory.)

Tell me, according to your claim that for directories, the link-count is 
quite obviously the number of filesystem entities contained within, just
_approximately_, what is the expected link count for a directory containing
135 regular files, 9 'dot files' (including '.' and '..'), and 26 sub-
directories?  No need for an exact answer.  Just pick one -- do you claim 
the number is going to be close to 26, or to 170?

The 'details' of the link count for a directory became significant only
when someone posted grossly incorrect information about what that number
meant.

A 'name' inside a directory points to an 'inode'.  the inode has a count
of how many 'names' point to that inode.  It doesn't make NOT ONE D*MN BIT
of difference whether the contents of that inode are a directory, a regular
file, a symlink, or whateverC -- the 'link count' has always exactly the
same meaning.

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


Re: Mouse stopped working in X

2012-05-23 Thread C. P. Ghost
On Tue, May 22, 2012 at 10:44 AM, Polytropon free...@edvax.de wrote:
 On Tue, 22 May 2012 10:17:16 +0200, Bernt Hansson wrote:
 There is a second way of doing this stunt.

 Start X
 When X is up and running press CTRL+ALT+F3 or any F* frpm F3 up to F8
 then you get to the console
 Su to root in the console and type in

 /usr/local/etc/rc.d/dbus restart  /usr/local/etc/rc.d/hald restart

 Then press ALT+F9 to get back to X

 So if that is the _solution_, why not try to automate it?
 Not tested, just a suggestion:

 Make this the last-1 line in ~/.xinitrc (or ~/.xsession depending
 on actual setup), before the exec call to the WM / DE, maybe
 like this:

        #!/bin/sh
        [ -f ~/.xmodmaprc ]  xmodmap ~/.xmodmaprc
        xterm 
        xsetroot -solid rgb:3b/4c/7a
        xset b 100 1000 15 
        xset r rate 250 30 
        xset s off 
        xset -dpms 
  -     sudo /usr/local/etc/rc.d/dbus restart  sudo 
 /usr/local/etc/rc.d/hald restart
        exec wmaker

 It should happen when X is running, and it should be
 back to normal when the WM or DE is launched (and
 all background programs have fully started).

Yep, that's a good idea... as well as switching to a text console, issue
the commands there, and then go back to X.

But IMHO, the *real* solution is to fix hald (or its config), so that it
tries /dev/sysmouse, or whatever mouse is configured in Xorg.conf,
instead of automatically picking some wrong mouse device.

I guess the problem stems from the fact, that when moused is running,
it has already grabbed the real mouse device (e.g. /dev/psm0) and
provides the virtual device /dev/sysmouse. When hald starts the first
time, it tries to grab the real mouse device too... and fails because that
mouse is already used by moused, and is therefore locked. Only when
hald tries to load /dev/sysmouse the second time it is started, will it succeed.

Unfortunatly, hald config is pretty black magic to me. I wouldn't touch that
with a 10 ft. pole.

 --
 Polytropon
 Magdeburg, Germany
 Happy FreeBSD user since 4.0
 Andra moi ennepe, Mousa, ...

Thanks,
-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Evolution 2.32.3 printing

2012-05-23 Thread Polytropon
On Wed, 23 May 2012 10:20:18 +0200, Matthias Apitz wrote:
 
 Hi,
 
 I run Evolution 2.32.3 in FreeBSD 9-CURRENT in my office because I have
 to use a MS Exchange server with OWA only;
 
 When I want to print something (Ctrl-P) a dialog comes up presenting the
 CUPS configured printers and a field where one could type in a command
 line for printing; this field is pre-set to
 
   lpr
 
 I would like to have it set to
 
   lpr -Paps -o SelectColor=Grayscale -o 
 
 I don't see how to configure this.

I see tow ways to do it:

1. Change the settings for your default printer in the CUPS
   configuration web page. Make aps the default printer
   and add the desired options. Now lpr will default to
   that specific set of options.

2. Consult Evolution's documentation in regards of a config
   file that allows overriding the content of the printing
   dialog setting (such as xpdf can do). Good luck. :-)



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Connect to Clear hub modem

2012-05-23 Thread Lars Eighner

On Wed, 23 May 2012, Robert Bonomi wrote:


From owner-freebsd-questi...@freebsd.org  Tue May 22 23:03:03 2012
Date: Tue, 22 May 2012 22:58:39 -0500 (CDT)
From: Lars Eighner luvbeas...@larseighner.com
To: freebsd-questions@freebsd.org
Subject: Connect to Clear hub modem


This is NOT a wireless question.

I am running FreeBSD 8.3-p1.

I want to connect to Clear Wireless Internet.  I know I cannot do this with
a Clear dongle, because Clear uses WiMax which is not supported.

Instead I have a Clear hub modem.  I want to connect by ethernet to it by
wire.

I get this from ifconfig:

re0: flags=8802BROADCAST,SIMPLEX,MULTICAST metric 0 mtu 1500
options=209bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC
ether 40:61:86:e9:96:0e
media: Ethernet autoselect (100baseTX full-duplex)
status: active

But I don't have a clue what to do from here.

The hub is supposed to have a web page at (imaginary address) 192.168.15.1,
but I haven't been able to raise it.


Whoops!  By imaginary, I meant not really on the internet, but in
198.168.x.x block reserved for private netting.

This combination of things seems to work in rc.conf:

network_interfaces=lo0 re0
ifconfig=DCHP
ifconfig_re0=inet 192.168.15.2 netmask 255.255.255.0
defaultrouter=192.168.15.1

This seems to be the basic setup for all Clear hub modems for fixed
locations.  It may or may not be a step in the right direct for Clear mobile
hotspot type modems.

I also added the nameservers that the hub told me about to resolv.conf
although it is not clear to me that this is consulted.

tun0 will stomp all over this configuration (which is, as a reminder, wire
ethernet connection to Clear hub-modem) and pppoe is not pertinent on
your side anyway.  It is much simpler than I thought.  You can leave
/etc/ppp/ppp.conf alone in case you have to drop back - just don't invoke
tunX in rc.conf.

Also part of the learning experience before the original question: ethernet
cables are not created equal.  Use the one that comes in the modem box (four
wire), not some two-wire cable you have lying around.

Later today, dongles that will work with FreeBSD are expected to arrive, so
we will see whether it is possible to get wireless connections to the Clear
hub modem.

--
Lars Eighner
http://www.larseighner.com/index.html
8800 N IH35 APT 1191 AUSTIN TX 78753-5266

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


Regarding PCI-E error display in FreeBSD

2012-05-23 Thread subramani.p
Does FreeBSD has provision to display PCI-E errors. 

we are observing a FreeBSD OS hang while performing a phy break of an
expander during IOs on the drives attached to the expander.

The same test when run under linux we could see Linux OS popping up PCIe
related error messages which was detected through their AER module.

Please help me in understanding if there are any such modules in FreeBSD
through which PCIe related error message can be viewed.

--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/Regarding-PCI-E-error-display-in-FreeBSD-tp5711599.html
Sent from the freebsd-questions mailing list archive at Nabble.com.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Regarding PCI-E error display in FreeBSD

2012-05-23 Thread Nikos Vassiliadis

On 5/23/2012 1:45 PM, subramani.p wrote:

Does FreeBSD has provision to display PCI-E errors.

we are observing a FreeBSD OS hang while performing a phy break of an
expander during IOs on the drives attached to the expander.

The same test when run under linux we could see Linux OS popping up PCIe
related error messages which was detected through their AER module.

Please help me in understanding if there are any such modules in FreeBSD
through which PCIe related error message can be viewed.


Hi,

Check if this helps:
http://lists.freebsd.org/pipermail/freebsd-current/2012-May/033734.html

Nikos
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Integrating FreeBSD with MS Active Directory in order to be able to Authenticate Dovecot IMAP server

2012-05-23 Thread Kaya Saman
Hi,

I'm attempting to authenticate Dovecot to Active Directory, however,
I'm failing quite badly.


So far I have gone through the FreeBSD handbook on Kerberos authentication:

http://www.freebsd.org/doc/handbook/kerberos5.html


Additionally I have been through the Dovecot config:

http://wiki2.dovecot.org/Authentication/Mechanisms/Winbind

http://wiki2.dovecot.org/HowTo/ActiveDirectoryNtlm


I am running FreeBSD 8.2 x64 RELEASE edition with the Dovecot2 port
installed, SAMBA 3.6, and the Heimdal version of Kerberos.


I pulled the krb5.conf and smb.conf files from one of our production
Linux boxes..

This is my dovecot.conf file:

# v1.1:
#auth_ntlm_use_winbind = yes
# v1.2+:
auth_use_winbind = yes

auth_winbind_helper_path = /usr/local/bin/ntlm_auth

protocols = imap

# It's nice to have separate log files for Dovecot. You could do this
# by changing syslog configuration also, but this is easier.
log_path = /var/log/dovecot.log
info_log_path = /var/log/dovecot-info.log

# Disable SSL for now.
ssl = no
disable_plaintext_auth = no

# We're using Maildir format
#mail_location = maildir:~/Maildir
mail_location = mbox:/mail:INBOX=/mail/%u

# If you're using POP3, you'll need this:
#pop3_uidl_format = %g

# Authentication configuration:
auth_verbose = yes
auth_username_format = %n
#auth_mechanisms = plain
auth_mechanisms = plain ntlm login
#passdb {
#  driver = passwd-file
#  args = /usr/local/etc/dovecot/passwd
#}
#userdb {
#  driver = static
#  args = uid=root gid=root home=/root/
#  driver = static
#  args = uid=500 gid=500 home=/ZPOOL_1/%u
#}

#userdb static {
#   args= uid=501 gid=501 home=/mail/%1Ln/%Ln
#   mail=maildir:/mail/%d/%1Ln/%Ln:INBOX=/mail/%d/%1Ln/%Ln
#   allow_all_users=yes
#}

passdb {
  driver  = static
}

userdb {
  driver  = static
  args= uid=501 gid=501 home=/mail/%1Ln/%Ln
}


This is ther krb5.conf file:



[logging]
 default = FILE:/var/log/krb5libs.log
 kdc = FILE:/var/log/krb5kdc.log
 admin_server = FILE:/var/log/kadmind.log

[libdefaults]
 default_realm = DOMAIN.COM
 dns_lookup_realm = false
 dns_lookup_kdc = false
 ticket_lifetime = 24h
 forwardable = yes

[realms]
 DOMAIN.COM = {
  kdc = IP:88
  kdc = IP:88
  admin_server = IP:749
  kdc = DC.DOMAIN.COM
 }

[domain_realm]
 domain.com = DOMAIN.COM
 .domain.com = DOMAIN.COM
[appdefaults]
 pam = {
   debug = false
   ticket_lifetime = 36000
   renew_lifetime = 36000
   forwardable = true
   krb4_convert = false
 }



This is the smb.conf file:


[global]
#--authconfig--start-line--

# Generated by authconfig on 2011/04/11 15:41:02
# DO NOT EDIT THIS SECTION (delimited by --start-line--/--end-line--)
# Any modification may be deleted or altered by authconfig in future

   workgroup = DOMAIN
   password server = DC.DOMAIN.COM
   realm = DOMAIN.COM
   security = ads
   idmap uid = 16777216-33554431
   idmap gid = 16777216-33554431
   template shell = /bin/bash
   winbind use default domain = true
   winbind offline logon = false
   winbind separator = +

#--authconfig--end-line--

   preferred master = no
   server string = FreeBSD IMAP Server
   encrypt passwords = yes
   log level = 3
   log file = /var/log/samba/%m
   max log size = 50
   printcap name = cups
   printing = cups
   unix extensions = no
   winbind enum users = Yes
   winbind enum groups = Yes
   winbind nested groups = Yes
   winbind cache time = 5


Running the command klist does give an output however, I am totally
stuck as to why the Dovecot authentication isn't working


This is the output from the dovecot.log:

May 20 13:16:32 auth: Error: could not obtain winbind domain name!
May 20 13:16:32 auth: Error: could not obtain winbind netbios name!
May 20 13:16:32 auth: Error: could not obtain winbind domain name!
May 20 13:16:42 auth: Fatal: master: service(auth): child 15253 killed
with signal 11 (core not dumped - set service auth {
drop_priv_before_exec=yes })
May 20 13:16:42 imap-login: Warning: Auth connection closed with 1
pending requests (max 8 secs, pid=15254, EOF)
May 20 13:16:51 auth: Error: Ignoring unknown parameter use kerberos keytab
May 20 13:16:51 auth: Error: could not obtain winbind domain name!
May 20 13:16:51 auth: Error: could not obtain winbind netbios name!
May 20 13:16:51 auth: Error: could not obtain winbind domain name!
May 20 13:17:08 auth: Fatal: master: service(auth): child 15256 killed
with signal 11 (core not dumped - set service auth {
drop_priv_before_exec=yes })
May 20 13:17:08 imap-login: Warning: Auth connection closed with 1
pending requests (max 15 secs, pid=15257, EOF)
May 23 12:18:31 imap-login: Warning: Auth connection closed with 1
pending requests (max 0 secs, pid=25437, EOF)
May 23 12:18:31 auth: Fatal: master: service(auth): child 25439 killed
with signal 11 (core not dumped - set service auth {
drop_priv_before_exec=yes })
May 23 12:19:00 imap-login: Warning: Auth connection closed with 1
pending requests (max 0 secs, pid=25437, EOF)
May 23 12:19:00 auth: Fatal: master: service(auth): 

Re: no X after updating ports [Intel i945GME]

2012-05-23 Thread Ramiro Caso

On 21/05/2012 23:23, Antonio Olivares wrote:

Dear folks,

I have an acer-aspire 1 netbook running FreeBSD 9.0 i386.  It was
working beautifully, but after todays updates, X no longer works.


I have a similar problem. I have a Dell Inspiron 1318 running 9.0 amd. I 
use KDE4 (kde-4.7.4_1). After an upgrade of ports (using portupgrade), X 
works, but every time I launch a non-KDE application, X crashes. Putting 
vesa instead of intel in xorg.conf stopped the crashes.


I upgraded roughly the same ports, and I get a Segmentation fault: 11 
at address 0x10 error. The card is an Intel Mobile GM965/GL960 IGC.


If it helps, I can provide more details (upgraded ports, log files and 
screen output).



On screen I have

drm0:Intel i945GME  on vgapci0
info:  [drm] AGP at 0x2000 256MB
info:  [drm] Initialized i915 1.6.0 20080730

I have also:
xfsettingsd:  Fatal IO error 35 (Resource temporarily unavailable) on
X server :0.
xfce4-settings-helper:  Fatal IO error 35 (Resource temporarily
unavailable) on X server :0.
xfwm4:  Fatal IO error 35 (Resource temporarily unavailable) on X server :0.
Thunar:  Fatal IO error 35 (Resource temporarily unavailable) on X server :0.
wrapper:  Fatal IO error 35 (Resource temporarily unavailable) on X server :0.
xfce4-panel:  Fatal IO error 35 (Resource temporarily unavailable) on
X server :0.
gkrellm:  Fatal IO error 0 (No error:  0) on X server :0.
running 'ssh-agent -s -k'
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 1785 killed;
xinit connection to X server lost

waiting for X server to shut down xfdesktop:  Fatal IO error 2 (No
such file or directory) on X server :0.0.


Segmentation fault:  11 at address 0x10

Fatal server errror:
Caught signal 11 (Segmentation fault:  11). Server aborting

updates installed via portmaster:

fontconfig-2.9.0,1
gdk-pixbuf-2.23.5_2
gtk-2.24.6_1

also cairo went from cairo-1.10.2_3,1 to cairo-1.12.2,1

Any advice, comments or suggestions are greatly appreciated.

Best Regards,


Antonio
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


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


Re: Connect to Clear hub modem

2012-05-23 Thread Warren Block

On Wed, 23 May 2012, Lars Eighner wrote:


Whoops!  By imaginary, I meant not really on the internet, but in
198.168.x.x block reserved for private netting.

This combination of things seems to work in rc.conf:

network_interfaces=lo0 re0


That is normally not needed.


ifconfig=DCHP
ifconfig_re0=inet 192.168.15.2 netmask 255.255.255.0


These are variable assignments, and the second line overwrites the 
value assigned by the first.  The first alone is preferable because DHCP 
will do other setup, like the route and resolve.conf.



defaultrouter=192.168.15.1

This seems to be the basic setup for all Clear hub modems for fixed
locations.  It may or may not be a step in the right direct for Clear mobile
hotspot type modems.

I also added the nameservers that the hub told me about to resolv.conf
although it is not clear to me that this is consulted.


DHCP will do that for you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: no X after updating ports [Intel i945GME]

2012-05-23 Thread Joe Gain
Hi all,

same problem here as well. Apparently this is in relation to updating
Cairo. See the thread on the forum:
http://forums.freebsd.org/showthread.php?p=178116

= downgrade Cairo to 1.10
http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/cairo/distinfo

Would be good to see this fixed ;)

On Wed, May 23, 2012 at 2:24 PM, Ramiro Caso ramirocas...@yahoo.com.ar wrote:
 On 21/05/2012 23:23, Antonio Olivares wrote:

 Dear folks,

 I have an acer-aspire 1 netbook running FreeBSD 9.0 i386.  It was
 working beautifully, but after todays updates, X no longer works.


 I have a similar problem. I have a Dell Inspiron 1318 running 9.0 amd. I use
 KDE4 (kde-4.7.4_1). After an upgrade of ports (using portupgrade), X works,
 but every time I launch a non-KDE application, X crashes. Putting vesa
 instead of intel in xorg.conf stopped the crashes.

 I upgraded roughly the same ports, and I get a Segmentation fault: 11 at
 address 0x10 error. The card is an Intel Mobile GM965/GL960 IGC.

 If it helps, I can provide more details (upgraded ports, log files and
 screen output).


 On screen I have

 drm0:Intel i945GME  on vgapci0
 info:  [drm] AGP at 0x2000 256MB
 info:  [drm] Initialized i915 1.6.0 20080730

 I have also:
 xfsettingsd:  Fatal IO error 35 (Resource temporarily unavailable) on
 X server :0.
 xfce4-settings-helper:  Fatal IO error 35 (Resource temporarily
 unavailable) on X server :0.
 xfwm4:  Fatal IO error 35 (Resource temporarily unavailable) on X server
 :0.
 Thunar:  Fatal IO error 35 (Resource temporarily unavailable) on X server
 :0.
 wrapper:  Fatal IO error 35 (Resource temporarily unavailable) on X server
 :0.
 xfce4-panel:  Fatal IO error 35 (Resource temporarily unavailable) on
 X server :0.
 gkrellm:  Fatal IO error 0 (No error:  0) on X server :0.
 running 'ssh-agent -s -k'
 unset SSH_AUTH_SOCK;
 unset SSH_AGENT_PID;
 echo Agent pid 1785 killed;
 xinit connection to X server lost

 waiting for X server to shut down xfdesktop:  Fatal IO error 2 (No
 such file or directory) on X server :0.0.


 Segmentation fault:  11 at address 0x10

 Fatal server errror:
 Caught signal 11 (Segmentation fault:  11). Server aborting

 updates installed via portmaster:

 fontconfig-2.9.0,1
 gdk-pixbuf-2.23.5_2
 gtk-2.24.6_1

 also cairo went from cairo-1.10.2_3,1 to cairo-1.12.2,1

 Any advice, comments or suggestions are greatly appreciated.

 Best Regards,


 Antonio
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 freebsd-questions-unsubscr...@freebsd.org


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



-- 
joe gain

jacob-burckhardt-str. 16
78464 konstanz
germany

+49 (0)7531 60389

(...otherwise in ???)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Evolution 2.32.3 printing

2012-05-23 Thread John Hein
Polytropon wrote at 11:45 +0200 on May 23, 2012:
  On Wed, 23 May 2012 10:20:18 +0200, Matthias Apitz wrote:
  
   Hi,
  
   I run Evolution 2.32.3 in FreeBSD 9-CURRENT in my office because I have
   to use a MS Exchange server with OWA only;
  
   When I want to print something (Ctrl-P) a dialog comes up presenting the
   CUPS configured printers and a field where one could type in a command
   line for printing; this field is pre-set to
  
  lpr
  
   I would like to have it set to
  
  lpr -Paps -o SelectColor=Grayscale -o 
  
   I don't see how to configure this.
 
  I see tow ways to do it:
 
  1. Change the settings for your default printer in the CUPS
 configuration web page. Make aps the default printer
 and add the desired options. Now lpr will default to
 that specific set of options.
 
  2. Consult Evolution's documentation in regards of a config
 file that allows overriding the content of the printing
 dialog setting (such as xpdf can do). Good luck. :-)

3. Install mail/davmail (gateway from proprietary exchange formats to
   standard protocols) and use any mail client you want (via imap or
   pop).  And use any calendar client you want (caldav, ical).
   A bit off topic unless you have an email client that you
   can more easily achieve your goal - so worth mentioning.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: foo

2012-05-23 Thread Michael Powell
Robert Bonomi wrote:

From bonomi  Wed May 23 03:14:43 2012
 Date: Wed, 23 May 2012 03:14:43 -0500 (CDT)
 From: Mail Delivery Subsystem mailer-dae...@mail.r-bonomi.com
 To: r...@mail.r-bonomi.com
 Subject: Postmaster notify: see transcript for details
 
 This is a MIME-encapsulated message
 
 --q4N8Egh0088941.1337760883/mail.r-bonomi.com
 
 The original message was received at Wed, 23 May 2012 03:14:37 -0500 (CDT)
 from bonomi@localhost
 with id q4N8Ebh0088939
 
- The following addresses had permanent fatal errors -
 freebsd-questio...@freebsd.org
 (reason: 550 5.1.1 freebsd-questio...@freebsd.org: Recipient address
 rejected: undeliverable address: No mailbox by that name)
 
- Transcript of session follows -
 ... while talking to mx1.freebsd.org.:
 DATA
  550 5.1.1 freebsd-questio...@freebsd.org: Recipient address
 rejected: undeliverable address: No mailbox by that name 550 5.1.1
 freebsd-questio...@freebsd.org... User unknown  554 5.5.1 Error: no
 valid recipients
 
 --q4N8Egh0088941.1337760883/mail.r-bonomi.com
 Content-Type: message/delivery-status
 
 Reporting-MTA: dns; mail.r-bonomi.com
 Arrival-Date: Wed, 23 May 2012 03:14:37 -0500 (CDT)
 
 Final-Recipient: RFC822; freebsd-questio...@freebsd.org
 Action: failed
 Status: 5.1.1
 Remote-MTA: DNS; mx1.freebsd.org
 Diagnostic-Code: SMTP; 550 5.1.1 freebsd-questio...@freebsd.org:
 Recipient address rejected: undeliverable address: No mailbox by that name
 Last-Attempt-Date: Wed, 23 May 2012 03:14:42 -0500 (CDT)
 
 --q4N8Egh0088941.1337760883/mail.r-bonomi.com
 Content-Type: text/rfc822-headers
 
 Return-Path: bonomi
 Received: (from bonomi@localhost)
 by mail.r-bonomi.com (8.14.4/rdb1) id q4N8Ebh0088939
 for freebsd-questio...@freebsd.org; Wed, 23 May 2012 03:14:37 -0500 (CDT)
 Date: Wed, 23 May 2012 03:14:37 -0500 (CDT)
 From: Robert Bonomi bonomi
 Message-Id: 201205230814.q4n8ebh0088...@mail.r-bonomi.com
 To: freebsd-questio...@freebsd.org
 Subject: Re: hard link identification
 In-Reply-To: d5b45194-70f2-4149-b9dd-56cdefb60...@fisglobal.com
 
 --q4N8Egh0088941.1337760883/mail.r-bonomi.com--
 

Excuse me for being dense, but _what_ exactly is the problem here? You're 
going to see these whenever you try and send to an address that does not 
exist - that is: freebsd-questio...@freebsd.org

Should freebsd-questio...@freebsd.org not actually be freebsd-
questi...@freebsd.org? Or this some super-double-secret list that the rest 
of us are not privy?;-)

-Mike



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


Re: CURRENT: buildworld fails

2012-05-23 Thread O. Hartmann
On 05/19/12 22:33, Garrett Cooper wrote:
 On Sat, May 19, 2012 at 6:55 AM, O. Hartmann
 ohart...@zedat.fu-berlin.de wrote:
 Since approx. a week for now, I can not build FreeBSD 10.0-CURRENT/amd64
 anymore! This happens to be on ALL(!) FreeBSD 10 boxes around here I
 maintain.
 
 ...
 
 b) build and install /usr/src/lib via make clean cleandepend depend obj
 all install doesn't work anymore, it fails with
 ./usr/src/lib/Makefile, line 179: Malformed conditional (${MK_NAND} !=
 no)
 /usr/src/lib/Makefile, line 181: if-less endif
 
 Your mk files in /usr/share/mk are out of synch with your build tree.
 If you opt out of using buildworld, then you need to do 'make -C
 share/mk install' beforehand.
 
 Thanks,
 -Garrett

My problems became more desperate.

Since May, 15th, I'm unable to compile a buildworld and I suspect I
messed up my OS somehow.

I have already completely deleted /usr/src and checked out via SVN again.

Deleting /etc/src.conf and /etc/make.conf, performing buildworld with
the system's original make.conf (using the legacy GCC 4.2.1) ends up
with the below shown error.

Try to compile with CLANG as suggested via the Wiki page and the
attached /etc/src.conf gives a very short approach in how to trap into a
error, also shown below.

My problems occured around the May, 15th and hit ALL of my FreeBSD
10-CURRENT/amd64 boxes on which I do most time daily buildworld. Two of
them could be fixed, I did this two days ago by

cd /usr/src
make installincludes
make -C {lib|libexec|sbin ...} clean cleandepend depend obj all install

On one specific machine it didn't work that way. I found out that
several binaries in the system's tree remained dated on 15th May, so
like ld or other essential pieces. Therefore I suspect a crushed system.

Does anyhow do have any idea how to repair the system? I can compile a
kernel, but I can not compile ports (or even update them, I receive
multiple weird errors of missing header files or changed libstdc++.so.

The idea was to take a very recent binary installation set and install
this selective peice by piece over the existing installation, but I need
to preserve /etc and other directories. Any ideas ?

Help is appreciated and thanks in advance,

Oliver
[ BUILD with legacy gcc 4.2.1]

=== bin/ed (all)
cc -O2 -pipe  -DDES -std=gnu99 -fstack-protector -Wsystem-headers
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type
-Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter
-Wcast-align -Wchar-subscripts -Winline -Wnested-externs
-Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c
/usr/src/bin/ed/buf.c
cc -O2 -pipe  -DDES -std=gnu99 -fstack-protector -Wsystem-headers
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type
-Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter
-Wcast-align -Wchar-subscripts -Winline -Wnested-externs
-Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c
/usr/src/bin/ed/cbc.c
cc -O2 -pipe  -DDES -std=gnu99 -fstack-protector -Wsystem-headers
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type
-Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter
-Wcast-align -Wchar-subscripts -Winline -Wnested-externs
-Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c
/usr/src/bin/ed/glbl.c
cc -O2 -pipe  -DDES -std=gnu99 -fstack-protector -Wsystem-headers
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type
-Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter
-Wcast-align -Wchar-subscripts -Winline -Wnested-externs
-Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c
/usr/src/bin/ed/io.c
cc -O2 -pipe  -DDES -std=gnu99 -fstack-protector -Wsystem-headers
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type
-Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter
-Wcast-align -Wchar-subscripts -Winline -Wnested-externs
-Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c
/usr/src/bin/ed/main.c
cc -O2 -pipe  -DDES -std=gnu99 -fstack-protector -Wsystem-headers
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type
-Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter
-Wcast-align -Wchar-subscripts -Winline -Wnested-externs
-Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c
/usr/src/bin/ed/re.c
cc -O2 -pipe  -DDES -std=gnu99 -fstack-protector -Wsystem-headers
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type
-Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter
-Wcast-align -Wchar-subscripts -Winline -Wnested-externs
-Wredundant-decls 

Re: CURRENT: buildworld fails

2012-05-23 Thread Garrett Cooper
On Wed, May 23, 2012 at 1:52 PM, O. Hartmann
ohart...@zedat.fu-berlin.de wrote:
 On 05/19/12 22:33, Garrett Cooper wrote:
 On Sat, May 19, 2012 at 6:55 AM, O. Hartmann
 ohart...@zedat.fu-berlin.de wrote:
 Since approx. a week for now, I can not build FreeBSD 10.0-CURRENT/amd64
 anymore! This happens to be on ALL(!) FreeBSD 10 boxes around here I
 maintain.

 ...

 b) build and install /usr/src/lib via make clean cleandepend depend obj
 all install doesn't work anymore, it fails with
 ./usr/src/lib/Makefile, line 179: Malformed conditional (${MK_NAND} !=
 no)
 /usr/src/lib/Makefile, line 181: if-less endif

 Your mk files in /usr/share/mk are out of synch with your build tree.
 If you opt out of using buildworld, then you need to do 'make -C
 share/mk install' beforehand.

...

 My problems occured around the May, 15th and hit ALL of my FreeBSD
 10-CURRENT/amd64 boxes on which I do most time daily buildworld. Two of
 them could be fixed, I did this two days ago by

The problem has been on and off mild breakage for the past couple
days (yacc, format string qualifier issues, etc).

 cd /usr/src
 make installincludes
 make -C {lib|libexec|sbin ...} clean cleandepend depend obj all install

 On one specific machine it didn't work that way. I found out that
 several binaries in the system's tree remained dated on 15th May, so
 like ld or other essential pieces. Therefore I suspect a crushed system.

I ran into a similar issue when my copy of mtree went MIA after a
freshly installed world corrupted my VM during an nlm panic
(thankfully it was my VM and not something else).

 Does anyhow do have any idea how to repair the system?

Trial and error for the base system is the only method I'm aware of
right now, but if portions of the base system are corrupted and not
others, I would suspect all of the contents on disk (esp after recent
reports about UFS filesystem corruption with SUJ).

 I can compile a kernel, but I can not compile ports (or even update them, I 
 receive
 multiple weird errors of missing header files or changed libstdc++.so.

You can resolve the ports issue via another port that's shell based or
C based. Memory serves me correctly it was
ports-mgmt/port-maintenance-tools ..

 The idea was to take a very recent binary installation set and install
 this selective peice by piece over the existing installation, but I need
 to preserve /etc and other directories. Any ideas ?

You can save files that would be in the dist tarballs on the install
media to another directory (/etc/*, customizations in /root, /usr,
etc). Then you can extract the tarballs (I would use a test directory
first though). Passing certain flags to tar to just copy out some
binaries might help.

 Help is appreciated and thanks in advance,

Lesson to maybe learn:
1. Always have a backup machine running a stable version of FreeBSD
that is fast enough that you can use to generate images and push out
to machines on the fly. If not possible, always have a static
toolchain on hand (I would assume that it's safe to say that anything
listed in bootstrap-tools would be game for the toolchain).
2. Expect warts on CURRENT right after a major release cycle has run
its course. If this is too much to worry about, don't run 10-CURRENT
and instead run 9-STABLE, etc.

Cheers,
-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Dual Boot Windows 7 FreeBSd 8.3

2012-05-23 Thread Jerry McAllister
Hi,

I have been searching through questions and forums for information
on dual booting FreeBSD 8.3 on a machine with Windows 7 already on it.

My problem is that the posts seem to go around in circles and be
contradictory.  I am not sure which to believe.

My new machine has two disk drives.  Windows 7 is on ad0 and I want
to put FreeBSD 8.3 on ad1, leaving W7 as is.   So, I don't even have
to shrink a primary slice to do this.

I have dual booted Xp, Windows 98 and 95 with various FreeBSDs before
with no problem.   But, the story I keep hearing now seems to be that 
Windows 7 is more picky and will not work with the FreeBSD MBR.   I am
not sure why.

At least some people seem to be claiming that I canNOT just do the 
install and put the FreeBSD MBR on the primary slices right from the
sysnstall menu just like in the good old days - that the only way to 
make it work is to use something called 'Easybcd' to edit whatever 
Windows 7 puts in place rather than using the FreeBSD MBR and then
use the MS MBR with whatever Easybcd does to it.

Then again there were some posts that seemed to claim that using the
FreeBSD MBR in the tried and true old way is just fine and everything
just works.   I'd like to think that is true.

I really don't want to have to scrounge up install media and remake
the Windows 7 just because I do some wrong thing or I would just
smoke test it.  I am really phobic when it comes to MS stuff.

I don't need any fancy boot menu.  What I have had in the past is
just fine. I just want to select either of the OSen and get some
stuff done.  I expect to be booted to FreeBSD most of the time, but
need to use some W7 now and then for powder point, etc.

If someone who understands the process underlying the boot system and 
knows if Windows 7 really does require something else now, who can speak
with confidence can enlighten us, I would certainly appreciate it.

Thank you,

jerry
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-05-23 Thread Adrian Chadd
Hi,

can you please, -please- file a PR? And place all of the above
information in it so we don't lose it?

If this is indeed the problem then I really think we should root cause
why the driver and/or interrupt handling code is getting angry with
the shared interrupt.

I'd also appreciate it if you and the other people who can reproduce
this could work with the em/mpt driver people and root cause why this
is going. I think having FreeBSD on vmware work stable out of the box
without these kinds of tweaks is the way to go - who knows what else
is lurking here..

I'm very very glad you've persisted with this and if I had them, I'd
send you a FreeBSD persistent bug reporter! t-shirt.

Thanks,


Adrian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Dual Boot Windows 7 FreeBSd 8.3

2012-05-23 Thread Mario Lobo
On Wednesday 23 May 2012 18:49:06 Jerry McAllister wrote:
 Hi,
 
 I have been searching through questions and forums for information
 on dual booting FreeBSD 8.3 on a machine with Windows 7 already on it.
 
 My problem is that the posts seem to go around in circles and be
 contradictory.  I am not sure which to believe.
 
 My new machine has two disk drives.  Windows 7 is on ad0 and I want
 to put FreeBSD 8.3 on ad1, leaving W7 as is.   So, I don't even have
 to shrink a primary slice to do this.
 
 
 Thank you,
 
 jerry
 ___


Since each system is going to be on different physical drives, why don't you 
make things easy for you and just use the BIOS boot menu to choose which drive 
to boot from?

-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since 2.2.8 [not Pro-Audio YET!!] (99% winblows FREE)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Purpose of FreeBSD X.Y-RELEASE Hardware Notes

2012-05-23 Thread vermaden
Gentleman (and ladies), what is the purpose of the Hardware Notes
when it does not provide any REAL information about what hardware
is supported?

A painful example, I checked if SCSI Controller Adaptec 29320 is
supported on FreeBSD and the 'official' information is that it is
supported with the AHD(4) driver, like below.

 [i386,sparc64,ia64,amd64] The ahd(4) driver supports the following:
   Adaptec AIC7901 host adapter chip
   Adaptec AIC7901A host adapter chip
   Adaptec AIC7902 host adapter chip
  *Adaptec 29320 host adapter*
   Adaptec 39320 host adapter
   Many motherboards with on-board SCSI support

But after connecting this Adaptec 29320 to the system it shits
the terminal from top to bottom and all I have are issues with
it, that is called officially supported hardware?

There should be [*] sign on that device that this device ID is known,
but its support is less then good. Grepping the Internet shows that
all people suggest to put that SCSI card directly into the bin and  get
something else to work on FreeBSD.

Regards,
vermaden
and nothing more 

-- 








































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


Re: Dual Boot Windows 7 FreeBSd 8.3

2012-05-23 Thread Jerry McAllister
On Wed, May 23, 2012 at 07:32:06PM -0300, Mario Lobo wrote:

 On Wednesday 23 May 2012 18:49:06 Jerry McAllister wrote:
  Hi,
  
  I have been searching through questions and forums for information
  on dual booting FreeBSD 8.3 on a machine with Windows 7 already on it.
  
  My problem is that the posts seem to go around in circles and be
  contradictory.  I am not sure which to believe.
  
  My new machine has two disk drives.  Windows 7 is on ad0 and I want
  to put FreeBSD 8.3 on ad1, leaving W7 as is.   So, I don't even have
  to shrink a primary slice to do this.
  
  
  Thank you,
  
  jerry
  ___
 
 
 Since each system is going to be on different physical drives, why don't you 
 make things easy for you and just use the BIOS boot menu to choose which 
 drive to boot from?

That surely seems the hard way.Why interrupt the boot and go
in to the BIOS every time when that is all provided for in the
boot structure?

jerry  


 
 -- 
 Mario Lobo
 http://www.mallavoodoo.com.br
 FreeBSD since 2.2.8 [not Pro-Audio YET!!] (99% winblows FREE)
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Dual Boot Windows 7 FreeBSd 8.3

2012-05-23 Thread doug

On Wed, 23 May 2012, Jerry McAllister wrote:


Hi,

I have been searching through questions and forums for information
on dual booting FreeBSD 8.3 on a machine with Windows 7 already on it.

My problem is that the posts seem to go around in circles and be
contradictory.  I am not sure which to believe.

My new machine has two disk drives.  Windows 7 is on ad0 and I want
to put FreeBSD 8.3 on ad1, leaving W7 as is.   So, I don't even have
to shrink a primary slice to do this.

I have dual booted Xp, Windows 98 and 95 with various FreeBSDs before
with no problem.   But, the story I keep hearing now seems to be that
Windows 7 is more picky and will not work with the FreeBSD MBR.   I am
not sure why.


I have only done this with systems up to 8.1. With one disk you obviously have 
to shrink the partition. Depending on the size and how long windows 7 has been 
mucking with the disk there may be non-movable files.So you could need something 
a bit more sophicated the the native partition manager. Past that until 9.0, 
which works perfectly, installing an MBR removes the windows 7 MBR.


From scratch using FreeBSD to make at least three partitions, installing FreeBSD 
in the third one and reinstalling from a restore set (which will most like use 
partitions 1 and 2) and then using a windows 7 compliant boot manager works.


If you can shrink the windows partition to get enough space, make a windows 
restore set and then install FreeBSD and a boot manager. I have done this with 
7.x, 8.0 and 8.1. I did a post I can probably find.



At least some people seem to be claiming that I canNOT just do the
install and put the FreeBSD MBR on the primary slices right from the
sysnstall menu just like in the good old days - that the only way to
make it work is to use something called 'Easybcd' to edit whatever
Windows 7 puts in place rather than using the FreeBSD MBR and then
use the MS MBR with whatever Easybcd does to it.


Easybcd is what I used.


Then again there were some posts that seemed to claim that using the
FreeBSD MBR in the tried and true old way is just fine and everything
just works.   I'd like to think that is true.


Me too, but until 9.0 that has not been my experience.


I really don't want to have to scrounge up install media and remake
the Windows 7 just because I do some wrong thing or I would just
smoke test it.  I am really phobic when it comes to MS stuff.


If you can shrink the partition its fairly straight foward. The main trick is 
once you have shrunk the partion you must make a restore set because if you have 
to restore, the process rewrites everything, partition table and MBE as well as 
the windows partition. So if you do not and have to restore, your FreeBSD 
partition will disappear.



I don't need any fancy boot menu.  What I have had in the past is
just fine. I just want to select either of the OSen and get some
stuff done.  I expect to be booted to FreeBSD most of the time, but
need to use some W7 now and then for powder point, etc.

If someone who understands the process underlying the boot system and
knows if Windows 7 really does require something else now, who can speak
with confidence can enlighten us, I would certainly appreciate it.


Using FreeBSD 9.0 takes away the need for a third party boot manager but all the 
rest of the above applies, I am pretty sure. All my experience with windows 7 
has been with AMD64, a Dell laptop, and a cute little HP thingy that I got for 
$300. If it is helpful I can probably dig up some details but the 8.x stuff I 
did was a year ago so the frog of war dims my recollection of details.



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


Working and Supported SCSI Controller

2012-05-23 Thread vermaden
Hi,

as HARDWARE NOTES are next to useless:
http://lists.freebsd.org/pipermail/freebsd-questions/2012-May/241164.html

What *working* PCI/PCI-X SCSI controller do You guys suggest?

Requirements: PCI/PCI-X Ultra160 or Ultra320 with one or more 68-pin internal 
connector

Thanks in advance for Your suggestions,
vermaden
-- 








































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


Re: Working and Supported SCSI Controller

2012-05-23 Thread Polytropon
On Thu, 24 May 2012 01:02:09 +0200, vermaden wrote:
 What *working* PCI/PCI-X SCSI controller do You guys suggest?
 
 Requirements: PCI/PCI-X Ultra160 or Ultra320 with one or more 68-pin internal 
 connector

I haven't looked into that topic for a long time, but in
the past, I've had _no_ problems using Ataptec's 2940
type of controllers (either W or U, and UW). The ahc
driver worked well with them.


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Dual Boot Windows 7 FreeBSd 8.3

2012-05-23 Thread Mario Lobo
On Wednesday 23 May 2012 19:41:22 Jerry McAllister wrote:
  Since each system is going to be on different physical drives, why don't
  you make things easy for you and just use the BIOS boot menu to choose
  which drive to boot from?
 
 That surely seems the hard way.Why interrupt the boot and go
 in to the BIOS every time when that is all provided for in the
 boot structure?
 
 jerry

Because if you want to switch systems you're gonna have to reboot anyway!

The boot manager is nothing but an automatic interruption of the boot process 
to give you a chance to press a key for the system you want to boot from.

But you're right. Pressing 3 keys instead of one or none IS the hard way.

just my 0,02...

-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since 2.2.8 [not Pro-Audio YET!!] (99% winblows FREE)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Dual Boot Windows 7 FreeBSd 8.3

2012-05-23 Thread Thomas D. Dean

On 05/23/12 14:49, Jerry McAllister wrote:

Hi,



I have a dual boot system, windows 7 (ad0) and FreeBSD 9-stable (ad1).

I moved back to BIOS boot after (I think) windows upgrade stabbed ad0.

I found the system with a blank screen in the AM.  Using BIOS boot, The 
first windows screen had an update message.


Tom Dean
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Working and Supported SCSI Controller

2012-05-23 Thread Marius Strobl
On Thu, May 24, 2012 at 01:02:09AM +0200, vermaden wrote:
 Hi,
 
 as HARDWARE NOTES are next to useless:
 http://lists.freebsd.org/pipermail/freebsd-questions/2012-May/241164.html
 
 What *working* PCI/PCI-X SCSI controller do You guys suggest?
 
 Requirements: PCI/PCI-X Ultra160 or Ultra320 with one or more 68-pin internal 
 connector
 

LSI 53C1010-66 (Ultra160, sym(4)) or 53C1030 (Ultra320, mpt(4)) based ones.

Marius

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


Re: openoffice on 9.0 (JDK issues)

2012-05-23 Thread Gary Aitken

On 05/22/12 14:45, Gökşin Akdeniz wrote:


The OpenOffice.org package is a big one and consumes a lot of bandwith.
Therefore some may not be available.

Try to build OpenOffice.org from ports. It takes time, be patient.


ok, attempting that...
After copying the jdk-6u3-fcs... files that it complained about from the 
oracle site:


OO requires ant, but the ant install fails:

123 /usr/ports/devel/apache-ant#make install
===  Installing for apache-ant-1.8.2_1
===   apache-ant-1.8.2_1 depends on executable: classpath - found
===   apache-ant-1.8.2_1 depends on file: 
/usr/local/jdk1.6.0/bin/java - not found
===Verifying install for /usr/local/jdk1.6.0/bin/java in 
/usr/ports/java/jdk16

===  Vulnerability check disabled, database not found
===  License check disabled, port has not defined LICENSE
===  Found saved configuration for jdk-1.6.0.3p4_27

IMPORTANT: To build the JDK 1.6.0 port, you should have at least
2.5Gb of free disk space in the build area!


 Due to licensing restrictions, certain files must be fetched manually.

 Please open 
http://www.oracle.com/technetwork/java/javase/downloads/index.html

 in a web browser and follow the Download link for
 JDK DST Timezone Update Tool - 1_3_42 to obtain the
 time zone update file, tzupdater-1_3_42-2011k.zip.

 Please place the downloaded file(s) in /usr/ports/distfiles
 and restart the build.

*** Error code 1

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

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

Stop in /usr/ports/devel/apache-ant.

The oracle site does not contain the proper version of tzupdater -- it 
includes a more recent version, 1_3_47-2012c.zip.


What's the right way to get around that issue?

Thanks,

Gary
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: portsnap update won't update original /usr/ports

2012-05-23 Thread RW
On Tue, 22 May 2012 21:30:44 -0400 (EDT)
Thomas Mueller wrote:

 - Original Message -
 From: Gary Aitken free...@dreamchaser.org
 To: freebsd-questions@freebsd.org
 Sent: Tue, 22 May 2012 19:02:30 -0400 (EDT)
 Subject: portsnap update won't update original /usr/ports
 
 According to the handbook, one can do
portsnap fetch
portsnap update
 and the update will work with a previously created ports tree;
 I presume this includes one created during system install.

It says:

If you are running Portsnap for the first time, extract the snapshot
into /usr/ports: # portsnap extract

If you already have a populated /usr/ports and you are just updating,
run the following command instead...

If you have the tree from the disk then that means you are running
portsnap for the first time, the second sentence refers to a /usr/ports
populated by a portsnap extract.


  My response: 
 
 
 Now I wonder if it's feasible to switch between portsnap fetch
 update and csup ports-supfile, or if it's strictly one or the
 other.

You'll probably get away with it most of the time, but it's not safe to
mix them.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Working and Supported SCSI Controller

2012-05-23 Thread Robert Huff

Polytropon writes:

  On Thu, 24 May 2012 01:02:09 +0200, vermaden wrote:
   What *working* PCI/PCI-X SCSI controller do You guys suggest?
   
   Requirements: PCI/PCI-X Ultra160 or Ultra320 with one or more
   68-pin internal connector
  
  I haven't looked into that topic for a long time, but in
  the past, I've had _no_ problems using Ataptec's 2940
  type of controllers (either W or U, and UW). The ahc
  driver worked well with them.

Agreed.  Adaptec has the reputation of being expensive but 
robust and well-supported; my experience confirms all three.


Robert Huff

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


Re: openoffice on 9.0 (JDK issues)

2012-05-23 Thread Gary Aitken

Never mind...
Not sure how to get around the issue posted, but a portupdate solved the 
problem -- now building apache-oo instead of oo


On 05/23/12 18:06, Gary Aitken wrote:

On 05/22/12 14:45, Gökşin Akdeniz wrote:


The OpenOffice.org package is a big one and consumes a lot of bandwith.
Therefore some may not be available.

Try to build OpenOffice.org from ports. It takes time, be patient.


ok, attempting that...
After copying the jdk-6u3-fcs... files that it complained about from the
oracle site:

OO requires ant, but the ant install fails:

123 /usr/ports/devel/apache-ant#make install
=== Installing for apache-ant-1.8.2_1
=== apache-ant-1.8.2_1 depends on executable: classpath - found
=== apache-ant-1.8.2_1 depends on file: /usr/local/jdk1.6.0/bin/java -
not found
=== Verifying install for /usr/local/jdk1.6.0/bin/java in
/usr/ports/java/jdk16
=== Vulnerability check disabled, database not found
=== License check disabled, port has not defined LICENSE
=== Found saved configuration for jdk-1.6.0.3p4_27

IMPORTANT: To build the JDK 1.6.0 port, you should have at least
2.5Gb of free disk space in the build area!


Due to licensing restrictions, certain files must be fetched manually.

Please open
http://www.oracle.com/technetwork/java/javase/downloads/index.html
in a web browser and follow the Download link for
JDK DST Timezone Update Tool - 1_3_42 to obtain the
time zone update file, tzupdater-1_3_42-2011k.zip.

Please place the downloaded file(s) in /usr/ports/distfiles
and restart the build.

*** Error code 1

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

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

Stop in /usr/ports/devel/apache-ant.

The oracle site does not contain the proper version of tzupdater -- it
includes a more recent version, 1_3_47-2012c.zip.

What's the right way to get around that issue?

Thanks,

Gary
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
freebsd-questions-unsubscr...@freebsd.org




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