Re : can i just upgrade the 8.1 kernel ?

2010-07-23 Thread Alexandre L.
I think you have not understood the handbook.
You MUST rebuild both base system and kernel to correctly upgrade your FreeBSD 
box to 8.1-RELEASE. 
If you let your system in 8.0-RELEASE and compile a kernel with 8.1 sources, 
you will have problem.
http://www.freebsd.org/doc/en/books/handbook/makeworld.html

--- En date de : Ven 23.7.10, zaxis z_a...@163.com a écrit :

 De: zaxis z_a...@163.com
 Objet: can i just upgrade the 8.1 kernel ?
 À: freebsd-questions@freebsd.org
 Date: Vendredi 23 juillet 2010, 7h01
 
 uname -a
 FreeBSD mybsd.zsoft.com 8.0-RELEASE-p2 FreeBSD
 8.0-RELEASE-p2 #0: Wed Jul 14
 15:35:26 CST 2010    
 r...@mybsd.zsoft.com:/media/G/usr/obj/media/G/usr/src/sys/MYKERNEL 
 i386
 
 Can i just use the following commands to upgrade to 8.1
 kernel ? And does
 the virtualbox-ose still work under 8.1 ?
 
 # csup -g -L 2 -h cvsup.freebsd.org
 /usr/share/examples/cvsup/standard-supfile
 # cd /usr/src
 # make buildkernel KERNCONF=MYKERNEL
 # make installkernel KERNCONF=MYKERNEL
 
 -
 e^(π⋅i) + 1 = 0
 -- 
 View this message in context: 
 http://old.nabble.com/can-i-just-upgrade-the-8.1-kernel---tp29244514p29244514.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
 




___
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 : cannot install opera

2010-07-16 Thread Alexandre L.
Yesterday, I have written to the maintainer of the Opera port, and he gave me 
this link : http://www.freebsd.org/cgi/query-pr.cgi?pr=148294
The port update is in the pipes ;)

Alexandre.

--- En date de : Ven 16.7.10, zaxis z_a...@163.com a écrit :

 De: zaxis z_a...@163.com
 Objet: cannot install opera
 À: freebsd-questions@freebsd.org
 Date: Vendredi 16 juillet 2010, 7h14
 
 sudo portsnap fetch update
 cd /usr/ports/www/opera
 /usr/ports/www/operasudo make install clean
 Password:
 ===  opera-10.10.20091120_2 has known
 vulnerabilities:
 = opera -- Data URIs can be used to allow cross-site
 scripting.
    Reference:
 http://portaudit.FreeBSD.org/77b9f9bc-7fdf-11df-8a8d-0008743bf21a.html
 = Please update your ports tree and try again.
 *** Error code 1
 
 Stop in /media/G/usr/ports/www/opera.
 
 does it mean the oepra vulnerabilities has not been fixed ?
 
 
 -
 e^(π⋅i) + 1 = 0
 -- 
 View this message in context: 
 http://old.nabble.com/cannot-install-opera-tp29180746p29180746.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
 




___
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: Staying up to date with security patches

2010-07-13 Thread Alexandre L.
The full process is described here : 
http://www.freebsd.org/doc/en/books/handbook/updating-upgrading-freebsdupdate.html

Alexandre

--- En date de : Lun 12.7.10, Michael mlmichae...@gmail.com a écrit :

 De: Michael mlmichae...@gmail.com
 Objet: Re: Staying up to date with security patches
 À: Mike Clarke jmc-freeb...@milibyte.co.uk
 Cc: freebsd-questions@freebsd.org
 Date: Lundi 12 juillet 2010, 19h31
 On 02/07/2010 22:58, Mike Clarke
 wrote:
  On Friday 02 July 2010, Ed Flecko wrote:
  
  Since I will be doing a custom kernel at some
 point, I won't use
  freebsd-update, I'm using cvsup instead.
  
  The alternative would be to just use the source code
 patches from the
  security-advisories mailing list. That way you don't
 have to rebuild
  the whole base system each time, though some of the
 patches will
  require the kernel to be rebuilt.
  
 
 That's what I used to do and it works. Only trouble is that
 in some cases it turns out that it's not enough to simply
 follow instructions from security advisory. You have to
 manually make other parts of the system otherwise updating
 will fail. I found it somewhat confusing and time
 consuming.
 
 Now I'm using freebsd-update with my custom built kernel
 and it also works fine. I just have to remember to rebuild
 and reinstall my kernel every time after using
 freebsd-update (or in fact only when kernel code is
 affected). That way I got very quick and no-brainer system
 updates.
 Is it not advised to do it this way?
 
 Michael
 ___
 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: Problem using Portmaster to upgrade installed ports via packages only

2010-07-05 Thread Alexandre L.
First, Thanks Doug for responding to my mails. 

  I don't know (or understand) if I have to set a value
 to
  PM_SU_VERBOSE
 
 That depends on your goal. Why are you setting this?
I thought that PM_SU_VERBOSE will explain the errors about my sudo problem. I 
can use portmaster with sudo only with the command : 
#sudo portmaster -options
but not with .portmasterrc, or /etc/portmaster.rc

  I have tried to set PM_SU_VERBOSE=/usr/local/bin/sudo
  without success If you can help me here, I have read
 the manpage
  hundred times, but haven't found where I am wrong.
 
 Please copy and paste the parts of the man page that are
 confusing. That
 will help me improve it.

I think I have misunderstood the using of PM_SU_VERBOSE. I thought that 
PM_SU_VERBOSE was the verbose mode of PM_SU_CMD. As you describe in your mail, 
the using of this option is not applied for my case. 

 Meanwhile, you might also consider simply running
 portmaster as root.
 There is nothing preferable about running it with sudo, it
 is a feature
 that I added because users so often requested it.
I have apply your advice, and I haven't got problem. Now I can install ports 
from packages (if available) or from sources.
 
Really, thanks again Doug for your help, and advices.

Alexandre.




___
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: Problem using Portmaster to upgrade installed ports via packages only

