Re: FreeBSD as host OS for VMware

2007-08-13 Thread Wojciech Puchar

Qemu a try. If I recall correctly, I tried Qemu in the past and the
performance was very poor compared to something like VMWare. Perhaps
things changed.


yes it is slower, but i am using it because i need windows just to access 
and export ms access databases. not often, speed doesn't matter that much

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


Re: Network Monitor?

2007-08-13 Thread Graham Bentley


/usr/ports/net/trafshow ?

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


Re: Backspace

2007-08-13 Thread d . Z .
Thanks for helping everybody.

But actually I'm using Bourne shell on FreeBSD 6.1 just like the
Solaris in lab, and the FreeBSD is freshly installed, I have checked
.shrc and .profile, but nothing related to key bindings or stty's
there, so what I thought it should be is:

after I login - [press backspace] - ^H appears - [press DEL] - ^? appears
in emacs - [press backspace] - oops, help appears

I think Solaris was just like the above. But in my FreeBSD, things go like:

after I login - [press backspace will erase last char] - [press DEL
does the same thing]
no matter what have I done to stty like stty erase ^H and stty
erase2 ^H, the result is just the same, backspace and DEL still can
be used to erase last char in shell. The only difference is in emacs,
but I searched the net and found that emacs relies on its own
definition of key bindings in ~/.emacs file (it is empty in this
case), rather than the terminal key bindings. Totally confused.

Any idea? Thanks again for you kind people.

2007/8/13, Jerry McAllister [EMAIL PROTECTED]:
 On Sun, Aug 12, 2007 at 01:31:36PM -0500, Derek Ragona wrote:

  At 10:54 PM 8/11/2007, d.Z. wrote:
  Hello,
  
  I'm a new user to FreeBSD and Unix. I used Solaris 10 last week in
  lab, and found there is a difference between them.
  
  When Solaris is installed, press backspace will give you ^H, you'll
  have to stty erase ^H to solve this problem. But with FreeBSD 6.1,
  when first installed, backspace is always bounded to erase last
  character, even I have stty erase ^? and stty erase2 ^?, backspace
  still deletes last character input. Does any body know why is this
  happening?
 
  Solaris by default uses csh for user accounts.  The backspace key
  assignment and for that matter, all key assignments are dependent on the
  both the shell and terminal definition.  Reassigning keys is typical for
  your shell's startup profile file .cshrc for csh and .bashrc for bash.
 
 
  And strange thing is with default setting (before stty erase and
  erase2 to ^?), when I use Emacs, C-h will give me back space, instead
  of help. I know this is desirable for experts, but I'm really new so
  just want to follow the instruction first.
 
  Applications like the shell you use interpret the terminal definition and
  may or may not use the same key assignments.  Most applications like the
  shells in UNIX environments have startup files to customize the key
  assignments and in the case of editors even define macros.

 And those startup files are:

For csh and tcsh  (tcsh is the most common one in FreeBSD)
the startup file is .cshrc  in one's home directory.  You can also
create a system-wide one.

For SH and bash it is .profile  and for them don't forget to export
any variables.

 jerry

 
  Hope this helps.
 
  -Derek
 
  --
  This message has been scanned for viruses and
  dangerous content by MailScanner, and is
  believed to be clean.
  MailScanner thanks transtec Computers for their support.
 
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: FreeBSD as host OS for VMware

2007-08-13 Thread Matthias Apitz
El día Monday, August 13, 2007 a las 01:42:04AM -0400, Maxim Khitrov escribió:

 What is the performance like and have you tried using VMGL for 3D
 acceleration? Right now I'm actually in the process of installing
 FreeBSD 7.0 on my laptop just to play around with it. I might give
 Qemu a try. If I recall correctly, I tried Qemu in the past and the
 performance was very poor compared to something like VMWare. Perhaps
 things changed.

I don't need 3D stuff, I'm not playing at all and I'm not a designer
or constructor. I only use XP for some Winword stuff (when there
is no other way in my business) or to look at web pages with IE
when the pages are not working with Konqueror or Firefox. Qemu
together with the kernel module are fast enough for that, no
problems.

matthias
-- 
Matthias Apitz
Manager Technical Support - OCLC PICA GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e [EMAIL PROTECTED] - w http://www.oclcpica.org/ http://www.UnixArea.de/
b http://gurucubano.blogspot.com/
OCLC PICA GmbH, Geschaeftsfuehrer: Christine Magin-Weeger, Norbert Weinberger
Sitz der Gesellschaft: Oberhaching, HRB Muenchen: 113261
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: w3 web browser on freebsd v6.2-R

2007-08-13 Thread Norberto Meijome
On Mon, 13 Aug 2007 06:58:02 +1000
jonathan michaels [EMAIL PROTECTED] wrote:

 On Fri, Aug 10, 2007 at 06:47:02PM +1000, Norberto Meijome wrote:
  On Fri, 10 Aug 2007 18:04:07 +1000
  jonathan michaels [EMAIL PROTECTED] wrote:
  
  []
  

 but i checked for gettext in teh index-6 and in my version,
 either jul 2006 or jan 2007 ( freebsd toolkit or jan 2007 ), is
 a fw revisions earlier than the right one.

fair enough, i keep mine up to date. you can use 

locate libintl.so 

instead , and see if you have any version of libintl installed.

If you do have a version of libintl in your system, (highly likely if 
you have gettext installed), then you can try mapping the calls to 
libintl.so.8 to libintl.so (which should be a soft link to your version 
of libintl, ie,so.SOMETHING ). You do this by updating /etc/libmap.conf 
   
   i found usr/local/lib/libintl.so and /usr/local/lib/libintl.so.6
  
  yes, a few -RELEASE boxen i manage have that too
 
 suggestion .. please, how (best) to keep a freebsd host 'up-to-date',
 for me, for various reasons going down the -stable road is too
 much work. currently i use -release untill i need to upgrade
 for some (usually) serious reason.
 
 the situation that i am in now is the natural conclusion of
 that road ..  

Well, what I usually do  in these cases ( not necessarily saying it is the BEST
way, but it seems common sense enough for me) is use freebsd-update to keep
world +kernel up to date with security patches. That is, of course, if you have
a default configuration (GENERIC or SMP kernels). Otherwise, just point your
cvsup / csup files to the -RELENG branches of the code and you'll only get
those updates ( eg, 6.2-RELENG-pX , where X is the patch # to  6.2-RELENG ) so
you can rebuild your kernel + world as needed.

run portaudit daily to see what ports have been affected by security issues.
Decide whether to upgrade those that have been marked as 'with problems' by
portaudit. Sometimes the issues detailed by the portaudit report don't affect
you, although if you are in doubt, you should upgrade .


[...]
 ok, i will try that latter on today .. thanks norberto, hope
 you had a good weekend ?

yeah, weather has been great ... though we're now back to some cold..which
is what is expected to this time of the year ( Southern hemisphere ;) )

best regards,
B

_
{Beto|Norberto|Numard} Meijome

Quantum Logic Chicken:
  The chicken is distributed probabalistically on all sides of the
  road until you observe it on the side of your course.

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: ldap server and client conflicts, with Postfix and Courier in the mix

2007-08-13 Thread Johan Hendriks

