Re: GELI Swap password on boot

2012-11-07 Thread Mike Barnard
On 8 November 2012 03:30, Michael Sierchio  wrote:

> On Wed, Nov 7, 2012 at 4:20 PM, Mike Barnard 
> wrote:
> > Hi,
> >
> > I am running FreeBSD 9.0-RELEASE and I am experiencing some strange
> > behaviour with GELI.
> >
> > Every time I boot up my computer, I get a request to enter the Encryption
> > password for swap. swap is not encrypted and should not be asking for an
> > encryption password.
> >
> > I have checked and ensured that there are no providers for geli for the
> > ada0p3 partition. Any one have pointers on what I could check for to
> > rectify this.
>
> in /etc/fstab you should have:
>
> /dev/ada0p3.eli   noneswapsw
>  0 0
>
> in /etc/rc.conf you should have (something like):
>
> geli_swap_flags="-e aes -l 256 -s 4096 -d"
>
> /etc/rc.d/encswap will generate a random password
>

I added that when I booted and was prompted again for a password. What
puzzles me is that this device is not encrypted. Why is it asking me for a
password? So I encrypted it and added what you have suggested and it still
asks me for a password.

I'll dig a little more into it to figure out why its doing this.



-- 
Mike

Of course, you might discount this possibility, but remember that one in a
million chances happen 99% of the time.

___
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: Electronic Publishing and Data Conversion

2012-11-07 Thread kalpanaganeshm
SGML or Standard Generalized Markup Language is being used by a number of 
companies around the globe. It is extensively used for the storage, creation, 
data management, and delivery of information. With this increasing demand for 
SGML conversion services, there is a relative need for quality SGML conversion 
providers.

Informatics Outsourcing is an Offshore Data Management service company. Data 
Management Service includes all types of Data Conversion, File Conversion, XML 
Conversion, HTML Conversion,SGML Conversion, Document Conversion,Data Entry, 
Data Extraction and Validation,OCR and ICR Services with affordable price. Our 
team to give the solution quickly and given requirements.
___
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: GELI Swap password on boot

2012-11-07 Thread Michael Sierchio
On Wed, Nov 7, 2012 at 4:20 PM, Mike Barnard  wrote:
> Hi,
>
> I am running FreeBSD 9.0-RELEASE and I am experiencing some strange
> behaviour with GELI.
>
> Every time I boot up my computer, I get a request to enter the Encryption
> password for swap. swap is not encrypted and should not be asking for an
> encryption password.
>
> I have checked and ensured that there are no providers for geli for the
> ada0p3 partition. Any one have pointers on what I could check for to
> rectify this.

in /etc/fstab you should have:

/dev/ada0p3.eli   noneswapsw  0 0

in /etc/rc.conf you should have (something like):

geli_swap_flags="-e aes -l 256 -s 4096 -d"

/etc/rc.d/encswap will generate a random password
___
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: IPv6in4 tunnel with only one /64 prefix

2012-11-07 Thread Steve O'Hara-Smith
On Wed, 07 Nov 2012 22:21:30 +0100
Frédéric Perrin  wrote:

> I have a FreeBSD server with native IPv6 connectivity. At home, my ISP
> provides me with only IPv4 connectivity. In order to get IPv6 to the
> home, I had the idea of creating a 6in4 tunnel between my home gateway
> and my FreeBSD server. The part about creating the tunnel, routing
> between the home and the server works using private addresses (fc00::/8
> over gif0).

Why not just get a tunnel from one of the tunnel brokers, at least
he.net and gogo6.com are still running free tunnels.

-- 
Steve O'Hara-Smith 
___
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: trying to build a port for vagrant and failing