2010-06-29 Thread Alexandre L.
I have done tests last days, and now I can set PACKAGESITE correctly in user's 
.cshrc (I have unset the parameter in root's .cshrc).
Else, I have set /usr/local/etc/portmaster.rc, as described in the portmaster's 
manpage.

Here my /usr/local/etc/portmaster.rc

PM_SU_VERBOSE=
PM_SU_CMD=/usr/local/bin/sudo

I don't know (or understand) if I have to set a value to PM_SU_VERBOSE
I have tried to set PM_SU_VERBOSE=/usr/local/bin/sudo without success
If you can help me here, I have read the manpage hundred times, but haven't 
found where I am wrong. 

Then I have tried without the line PM_SU_VERBOSE, just with 
PM_SU_CMD=/usr/local/bin/sudo
I can install without problem packages with 
$ portmaster -P -a -x openoffice

But if there is no package available for the port, I got the message (it is an 
example) : 

= libpng-1.4.3.tar.xz doesn't seem to exist in /usr/ports/distfiles//.
= /usr/ports/distfiles/ is not writable by you; cannot fetch.
*** Error code 1

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

Stop in /usr/ports/graphics/png.

=== make failed for graphics/png
=== Aborting update

=== Update for png-1.4.1_1 failed
=== Aborting update

=== There are messages from installed ports to display,
   but first take a moment to review the error messages
   above.  Then press Enter when ready to proceed. 

In the 2 cases, my user's password has been asked, and I have typed it.

My portmaster version is 2.32.

I haven't got problem if I do 
$ sudo portmaster -P -a -x openoffice

I think my problem come from the parameter for sudo in portmaster.rc but I 
don't know how to set it. I have really read the manpage a lot.

Thanks for your help.




___
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 : mod_proxy_html upgrade/reinstall outcomments line

2010-06-25 Thread Alexandre L.
I don't know how to fix this, but you can find information about the maintainer 
on this website : http://www.freshports.org/www/mod_proxy_html/

Have you updated your tree port ?
The port has been updated : 03 June 2010

--- En date de : Ven 25.6.10, n dhert ndhert...@gmail.com a écrit :

 De: n dhert ndhert...@gmail.com
 Objet: mod_proxy_html upgrade/reinstall outcomments line
 À: freebsd-questions@freebsd.org
 Date: Vendredi 25 juin 2010, 8h29
 upgrading or reinstalling port 
 www/mod_proxy_htmlevery time outcomments the
 line
 LoadModule proxy_html_module 
 libexec/apache22/mod_proxy_html.so
 if you had it previously in your apache.conf file ...
 At your next run of # apachectl graceful, httpd gives an
 error and doesn't
 start ...
 I've noticed this a few times..
 Can't this be fixed ?
 
 BTW how to know the e-mail address of the maintainer of a
 freebsd port?
 ___
 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


Problem using Portmaster to upgrade installed ports via packages only

2010-06-24 Thread Alexandre L.
Hi,

On my FreeBSD box running 8.0-RELEASE-p3, I have tried to use PORTMASTER tool 
to upgrade my ports via packages only.
Then I added the following line to my user's .cshrc file and root's .cshrc 
file, and re-opened user's session : 
setenv PACKAGESITE 
ftp://ftp.fr.freebsd.org/pub/FreeBSD/ports/i386/packages-8-stable/All/

Then I typed this linde into a console : 
% sudo portmaster -PP -a -x openoffice

I past the output : 
=== The following actions will be taken if you choose to proceed:
Upgrade automounter-1.4.2 to automounter-1.4.3
Upgrade liveMedia-2010.05.29,1 to liveMedia-2010.06.11,1
Upgrade portmaster-2.29 to portmaster-2.32
Upgrade bash-4.1.5_2 to bash-4.1.7
Upgrade iso-codes-3.16_1 to iso-codes-3.17
Upgrade p5-libwww-5.834 to p5-libwww-5.836
Upgrade tiff-3.9.3 to tiff-3.9.4
Upgrade filezilla-3.3.2.1_2 to filezilla-3.3.3
Upgrade gnupg-2.0.14_2 to gnupg-2.0.15
Upgrade libassuan-1.0.5 to libassuan-2.0.0
Upgrade wine-1.2.r3,1 to wine-1.2.r4,1

=== Proceed? y/n [y]

=== Starting install for for ports that need updating ===

=== Launching child to update automounter-1.4.2

=== Port directory: /usr/ports/sysutils/automounter
=== Checking package repository for latest available version

=== The newest available package (automounter-1.3.4)
   is older than the version in ports (automounter-1.4.3)

=== Try --packages-if-newer, or do not use -PP/--packages-only
=== Aborting update

=== Update for automounter-1.4.2 failed
=== Aborting update

The strange thing is the 'automounter-1.4.3' package is available on the FTP 
repository configured for PACKAGESITE.

Elsewhere, I have tested these FTP repositories (for PACKAGESITE variable) 
without success : 
ftp://ftp.fr.freebsd.org/pub/FreeBSD/ports/i386/packages-8-stable/Lastest/
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-stable/Lastest/
ftp://ftp.fr.freebsd.org/pub/FreeBSD/ports/i386/packages-8-stable/All/

Thanks in advance for your help.




___
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 : Xorg fails to start after upgrading to 8 stable

2010-06-18 Thread Alexandre L.
When you upgrade your system to a major release (7.x  8.x), you MUST 
re-install all your ports. See the handbook 
http://www.freebsd.org/doc/en/books/handbook/ports-using.html and the section 
4.5.4 Upgrading Ports.

--- En date de : Ven 18.6.10, Xihong Yin x...@gmx.com a écrit :

 De: Xihong Yin x...@gmx.com
 Objet: Xorg fails to start after upgrading to 8 stable
 À: freebsd-questions@freebsd.org
 Date: Vendredi 18 juin 2010, 4h30
 I upgraded from 7.2 to 8.0. Xorg
 can't start. I got the following
 message when I type 'startx'.  I already upgraded
 Xorg, hal
 and libusb to the latest. Anybody can help?
 
 Script started on Fri Jun 18 00:20:21 2010
 c...@router1:~ startx xauth:  creating new
 authority file /home/c512/.serverauth.69871
 
 
 X.Org X Server 1.7.5
 Release Date: 2010-02-16
 X Protocol Version 11, Revision 0
 Build Operating System: FreeBSD 8.0-RELEASE-p2 i386 Current
 Operating System: FreeBSD rt.hm.com 8.1-PRERELEASE FreeBSD
 8.1-PRERELEASE #0: Sat Jun  5 22:46:16 EDT 2010 
    c...@rt.hm.com:/usr/obj/usr/src/sys/MY8XKERNEL
 i386
 Build Date: 31 May 2010  11:11:42PM
 
 Current version of pixman: 0.16.6
     Before reporting problems, check http://wiki.x.org
     to make sure that you have the latest
 version.
 Markers: (--) probed, (**) from config file, (==) default
 setting,
     (++) from command line, (!!) notice,
 (II) informational,
     (WW) warning, (EE) error, (NI) not
 implemented, (??) unknown.
 (==) Log file: /var/log/Xorg.0.log, Time: Fri Jun 18
 00:20:24 2010
 (==) Using config file: /etc/X11/xorg.conf
 record: RECORD extension enabled at configure time.
 record: This extension is known to be broken, disabling
 extension now..
 record: http://bugs.freedesktop.org/show_bug.cgi?id=20500
 
 waiting for X server to shut down
 
 ___
 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 : change kde4 (pkg) to kde4 (ports)

2010-06-18 Thread Alexandre L.
Why do you want to do that ?
Packages are in this directory by default : /usr/ports/distfiles/

--- En date de : Jeu 17.6.10, Giorgos Tsiapaliokas terie...@gmail.com a 
écrit :

 De: Giorgos Tsiapaliokas terie...@gmail.com
 Objet: change kde4 (pkg) to kde4 (ports)
 À: freebsd-questions@freebsd.org
 Date: Jeudi 17 juin 2010, 18h46
 hello,
 
 i have installed  kde4 via the package system.
 how can i install the kde4 via ports system without
 deleting the packages
 and then compiling them?
 
 thank you for answering :)
 ___
 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: Re : change kde4 (pkg) to kde4 (ports)

2010-06-18 Thread Alexandre L.
Thank you for correcting me

--- En date de : Ven 18.6.10, Polytropon free...@edvax.de a écrit :

 De: Polytropon free...@edvax.de
 Objet: Re: Re : change kde4 (pkg) to kde4 (ports)
 À: Alexandre L. axel...@ymail.com
 Cc: Giorgos Tsiapaliokas terie...@gmail.com, freebsd-questions@freebsd.org
 Date: Vendredi 18 juin 2010, 8h47
 On Fri, 18 Jun 2010 08:21:53 +
 (GMT), Alexandre L. axel...@ymail.com
 wrote:
  Why do you want to do that ?
  Packages are in this directory by default :
 /usr/ports/distfiles/
  
  --- En date de : Jeu 17.6.10, Giorgos Tsiapaliokas
 terie...@gmail.com
 a écrit :
  
   De: Giorgos Tsiapaliokas terie...@gmail.com
   Objet: change kde4 (pkg) to kde4 (ports)
   À: freebsd-questions@freebsd.org
   Date: Jeudi 17 juin 2010, 18h46
   hello,
   
   i have installed  kde4 via the package system.
   how can i install the kde4 via ports system
 without
   deleting the packages
   and then compiling them?
   
   thank you for answering :)
 
 Not fully correct.
 
 The directory /usr/ports/distfiles/ does not contain
 packages.
 It contains distribution files, those are usually archives
 full of source code and other resources that a port needs
 to
 be processed.
 
 To the OP:
 
 If you've already installed KDE4 from packages, the step
 make
 in the KDE4 ports directory will first generate KDE, and
 the
 step make install will install it. You have to deinstall
 (make deinstall) your KDE (from packages) first. To the
 system, it doesn't matter if a program has been installed
 from ports or packages; packages can be seen as
 precompiled
 and compressed ports, while ports per se are the
 material
 to create the programs (sources, resources, images, and so
 on).
 
 If you want to create packages from a port (or maybe
 package)
 you already have installed, use make package. This will
 generate a compressed archive in /usr/ports/packages/
 subtree.
 You can install those packages on other systems, for
 example,
 without the need for compiling or fetching (a good
 solution
 for off-line operations).
 
 If this wasn't the answer you were searchig for, try to
 ask
 in a more precise way. :-)
 
 
 
 -- 
 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
 




___
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


(no subject)

2010-06-16 Thread Alexandre L.
Hi,

I want to use Fuse-SSHFS http://www.freshports.org/sysutils/fusefs-sshfs/ but 
the port is old (and it got a Sanity Test Failure).
When I go to the website of the project Fuse 
http://sourceforge.net/projects/fuse/ , there is a more recent version 
fuse-2.8.4.tar.gz and available (?) for FreeBSD.

Is anyone is using Fuse-SSHFS and which version : the one from ports or from 
the project website ?

I haven't found anything on Google.

Thanks.  
Alexandre.




___
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: RESOLVED: Problem upgrading ports - libintl.so.8 not found