Pollywog wrote:
 I want to install the LDAP server but it complains that it conflicts with 
 LDAP 
 client:
 
 ===  openldap-server-2.3.37 conflicts with installed package(s):
   openldap-client-2.3.37
 
 However, attempting to remove the client to make room for the server results 
 in another complaint:
 
 pkg_delete: package 'openldap-client-2.3.37' is required by these other 
 packages
 and may not be deinstalled:
 courier-authlib-ldap-0.59.3
 postfix-2.4.5,1

I think the conflict is mostly a question of the order things were 
installed. When you install the server then it also installs the client 
side which it can't because it's already there. But, ofcourse, these 
should not conflict.

This c(sh)ould be solved by deinstalling the listed packages and install 
the server, then the reinstall the remaining packages.

Alternatively, you can force deinstall the client or simply override the 
warning.

Cheers, Erik

I think you have sasl2 support enabled for the server
Make config will tell you if it is.
If so it will try to install the sasl2 openldap client which will install the 
files in the same place as openldap-client without sasl2 support.

Remove the sasl2 option from the openldap-server port and do the install, or 
delete the openldap-client port and install the open openldap-server port.

Regards,
Johan 


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

No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.11.15/949 - Release Date: 12-8-2007 11:03
 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.11.15/949 - Release Date: 12-8-2007 11:03
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem with dump over SSH: Operation timed out

2007-08-13 Thread Nikos Vassiliadis
On Saturday 11 August 2007 02:28, Kenny Dail wrote:
  Thank you for those suggestions, it's appreciated. Although I get the
  same results with setting those values both on the server and on the
  client. SCP starts full speed, but at 20% of the 200 MB file it starts
  to stall. All ICMP traffic was open on both firewalls at that time.

 I had something similar to this happen to me once when I traded out low
 end Linksys router for an enterprise grade one. Large transfers were ok
 with the low end router, but died horribly with the good router. It
 was a FreeBSD4.11 server at the time, and in the end it turned out that 
 the increase in bandwidth was directly related to the stall, putting qos
 on the traffic back down to the previous speeds made the stalling go
 away. I never did find out if it was a crappy NIC or crappy disk drives,
 or crappy cofiguration on the server.

I would try throttling too. I have seen too ADSL modem/routers dropping
high traffic connections. You said you have a cable modem, which does a
much simpler job than an ADSL modem/router, but I wouldn't trust it 
anyway... As you said you did manage to get the dump to your computer at 
home, so assuming that you have less bandwidth at home, the high traffic 
situation between the two offices, could be the problem.

Give ipfw  duymmynet a try, it should be very easy to throttle your
connection.

HTH

Nikos

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


Webserver

2007-08-13 Thread Snoopy

Hello,
I want to build a Freebsd based webserver and all the stuff works  
quiet well, I got ruby on rails installed (ports/www/rubygem-rails)  
and I'm able to start webrick (the integrated webserver) also I   
installed the hole mysql package (server, client , scripts all 5.0).


But I still have some problems !
First I do not know how to configure the Ftp server. I disabled  
anonymous login (during the setup)and I killed the '#' in the  
inetd.conf in the line for ftp (ftp   stream  tcp   nowait root /usr/ 
libexec/ftpd ftpd -l) and saved this file ! Now I want to login with a  
normal account (also user account) via ftp and it does not work!  
please help ! Also there is no open port!


The other problem is about MYSQL
It works for me (mysql version 5). But I can not connect as remote  
from an other computer ! I enabled it in the rc.conf and the mysql  
ports seems to be open ! (did a port scan from the remote). But I can  
not access the database as remote. Also I created a new user in mysql  
(user with all privileges) i can not connect to the server as remote,  
neither with the root nor with my new account (but the new account  
works from the inside as well).
I had been told to change a file called my.conf but I do not find this  
file ! Can you pleasetell me where my mysql configuration is saved !  
thx for help !


Regrades Snoopy

PS: I'm sorry for my english and the bad kind of description I gave  
you, but I'm a total newbe to Freebsd !


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


Re: Webserver

2007-08-13 Thread Reid Linnemann

Written by Snoopy on 08/13/07 03:04

Hello,
I want to build a Freebsd based webserver and all the stuff works quiet 
well, I got ruby on rails installed (ports/www/rubygem-rails) and I'm 
able to start webrick (the integrated webserver) also I  installed the 
hole mysql package (server, client , scripts all 5.0).


But I still have some problems !
First I do not know how to configure the Ftp server. I disabled 
anonymous login (during the setup)and I killed the '#' in the inetd.conf 
in the line for ftp (ftp   stream  tcp   nowait root /usr/libexec/ftpd 
ftpd -l) and saved this file ! Now I want to login with a normal account 
(also user account) via ftp and it does not work! please help ! Also 
there is no open port!




You have to restart inetd to get it to re-read inetd.conf. The way I'd 
suggest is to do '/etc/rc.d/inetd restart'.



The other problem is about MYSQL
It works for me (mysql version 5). But I can not connect as remote from 
an other computer ! I enabled it in the rc.conf and the mysql ports 
seems to be open ! (did a port scan from the remote). But I can not 
access the database as remote. Also I created a new user in mysql (user 
with all privileges) i can not connect to the server as remote, neither 
with the root nor with my new account (but the new account works from 
the inside as well).
I had been told to change a file called my.conf but I do not find this 
file ! Can you pleasetell me where my mysql configuration is saved ! thx 
for help !




You don't need to edit my.conf, but you do have to add permissions on 
the database in question for your user from hosts other than localhost. 
The table mysql.db is the one you're looking for. If you want your user 
to have permissions from any host, use '%' for the Host column.

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


RE: Webserver

2007-08-13 Thread fbsd2
Sounds like your firewall is blocking inbound ports for remote mysql and FTP
access.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Snoopy
Sent: Monday, August 13, 2007 4:04 AM
To: freebsd-questions@FreeBSD.org
Subject: Webserver

Hello,
I want to build a Freebsd based webserver and all the stuff works
quiet well, I got ruby on rails installed (ports/www/rubygem-rails)
and I'm able to start webrick (the integrated webserver) also I
installed the hole mysql package (server, client , scripts all 5.0).

But I still have some problems !
First I do not know how to configure the Ftp server. I disabled
anonymous login (during the setup)and I killed the '#' in the
inetd.conf in the line for ftp (ftp   stream  tcp   nowait root /usr/
libexec/ftpd ftpd -l) and saved this file ! Now I want to login with a
normal account (also user account) via ftp and it does not work!
please help ! Also there is no open port!

The other problem is about MYSQL
It works for me (mysql version 5). But I can not connect as remote
from an other computer ! I enabled it in the rc.conf and the mysql
ports seems to be open ! (did a port scan from the remote). But I can
not access the database as remote. Also I created a new user in mysql
(user with all privileges) i can not connect to the server as remote,
neither with the root nor with my new account (but the new account
works from the inside as well).
I had been told to change a file called my.conf but I do not find this
file ! Can you pleasetell me where my mysql configuration is saved !
thx for help !

Regrades Snoopy

PS: I'm sorry for my english and the bad kind of description I gave
you, but I'm a total newbe to Freebsd !

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

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


WEBEX type app

2007-08-13 Thread Jean-Paul Natola
Hi all
Is there any open source app that is similar to webex?