2012-11-07 Thread Christopher J. Ruwe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tue, 06 Nov 2012 17:58:42 -0500
Greg Larkin  wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On 11/6/12 4:00 PM, Christopher J. Ruwe wrote:
> > Currently, I am trying to write up a port for vagrant, a VirtualBox
> > managment thing (http://vagrantup.com/). I am failing with the
> > dependencies and would be grateful for some help.
> > 
> > I have
> > 
> > BUILD_DEPENDS= 
> > minitar:${PORTSDIR}/archivers/rubygem-archive-tar-minitar \
> > 
> > RUN_DEPENDS=erubis:${PORTSDIR}/www/rubygem-erubis \ 
> > rubygem-childprocess>=0.3.1:${PORTSDIR}/devel/rubygem-childprocess 
> > \ rubygem-i18n>=0.6.0:${PORTSDIR}/devel/rubygem-i18n \ 
> > rubygem-json>=1.5.1:${PORTSDIR}/devel/rubygem-json \ 
> > rubygem-log4r>=1.1.9:${PORTSDIR}/sysutils/rubygem-log4r \ 
> > rubygem-net-ssh>=2.2.2:${PORTSDIR}/security/rubygem-net-ssh \ 
> > rubygem-net-scp>=1.0.4:${PORTSDIR}/security/rubygem-net-scp
> > 
> > in the makefile.
> > 
> > From the build log (I am using poudriere for testing) I get
> > 
> > 
> > === > run-depends>== ===>
> > rubygem-vagrant-1.0.5 depends on executable: erubis - not found
> > ===>Verifying install for erubis in
> > /usr/ports/www/rubygem-erubis ===>   Installing existing package
> > /usr/ports/packages/All/rubygem-erubis-2.7.0.tbz ===>   Returning
> > to build of rubygem-vagrant-1.0.5 ===> rubygem-vagrant-1.0.5
> > depends on package: rubygem-childprocess>=0.3.1 - not found ===>
> > Verifying install for rubygem-childprocess>=0.3.1 in 
> > /usr/ports/devel/rubygem-childprocess ===>   Installing existing 
> > package /usr/ports/packages/All/rubygem-childprocess-0.3.5.tbz
> > ===> Returning to build of rubygem-vagrant-1.0.5 ===> 
> > rubygem-vagrant-1.0.5 depends on package: rubygem-i18n>=0.6.0 -
> > not found ===>Verifying install for rubygem-i18n>=0.6.0 in 
> > /usr/ports/devel/rubygem-i18n ===>   Installing existing package 
> > /usr/ports/packages/All/rubygem-i18n-0.6.0,2.tbz ===>   Returning 
> > to build of rubygem-vagrant-1.0.5 ===>   rubygem-vagrant-1.0.5 
> > depends on package: rubygem-json>=1.5.1 - not found ===> Verifying
> > install for rubygem-json>=1.5.1 in /usr/ports/devel/rubygem-json
> > ===>   Installing existing package 
> > /usr/ports/packages/All/rubygem-json-1.7.5.tbz ===>   Returning to 
> > build of rubygem-vagrant-1.0.5 ===>   rubygem-vagrant-1.0.5
> > depends on package: rubygem-log4r>=1.1.9 - not found ===>
> > Verifying install for rubygem-log4r>=1.1.9 in 
> > /usr/ports/sysutils/rubygem-log4r ===>   Installing existing 
> > package /usr/ports/packages/All/rubygem-log4r-1.1.10.tbz ===> 
> > Returning to build of rubygem-vagrant-1.0.5 ===> 
> > rubygem-vagrant-1.0.5 depends on package: rubygem-net-ssh>=2.2.2 - 
> > not found ===>Verifying install for rubygem-net-ssh>=2.2.2 in 
> > /usr/ports/security/rubygem-net-ssh ===>   Installing existing 
> > package /usr/ports/packages/All/rubygem-net-ssh-2.1.4,2.tbz ===> 
> > Returning to build of rubygem-vagrant-1.0.5 ===> 
> > rubygem-vagrant-1.0.5 depends on package: rubygem-net-scp>=1.0.4 - 
> > not found ===>Verifying install for rubygem-net-scp>=1.0.4 in 
> > /usr/ports/security/rubygem-net-scp ===>   Installing existing 
> > package /usr/ports/packages/All/rubygem-net-scp-1.0.4_1.tbz ===> 
> > Returning to build of rubygem-vagrant-1.0.5 ===> 
> > rubygem-vagrant-1.0.5 depends on file: /usr/local/bin/gem18 - found
> > ===>   rubygem-vagrant-1.0.5 depends on file: /usr/local/bin/ruby18
> > - found 
> > ===
> >
> >
> > 
> So far so good. I noticed that rubygem-net-ssh-2.1.4.2 is supposed
> > to satisfy >=rubygem-net-ssh-2.2.2, which I ignore for the while.
> > 
> > Now, building yields
> > 
> > === >> == ===>  Installing for
> > rubygem-vagrant-1.0.5 ===>   rubygem-vagrant-1.0.5 depends on 
> > executable: erubis - found ===>   rubygem-vagrant-1.0.5 depends on 
> > package: rubygem-childprocess>=0.3.1 - found ===> 
> > rubygem-vagrant-1.0.5 depends on package: rubygem-i18n>=0.6.0 - 
> > found ===>   rubygem-vagrant-1.0.5 depends on package: 
> > rubygem-json>=1.5.1 - found ===>   rubygem-vagrant-1.0.5 depends
> > on package: rubygem-log4r>=1.1.9 - found ===>
> > rubygem-vagrant-1.0.5 depends on package: rubygem-net-ssh>=2.2.2 -
> > found ===> rubygem-vagrant-1.0.5 depends on package:
> > rubygem-net-scp>=1.0.4 - found ===>   rubygem-vagrant-1.0.5 depends
> > on file: /usr/local/bin/gem18 - found ===>   rubygem-vagrant-1.0.5
> > depends on file: /usr/local/bin/ruby18 - found ===>   Generating
> > temporary packing list ===>  Checking if emulators/rubygem-vagrant
> > already installed /usr/bin/env  /usr/local/bin/gem18 install -l 
> > --no-update-sources --no-ri --install-dir /usr/local/lib/r\ 
> > uby/gems/1.8 /usr/ports/distfiles/rubygem/vagrant-1.0.5.gem -- 
> > --build-args ERROR:  While executing gem ..

IPv6in4 tunnel with only one /64 prefix

2012-11-07 Thread Frédéric Perrin
Hello list,

I have a FreeBSD server with native IPv6 connectivity. At home, my ISP
provides me with only IPv4 connectivity. In order to get IPv6 to the
home, I had the idea of creating a 6in4 tunnel between my home gateway
and my FreeBSD server. The part about creating the tunnel, routing
between the home and the server works using private addresses (fc00::/8
over gif0).

However, I only have one global /64 on the FreeBSD box. What can I do?

I have the idea of subnetting the /64 into e.g. /80, route a couple of
/80s through gif to the home and use another /80 for the FreeBSD server.
However, as the router into which my FreeBSD server is connected will
expect the entire /64 to be directly connected, I will have to setup
some kind of NDP proxy for the /80 to the home. I will also lose
autoconf, but I can live with that.

Comments, either on the plan above, or something else I haven't thought
of?

-- 
Fred
___
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"


Production mpd5+FreeBSD+FreeRadius+igb

2012-11-07 Thread Eugen Konkov
Hi

Can any advice me stable release of those combination of tools?



-- 
 Eugen  mailto:kes-...@yandex.ru

___
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"


Free boock offer

2012-11-07 Thread Rodríguez Jimeno
THE ALCIONE ASSOCIATION OFFERS FREE COPY OF THE BOOK "HERCOLUBUS OR RED PLANET"

You can request it at: 

   jimen...@yahoo.es

 

 

HERCOLUBUS, THE PLANET APPROACHING EARTH

 

There are some questions about heavenly mechanics, which are unknown to current 
science. One of them is related to the approach of Hercolubus, a planet whose 
name comes from ancient knowledge. Its approach to our solar system is not only 
a forthcoming fact that everybody will be able to see, but it will also be an 
event resulting in big upheavals all over the world.

 

As in life's ups and downs everything returns to its beginning or its end, and 
Hercolubus, in its former approach, previously put a stop to the Atlantis´ 
civilization. These facts, well known by all the sages who in the course of 
history enjoyed Awakened Consciousness, were communicated through all stories 
of `world-wide Floods´ coming from different religions and cultures.

 

A lot of authors have talked about such cosmic phenomenon throughout the ages. 
V.M. Rabolú, was one of those people who enjoyed the faculties of the Awakened 
Consciousness, which let him investigate about this heavenly body's approach.

 

We have picked out the next paragraphs from his book entitled `Hercolubus or 
Red Planet´:

 

`When Hercolubus comes closer to the Earth and aligns with the Sun, deadly 
epidemics will begin to spread over the entire planet. Neither doctors nor 
official science will know what sort of illnesses they are or how to cure them. 
They will be powerless in the face of the epidemics.´

`The moment of tragedy and darkness will come: tremors, earthquakes and tidal 
waves. Human beings will become mentally unbalanced, because they will not be 
able to eat or sleep. In the face of danger, they will throw themselves over 
the precipice en masse, completely mad.´

`What I am affirming in this book is a prophecy that will be fulfilled very 
shortly, because I am certain about the end of the planet; I know it. I am not 
frightening, but warning, because I am distressed about this poor Humanity. 
These events will not be long in coming and there is no time to waste with 
illusory things. ´

 

V.M. Rabolú teaches in his book the techniques to eliminate our psychological 
defects and how to achieve astral projection as the only existing way of 
escaping from the forthcoming cataclysm. He finishes by saying:

 

 `Dear reader: I am speaking very clearly so that you understand the need to 
start working seriously. Whoever is working will be rescued from the danger. 
This is not for you to make up theories or hold discussions, but to experience 
the true teaching that I am giving in this book. We can resort to nothing 
else´. 

 
___
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: Errors cross compilation of architecture MIPS

2012-11-07 Thread Ivan Klymenko
Thanks, I'll try to figure out how to use it :)

В Wed, 7 Nov 2012 08:46:56 -0800
Adrian Chadd  пишет:

> That's odd. I don't build like that though, I build with my build
> scripts at http://code.google.com/p/freebsd-wifi-build/
> 
> Maybe see what I do in build_freebsd ?
> 
> 
> 
> Adrian
> 
> 
> On 7 November 2012 04:37, Ivan Klymenko  wrote:
> > Hi all.
> >
> > I have uname -rms
> > FreeBSD 10.0-CURRENT amd64
> >
> > I use to build system for architecture MIPS the instructions on the
> > wiki http://wiki.freebsd.org/FreeBSD/mips
> >
> > I use next script build.sh http://privatepaste.com/339d25c604
> > but the compilation fails http://privatepaste.com/106d4015d0
> >
> > then I add the option -DWITHOUT_GROFF \ in build.sh
> > and re-run the script build.sh
> >
> > Next, I get the following error http://privatepaste.com/9887e06e42
> >
> > then I add the option -DWITHOUT_SENDMAIL \ in build.sh
> > and re-run the script build.sh
> >
> > Next, I get the following error http://privatepaste.com/962b406024
> >
> > In what could be the problem here and what I'm doing wrong?
> >
> > Thanks.
___
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: Errors cross compilation of architecture MIPS

2012-11-07 Thread Warner Losh
I'd loose the -D flags and try again.  The instructions there are very odd.

Warner

On Nov 7, 2012, at 5:37 AM, Ivan Klymenko wrote:

> Hi all.
> 
> I have uname -rms
> FreeBSD 10.0-CURRENT amd64
> 
> I use to build system for architecture MIPS the instructions on the wiki
> http://wiki.freebsd.org/FreeBSD/mips
> 
> I use next script build.sh http://privatepaste.com/339d25c604
> but the compilation fails http://privatepaste.com/106d4015d0
> 
> then I add the option -DWITHOUT_GROFF \ in build.sh
> and re-run the script build.sh
> 
> Next, I get the following error http://privatepaste.com/9887e06e42
> 
> then I add the option -DWITHOUT_SENDMAIL \ in build.sh
> and re-run the script build.sh
> 
> Next, I get the following error http://privatepaste.com/962b406024
> 
> In what could be the problem here and what I'm doing wrong?
> 
> Thanks.
> ___
> freebsd-m...@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-mips
> To unsubscribe, send any mail to "freebsd-mips-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: Errors cross compilation of architecture MIPS

2012-11-07 Thread Adrian Chadd
That's odd. I don't build like that though, I build with my build
scripts at http://code.google.com/p/freebsd-wifi-build/

Maybe see what I do in build_freebsd ?



Adrian


On 7 November 2012 04:37, Ivan Klymenko  wrote:
> Hi all.
>
> I have uname -rms
> FreeBSD 10.0-CURRENT amd64
>
> I use to build system for architecture MIPS the instructions on the wiki
> http://wiki.freebsd.org/FreeBSD/mips
>
> I use next script build.sh http://privatepaste.com/339d25c604
> but the compilation fails http://privatepaste.com/106d4015d0
>
> then I add the option -DWITHOUT_GROFF \ in build.sh
> and re-run the script build.sh
>
> Next, I get the following error http://privatepaste.com/9887e06e42
>
> then I add the option -DWITHOUT_SENDMAIL \ in build.sh
> and re-run the script build.sh
>
> Next, I get the following error http://privatepaste.com/962b406024
>
> In what could be the problem here and what I'm doing wrong?
>
> Thanks.
> ___
> freebsd-m...@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-mips
> To unsubscribe, send any mail to "freebsd-mips-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: firefox i18n: no more french

2012-11-07 Thread Patrick Lamaiziere
Le Wed, 07 Nov 2012 11:52:51 +0100,
Leslie Jensen  a écrit :

> Quite some time ago there was a solution posted where you had to go
> to addons and install from a file.  The language file is downloaded
> to distfiles/xpi.  So you just point to the file and choose to
> install it.

Yes this is the way I do (far easier than install i18n package). That
worked fine in the past.

> And if I remember correctly you also have to set the language again in 
> about:config

Ah yes. You win! The about:config variable to change is 
general.useragent.locale = fr-FR

Thanks a lot.
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"


Errors cross compilation of architecture MIPS

2012-11-07 Thread Ivan Klymenko
Hi all.

I have uname -rms
FreeBSD 10.0-CURRENT amd64

I use to build system for architecture MIPS the instructions on the wiki
http://wiki.freebsd.org/FreeBSD/mips

I use next script build.sh http://privatepaste.com/339d25c604
but the compilation fails http://privatepaste.com/106d4015d0

then I add the option -DWITHOUT_GROFF \ in build.sh
and re-run the script build.sh

Next, I get the following error http://privatepaste.com/9887e06e42

then I add the option -DWITHOUT_SENDMAIL \ in build.sh
and re-run the script build.sh

Next, I get the following error http://privatepaste.com/962b406024

In what could be the problem here and what I'm doing wrong?

Thanks.
___
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"


nanobsd boot problem

2012-11-07 Thread Jack Mc Lauren
Hi all
I have some problems in the second phase of running a
device from a nanobsd image. 
After copying the image on a flash memory, and after I set
the system to boot up from flash memory, I just see a black screen and a
blinking cursor ! looks like the boot device ( flash memory ) is not recognized
by the system.
Here are my debugging information , if they are not enough,
tell me please to send you necessary informations :
dmesg output :
da0 at umass-sim0 bus 0 scbus0
target 0 lun 0
da0:  Removable Direct Access SCSI-4 device
da0: 40.000MB/s transfers
da0: 7388MB (15130624 512 byte
sectors: 255H 63S/T 941C)   
according to the last line, I change the NANO_SECTS to 63
and NANO_HEADS to 255. (in nanobsd.sh).
ls /dev output :
   da0s1   da0s1a ad6s1b  da0s3   
ad6s1d  da0s4
according to the first column , I set NANO_DRIVE to da0. (in
nanobsd.sh)
and here are the contents of the flash memory :
    ls /mnt
.cshrc  boot    lib rescue  usr
.profile    cfg libexec root    var
.snap   conf    media   sbin
COPYRIGHT   dev mnt sys
bin etc proc    tmp
Am I missing something ?? could you please me please ? 
___
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"


SV: Re: firefox i18n: no more french

2012-11-07 Thread Leslie Jensen
Quite some time ago there was a solution posted where you had to go to addons 
and install from a file.  The language file is downloaded to distfiles/xpi.  So 
you just point to the file and choose to install it.
And if I remember correctly you also have to set the language again in 
about:config
HTH
/Leslie

Patrick Lamaiziere  skrev:Le Wed, 07 Nov 2012 00:14:09 
+0400,
Boris Samorodov  a écrit :

Hi,

> > For and unknown reason here, Firefox (16.0 and ESR) doesn't want to
> > be in french anymore. Does i18n work for you?
> > 
> > I use directly the fr.xpi (cd /usr/ports/www/firefox-i18n, make
> > extract), then I add the .xpi via the firefox addons menu. That
> > worked like a charm before. The "fr" language pack is enabled but
> > firefox is still in english.
> > 
> > I've got this problem at work (firefox 16) and on my home laptop
> > (firefox-esr).
> > 
> > Any clue?
> 
> Is "Tools -> Extensions -> Languages - > French LangPack" enabled?

Yes:
> > The "fr" language pack is enabled but firefox is still in english.

Does the "ru" pack works for you? It doesn't here.

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"

Re: firefox i18n: no more french

2012-11-07 Thread Boris Samorodov
07.11.2012 14:27, Patrick Lamaiziere пишет:
> Le Wed, 07 Nov 2012 00:14:09 +0400,
> Boris Samorodov  a écrit :
> 
> Hi,
> 
>>> For and unknown reason here, Firefox (16.0 and ESR) doesn't want to
>>> be in french anymore. Does i18n work for you?
>>>
>>> I use directly the fr.xpi (cd /usr/ports/www/firefox-i18n, make
>>> extract), then I add the .xpi via the firefox addons menu. That
>>> worked like a charm before. The "fr" language pack is enabled but
>>> firefox is still in english.
>>>
>>> I've got this problem at work (firefox 16) and on my home laptop
>>> (firefox-esr).
>>>
>>> Any clue?
>>
>> Is "Tools -> Extensions -> Languages - > French LangPack" enabled?
> 
> Yes:
>>> The "fr" language pack is enabled but firefox is still in english.

Hm, sorry, didn't catch it.

> Does the "ru" pack works for you? It doesn't here.

Yes, it works (but I had similar problem as you do).
One more question: is your locale french as well?

-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
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: firefox i18n: no more french

2012-11-07 Thread Patrick Lamaiziere
Le Wed, 07 Nov 2012 00:14:09 +0400,
Boris Samorodov  a écrit :

Hi,

> > For and unknown reason here, Firefox (16.0 and ESR) doesn't want to
> > be in french anymore. Does i18n work for you?
> > 
> > I use directly the fr.xpi (cd /usr/ports/www/firefox-i18n, make
> > extract), then I add the .xpi via the firefox addons menu. That
> > worked like a charm before. The "fr" language pack is enabled but
> > firefox is still in english.
> > 
> > I've got this problem at work (firefox 16) and on my home laptop
> > (firefox-esr).
> > 
> > Any clue?
> 
> Is "Tools -> Extensions -> Languages - > French LangPack" enabled?

Yes:
> > The "fr" language pack is enabled but firefox is still in english.

Does the "ru" pack works for you? It doesn't here.

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"