2010-06-16 Thread Alexandre L.
I have encountered the same problem. On FreeBSD forums, I have found the 
solution : 
http://forums.freebsd.org/showthread.php?t=14655
You have to symlink /usr/local/lib/libintl.so.8 to /usr/local/lib/libintl.so.9

--- En date de : Mer 16.6.10, C. P. Ghost cpgh...@cordula.ws a écrit :

 De: C. P. Ghost cpgh...@cordula.ws
 Objet: Re: RESOLVED: Problem upgrading ports - libintl.so.8 not found
 À: Scott Schappell arc...@silvertree.org
 Cc: freebsd-questions@freebsd.org
 Date: Mercredi 16 juin 2010, 12h52
 On Wed, Jun 16, 2010 at 12:41 AM,
 Scott Schappell arc...@silvertree.org
 wrote:
  After digging through /usr/ports/UPDATING, I copied
 all .so.8 and .so.16 libraries to /usr/local/lib and
 /usr/local/lib/compat/pkg and those ports are now compiling.
 I'm assuming that's the approved solution until ports are
 updated?
 
 That's not the best solution. If you copy libintl.so.8 to
 compat/pkg, that's
 okay. If you leave it in /usr/local/lib, some ports may
 pick it up by mistake
 and you'll end up with a mix of ports that link to
 libintl.so.8 and
 libintl.so.9.
 
 -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
 




___
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


Install Fuse-SSHFS from ports or from Fuse Website Project ?

2010-06-16 Thread Alexandre L.
Hi,

I want to use Fuse-SSHFS http://www.freshports.org/sysutils/fusefs-sshfs/ but 
the port is old (and it got a Sanity Test Failure).
When I go to the website of the project Fuse 
http://sourceforge.net/projects/fuse/ , there is a more recent version 
fuse-2.8.4.tar.gz and available (?) for FreeBSD.

Is anyone is using Fuse-SSHFS and which version : the one from ports or from 
the project website ?

I haven't found anything on Google.

Thanks.
Alexandre.

nb : excuse-me for my previous message without object.




___
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 : Possible to run Linux distro in a jail?

2010-05-29 Thread Alexandre L.
I have this link to a French Blog : 
http://blog.etoilebsd.net/post/Emprisonner_une_debian_dans_un_FreeBSD

This describe how to jail a Linux Debian in FreeBSD.

I hope this will help you. I haven't used it. 
Thanks to its author : Baptiste Daroussin.

I translated it in English : 



# mkdir /home/jails/debian
# mkdir /home/jails/debian/dev
# mkdir /home/jails/debian/proc
# mkdir /home/jails/debian/sys
# kldload linux
# kldload linprocfs
# kldload linsysfs
# kldload lindev
# mount -t devfs none /home/jails/debian/dev
# mount -t linprocfs none /home/jails/debian/proc
# mount -t linsysfs none /home/jails/debian/sys

We are using /home/jails/debian for the root of the Linux Debian.
We will load all the necessary devices (nota : lindev appeared in Freebsd 
9-CURRENT and has MFCed in 8-STABLE, it is not obligatory).

We could do the install with debootstrap, but I prefered to use an openvz 
template : 
# fetch http://download.openvz.org/template/precreated/debian-5.0-x86.tar.gz

And I unpack it in my jail : 
# tar xvfp debian-5.0-x86.tar.gz -C debian --exclude dev* --exclude proc* 
--exclude sys*

To correctly start my jail, at least 1 service must be started in the jail (I 
failed to build a persistent linux jail only). By default the startup script of 
jails try to launch /etc/rc that we will create and launch /etc/rc.shutdown to 
stop it.

# echo /etc/init.d/cron start  /home/jails/debian/etc/rc
# chmod 755 /home/jails/debian/etc/rc
# echo /etc/init.d/cron stop  /home/jails/debian/etc/rc.shutdown
# chmod 755 /home/jails/debian/etc/rc.shutdown

In /etc/rc.conf we configure the startup of the jail : 
jail_debian_rootdir=/home/jails/debian
jail_debian_hostname=debian
jail_debian_ip=192.168.1.3
jail_debian_interface=nfe0
jail_debian_devfs_enable=YES
jail_debian_devfs_ruleset=devfsrules_jail
jail_debian_flags=-n debian

We start the jail : 
# /etc/rc.d/jail start debian

And voilà : 
#jls
   JID  IP Address  Hostname  Path
15  192.168.1.3 debian/home/jails/debian
#jexec debian uname -a
Linux debian 2.6.16 FreeBSD 8.0-STABLE #3: Sun Jan 10 20:39:38 CET 2010 i686 
GNU/Linux
#jexec debian cat /etc/debian_version
5.0.4

Here a beautiful Debian Linux jailed in FreeBSD
But be careful, not everything works perfectly : sysklogd don't run cause to 
/dev access. But 99% is functional.

--- En date de : Ven 28.5.10, Yuri y...@rawbw.com a écrit :

 De: Yuri y...@rawbw.com
 Objet: Possible to run Linux distro in a jail?
 À: freebsd-questions freebsd-questions@FreeBSD.ORG
 Date: Vendredi 28 mai 2010, 20h16
 When I googled linux in a jail I
 got some references but no particular howto.
 Since currently VirtualBox is broken (hangs OS after a
 while), is it really possible to install Linux into a jail
 as a virtual machine?
 
 Yuri
 ___
 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: using automounter (automatically mounting USB drives)

2010-05-19 Thread Alexandre L.
To enable it at system startup, you must add the following line to /etc/rc.conf 
: 
automounter_enable=YES

--- En date de : Mar 18.5.10, David DEMELIER demelier.da...@gmail.com a 
écrit :

 De: David DEMELIER demelier.da...@gmail.com
 Objet: Re: using automounter (automatically mounting USB drives)
 À: Eitan Adler li...@eitanadler.com
 Cc: freebsd-questions@freebsd.org
 Date: Mardi 18 mai 2010, 21h07
 2010/5/18 Eitan Adler li...@eitanadler.com:
  How can I automatically mount USB drives when I plug
 them in?
  I found a program sysutils/automounter which appears
 to create a link
  /media/msdosfs/USB20FD but doesn't actually mount
 anything.
  ___
  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
 
 
 I don't know sysutils/automounter, but the
 
 COMMENT=        Provides scripts to
 dynamically configure amd
 
 would means that it only prepare the devices entries to be
 used by the
 amd(8) daemon (amd — automatically mount file systems)
 
 Take a look at the amd(8) manpage (I can't help you I never
 used it)
 and the rc.conf(5) to enable it.
 
 -- 
 Demelier David
 ___
 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 : What driver goes with what PCI device

2010-05-12 Thread Alexandre L.
For the SMBus Controller, the driver you can load is : ichsmb

To load it every reboot :
#echo 'ichsmb_load=YES'  /boot/loader.conf

To load it one time : 
#kldload ichsmb

For the others drivers, I don't know.

--- En date de : Mer 12.5.10, Eitan Adler li...@eitanadler.com a écrit :

 De: Eitan Adler li...@eitanadler.com
 Objet: What driver goes with what PCI device
 À: questi...@freebsd.org
 Date: Mercredi 12 mai 2010, 8h03
 I ran the following command and I was
 wondering how I could figure out
 what drivers are needed for each of the following.
 
 $pciconf -lv|grep -A 4 none
 no...@pci0:0:31:3:      class=0x0c0500
 card=0x3a1d17aa chip=0x29308086
 rev=0x03 hdr=0x00
    vendor     = 'Intel
 Corporation'
    device     =
 '82801IB/IR/IH (ICH9 Family) SMBus Controller'
    class      = serial bus
    subclass   = SMBus
 no...@pci0:2:0:0:   
    class=0x088000 card=0x3d9b17aa
 chip=0x2382197b
 rev=0x00 hdr=0x00
    vendor     = 'JMicron
 Technology Corp.'
    device     = 'JMB38X
 SD/MMC Host Controller (JMB38X)'
    class      = base
 peripheral
 no...@pci0:2:0:2:   
    class=0x080501 card=0x3d9a17aa
 chip=0x2381197b
 rev=0x00 hdr=0x00
    vendor     = 'JMicron
 Technology Corp.'
    class      = base
 peripheral
    subclass   = SD host
 controller
 no...@pci0:2:0:3:   
    class=0x088000 card=0x3d9c17aa
 chip=0x2383197b
 rev=0x00 hdr=0x00
    vendor     = 'JMicron
 Technology Corp.'
    device     = 'JMB38X
 MS Host Controller (JMB38X)'
    class      = base
 peripheral
 ___
 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 : nvidia module startup

2010-04-28 Thread Alexandre L.
Have you added the following line to /etc/rc.conf ?
linux_enable=YES