Jean-Paul Natola
Network Administrator
Information Technology
Family Care International
588 Broadway Suite 503
New York, NY 10012
Phone:212-941-5300 xt 36
Fax:  212-941-5563
Mailto: [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Backspace

2007-08-13 Thread Derek Ragona

At 01:45 AM 8/13/2007, d.Z. wrote:

Thanks for helping everybody.

But actually I'm using Bourne shell on FreeBSD 6.1 just like the
Solaris in lab, and the FreeBSD is freshly installed, I have checked
.shrc and .profile, but nothing related to key bindings or stty's
there, so what I thought it should be is:

after I login - [press backspace] - ^H appears - [press DEL] - ^? appears
in emacs - [press backspace] - oops, help appears

I think Solaris was just like the above. But in my FreeBSD, things go like:

after I login - [press backspace will erase last char] - [press DEL
does the same thing]
no matter what have I done to stty like stty erase ^H and stty
erase2 ^H, the result is just the same, backspace and DEL still can
be used to erase last char in shell. The only difference is in emacs,
but I searched the net and found that emacs relies on its own
definition of key bindings in ~/.emacs file (it is empty in this
case), rather than the terminal key bindings. Totally confused.

Any idea? Thanks again for you kind people.


Programs like emacs generally use terminfo and termcap databases that 
define keys and other terminal capabilities.  Generally these are different 
between various UNIX's.  You can learn more by just doing a man on these:

man terminfo
man termcap

-Derek



2007/8/13, Jerry McAllister [EMAIL PROTECTED]:
 On Sun, Aug 12, 2007 at 01:31:36PM -0500, Derek Ragona wrote:

  At 10:54 PM 8/11/2007, d.Z. wrote:
  Hello,
  
  I'm a new user to FreeBSD and Unix. I used Solaris 10 last week in
  lab, and found there is a difference between them.
  
  When Solaris is installed, press backspace will give you ^H, you'll
  have to stty erase ^H to solve this problem. But with FreeBSD 6.1,
  when first installed, backspace is always bounded to erase last
  character, even I have stty erase ^? and stty erase2 ^?, backspace
  still deletes last character input. Does any body know why is this
  happening?
 
  Solaris by default uses csh for user accounts.  The backspace key
  assignment and for that matter, all key assignments are dependent on the
  both the shell and terminal definition.  Reassigning keys is typical for
  your shell's startup profile file .cshrc for csh and .bashrc for bash.
 
 
  And strange thing is with default setting (before stty erase and
  erase2 to ^?), when I use Emacs, C-h will give me back space, instead
  of help. I know this is desirable for experts, but I'm really new so
  just want to follow the instruction first.
 
  Applications like the shell you use interpret the terminal definition and
  may or may not use the same key assignments.  Most applications like the
  shells in UNIX environments have startup files to customize the key
  assignments and in the case of editors even define macros.

 And those startup files are:

For csh and tcsh  (tcsh is the most common one in FreeBSD)
the startup file is .cshrc  in one's home directory.  You can also
create a system-wide one.

For SH and bash it is .profile  and for them don't forget to export
any variables.

 jerry

 
  Hope this helps.
 
  -Derek
 
  --
  This message has been scanned for viruses and
  dangerous content by MailScanner, and is
  believed to be clean.
  MailScanner thanks transtec Computers for their support.
 
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
[EMAIL PROTECTED]


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

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

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


Re: WEBEX type app

2007-08-13 Thread Andrew Greenwood

Jean-Paul Natola wrote:

Hi all
Is there any open source app that is similar to webex?










Jean-Paul Natola
Network Administrator
Information Technology
Family Care International
588 Broadway Suite 503
New York, NY 10012
Phone:212-941-5300 xt 36
Fax:  212-941-5563
Mailto: [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
  
a quick google search suggests that http://www.dimdim.com/ might suit 
your needs

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


Re: Best practice for SMTP relay with user authentication.

2007-08-13 Thread David Robillard
 I have my postfix authenticate users before accepting mail for non-local
 delivery. Till now, users can connect to port 25 and 465 (smtps) use
 STARTTLS and authenticate.

 But, I stumbled upon submission port 587 which is not reserved - it
 appeas - for a protocol but for a use?

 I'd like to align my configuration with best practice. Should I just
 move postfix to bind to port 587 or did I misunderstand that submission
 is indeed a different protocol? Is there any best practice for which
 protocol should be used for submission?

Port 587 is used by the Mail Submission as defined in section 3.1 of
RFC 2476 - Message Submission:

3.1. Submission Identification

Port 587 is reserved for email message submission as specified in this
document. Messages received on this port are defined to be
submissions. The protocol used is ESMTP [SMTP-MTA, ESMTP], with
additional restrictions as specified here.

While most email clients and servers can be configured to use port 587
instead of 25, there are cases where this is not possible or
convenient. A site MAY choose to use port 25 for message submission,
by designating some hosts to be MSAs and others to be MTAs.

Basically, port 25 is used by Mail Transfer Agents (MTA) while 587 is
used by the Mail Submission Programs (MSP).

If you need more info, check the Bat Book (i.e. Sendmail by
O'Reilly) which is pretty clear on that topic. You can also check
Sendmail Cookbook also from O'Reilly for tips, tricks and recipies
on what you can do with MSP. Of course, it's sendmail related. But I'm
quite sure you can adapt it to Postfix or whatever your organisation
uses to handle emails.

Finally, IMHO the best description of the what, where and why of
Submission is described in the UNIX System Administration Handbook
by Nemeth, Snyder, Seebass  Hein. Check it out at
http://www.admin.com. It's a must read for all UNIX systems
administrators.

HTH,

David
-- 
David Robillard
UNIX systems administrator  Oracle DBA
CISSP, RHCE  Sun Certified Security Administrator
Montreal: +1 514 966 0122
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Urgent help needed please: pecl-memcache problem after upgrade of php

2007-08-13 Thread Ian Lord
Hi,

 

I just did a portupgrade -a and now memcache doesn't work anymore in php.

 

Here are the version portupgrade installed:

pecl-memcache-2.1.2

memcached-1.2.2

php5-5.2.3_1

 

In php/error.log I can see this error message

[13-Aug-2007 10:38:20] PHP Warning:  PHP Startup: Unable to load dynamic
library '/usr/local/lib/php/20060613/memcache.so' -
/usr/local/lib/php/20060613/memcache.so: Undefined symbol
quot;php_session_create_idquot; in Unknown on line 0

 

Can anyone help please

 

If not able to fix (might be a problem with the port, what is the easiest
way to go back to previous version)

 

Thanks

 

p.s. Please reply to me directly as I am only registered on the digest list

 

 

 

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


Re: Resolution problem with i810 and Xorg 7.2

2007-08-13 Thread Ghirai
On Mon, 13 Aug 2007 09:35:59 -0500
Doug Poland [EMAIL PROTECTED] wrote:

 Just a follow-up for the archives...  I loaded the 915resolution port
 and configured my rc.conf accordingly:
 
 i915resolution_enable=YES
 i915resolution_modes=3c 4d 5c
 i915resolution_width=1680
 i915resolution_height=1050
 
 Xorg still failed...
 snip
 (II) I810(0): detected 7932 kB stolen memory. 
 
 (II) I810(0): Kernel reported 0 total, 0 used 
 
 (II) I810(0): I830CheckAvailableMemory: 0 kB available
 
 (WW) I810(0): /dev/agpgart is either not available, or no memory is available 
 for allocation.  Using pre-allocated memory only. 
 
 (II) I810(0): Monitoring connected displays enabled   
 
 (--) I810(0): Pre-allocated VideoRAM: 7932 kByte  
 
 (--) I810(0): VideoRAM: 7932 kByte
 snip
 (--) I810(0): Xv is disabled because it needs 2D accel and AGPGART.
 (II) I810(0): Allocated 128 kB for the ring buffer at 0x0
 (II) I810(0): Allocating at least 136 scanlines for pixmap cache
 (II) I810(0): Initial framebuffer allocation size: 11920 kByte
 (EE) I810(0): Failed to allocate framebuffer. Is your VideoRAM set too low ??
 
 Fatal server error:
 AddScreen/ScreenInit failed for driver 0
 
 However, when I changed the driver in /etc/X11/xorg.conf from i810 to
 vesa:
 
 Identifier  Card0
 #Driver  i810
 Driver  vesa
 VendorName  Intel Corporation
 BoardName   Mobile 945GM/GMS/940GML Express Integrated Graphics 
 Controller
 BusID   PCI:0:2:0
 
 Now Xorg starts fine.  I'm not sure why it worked but I'm glad it does.
 I'll go with the VESA driver unless I get any feedback or more info on
 getting i810 driver to work.
 
 Thanks for you help.
 
 
 -- 
 Regards,
 Doug

I was searching couple weeks before on some compiz problems, when i ran into a 
post which looked similar.
The person used an option in xorg.conf to enlarge the framebuffer.
I just don't have the link anymore.

Try and search with the framebuffer error as keyword, you might find some info.

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


pecl-memcache problem after upgrade of php

2007-08-13 Thread Ian Lord
Hi,

 

I just did a portupgrade -a and now memcache doesn't work anymore in php.

 

Here are the version portupgrade installed:

pecl-memcache-2.1.2

memcached-1.2.2

php5-5.2.3_1

 

In php/error.log I can see this error message

[13-Aug-2007 10:38:20] PHP Warning:  PHP Startup: Unable to load dynamic
library '/usr/local/lib/php/20060613/memcache.so' -
/usr/local/lib/php/20060613/memcache.so: Undefined symbol
quot;php_session_create_idquot; in Unknown on line 0

 

Can anyone help please

 

Thanks

 

p.s. Please reply to me directly as I am only registered on the digest list

 

 

 

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


Re: Resolution problem with i810 and Xorg 7.2

2007-08-13 Thread Gabriel Linder
On Mon, 13 Aug 2007 18:26:10 +0300
Ghirai [EMAIL PROTECTED] wrote:

 (EE) I810(0): Failed to allocate framebuffer. Is your VideoRAM set
 too low ??

I had this error on my laptop, and solved it by running 6-STABLE. It
seems to be related to the agp module which refuses to load on
6.2-RELEASE (hardware too recent, probably).
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Resolution problem with i810 and Xorg 7.2

2007-08-13 Thread Doug Poland

Gabriel Linder wrote:

On Mon, 13 Aug 2007 18:26:10 +0300
Ghirai [EMAIL PROTECTED] wrote:


(EE) I810(0): Failed to allocate framebuffer. Is your VideoRAM set
too low ??


I had this error on my laptop, and solved it by running 6-STABLE. It
seems to be related to the agp module which refuses to load on
6.2-RELEASE (hardware too recent, probably).


H...  I'm running on a -STABLE kernel compiled on July 20.  The agp 
module does load, but Xorg doesn't see it.


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


Re: Resolution problem with i810 and Xorg 7.2

2007-08-13 Thread Doug Poland
On Sat, Aug 11, 2007 at 12:12:58AM +0300, Ghirai wrote:
 On Fri, 10 Aug 2007 12:26:46 -0500 (CDT)
 Doug Poland [EMAIL PROTECTED] wrote:
 
  Hello,
  
  I've got a Compaq nx7400 running on 6.2-STABLE with Xorg 7.2.
  Despite my best efforts, I'm unable to get the screen into 1680x1050
  resolution.  I have followed the instructions in the handbook but
  the issue appears to be getting /dev/agpgart recognized.
  
  Here's some relevant data...
 snip
  
  So all I get out of this flat panel is 1280x1024, which distorts the
  shape horribly because of the different aspect ratio.
  
  Any hints, clues, pointers are very welcome!
  
 
 After you install 915resolutions, you would:
 #915resolution 5c 1680 1050
 
 Also check the rc startups.
 
 I suggest you leave the xorg.conf as it was generated by default, once you 
 patch
 and start KDE/gnome/whatever, you should get the proper resolution.
 
Just a follow-up for the archives...  I loaded the 915resolution port
and configured my rc.conf accordingly:

i915resolution_enable=YES
i915resolution_modes=3c 4d 5c
i915resolution_width=1680
i915resolution_height=1050

Xorg still failed...
snip
(II) I810(0): detected 7932 kB stolen memory.   
  
(II) I810(0): Kernel reported 0 total, 0 used   
  
(II) I810(0): I830CheckAvailableMemory: 0 kB available  
  
(WW) I810(0): /dev/agpgart is either not available, or no memory is available 
for allocation.  Using pre-allocated memory only.   
  
(II) I810(0): Monitoring connected displays enabled 
  
(--) I810(0): Pre-allocated VideoRAM: 7932 kByte
  
(--) I810(0): VideoRAM: 7932 kByte
snip
(--) I810(0): Xv is disabled because it needs 2D accel and AGPGART.
(II) I810(0): Allocated 128 kB for the ring buffer at 0x0
(II) I810(0): Allocating at least 136 scanlines for pixmap cache
(II) I810(0): Initial framebuffer allocation size: 11920 kByte
(EE) I810(0): Failed to allocate framebuffer. Is your VideoRAM set too low ??

Fatal server error:
AddScreen/ScreenInit failed for driver 0

However, when I changed the driver in /etc/X11/xorg.conf from i810 to
vesa:

Identifier  Card0
#Driver  i810
Driver  vesa
VendorName  Intel Corporation
BoardName   Mobile 945GM/GMS/940GML Express Integrated Graphics Controller
BusID   PCI:0:2:0

Now Xorg starts fine.  I'm not sure why it worked but I'm glad it does.
I'll go with the VESA driver unless I get any feedback or more info on
getting i810 driver to work.

Thanks for you help.


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


FreeBSD resources

2007-08-13 Thread Michael S
http://msherman77.blogspot.com/2007/08/freebsd-resources.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Queue file write error and swap_pager issues

2007-08-13 Thread Eric Sheesley
I have a Freebsd 6.2 server. For the past month or so I've been getting
various messages from postfix saying Error: queue file write error and
occasionally in the system logs I'll receive the following:

+swap_pager: indefinite wait buffer: bufobj: 0, blkno: 130435, size: 4096
+swap_pager: indefinite wait buffer: bufobj: 0, blkno: 130409, size: 4096
+swap_pager: indefinite wait buffer: bufobj: 0, blkno: 125548, size: 4096

I made some modifications to amavis-new to use the clamd virus scanning
daemon instead of the command line version and most of the postfix
errors went away but I still occasionally get one. I've used the system
bios utilities to do a drive scan on both of the drives(raid 1) and they
both were fine according to that. Any ideas?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


New to Subversion: Authorization failure

2007-08-13 Thread David Southwell
Hi 
I am new to subversion and have hit a problem - if anyone feels like helping 
it would be much appreciated.

I have set up subversion to run with apache.
Versions:

apache-2.2.4_2 
subversion-1.4.4_1

I can connect remotely from a client to the server, using name|password 
combination so authentication appears to work fine but authorization is 
failing. 

This is a new repository as can be seen from the output of the 
svnlook. An initial import attempt from the client fails with the client 
reporting RA Layer request failedand 403 forbidden error from the server.

Clearly I have something wrong in my authorization set up. Can anyone point me 
in the right direction?

I have chosen to use an SVNParentPath configuration for multiple repositories 
to exist under the same root with all repositories sharing the same 
AuthzSVNAccessFile. 
I have made all repository paths owner:group www:www

I have made no changes to the files created by the svnadmin create command.
 
1. Here are my entries in  hhtp.conf
# Modules include
LoadModule dav_module libexec/apache22/mod_dav.so
LoadModule dav_svn_module     libexec/apache22/mod_dav_svn.so
LoadModule authz_svn_module   libexec/apache22/mod_authz_svn.so
# Location entry:
Location /svnhome
        DAV svn
        SVNParentPath /usr2/svnhome
        SVNListParentPath on
# Access control Policy
        AuthzSVNAccessFile /usr/local/etc/apache22/Authz_svnhome

# try anonymous access first, resort to authentication
# if necessary
        
        Require valid-user
        AuthType Basic
        AuthName Svn Repository
        AuthUserFile /usr/local/etc/apache22/svn-auth-methusela_02
        
/Location
CustomLog       /usr/local/etc/apache22/svn_logfile %t %u %{SVN-ACTION}e 
env=SVN-ACTION       
#

2. My AuthzSVNAccessFile
#
AuthzSVNAccessFile /usr/local/etc/apache22/Authz_svnhome
[/]
* = r
[/usr2/svnhome]
* =r
[project_meth: /usr2/svnhome/project_meth]
david = rw
test = r
#

3. Output from svnlook
#
svnlook info /usr2/svnhome/project_meth

2007-08-13 03:09:11 -0700 (Mon, 13 Aug 2007)
0
#

4. http-error.log
#
httpd-error.log
[Mon Aug 13 09:30:04 2007] [error] [client 192.168.15.1] Access 
denied: 'david' MKACTIVITY project_meth:
#

5. svn_logfile
#
[13/Aug/2007:08:49:56 -0700] david list-dir '/'
[13/Aug/2007:08:51:47 -0700] david list-dir '/'
#

All help 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]


New to Subversion - Access denied issue

2007-08-13 Thread gimp_user

I have set up subversion to run with apache.
Versions:

apache-2.2.4_2 
subversion-1.4.4_1


I can connect remotely to the server, using name|password combination appears 
to work fine. This is a new repository as can be seen from the output of the 
svnlook. An initial import attempt from the client fails with the client 
reporting RA Layer request failedand 403 forbidden error from the server.

Clearly I have something wrong in my set up. Can anyone point me in the right 
direction?

I have chosen to use an SVNParentPath configuration for multiple repositories 
to exist under the same root with all repositories sharing the same 
AuthzSVNAccessFile. 
I have made all repository paths owner:group www:www

I have made no changes to the files created by the svnadmin create command.
 
1. Here are my entries in  hhtp.conf
# Modules include
LoadModule dav_module libexec/apache22/mod_dav.so
LoadModule dav_svn_module libexec/apache22/mod_dav_svn.so
LoadModule authz_svn_module   libexec/apache22/mod_authz_svn.so
# Location entry:
Location /svnhome
DAV svn
SVNParentPath /usr2/svnhome
SVNListParentPath on
# Access control Policy
AuthzSVNAccessFile /usr/local/etc/apache22/Authz_svnhome

# try anonymous access first, resort to authentication
# if necessary

Require valid-user
AuthType Basic
AuthName Svn Repository
AuthUserFile /usr/local/etc/apache22/svn-auth-methusela_02

/Location
CustomLog   /usr/local/etc/apache22/svn_logfile %t %u %{SVN-ACTION}e 
env=SVN-ACTION   
#

2. My AuthzSVNAccessFile
#
AuthzSVNAccessFile /usr/local/etc/apache22/Authz_svnhome
[/]
* = r
[/usr2/svnhome]
* =r
[project_meth: /usr2/svnhome/project_meth]
david = rw
test = r
#

3. Output from svnlook
#
svnlook info /usr2/svnhome/project_meth

2007-08-13 03:09:11 -0700 (Mon, 13 Aug 2007)
0
#

4. http-error.log
#
httpd-error.log
[Mon Aug 13 09:30:04 2007] [error] [client 192.168.15.1] Access 
denied: 'david' MKACTIVITY project_meth:
#

5. svn_logfile
#
[13/Aug/2007:08:49:56 -0700] david list-dir '/'
[13/Aug/2007:08:51:47 -0700] david list-dir '/'
#

All help 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]


install app without ports

2007-08-13 Thread Jean-Paul Natola
Hi all,

I was just old today that SpamAssassin 3.2.3 has the fix I need to run it on
FreeBSD-

The problem is that it has not yet been updated in the ports tree, so I
downloaded it from the apache website-

But I do not know how to install it, as I have always installed the
applications from the ports ( make install)

How do I go about installing it on FreeBSD 6.2 ?











Jean-Paul Natola
Network Administrator
Information Technology
Family Care International
588 Broadway Suite 503
New York, NY 10012
Phone:212-941-5300 xt 36
Fax:  212-941-5563
Mailto: [EMAIL PROTECTED]

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


Re: install app without ports

2007-08-13 Thread Andrew Greenwood

Jean-Paul Natola wrote:

Hi all,

I was just old today that SpamAssassin 3.2.3 has the fix I need to run it on
FreeBSD-

The problem is that it has not yet been updated in the ports tree, so I
downloaded it from the apache website-

But I do not know how to install it, as I have always installed the
applications from the ports ( make install)

How do I go about installing it on FreeBSD 6.2 ?











Jean-Paul Natola
Network Administrator
Information Technology
Family Care International
588 Broadway Suite 503
New York, NY 10012
Phone:212-941-5300 xt 36
Fax:  212-941-5563
Mailto: [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
  
If you're lucky, you can follow the default installation guide given 
with the app. Keep in mind though, that it may install by default to a 
location other than /usr/local and won't have the fbsd-specific rc.d 
script(s). Assuming that the app hasn't changed much since the ports 
version, you can probably keep using the old rc script though. If you 
have trouble, seek guidance from the porters handbook. 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html

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


Re: Queue file write error and swap_pager issues

2007-08-13 Thread Kris Kennaway
On Mon, Aug 13, 2007 at 12:38:24PM -0400, Eric Sheesley wrote:
 I have a Freebsd 6.2 server. For the past month or so I've been getting
 various messages from postfix saying Error: queue file write error and
 occasionally in the system logs I'll receive the following:
 
 +swap_pager: indefinite wait buffer: bufobj: 0, blkno: 130435, size: 4096
 +swap_pager: indefinite wait buffer: bufobj: 0, blkno: 130409, size: 4096
 +swap_pager: indefinite wait buffer: bufobj: 0, blkno: 125548, size: 4096
 
 I made some modifications to amavis-new to use the clamd virus scanning
 daemon instead of the command line version and most of the postfix
 errors went away but I still occasionally get one. I've used the system
 bios utilities to do a drive scan on both of the drives(raid 1) and they
 both were fine according to that. Any ideas?

The swap_pager messages may be unrelated to your postfix error, but
they indicate that a swap I/O operation took more than 60 seconds to
complete, which is usually due to a hardware problem (e.g. drive
dropping I/O) or an extremely overloaded system (other I/O delaying
the swap request for more than 60 seconds).

Kris


pgpu3xebuxWKO.pgp
Description: PGP signature


Re: install app without ports

2007-08-13 Thread Gaye Abdoulaye Walsimou

Jean-Paul Natola a écrit :


But I do not know how to install it, as I have always installed the
applications from the ports ( make install)

How do I go about installing it on FreeBSD 6.2 ?

  


$tar xvfz Mail-SpamAssassin-3.2.3.tar.gz
$perl Makefile.PL PREFIX=/usr/local/spamassassin
$make
$make disttest
$su
password:
#make install



You will have spamassassin installed in /usr/local/spamassassin

regards

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


Three things . . .

2007-08-13 Thread Mary Evans


1:  OS X (Leopard) due out in September has been declared to be Unix.  Here's a 
link to a slash dot article.  (I first saw it on Tech Net, I think, but 
couldn't find the reference.)
http://apple.slashdot.org/article.pl?sid=07/08/01/123258from=rss

So to the guy who wants to be convinced, what you probably want is relief from 
Windows.

Get a Mac whenthe new OS X is available.

2:  I'm now pouring over everything I can find about making a reliable backup/  
I've just gotten FBSD 6.2 installed with the minimum of my favorite utilities 
and programs.  I want to save the configuration as it is so that . . .

3:  I'm going to try to install an rpm package directly.  (i.e., install an rpm 
file in using Linux environment) I want to use NX server, but I thought of 
trying the stuff directly from Nomachine.  I read an account (O'Reilly network 
article?) of a guy who has done it a few times.  If it fails and I screw up the 
uninstall, I'll restore my system and go ahead with Freenx.

Given my track record with stuff when I go H, Wonder if . . .  I want to 
at least be able to restore to the point where I am, now.

(Cross your fingers for me, you guys!)

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


Re: install app without ports

2007-08-13 Thread Beech Rintoul
On Monday 13 August 2007, Jean-Paul Natola said:
 Hi all,

 I was just old today that SpamAssassin 3.2.3 has the fix I need to
 run it on FreeBSD-

 The problem is that it has not yet been updated in the ports tree,
 so I downloaded it from the apache website-

 But I do not know how to install it, as I have always installed the
 applications from the ports ( make install)

 How do I go about installing it on FreeBSD 6.2 ?

The update is waiting approval, and will be in the tree shortly. In 
the mean time you can download the patch here and apply it from the 
SpamAssassin directory:

http://people.freebsd.org/~beech/diffs/SpamAssassin.diff

Cheers,

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


CD read_big error

2007-08-13 Thread fbsd2
When reading a CD I get READ_BIG request failed. 

What does this mean and how can I fix it?

Thanks in advance.



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


Re: Three things . . .

2007-08-13 Thread Roland Smith
On Mon, Aug 13, 2007 at 12:51:09PM -0700, Mary Evans wrote:

 2: I'm now pouring over everything I can find about making a reliable
 backup I've just gotten FBSD 6.2 installed with the minimum of my
 favorite utilities and programs.  I want to save the configuration as
 it is so that . . .

Very wise!

The best backup for UFS filesystems is dump(8). The restore(8) program
is used to restore things. This is the only program that can save and
restore all features of UFS filesystem (flags, ACLs etc). And they're
available on all FreeBSD boot CDs, so you don't need to install a base
system and a slew of ports just to restore your backups. :-)

Depending on the size of your filesystems, you can burn the backup to a
CD or DVD, or you can save it to e.g. a USB harddisk. You can gzip the
dumps, but unless you're strapped for space I wouldn't bother.

Note that there are are several things that don't need dumping, like
/tmp, /dev, /usr/ports/distfiles.  See §16.12 of the Handbook on backups,
and http://www.xs4all.nl/~rsmith/freebsd/index.html#backups for a more
in-depth explanation of how I make backups.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpJSJZBdMHcn.pgp
Description: PGP signature


Problem sending pr

2007-08-13 Thread Erik Norgaard
Hi: I tried to submit a new port with send-pr as described, but the mail 
doesn't get delivered:


Aug 14 00:05:20 strange postfix/smtp[7310]: A60B82E04D: 
to=[EMAIL PROTECTED], 
relay=mx1.freebsd.org[69.147.83.52]:25, delay=2.1, delays=0.1/0.0 
5/1.4/0.56, dsn=4.7.1, status=deferred (host 
mx1.freebsd.org[69.147.83.52] said: 450 4.7.1 
[EMAIL PROTECTED]: Recipient address rejected: Service 
is unavailable (in reply to RCPT TO command))


Is FreeBSD-gnats-submit not the right recipient or what went wrong?

Thanks, Erik

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


Solved: Problem sending pr

2007-08-13 Thread Erik Norgaard

Erik Norgaard wrote:
Hi: I tried to submit a new port with send-pr as described, but the mail 
doesn't get delivered:


Aug 14 00:05:20 strange postfix/smtp[7310]: A60B82E04D: 
to=[EMAIL PROTECTED], 
relay=mx1.freebsd.org[69.147.83.52]:25, delay=2.1, delays=0.1/0.0 
5/1.4/0.56, dsn=4.7.1, status=deferred (host 
mx1.freebsd.org[69.147.83.52] said: 450 4.7.1 
[EMAIL PROTECTED]: Recipient address rejected: Service 
is unavailable (in reply to RCPT TO command))


Is FreeBSD-gnats-submit not the right recipient or what went wrong?


Never mind, it appears that maybe greylisting is used, I flushed the 
queue again and it got sent.


Erik

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


Vinum configuration syntax

2007-08-13 Thread Modulok
Take the following example vinum config file:

drive a device /dev/da2a
drive b device /dev/da3a

volume rambo
plex org concat
sd length 512m drive a
plex org concat
sd length 512m drive b

The keyword concat specifies the relationship between the plexes and
the subdisks. All writes, are always written to all plexes of a given
volume, thus the example above is a mirror with two plexes, each being
comprised of one very small subdisk. I understand this. What I don't
understand, is how to implement a RAID-5 volume.

The only two vinum plex organizations listed in the handbook were
striped and concat. How do I implement striping with distributed
parity (RAID 5)? This was not covered (or I missed it) in the
handbook, or the vinum(4) manual page, or the gvinum(8) manual page,
or in The Complete FreeBSD. There is a lot of great material on how
vinum is implemented and how great it will make your life, but
painfully little on the actual configuration syntax.

In the vinum(4) man page, it describes a number of mappings between
subdisks and plexes including: Concatenated, Striped and RAID-5,
however these are section headings and in the example config files,
the keywords were striped and concat, not Striped and
Concatenated were used. There has to be at least one other subdisk
to plex mapping:

Vinum implements the RAID-0, RAID-1 and RAID-5 models, both
individually and in combination.

RAID-5 is mentioned several times, but no examples were ever given.
What is the plex organization keyword, raid5, raid-5, RAID-5,
5, parity, disparity? I could use trial and error, but there has
to be a document with this information somewhere. Other than rummaging
through source code, is there any additional documentation on vinum
configuration syntax, (A strict specification would be great!)? I
found a FreeBSD Diary article using vinum, but it wasn't for RAID-5,
so no luck there.

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


Re: Problem sending pr

2007-08-13 Thread Chuck Swiger

On Aug 13, 2007, at 3:16 PM, Erik Norgaard wrote:
Hi: I tried to submit a new port with send-pr as described, but the  
mail doesn't get delivered:


Aug 14 00:05:20 strange postfix/smtp[7310]: A60B82E04D: to=FreeBSD- 
[EMAIL PROTECTED], relay=mx1.freebsd.org[69.147.83.52]:25,  
delay=2.1, delays=0.1/0.0 5/1.4/0.56, dsn=4.7.1, status=deferred  
(host mx1.freebsd.org[69.147.83.52] said: 450 4.7.1 FreeBSD-gnats- 
[EMAIL PROTECTED]: Recipient address rejected: Service is  
unavailable (in reply to RCPT TO command))


Is FreeBSD-gnats-submit not the right recipient or what went wrong?


Nothing is wrong; you got a 4xx temporary failure due to greylisting.
Just wait for your mailserver to retry normally, and your email will  
go through.


--
-Chuck

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


Re: Recommended IDE-to-USB bridge chipsets and hard drive enclosures?

2007-08-13 Thread Wojciech Puchar

which of the supported IDE-to-USB (USB-to-IDE) bridge chipsets work
best with FreeBSD 4.x and 6.x?

Which external IDE-to-USB hard drive enclosures (caddies, cases) would
you recommend?


i have 2 of them (not cases but converters+power supply).

first works perfectly with 480Mbit USB.
it's noname, nothing written on it except USB 2 IDE Hi-Speed Adapter.
got for 20PLN (6-7$)
has one ATA port


other - has 2 ata port (3.5+2.5)  one SATA port.

have problems with DVD-recorders, disks works OK. about 40PLN.


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


FreeBSD-Current 7.0 reporting SCSI drives at 1/2 that of 6.2

2007-08-13 Thread N. Harrington
 Hello

 I seem to be having a problem similiar to one I found
also reported back in April. 

 I am running/testing FreeBSD-CURRENT 7.0 Dated Fri
Jul 27. amd64

 On boot-up, SCSI disk speed being reported as 1/2
that found when using 6.2. It also seems to be
somewhat  unstable. 

 FreeBSD 7
 da0: SEAGATE ST336753LW HPS2 Fixed Direct Access
 SCSI-3 device
 da0: 160.000MB/s transfers (80.000MHz DT, offset 63,
16 bit)
 da0: Command Queueing Enabled
 
 FreeBSD 6.2
da0: SEAGATE ST336753LW HPS2 Fixed Direct Access
SCSI-3 device
da0: 320.000MB/s transfers (160.000MHz DT, offset
 63, 16 bit), Tagged Queueing Enabled

 However the transfer speeds seem to be about the
same.


 I have tried 2 different TYAN S2881 opteron board
with built in Adaptec SCSI (ahd - AIC7902 Ultra320)

 Why would 7.0 be reporting disks at 1/2 speed?



  Thanks!

   Nicole



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


Re: install app without ports

2007-08-13 Thread Beech Rintoul
On Monday 13 August 2007, Jean-Paul Natola said:
 Hi all,

 I was just old today that SpamAssassin 3.2.3 has the fix I need to
 run it on FreeBSD-

 The problem is that it has not yet been updated in the ports tree,
 so I downloaded it from the apache website-

 But I do not know how to install it, as I have always installed the
 applications from the ports ( make install)

 How do I go about installing it on FreeBSD 6.2 ?

The port has been updated, please update your ports tree.

Beech


-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: Redundant network router setup?

2007-08-13 Thread Chuck Swiger

On Aug 13, 2007, at 4:59 PM, Modulok wrote:

QUESTION: Is there a way to setup a redundant router, such that I can
offload traffic from the primary router to another machine, without
breaking TCP sessions?


There are several ways of setting up such redundancy; the common case  
which Cisco calls VRRP, you can use under FreeBSD as CARP.  However,  
this approach is limited to pure routing; it does not handle  
replicating the NAT state tables:



BACKGROUND: I have a FreeBSD machine acting as a gateway, running
natd(8) through ipfw(8).


...which you mention you are using.  I don't know of any way to  
provide redundancy for existing connections going via natd.


--
-Chuck

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


Re: Urgent help needed please: pecl-memcache problem after upgrade of php

2007-08-13 Thread Norberto Meijome
On Mon, 13 Aug 2007 10:49:48 -0400
Ian Lord [EMAIL PROTECTED] wrote:

 Hi,
 
  
 
 I just did a portupgrade -a and now memcache doesn't work anymore in php.

best practice is to test upgrades before applying them to production  :)

  
 
 Here are the version portupgrade installed:
 
 pecl-memcache-2.1.2
 
 memcached-1.2.2
 
 php5-5.2.3_1
 
  
 
 In php/error.log I can see this error message
 
 [13-Aug-2007 10:38:20] PHP Warning:  PHP Startup: Unable to load dynamic
 library '/usr/local/lib/php/20060613/memcache.so' -
 /usr/local/lib/php/20060613/memcache.so: Undefined symbol
 quot;php_session_create_idquot; in Unknown on line 0

it could be that memcache and php got out of sync with the php modules. try 
rebuilding all the php modules ( portupgrade -fp php-* ) . the -p will make 
binary packages after installing the ports

[...]
 If not able to fix (might be a problem with the port, what is the easiest
 way to go back to previous version)

- have you kept packages of the previously installed versions? you an use them 
to revert back
- you can try to move the ports tree back to before those upgrades happened, 
and force a downgrade to those versions.

i still think the fastest way is to rebuild php*

good luck,
B
_
{Beto|Norberto|Numard} Meijome

Egotism is the anesthetic that dulls the pain of stupidity.
  Frank Leahy

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Can't fdisk newly installed disks

2007-08-13 Thread Simon Gao
Hi,

I am running into some problem with fdisk newly installed drives.

From boot message, these drives are found without problem:

da3 at mpt0 bus 0 target 2 lun 0
da3: IFT A12U-G2421 347D Fixed Direct Access SCSI-3 device
da3: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged
Queueing Enabled
da3: 2048000MB (4194304000 512 byte sectors: 255H 63S/T 261083C)
da4 at mpt0 bus 0 target 2 lun 1
da4: IFT A12U-G2421 347D Fixed Direct Access SCSI-3 device
da4: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged
Queueing Enabled
da4: 2048000MB (4194304000 512 byte sectors: 255H 63S/T 261083C)
da5 at mpt0 bus 0 target 2 lun 2
da5: IFT A12U-G2421 347D Fixed Direct Access SCSI-3 device
da5: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged
Queueing Enabled
da5: 670790MB (1373777920 512 byte sectors: 255H 63S/T 85513C)