--- En date de : Mer 28.4.10, sean tech.j...@myfairpoint.net a écrit :

 De: sean tech.j...@myfairpoint.net
 Objet: nvidia module startup
 À: Free BSD Questions list freebsd-questions@freebsd.org
 Date: Mercredi 28 avril 2010, 12h36
 Hello All,
 
     Setting up a new system here and the
 nvidia module will not load on system startup.
 
 In the /boot/loader.conf I have placed nvidia_load=YES as
 I found in the instructions, but still no good.
 
 After a system start-up I have to manually load up nvidia
 using kldloader. Once that is done X starts without
 problems.
 
         Thanks in advance,
         Sean
 ___
 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 : Display country selected during sysinstall

2010-04-23 Thread Alexandre L.
I think this is what your are searching for 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/using-sysinstall.html
Go to 'KEYMAP' and change it.

If your system is already installed, you can edit /etc/rc.conf and see what 
keymap is configured.

--- En date de : Jeu 22.4.10, Aiza aiz...@comclark.com a écrit :

 De: Aiza aiz...@comclark.com
 Objet: Display country selected during sysinstall
 À: FreeBSD Questions freebsd-questions@freebsd.org
 Date: Jeudi 22 avril 2010, 10h11
 How do I display or change the
 country selected at start of sysinstall?
 ___
 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: u3g network problem

2010-03-31 Thread Alexandre L.
Hi,

If your DNS are changed, I think that your network card is configured in DHCP 
mode.
To dissallow DNS changes (in /etc/resolv.conf) by DHCP updates, you can add 
this line to /etc/dhclient.conf : 
prepend domain-name-servers 
DNS_IP_adress_1,DNS_IP_adresse_2,DNS_IP_adresse_3;
After you must restart your network card and voilà.

Alexandre.

--- En date de : Mer 31.3.10, Alejandro Imass a...@p2ee.org a écrit :

 De: Alejandro Imass a...@p2ee.org
 Objet: Re: u3g network problem
 À: Patrick Lamaiziere patf...@davenulle.org
 Cc: freebsd-questions@freebsd.org
 Date: Mercredi 31 mars 2010, 12h18
 On Tue, Mar 30, 2010 at 5:27 PM,
 Patrick Lamaiziere
 patf...@davenulle.org
 wrote:
  (8-STABLE/i386)
 
  Hi,
 
  I've got some troubles with a 3G connection. I don't
 know which things
  I should check to debug this:
 
  I use ppp to connect and it works fine. But after a
 while (not a long
  time), I don't have any reply to DNS requests, as far
 I can see with
  wireshark...
 
 
 What are you using to dial to your 3g network? (I use
 wvdial, and love it)
 
 I've seen this happen on my 3g network as well. It seems
 that the ISP
 randomly updates the DNS to a broken one. So write down the
 DNSs when
 it's actually working (cat /etc/resolv.conf) and make
 yourself a
 little script that updates them back to the working DNSs
 here is mine
 for example (adjust to your working DNSs):
 
 
 # cat ./dnsdigitel
 
 #!/bin/sh
 echo nameserver 204.59.152.208  /etc/resolv.conf
 echo nameserver 57.73.127.195  /etc/resolv.conf
 
 So when it stops resolving I just ./dnsdigitel and that's
 it. Of
 course, this could be easily automated, etc. but it's a
 quick fix to
 your problem. Now, the interesting this is that your ISP
 does exactly
 the same as my ISP, it changes the DNS randomly to
 non-working ones,
 curious.
 
 Best,
 Alejandro Imass
 
  Then if I use an IP, it works. So it looks like it is
 a problem with
  DNS. I've tried with an other dns server with the same
 result. I've
  also tried with a local dns server to cache the
 requests. It looks to
  help a bit.
 
  Anyway I also use a ssh tunnel to connect to my server
 and (on the
  server) I can see a lot of CLOSED sockets with
 netstat, and a lot of
  sshd processes stuck, even after days. So there is
 something wrong with
  the connection.
 
  Any idea or suggestion?
 
  Thanks, regards.
 
 
  ___
  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
 




___
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: Flash sometimes freezes firefox, also many npviewer.bin processes left running around

2010-03-23 Thread Alexandre L.
No, the addon called NoScript is used to block JavaScript, Flash and co. But 
here the problem is the npviewer and/or the Flash plugin that is/are buggy.
If you want to see a video on Youtube for example, you must allow JavaScript 
and Flash for Youtube in NoScript. Otherwise you can't see the video.
I use this addon in Firefox 3.6 to block unwanted scripts but when I use Flash 
I got the same problem.

--- En date de : Mar 23.3.10, Steve Franks bahamasfra...@gmail.com a écrit :

 De: Steve Franks bahamasfra...@gmail.com
 Objet: Re: Flash sometimes freezes firefox, also many npviewer.bin processes 
 left running around
 À: y...@rawbw.com
 Cc: freebsd-questions@freebsd.org
 Date: Mardi 23 mars 2010, 0h41
 /usr/ports/www/xpi-noscript is
 another option, not without caveats...
 
 Steve
 
 
 On Thu, Mar 18, 2010 at 6:47 PM, Yuri y...@rawbw.com
 wrote:
  Sometimes after some flash object is displayed firefox
 gets frozen for many
  few seconds,maybe ~20sec.
  Do you see the same? Is there anyfix for this?
 
  In additions I have 54 processes like this one
  50006  ??  I      0:00.00
  /usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin
 --plugin
  /usr/local/lib/linux-mozilla/plugins/libflashplayer.so
 --connection
  hanging around even after firefox process exits.
 
  linux-f10-flashplugin-10.0r45
  nspluginwrapper-1.2.2_5
  firefox-3.5.8,1
 
  Yuri
  ___
  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
 




___
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 : freebsd-update insists on updating fresh system

2010-03-23 Thread Alexandre L.
Hi,

I have experienced this when you use csup to sync your sources. You have to use 
one or other but not twice.
There is a difference of the date on the files, because freebsd-update patches 
are created before the CVS commits are done.
see this thread on FreeBSD Forums : 
http://forums.freebsd.org/showpost.php?p=30920postcount=9

--- En date de : Mar 23.3.10, Mikolaj Rydzewski m...@ceti.pl a écrit :

 De: Mikolaj Rydzewski m...@ceti.pl
 Objet: freebsd-update insists on updating fresh system
 À: freebsd-questions@freebsd.org
 Date: Mardi 23 mars 2010, 8h47
 Hi all,
 
 I've performed system upgrade last night, then I wanted to
 give a try to freebsd-update tool. If I understand it
 correctly, it should fetch only updates to my currently
 working system (unless -r option was given). But now it
 insists to upgrade my 6.4-p9 system to 6.4-p9 system:
 
 k2# uname -a
 FreeBSD k2.xxx 6.4-RELEASE-p9 FreeBSD 6.4-RELEASE-p9 #0:
 Mon Mar 22 17:21:50 CET 2010 
    m...@xxx:/usr/obj/usr/src/sys/K2 
 i386
 k2# freebsd-update fetch
 Looking up update.FreeBSD.org mirrors... 3 mirrors found.
 Fetching metadata signature for 6.4-RELEASE from
 update4.FreeBSD.org... done.
 Fetching metadata index... done.
 Inspecting system... done.
 Preparing to download files... done.
 
 The following files will be updated as part of updating to
 6.4-RELEASE-p9:
 /usr/src/contrib/lukemftpd/src/ftpd.c
 /usr/src/etc/mtree/BSD.var.dist
 /usr/src/lib/libc/db/btree/bt_split.c
 /usr/src/lib/libc/db/hash/hash_buf.c
 /usr/src/lib/libc/db/mpool/mpool.c
 /usr/src/libexec/ftpd/extern.h
 /usr/src/libexec/ftpd/ftpcmd.y
 /usr/src/libexec/ftpd/ftpd.c
 /usr/src/sys/conf/newvers.sh
 /usr/src/sys/fs/devfs/devfs_vnops.c
 /usr/src/sys/kern/kern_event.c
 /usr/src/sys/kern/kern_exec.c
 /usr/src/sys/kern/kern_fork.c
 /usr/src/sys/kern/sys_pipe.c
 /usr/src/sys/kern/uipc_domain.c
 /usr/src/sys/netinet6/in6.c
 /usr/src/sys/sys/event.h
 /usr/src/sys/sys/pipe.h
 /usr/src/usr.sbin/freebsd-update/freebsd-update.sh
 k2#
 
 Why is it doing it so?
 
 On the other hand, what is the suggested way to upgrade a
 system with custom kernel? Since freebsd-update cannot
 upgrade custom kernel, I have to build it on my own. And it
 says, that I have to install new kernel before I run
 'freebsd-update install'. Does that mean, that I have to
 fetch source tree, build/install new kernel, and then fetch
 world binary updates?
 
 -- Mikolaj Rydzewski m...@ceti.pl
 
 ___
 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: Flash sometimes freezes firefox, also many npviewer.bin processes left running around