There are device files in /dev:

crw-r-  1 root  operator4,  14 Aug 13 17:14 /dev/da3
crw-r-  1 root  operator4,  15 Aug 13 17:14 /dev/da4
crw-r-  1 root  operator4,  16 Aug 13 17:14 /dev/da5


However, when trying to fdisk one of drives, I got following error:

# fdisk -BI da5
fdisk: cannot open disk /dev/da5: No such file or directory

sysintall failed also.

The system runs  FreeBSD 5.2.1-RELEASE.

Any help is appreciated.

Simon


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


ndis wrapped Intel wireless driver causes panic

2007-08-13 Thread Doug Poland
Hello,

I've got an HP/Compaq nx7400 and am having trouble with kernel loadable
object generated by ndisgen.  (6.2-STABLE, i386).

Following the man page for ndisgen(4), I have the following files:

-rwx--  1 dpoland  wheel27546 May  4 14:14:52 2007 NETw4x32.CAT*
-rwx--  1 dpoland  wheel   180005 May  4 14:14:52 2007 NETw4x32.INF*
-rwx--  1 dpoland  wheel  2206976 May  4 14:14:52 2007 NETw4x32.SYS*
-rwxr-xr-x  1 root wheel  4185539 Aug 13 16:42:25 2007 NETw4x32_SYS.ko*

I've copied the .ko file to /boot/kernel and when I type:

root# kldload NETw4x32_SYS

the system panics.


Aug 13 16:44:42 hpnx7400 kernel: no match for NdisIMCopySendPerPacketInfo
Aug 13 16:44:42 hpnx7400 kernel: no match for strncat
Aug 13 16:44:42 hpnx7400 kernel: no match for KeQuerySystemTime
Aug 13 16:44:42 hpnx7400 kernel: no match for KeBugCheckEx
Aug 13 16:44:42 hpnx7400 kernel: no match for KeTickCount
Aug 13 16:44:42 hpnx7400 kernel: ndis0: Intel(R) PRO/Wireless 3945ABG Network 
Connection mem 0xf400-0xf4000fff irq 17 at device 0.0 on pci16
Aug 13 16:44:42 hpnx7400 kernel: ndis0: NDIS API version: 5.1
Aug 13 16:44:42 hpnx7400 kernel: ndis0: NDIS ERROR: 40001b7c (unknown error)
Aug 13 16:44:42 hpnx7400 kernel: ntoskrnl dummy called...
Aug 13 16:44:42 hpnx7400 last message repeated 15 times
Aug 13 16:44:42 hpnx7400 kernel: 
Aug 13 16:44:42 hpnx7400 kernel: 
Aug 13 16:44:42 hpnx7400 kernel: Fatal trap 12: page fault while in kernel mode
Aug 13 16:44:42 hpnx7400 kernel: cpuid = 1; apic id = 01
Aug 13 16:44:42 hpnx7400 kernel: fault virtual address   = 0x48
Aug 13 16:44:42 hpnx7400 kernel: fault code  = supervisor read, page 
not present
Aug 13 16:44:42 hpnx7400 kernel: instruction pointer = 0x20:0xc06a38ca
Aug 13 16:44:42 hpnx7400 kernel: stack pointer   = 0x28:0xebbfa5f0
Aug 13 16:44:42 hpnx7400 kernel: frame pointer   = 0x28:0xebbfa5f0
Aug 13 16:44:42 hpnx7400 kernel: code segment= base 0x0, limit 
0xf, type 0x1b
Aug 13 16:44:42 hpnx7400 kernel: = DPL 0, pres 1, def32 1, gran 1
Aug 13 16:44:42 hpnx7400 kernel: processor eflags= interrupt enabled, 
resume, IOPL = 0
Aug 13 16:44:42 hpnx7400 kernel: current process = 5822 (kldload)
Aug 13 16:44:42 hpnx7400 kernel: trap number = 12
Aug 13 16:44:42 hpnx7400 kernel: panic: page fault
Aug 13 16:44:42 hpnx7400 kernel: cpuid = 1
Aug 13 16:44:42 hpnx7400 kernel: Uptime: 8m45s
Aug 13 16:44:42 hpnx7400 kernel: Cannot dump. No dump device defined.
Aug 13 16:44:42 hpnx7400 kernel: Automatic reboot in 15 seconds - press a key 
on the console to abort
Aug 13 16:44:42 hpnx7400 kernel: Rebooting...
Aug 13 16:44:42 hpnx7400 kernel: cpu_reset: Stopping other CPUs