2010-03-23 Thread Alexandre L.
Here the link to this workaround by DutchDaemon : 
http://forums.freebsd.org/showpost.php?p=67155postcount=15

--- En date de : Mar 23.3.10, Jeff Laine wtf.jla...@gmail.com a écrit :

 De: Jeff Laine wtf.jla...@gmail.com
 Objet: Re: Flash sometimes freezes firefox, also many npviewer.bin processes 
 left running around
 À: Steve Franks bahamasfra...@gmail.com
 Cc: y...@rawbw.com, freebsd-questions@freebsd.org
 Date: Mardi 23 mars 2010, 8h36
 On Mon,22-03-2010 [17:41:16], Steve
 Franks wrote:
  /usr/ports/www/xpi-noscript is another option, not
 without caveats...
  
  Steve
  
  
  On Thu, Mar 18, 2010 at 6:47 PM, Yuri y...@rawbw.com
 wrote:
   Sometimes after some flash object is displayed
 firefox gets frozen for many
   few seconds,maybe ~20sec.
   Do you see the same? Is there anyfix for this?
  
   In additions I have 54 processes like this one
   50006  ??  I      0:00.00
  
 /usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin
 --plugin
  
 /usr/local/lib/linux-mozilla/plugins/libflashplayer.so
 --connection
   hanging around even after firefox process exits.
  
   linux-f10-flashplugin-10.0r45
   nspluginwrapper-1.2.2_5
   firefox-3.5.8,1
  
   Yuri
 
 Hi!
 
 There was a workaround for this issue published by
 DutchDaemon on forums.freebsd.org. 
 I'm too lazy today to seek for that thread, sorry :) 
 What he suggested is a simple cronjob script intended to
 constantly check process list and 
 kill any single remaining proccess of npviewer.bin
 It works, but you should check every minute or so.
 
 
 -- 
 Best regards,
 Jeff
 
 | Nobody wants to say how this works.    |
 |  Maybe nobody knows ...   
     |
 |         
     Xorg.conf(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
 




___
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 : OT: dead box

2010-03-22 Thread Alexandre L.
My brother has got the same case : Antec Sonata II. It has been delivred with 
the power supply. 
The power supply has exploded capacitors on the mobo (Asus A7N8X-E Deluxe).
The LED on the mobo was lightening up but we can't power up the workstation.
For your problem, I suggest you to see if this LED is lightening up or not.
If not, you can replace it. If yes, you might test with another one. After 
that, the mobo could have been take a blow.
A CPU or RAM problem is reported by the mobo with a sound (BIP).

I hope this could help you.

Alexandre.

--- En date de : Dim 21.3.10, Frank Shute fr...@shute.org.uk a écrit :

 De: Frank Shute fr...@shute.org.uk
 Objet: OT: dead box
 À: FreeBSD Questions freebsd-questions@freebsd.org
 Date: Dimanche 21 mars 2010, 10h11
 Sorry if this is a bit off-topic.
 
 I came in the other day to find my workstation powered off.
 Hitting
 the power on button had no effect as did using another
 known working
 outlet. I checked all the cables and they seem attached.
 
 I thought my power supply must have died so I got another,
 screwed it
 in and again no joy - no sign of life.
 
 Anybody got any ideas what the problem may be? I'm thinking
 possibly
 the power on switch but that seems a long shot and there
 seems no easy
 way to replace it.
 
 My hardware:
 
 Antec Sonata case.
 Gigabyte board.
 Core 2 duo
 
 TIA,
 
 Regards,
 
 -- 
 
  Frank 
 
 
  Contact info: http://www.shute.org.uk/misc/contact.html
 
 
 ___
 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: Re : building from source after freebsd-update

2010-03-15 Thread Alexandre L.
 That handbook section is where I read:
 The default is to update the source code, the entire base
 system, and the kernel.

First, freebsd-update tool sync the source.
 
 And in fact much of the /usr/src/ does contain source
 code.
 
 /usr/src/sys/ subdirectories seem populated, and some
 directories under
 /usr/src/usr.bin/ and /usr/src/usr.sbin/ contain source,
 while others only
 contain the Makefile.
 
 /usr/src/usr.sbin/sendmail/ contains only the Makefile.
 Which lead to the
 make depend error I experienced.
 
 It seems like I could build the kernel, and parts of the
 non-kernel base,
 but not other parts.
 
 After RTFMing, scroogling for days, and going through
 UPDATINGs and READMEs I'm
 still not clear on how to mix freebsd-update and building
 all or parts of the
 base source.
 
 I'm interested in being able to build system apps in the
 base, custom kernel
 modules, and eventually the entire kernel.

Freebsd-update tool will update your base system and GENERIC kernel, using 
binary. If your are using a custom kernel, you must reboot on the GENERIC 
kernel (that have just been upgraded) and do your make buildkernel 
KERNCONF=yourkernel and make installkernel KERNCONF=mykernel

 freebsd-update is _extremely_ painless for tracking the
 security patches. It
 would be nice to be able to mix this with a certain amount
 of building source.

From the Handbook : 
This utility provides two separate functions. First, it allows for binary 
security and errata updates to be applied to the FreeBSD base system without 
the build and install requirements. Second, the utility supports minor and 
major release upgrades.

This tool is only available for RELEASE, not for STABLE or CURRENT.

I hope this have helped 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 : building from source after freebsd-update

2010-03-14 Thread Alexandre L.
Please read the handbook section related to the FreeBSD update tool
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/updating-upgrading-freebsdupdate.html

freebsd-update is a binary update tool, so you haven't got anything to rebuild, 
except your custom kernel (if you are using one).

--- En date de : Dim 14.3.10, johnea m...@johnea.net a écrit :

 De: johnea m...@johnea.net
 Objet: building from source after freebsd-update
 À: FreeBSD Questions freebsd-questions@freebsd.org
 Date: Dimanche 14 mars 2010, 3h37
 
 Hello,
 
 I have been using freebsd-update to update several 7.1
 systems.
 
 The default freebsd-update.conf contains:
 
 Components src world kernel
 
 Recently while trying to build sendmail to enable SASL I
 ran into errors:
 
 host# cd /usr/src/usr.sbin/sendmail
 host# make depend
 make: don't know how to make alias.c. Stop
 
 How can I build the source updated by freebsd-update?
 
 Thank You!
 
 johnea
 
 p.s. I have replaced sendmail with ssmtp and have the
 necessary SASL
      authentication working. However I
 have always maintained these
      servers via freebsd-update and I
 would like to learn the process
      of building the system from
 source. Thanks for any help!
 
 ___
 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 : Replacing Home Router With PC

2010-03-10 Thread Alexandre L.
You can use pfSense : 
pfSense is a free, open source customized distribution of FreeBSD tailored for 
use as a firewall and router.
http://www.pfsense.org/
pfSense is very simple and intuitive to use with is GUI in PHP. 

--- En date de : Jeu 11.3.10, mailinglist mailingl...@ucwv.edu a écrit :

 De: mailinglist mailingl...@ucwv.edu
 Objet: Replacing Home Router With PC
 À: freebsd-questions@freebsd.org freebsd-questions@freebsd.org
 Date: Jeudi 11 mars 2010, 1h36
 I've got an old Linksys router
 hanging off of my cable modem that is several years old and
 is about to die (very poor wireless throughput should be 54
 mb and is 2, runs hot, and buzzes while turned on). 
 I've got an older PC that would great as a routerhowever
 I also need it to be a wireless access point for my
 house.  It has a PCI wireless network card (A 54G
 Belkin, not sure of the exact model).  I know FreeBSD
 is technically capable for acting as my DHCP, DNS, router,
 gateway box if properly configured.  The question is,
 can it use that wireless card to act as a access point
 instead of a client (how the card is intended to be used)?
 
 Also, any links anyone can provide on how to setup a
 FreeBSD box to act as home router/gateway would be much
 appreciated!
 
 ___
 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 : Why Linux Firefox doesn't play flash movies?

2010-02-15 Thread Alexandre L.
I can play Youtube movies using Firefox 3.5.x or Firefox 3.6, and 
linux-f10-flashplugin10 10.0r45.

I followed the tutorial : http://forums.freebsd.org/showthread.php?t=5786

I'm pretty sure this will work for you.

---
Alexandre

--- En date de : Lun 15.2.10, Yuri y...@rawbw..com a écrit :

 De: Yuri y...@rawbw.com
 Objet: Why Linux Firefox doesn't play flash movies?
 À: freebsd-questions@freebsd.org
 Date: Lundi 15 Février 2010, 2h58
 In order to enable Flash I installed
 linux-firefox-devel-3.5.7 and
 linux-f10-flashplugin-10.0r45.
 They together pulled whole lot of other ports, see list
 below.
 
 But flash still doesn't work: youtube.com shows black
 windows instead.
 I tried windows firefox under wine, but it has a lot of
 side-effects, since wine is perpetually buggy.
 
 Anybody is able to play flash movies?
 
 Thanks,
 Yuri
 
 
 List of all linux ports installed:
 linux-dri-7.4_1     Mesa-based DRI
 libraries, drivers and binaries (Linux Ubunt
 linux-f10-alsa-lib-1.0.21_1 The Advanced Linux Sound
 Architecture libraries (Linux Fedo
 linux-f10-atk-1.24.0 Accessibility Toolkit, Linux/i386
 binary (Linux Fedora 10)
 linux-f10-cairo-1.8.0 Vector graphics library Cairo (Linux
 Fedora 10)
 linux-f10-curl-7.19.6 The command line tool for
 transferring files with URL synta
 linux-f10-cyrus-sasl2-2.1.22 RFC  SASL (Simple
 Authentication and Security Layer) (L
 linux-f10-dbus-glib-0.76 GLib bindings for D-Bus (Linux
 Fedora 10)
 linux-f10-dbus-libs-1.2.4 Libraries for accessing D-BUS
 (Linux Fedora 10)
 linux-f10-expat-2.0.1 Linux/i386 binary port of Expat
 XML-parsing library (Linux
 linux-f10-flashplugin-10.0r45 Adobe Flash Player NPAPI
 Plugin
 linux-f10-fontconfig-2..6.0 An XML-based font configuration
 API for X Windows (Linux Fe
 linux-f10-gdk-pixbuf-0.22.0 Image loading library for GTK+
 (Linux Fedora 10)
 linux-f10-gtk2-2.14.7 GTK+ library, version 2.X (Linux
 Fedora 10)
 linux-f10-hicolor-icon-theme-0.5 A high-color icon theme
 shell from the FreeDesktop project
 linux-f10-jpeg-6b   RPM of the JPEG lib
 (Linux Fedora 10)
 linux-f10-libsigc++20-2.2.2 Callback Framework for C++
 (Linux Fedora 10)
 linux-f10-libssh2-0.18 The library implementing the SSH2
 protocol (Linux Fedora 10
 linux-f10-libxml2-2.7.3_2 Library providing XML and HTML
 support (Linux Fedora 10)
 linux-f10-nspr-4.7.6 Netscape Portable Runtime (Linux
 Fedora 10)
 linux-f10-nss-3.12.2.0 Network Security Services (Linux
 Fedora 10)
 linux-f10-openldap-2.4.12_1 Lightweight Directory Access
 Protocol libraries (Linux Fedo
 linux-f10-openssl-0.9.8g The OpenSSL toolkit (Linux Fedora
 10)
 linux-f10-pango-1.22.3 The pango library (Linux Fedora 10)
 linux-f10-png-1.2.37 RPM of the PNG lib (Linux Fedora 10)
 linux-f10-sqlite3-3.5.9_1 The library that implements an
 embeddable SQL database engi
 linux-f10-tiff-3.8.2 The TIFF library, Linux/i386 binary
 (Linux Fedora 10)
 linux-f10-xorg-libs-7.4_1 Xorg libraries (Linux Fedora 10)
 linux-firefox-devel-3.5.7 Web browser based on the browser
 portion of Mozilla
 linux-nvu-1.0_1     A complete Web
 Authoring System
 linux_base-f10-10_2 Base set of packages needed in Linux
 mode for i386/amd64 (L
 
 ___
 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 : .zshrc

2010-02-02 Thread Alexandre L.
I can't help you with ZSH but I think it is not a good idea to replace root's 
default shell. You will have problem if your system break.
see http://forums.freebsd.org/showthread.php?t=2194 and 
http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2009-01/msg00202.html

--- En date de : Mar 2.2.10, Dánielisz László laszlo_daniel...@yahoo.com a 
écrit :

 De: Dánielisz László laszlo_daniel...@yahoo.com
 Objet: .zshrc
 À: freebsd-questions@freebsd.org
 Date: Mardi 2 Février 2010, 18h01
 hi,
 
 I am new in this and I have a question about it: I done my
 .zshrc but the zsh is not loading the configuration from
 it.
 There are the details:
 
 # cat .zshrc 
 export HISTFILE=~/.zsh_history
 export HISTSIZE=5
 export SAVEHIST=5
 
 alias hhistory 25
 alias jjobs -l
 alias lals -a
 alias lfls -FA
 alias llls -lA
 alias pfdebugtcpdump -n -e -ttt -i pflog0
 alias mtusb     mount_msdosfs
 /dev/da0s1 /mnt/usb0
 alias mtcdmount_cd9660 /dev/acd0 /mnt/acd0/
 # A righteous umask
 umask 22
 
 ..
 -rw-r--r--  1 root  wheel    328
 Feb  2 18:52 .zshrc
 .
 
 the file can be found in /root/.zshrc
 
 Do you have any idea why is not working?
 
 Thank you!
 László
 
 
 
    
 ___
 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 : Recommendation on GPS time source for FreeBSD

2010-01-30 Thread Alexandre L.
You can see here : http://www.meinberg.de/english/
I don't use their products (I don't know about the quality products), I just 
use their NTP package software for Windows.

--- En date de : Sam 30.1.10, Per olof Ljungmark p...@intersonic.se a écrit :

 De: Per olof Ljungmark p...@intersonic.se
 Objet: Recommendation on GPS time source for FreeBSD
 À: freebsd-questions@freebsd.org
 Date: Samedi 30 Janvier 2010, 9h51
 Hi all,
 
 Does anyone have a recommendation on a good GPS
 receiver/board for use with NTP/FreeBSD to create a stratum
 1 public time server?
 
 Preferably something above the Garmin puck level but not
 ridiculously expensive either...
 
 Thanks for any input,
 
 --
 per
 ___
 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 : polkit-0.95_3: update fails

2010-01-24 Thread Alexandre L.
You could read /usr/ports/UPDATING because there is section for policikit and 
polkit.

--- En date de : Ven 22.1.10, O. Hartmann ohart...@zedat..fu-berlin.de a 
écrit :

 De: O. Hartmann ohart...@zedat.fu-berlin.de
 Objet: polkit-0.95_3: update fails
 À: freebsd-questions@freebsd.org, freebsd-po...@freebsd.org
 Date: Vendredi 22 Janvier 2010, 15h45
 I try to update ports via 'portmaster
 -av' on a regular basis and ran into a sticky problem with
 poolkit and docbook I'm incapable to solve.
 
 Error message follows.
 
 Does anybody has any hint or tip? Please email me in CC.
 
 Regards,
 Oliver
 
 === Starting build for for ports that need
 updating ===
 
 === Launching child to update polkit-0.95_3
 
 === Port directory: /usr/ports/sysutils/polkit
 === Starting check for build dependencies
 === Gathering dependency list for
 sysutils/polkit from ports
 === Starting dependency check
 === Checking dependency: devel/eggdbus
 === Checking dependency: devel/gettext
 === Checking dependency: devel/glib20
 === Checking dependency: devel/gmake
 === Checking dependency:
 devel/gobject-introspection
 === Checking dependency: devel/pkg-config
 === Checking dependency: textproc/docbook-410
 === Launching child to update
 textproc/docbook-410
         polkit-0.95_3 
 textproc/docbook-410
 
 === Port directory:
 /usr/ports/textproc/docbook-410
 === Starting check for build dependencies
 === Gathering dependency list for
 textproc/docbook-410 from ports
 === Starting dependency check
 === Checking dependency: archivers/unzip
 === Dependency check complete for
 textproc/docbook-410
         polkit-0.95_3 
 textproc/docbook-410
 ===  Cleaning for docbook-4.1_3
 
 ===  Vulnerability check disabled, database not
 found
 ===  Extracting for docbook-4.1_3
 = MD5 Checksum OK for docbk41.zip.
 = SHA256 Checksum OK for docbk41.zip.
 ===   docbook-4.1_3 depends on file:
 /usr/local/bin/unzip - found
 ===  Patching for docbook-4.1_3
 ===  Configuring for docbook-4.1_3
 
 === Starting check for runtime dependencies
 === Gathering dependency list for
 textproc/docbook-410 from ports
 === Starting dependency check
 === Checking dependency: textproc/iso8879
 === Launching child to update textproc/iso8879
         polkit-0.95_3 
 textproc/docbook-410  textproc/iso8879
 
 === Port directory:
 /usr/ports/textproc/iso8879
 === Starting check for build dependencies
 === Gathering dependency list for
 textproc/iso8879 from ports
 === Starting dependency check
 === Checking dependency: archivers/unzip
 === Dependency check complete for
 textproc/iso8879
         polkit-0.95_3 
 textproc/docbook-410  textproc/iso8879
 ===  Cleaning for iso8879-1986_2
 
 ===  Vulnerability check disabled, database not
 found
 ===  Extracting for iso8879-1986_2
 = MD5 Checksum OK for isoENTS.zip.
 = SHA256 Checksum OK for isoENTS.zip.
 ===  Patching for iso8879-1986_2
 ===   iso8879-1986_2 depends on
 executable: unzip - found
 ===  Configuring for iso8879-1986_2
 
 === Starting check for runtime dependencies
 === Gathering dependency list for
 textproc/iso8879 from ports
 === Starting dependency check
 === Checking dependency: textproc/xmlcatmgr
 === Dependency check complete for
 textproc/iso8879
         polkit-0.95_3 
 textproc/docbook-410  textproc/iso8879
 ===  Installing for iso8879-1986_2
 ===   Generating temporary packing list
 xmlcatmgr: entry already exists for `iso8879/catalog' of
 type `CATALOG'
 *** Error code 1
 
 Stop in /usr/ports/textproc/iso8879.
 
 === Installation of iso8879-1986_2
 (textproc/iso8879) failed
 === Aborting update
 
 === Update for textproc/iso8879 failed
 === Aborting update
 
 === Update for textproc/docbook-410 failed
 === Aborting update
 
 === Update for polkit-0.95_3 failed
 === Aborting update
 
 ___
 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: FreeBSD beastie plush toy?

2009-12-22 Thread Alexandre L.
You can find here too http://shop.mensys.nl/uk/catalogue/mns_FreeBSDDaemon.html


--- En date de : Lun 21.12.09, Bruce Cran br...@cran.org.uk a écrit :

 De: Bruce Cran br...@cran.org.uk
 Objet: Re: FreeBSD beastie plush toy?
 À: Aleksandr Miroslav alexmiros...@gmail.com
 Cc: freebsd-questions@freebsd.org
 Date: Lundi 21 Décembre 2009, 19h47
 On Mon, 21 Dec 2009 13:41:05 -0500
 Aleksandr Miroslav alexmiros...@gmail.com
 wrote:
 
  Where can I purchase a FreeBSD beastie plush toy?
 
 Something like
 http://www.freebsdmall.com/cgi-bin/fm/bsdbeanie?id=NkWSe8g8mv_pc=144
 ?
 
 -- 
 Bruce Cran
 ___
 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


FreeBSD port : audio/mpdscribble

2009-12-22 Thread Alexandre L.
I have found a solution to my problem.
I have created a directory mpdscribble in /var/run
Then, I changed rights of /var/run/mpdscribble to 777 and I rebooted the system.
At startup, there were no error message. In /var/run/mpdscribble the pid file 
was present and was owned by nobody user.
Then I changed the owner of ths directory to nobody user (owner), and I 
'chmoded' 755 on the directory.  
Now I can start mpdscribble at startup without error.
I hope this can be useful for others.

Thanks.
Alexandre L.




___
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: How to upgrade

2009-12-10 Thread Alexandre L.
I think you wrong. 
I read the Official Announce for FreeBSD 8.0-RELEASE 
http://www.freebsd.org/releases/8.0R/announce.html
You can find this sentence : Systems running 7.[012]-RELEASE, 8.0-BETA[1234], 
or 8.0-RC[123] can upgrade as follows:

You can upgrade directly from 7.1 to 8.0 with the steps described in the 
Handbook (from sources with csup or binaries with freebsd-update). 

You must recompile your ports after this major upgrade.

Alexandre. 

--- En date de : Jeu 10.12.09, Ricardo Jesus ricardo.meb.je...@gmail.com a 
écrit :

 De: Ricardo Jesus ricardo.meb.je...@gmail.com
 Objet: Re: How to upgrade
 À: Dimitar Trandov d.tran...@tcebank.com
 Cc: freebsd-questions@freebsd.org
 Date: Jeudi 10 Décembre 2009, 13h35
 On 10/12/2009 10:36, Dimitar Trandov
 wrote:
 
 
  Hi list,
  Yesterday I decided to upgrade my server, which
 currently running 7.1rel.
  p8. Do I have to first upgrade to 7.2 release and then
 to 8.0, or instead of
  this, directly do a safe step to 8.0 release ?
  Thanks in advance
 
  Dimitar,
 
 
  ___
  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
 
 7.2 first then 8.0.
 ___
 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


GEOM: ad0s1: geometry does not match label (255h,63s != 16h,63s).

2009-12-04 Thread Alexandre L.
Hi,

I have installed my laptop with FreeBSD 8.0-RC1 first (now I'm on 
8.0-Release-p1) and in dmesg I got this error message : 
GEOM: ad0s1: geometry does not match label (255h,63s != 16h,63s).

I have search on the Web about the method to resolv this, but I haven't found 
anything that helps me.

Here the result of #bsdlabel ad0s1
# /dev/ad0s1:
8 partitions:
#size   offsetfstype   [fsize bsize bps/cpg]
  a:  104857604.2BSD0 0 0 
  b:  2028960  1048576  swap
  c: 1172101770unused0 0 # raw part, don't 
edit
  d:  3110912  30775364.2BSD0 0 0 
  e:  1048576  61884484.2BSD0 0 0 
  f: 109973153  72370244.2BSD0 0 0 

And the result of # gpart show
=   63  117210177  ad0  MBR  (56G)
 63  1172101771  freebsd  [active]  (56G)

=0  117210177  ad0s1  BSD  (56G)
  01048576  1  freebsd-ufs  (512M)
10485762028960  2  freebsd-swap  (991M)
30775363110912  4  freebsd-ufs  (1.5G)
61884481048576  5  freebsd-ufs  (512M)
7237024  109973153  6  freebsd-ufs  (52G)

Thanks for your help,

Alexandre L.



___
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 : cvs authentication

2009-11-27 Thread Alexandre L.
I haven't set authentification process to sync my sources with freebsd cvsup 
server.
Have you try to sync your sources with another cvsup server ?
You can find the list here : 
http://www.freebsd.org/doc/en/books/handbook/cvsup.html

--- En date de : Jeu 26.11.09, Dominic Fandrey kamik...@bsdforen.de a écrit :

 De: Dominic Fandrey kamik...@bsdforen.de
 Objet: cvs authentication
 À: freebsd-questions@freebsd.org
 Date: Jeudi 26 Novembre 2009, 15h39
 Should the CVS/SVN mirrors really
 require authentication?
 
 
 
 --
  Running /usr/bin/csup
 --
 Parsing supfile /etc/csup/sources
 Connecting to cvsup8.de.freebsd.org
 Connected to 212.118.165.142
 Server software version: SNAP_16_1h
 Authentication required by the server and not supported by
 client
 *** Error code 1
 1 error
 *** Error code 2
 
 Stop in /usr/src.
 
 -- 
 A: Because it fouls the order in which people normally read
 text.
 Q: Why is top-posting such a bad thing?
 A: Top-posting.
 Q: What is the most annoying thing on usenet and in e-mail?
 
 ___
 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: Re : cvs authentication

2009-11-27 Thread Alexandre L.
I don't know what is the problem but I thinking about this thing :
Is this cvsup servup wasn't in synchronization (due to the release of 
8.0-RELEASE) and this server was locked for this reason ?

--- En date de : Ven 27.11.09, Dominic Fandrey kamik...@bsdforen.de a écrit :

 De: Dominic Fandrey kamik...@bsdforen.de
 Objet: Re: Re : cvs authentication
 À: Alexandre L. axel...@ymail.com
 Cc: freebsd-questions@freebsd.org
 Date: Vendredi 27 Novembre 2009, 10h59
 Alexandre L. wrote:
  --- En date de : Jeu 26.11.09, Dominic Fandrey kamik...@bsdforen.de
 a écrit :
  Should the CVS/SVN mirrors really
  require authentication?
 
 
 
 
 --
  Running /usr/bin/csup
 
 --
  Parsing supfile /etc/csup/sources
  Connecting to cvsup8.de.freebsd.org
  Connected to 212.118.165.142
  Server software version: SNAP_16_1h
  Authentication required by the server and not
 supported by
  client
  *** Error code 1
  I haven't set authentification process to sync my
 sources with freebsd cvsup server.
  Have you try to sync your sources with another cvsup
 server ?
  You can find the list here : 
  http://www.freebsd.org/doc/en/books/handbook/cvsup.html
 
 Yes, all other servers work. Still, this one should, too.
 
 I do not choose the CVS servers I use:
 SUPHOST=             
   `/usr/local/bin/fastest_cvsup -Qc de`
 
 -- 
 A: Because it fouls the order in which people normally read
 text.
 Q: Why is top-posting such a bad thing?
 A: Top-posting.
 Q: What is the most annoying thing on usenet and in e-mail?
 
 ___
 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 : freebsd-update with MYKERNEL kernel configuration

2009-11-26 Thread Alexandre L.
Hi,

I paste this link where Colin Percival explain who to use the tool 
freebsd-update with custom kernel. But I think that same thing as been written 
in the handbook. 
http://forums.freebsd.org/showpost.php?p=30920postcount=9

--- En date de : Jeu 26.11.09, S4mmael s4mm...@gmail.com a écrit :

 De: S4mmael s4mm...@gmail.com
 Objet: freebsd-update with MYKERNEL kernel configuration
 À: freebsd-questions@freebsd.org
 Date: Jeudi 26 Novembre 2009, 13h32
 Hi all!
 
 I've got a problem while upgrading FreeBSD 7.2-RELEASE-p3
 - FreeBSD
 8.0-RELESE with freebsd-update(8).
 
 First of all I made a copy of the most configuration files.
 Then I made:
 # freebsd-update -r 8.0-RELEASE upgrade
 All went good, except the message, that because of MYKERNEL
 kernel
 configuration I should upgrade my kernel before
 freebsd-upgrade
 install. Then I was looking for the way of kernel upgrade,
 but found
 nothing. How could I build 8.0 kernel in FreeBSD 7.2? Of
 course, there
 were 7.2 sources in /usr/src and I didn't find any sources
 in
 /var/db/freebsd-update/. It's the first my question.
 
 Thus I decided to upgrade all except the kernel and then
 rebuild the
 kernel (that worked good while upgrading 7.1 - 7.2). I
 made as
 mentioned in hanbook:
 # freebsd-upgrade install
 # shutdown -r now
 # freebsd-upgrade install
 There were many errors bad sistem call on th last
 command. After all
 I discovered that much files from / were lost (I didn't
 find any grep,
 bzcat and so on). On boot kernel can't find fsck_ufs, so
 automatic
 mounting fails. If mounted by hand, there is no way to
 login because
 of some init error. Single user mode works. freebsd-update
 roolback
 can't find any backup. Shell scripts can't find test (it
 really
 doesn't exists in /bin/[ ) and fails.
 
 How can I restore the system? I've FreeBSD 7.1 CD.
 
 Thank's in advance for your help.
 ___
 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


FreeBSD port : audio/mpdscribble

2009-11-19 Thread Alexandre L.
Hi,

I have installed mpdscribble on my laptop under 8.0-RC3 and configured it 
(/usr/local/etc/mpdscribble.conf).
I have add the line in /etc/rc.conf
mpdscribble_enable=YES 
to launch it at startup but I got the message 
mpdscribble: Failed to create pidfile /var/run/mpdscribble.pid: Permission 
denied

If I launch it from root or using the sudo command, I haven't got problem.
But from startup or from my user account (that is in 'wheel' and 'operator' 
groups) I got the message above.

I have created a system user called mpdscribble using the command :
# pw user add mpdscribble -c mpdscribble \-d noexistent -s /usr/sbin/nologin
and set the option daemon_user in the conf file but I always got the same error.

Here my conf file /usr/local/etc/mpdscribble.conf :

## mpdscribble - an audioscrobbler for the Music Player Daemon.
## http://mpd.wikia.com/wiki/Client:mpdscribble

# HTTP proxy URL.
#proxy = http://the.proxy.server:3128

# The location of the pid file.  mpdscribble saves its process id there.
pidfile = /var/run/mpdscribble.pid

# Change to this system user after daemonization.
#daemon_user = mpdscribble

# The location of the mpdscribble log file.  The special value
# syslog makes mpdscribble use the local syslog daemon.  On most
# systems, log messages will appear in /var/log/daemon.log then.
# - means log to stderr (the current terminal).
log = syslog

# How verbose mpdscribble's logging should be.  Default is 1.
verbose = 1

# How often should mpdscribble save the journal file? [seconds]
journal_interval = 600

# The host running MPD, possibly protected by a password
# ([passw...@]hostname).  Defaults to $MPD_HOST or localhost.
host = localhost

# The port that the MPD listens on and mpdscribble should try to
# connect to.  Defaults to $MPD_PORT or 6600.
port = 6600

[last.fm]
url = http://post.audioscrobbler.com/
username =my_username
password =my_password
# The file where mpdscribble should store its Last.fm journal in case
# you do not have a connection to the Last.fm server.
journal = /var/cache/mpdscribble/lastfm.journal

#[libre.fm]
#url = http://turtle.libre.fm/
#username = my_username
#password = my_password
#journal = /var/cache/mpdscribble/librefm.journal

#[jamendo]
#url = http://postaudioscrobbler.jamendo.com/
#username = my_username
#password = my_password
#journal = /var/cache/mpdscribble/jamendo.journal

Thank you in advance.



___
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: FreeBSD port : audio/mpdscribble

2009-11-19 Thread Alexandre L.
Thanks, I can start mpdscribble with my user account (that is in 'wheel' and 
'operator' groups') if I set in the conf file the location of the pidfile in my 
homedir.

But if I start mpdscribble with the /etc/rc.conf (at startup), I get the error 
message though this change. 
Which user is used to lauch script set in the /etc/rc.conf file ?

The goal is to launch mpdscribble at startup.

--- En date de : Jeu 19.11.09, J Sisson sisso...@gmail.com a écrit :

 De: J Sisson sisso...@gmail.com
 Objet: Re: FreeBSD port : audio/mpdscribble
 À: Alexandre L. axel...@ymail.com
 Cc: FreeBSD Question freebsd-questions@freebsd.org
 Date: Jeudi 19 Novembre 2009, 17h37
 On Thu, Nov 19, 2009 at 10:15 AM,
 Alexandre L. axel...@ymail.com
 wrote:
 
  mpdscribble: Failed to create pidfile
 /var/run/mpdscribble.pid: Permission
  denied
  Here my conf file /usr/local/etc/mpdscribble.conf :
  # The location of the pid file.  mpdscribble
 saves its process id there.
  pidfile = /var/run/mpdscribble.pid
 
 
 Just a shot in the dark, but can't you change the pidfile
 to a user-writable
 location in the conf file and save yourself the permissions
 headaches?
 Something like $HOME/mpdscribble.pid ?  Have you tried
 that yet?
 
 -- 
 Computers are like air conditioners...
 They quit working when you open Windows.
 ___
 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 : linux emulation problems

2009-11-04 Thread Alexandre L.
Which version of FreeBSD do you use ?

With the version 8, linux-f10 infrastructure port is used

With the version 7, linux-f4 is the default infrastructure port used. linux-f8 
can be used but it is not completely operational
See : http://lists.freebsd.org/pipermail/freebsd-ports/2009-April/054046.html

--- En date de : Mar 3.11.09, Super Biscuit super_bisq...@yahoo.com a écrit :

 De: Super Biscuit super_bisq...@yahoo.com
 Objet: linux emulation problems
 À: freebsd-questions@freebsd.org
 Date: Mardi 3 Novembre 2009, 21h58
 I'm using linux_base-f10. During the
 installation of ports. The error comes to to use at least
 base-f8. Ports have been updated. 
 
 
 
       
 ___
 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


SLIM and XFCE4

2009-11-03 Thread Alexandre L.
Hi all,

I want to use SLIM (Graphical login manager for X11) with XFCE4.
After the installation, I have enabled it with the line slim_enable=YES in 
/etc/rc.conf
When I log in (from SLIM), the language in XFCE is english.

If I don't use SLIM, I log in on TTY and use %startx, XFCE language is in 
French (I have configured it).

Here my config files :

.dmrc (of my user)
[Desktop]
Session=Xfce4
Language=fr_FR.UTF-8



.login_conf (of my user)
me:\ 
:charset=ISO-8859-15:\
:lang=fr_FR.ISO8859-15:\ 


.xinitrc (of my user)
/usr/local/bin/startxfce4


I want to use SLIM to launch XFCE4 in French.

Thanks for your help.

Alexandre.




___
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