I've googled around but haven't been able to identify a solution.  Any
help would be greatly appreciated.


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


Re: Can't fdisk newly installed disks

2007-08-13 Thread Jerry McAllister
On Mon, Aug 13, 2007 at 05:38:04PM -0700, Simon Gao wrote:

 Hi,
 
 I am running into some problem with fdisk newly installed drives.
 
 From boot message, these drives are found without problem:
 
 da3 at mpt0 bus 0 target 2 lun 0
 da3: IFT A12U-G2421 347D Fixed Direct Access SCSI-3 device
 da3: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged
 Queueing Enabled
 da3: 2048000MB (4194304000 512 byte sectors: 255H 63S/T 261083C)
 da4 at mpt0 bus 0 target 2 lun 1
 da4: IFT A12U-G2421 347D Fixed Direct Access SCSI-3 device
 da4: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged
 Queueing Enabled
 da4: 2048000MB (4194304000 512 byte sectors: 255H 63S/T 261083C)
 da5 at mpt0 bus 0 target 2 lun 2
 da5: IFT A12U-G2421 347D Fixed Direct Access SCSI-3 device
 da5: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged
 Queueing Enabled
 da5: 670790MB (1373777920 512 byte sectors: 255H 63S/T 85513C)
 
 There are device files in /dev:
 
 crw-r-  1 root  operator4,  14 Aug 13 17:14 /dev/da3
 crw-r-  1 root  operator4,  15 Aug 13 17:14 /dev/da4
 crw-r-  1 root  operator4,  16 Aug 13 17:14 /dev/da5
 
 
 However, when trying to fdisk one of drives, I got following error:
 
 # fdisk -BI da5
 fdisk: cannot open disk /dev/da5: No such file or directory
 
 sysintall failed also.
 
 The system runs  FreeBSD 5.2.1-RELEASE.
 
 Any help is appreciated.

Did you try doing a  dd(1)  if some blocks of zeros to the drive
before doing the fdisk.On some older FreeBSD - don't remember
which - I had trouble with some brands of SCSI disks and writing
some zeros to it seemed to make it work.  I don't know why or even
why I first tried it.   But it is simple enough to be worth giving
it a try to see if anything improves.

   dd if=/devf/zero of=/dev/da5 bs=512 count=1024

jerry  

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


Re: Can't fdisk newly installed disks

2007-08-13 Thread Chris Hill

On Mon, 13 Aug 2007, Simon Gao wrote:

[snip]


The system runs  FreeBSD 5.2.1-RELEASE.


Have you considered updating to something a little less long in the 
tooth? 5.2.1 hasn't been officially supported for some time now, and 
these problems may have been solved in the last three years. Just 
saying.


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