Re: Why my Firefox doesn't display Cyrillic fonts well?

2009-10-02 Thread Boris Samorodov
On Thu, 01 Oct 2009 11:19:20 -0700 Yuri wrote:

 I have this problem for a long time. Firefox shows all Cyrillic fonts
 with very large spaces between letters, almost the same as the real
 space character. So it's very difficult to read. Interestingly, Opera
 shows the same pages very neatly in different font looking very
 well. I attach here fonts section from my xorg.conf.

 What's wrong in my configuration?

 Yuri


 --- fonts section from xorg.conf ---
 Section Files
ModulePath   /usr/local/lib/xorg/modules
FontPath /usr/local/lib/X11/fonts/misc/
FontPath /usr/local/lib/X11/fonts/TTF/
FontPath /usr/local/lib/X11/fonts/OTF
FontPath /usr/local/lib/X11/fonts/Type1/
FontPath /usr/local/lib/X11/fonts/100dpi/
FontPath /usr/local/lib/X11/fonts/75dpi/
FontPath   /usr/local/lib/X11/fonts/TrueType/
FontPath /usr/local/lib/X11/fonts/tmu/
FontPath   /usr/local/lib/X11/fonts/cyrillic/
FontPath  /usr/local/lib/X11/fonts/dejavu
 EndSection

 --- cyrillic fonts installed ---
 font-cronyx-cyrillic-1.0.0 X.Org Cronyx Cyrillic font
 font-misc-cyrillic-1.0.0 X.Org miscellaneous Cyrillic font
 font-screen-cyrillic-1.0.1 X.Org Screen Cyrillic font
 font-winitzki-cyrillic-1.0.0 X.Org Winitzki Cyrillic font
 xorg-fonts-cyrillic-7.4 X.Org Cyrillic bitmap fonts

Install x11-fonts/webfonts and do apropriate changes to xorg.conf.
I have webfonts right after misc fonts at xorg.conf. That always
gave me good results.

-- 
WBR, Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone  Internet SP
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: usenet configuration

2009-10-02 Thread Bernt Hansson

Aflatoon Aflatooni said the following on 2009-10-01 19:17:

What is needed in order to run nntp?


INN https://www.isc.org/software/inn
A faq for INN is at http://www.eyrie.org/~eagle/faqs/inn.html

Diablo gttp://www.openusenet.org/diablo
A faq for diablo is at the above address.

DNews http://www.netwinsite.com/dnews.htm

Typhoon (not free/open) http://www.highwinds-software.com/



How does nntp connect to other news servers?


Via TCP/IP.

 Where do you define the news groups that the server would subscribe to?

You mean what groups would be carried? The active file takes care of that.


Any pointers or suggested configuration?


A bit difficult since I do not know what software you choose.

___
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: jail - unable to print from inside jail

2009-10-02 Thread Bernt Hansson

Raymond Gibson said the following on 2009-10-01 22:33:

I'm trying to setup CUPS (in a jail) using a USB printer on
my host machine. My host was built with as a minimal FreeBSD 7.2-Release 
install. I added ezjail and created two jails. Both jails are working and I 
can login to both using ssh.



On the host i did the following:

I added this to /etc/devfs.conf
own ultp0   root:cups
permultp0   0660


I added this to /etc/devfs.rules

# Printers
add path ltp[0-9]* mode 0660 group cups
add path ultp[0-9]* mode 0660 group cups
add path unltp[0-9]* mode 0660 group cups

[devfsrules_jail_PrintServer=10]
add path ltp[0-9]* mode 0660 group cups
add path ultp[0-9]* mode 0660 group cups
add path unltp[0-9]* mode 0660 group cups


Something doesn't seem right with you devfs.rules file.
Mine looks like this:

[system=10]
add path 'unlpt*' mode 0660 group cups
add path 'ulpt*' mode 0660 group cups
add path 'lpt*' mode 0660 group cups


After a reboot, I can access the administration website.
I added a printer and allowed remote access. 


From administration page - printer status:

Description: HP Photosmart 7350
Location: Home
Printer Driver: HP PhotoSmart 7350 Foomatic/hpijs (recommended)
Printer State: idle, accepting jobs, published.
Device URI: usb:/dev/ulpt0 



Wen printing a test page from administration page i get permission denied.
HPPhotosmart7350 (Default Printer) Unable to open device file /dev/ulpt0: 
Permission denied


How do i solve this?

Please let me know if more information is needed.

I thank you for your time and help 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




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


Re: NO ONE knows??

2009-10-02 Thread Bernt Hansson

Gary Kline said the following on 2009-10-01 21:22:

so ==nobody== know how to get espeak working with the high-quality
voices?  hard to believe on this list...


Have you checked the documentaion, and hoe do you want to use it with
OO?
___
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: migrating users from one machine to another machine

2009-10-02 Thread Daniel Bye
On Fri, Oct 02, 2009 at 06:45:12AM +0700, Olivier Nicole wrote:
 Hi,
 
  What is the best way of migrating users from one machine (FreeBSD
  6.3) to a new machine (FreeBSD 7.2)?
 
  I need to migrate their user account settings (shell, password,
  expiry etc) and also their data that they have in their directories.
 
 Basically:
 
 - you need to vipw on both machine and copy the user accounts from the
   old machine to the new machine, that is fast;

Or copy /etc/passwd from the old machine to the new one, and run 
pwd_mkdb, which is essentially what vipw does anyway.

And don't forget to sync your groups file as well!

Dan

 
 - you need to copy the home directories of your users from one machine
   to the other, that can take long time if you have a lot of users
   with a lot of data.
 
 To be sure that there is no change being made by the users while you
 are copying the data/accounts, you must disable any login during the
 copy process.
 
 You can practice copying the accounts while the machines are online
 (login enabled); but be certain to do a final copy with the machine
 offline (login disabled).
 
 If copying data would take too long time and you cannot afford to put
 the system offline for such a long period, you could install rsync on
 both machines.
 
 - keep machines online and rsync the users data from the old machine
   to the new one.
 
 - repeat rsyncing indefinitely, this will continue copying file that
   has changed.
 
 - put the machine offline and do a last rsync: that one should not
   take too long as it will only copy what has changed since the very
   last run of rsync.
 
 
 Another way regarding the users' data, if they reside on a separate
 hard disk, you can simply physically mount that hard disk in the new
 machine.
 
 Best regards,
 
 Olivier
 ___
 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

-- 
Daniel Bye
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgpbqMzTvPJpt.pgp
Description: PGP signature


Re: NO ONE knows??

2009-10-02 Thread DA Forsyth
On 2 Oct 2009 , freebsd-questions-requ...@freebsd.org entreated about
 freebsd-questions Digest, Vol 278, Issue 10:

 Message: 28
 Date: Thu, 1 Oct 2009 12:22:45 -0700
 From: Gary Kline kl...@thought.org
 Subject: NO ONE knows??
 To: FreeBSD Mailing List freebsd-questions@FreeBSD.ORG
 Message-ID: 20091001192241.ga5...@thought.org
 Content-Type: text/plain; charset=us-ascii
 
 
 so ==nobody== know how to get espeak working with the high-quality
 voices?  hard to believe on this list...

I use espeak, but have never tried to use any other than the stock 
voice, it works just fine.  I suspect most other folks have the same 
experience.

I use espeak to verbalize warnings and errors from XYMON on the main 
server which sits next to me, since I'm not always looking at email.

 gary


--
   DA Fo rsythNetwork Supervisor
Principal Technical Officer -- Institute for Water Research
http://www.ru.ac.za/institutes/iwr/


___
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


Getting lphoto to run

2009-10-02 Thread Jerry
FreeBSD-7.2 running Xfce 4 Desktop Environment
version 4.6.1 (Xfce 4.6)

I am unable to get 'lphoto' to run. This is the output when it initially
is started:

QSettings::sync: filename is null/empty
kbuildsycoca running...
QSettings::sync: filename is null/empty
Reading Library
failed open
Creating Default Empty Library
QObject::connect: No such signal QDateTimeEdit::lostFocus()
QObject::connect:  (sender name:   'unnamed')
QObject::connect:  (receiver name: 'unnamed')
Traceback (most recent call last):
  File /usr/local//lib/python2.6/site-packages/Lphoto/lphoto.py, line 720, in 
module
mw = LMainPhoto(app)
  File /usr/local//lib/python2.6/site-packages/Lphoto/lphoto.py, line 49, in 
__init__
self.initModePanel(self.mainView)
  File /usr/local//lib/python2.6/site-packages/Lphoto/lphoto.py, line 344, in 
initModePanel
self.newAlbumButton = self.createToolBarButton(None, buttonadd.png, hb, 
add a new album)
  File /usr/local//lib/python2.6/site-packages/Lphoto/lphoto.py, line 303, in 
createToolBarButton
b = QPushButton(label, vb)
TypeError: argument 2 of qt.QPushButton() has an invalid type
DCOP aborting call from 'anonymous-56132' to 'lphoto'
lphoto: ERROR: Communication problem with lphoto, it probably crashed.


-- 
Jerry
ges...@yahoo.com

In the beginning was the word.
But by the time the second word was added to it,
There was trouble.
For with it came syntax ...

John Simon
___
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: Netwroked Storage

2009-10-02 Thread Grant Peel

Hi all,

I now have a quote from Dell, for a 4 TB, RAID5 NX3000 NAS.

It comes pre configured with Windows Storage Server 2008 Standard Edition. 
Dell support assures me it will be compatable with NFS on FreeBSD, but if we 
are not happy with it we can wipe it and install whatever software we want 
... FreeNAS for example.


Questions:

Has anyone used/using Windows Storage Server 2008 with FreeBSD clients? Is 
there any compatability loss? (NSF).


Is anyone using this specific hardware? If so, comments please!

-Grant

Has anyone used
- Original Message - 
From: Olivier Nicole olivier.nic...@cs.ait.ac.th

To: gp...@thenetnow.com
Cc: amvandem...@gmail.com; freebsd-questions@freebsd.org
Sent: Wednesday, September 30, 2009 9:16 PM
Subject: Re: Netwroked Storage



Hi,


All of the 200 domains on each server have thier own Real Unix user
(obviously). Once the NAS is setup, (using NFS), how do the permissions 
on

the NAS machine play out? i.e. when user 'hisname' logs into a server via
ftp, and uploads a file to his home directory (which is on the NAS), will
the file permissions be the same, and will 'hisname' own the file exactly
the same as if he were writing to the local (server) disk?


That is expected, else something bad would exists in the configuration
of the NAS.


In the NAS
exports do I have to map every user to the NFS or can I just maproot?


Maproot is the easiest as it gives complete access to the NFS exported
directory.

Now you may consider that for security reason, users of client-machine
1 should only be allowed to NFS mount their own home directory.

In that case, you may need the users of client-machine 1 to exist on
client-machine 1 and on the server, etc for machine 2... Actually I
never had this case when a user account only exists on an NFS client
but not on the NFS server, so I am not too sure. I guess that user ID
of the users should be different on every client system.

You may consider an LDAP directory for your users, where the server
would see all the users, but each client-machine would see only the
users belonging to it (I thing that there is an host attributes, so
client-1 only sees the users with host=client-1).

Good luck,

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


Ezjail, Perl, upgrading best practices advise please

2009-10-02 Thread Troy Kocher
All,
Couple issues:
1) I need some understanding on how to deploy and upgrade perl
properly in this jailed environment.
2) I need some help on my current tangle of Perl library complaints

Issue #1: In a jailed environment how many installations of perl are
recommended (ie 1 host system 2 basejail 3 each jail) ?  My sense
would be that one on the host and one in the basejail, would be the
most efficient.  If that is the case how do I upgrade the perl in the
basejail?  How do I handle different versions of perl installed in
each of the jails?

Issue #2:  My lack of understanding has me in a mess currently.  My
host environment is using (perl-threaded-5.8.9_3), in jail #1 I have
(perl-5.8.9_3) when I try to use cpan here is what happens:

jail1#perl -MCPAN -e 'shell'
Terminal does not support AddHistory.
cpan shell -- CPAN exploration and modules installation (v1.9301)
ReadLine support available (maybe install Bundle::CPAN or Bundle::CPANxxl?)
print() on closed filehandle FOUT at
/usr/local/lib/perl5/5.8.9/Term/ReadLine.pm line 193.
readline() on closed filehandle FIN at
/usr/local/lib/perl5/5.8.9/Term/ReadLine.pm line 301.
print() on closed filehandle FOUT at
/usr/local/lib/perl5/5.8.9/Term/ReadLine.pm line 203.
Terminal does not support GetHistory.
Lockfile removed.

In Jail #2 another issue. . :

jail2#pkg_info |grep perl
mod_perl2-2.0.3_3,3 Embeds a Perl interpreter in the Apache2 server
p5-DBI-1.60.1   The perl5 Database Interface.  Required for DBD::* modules
p5-Devel-Symdump-2.0800 A perl5 module that dumps symbol names or the
symbol table
p5-Error-0.17012Perl module to provide Error/exception support for perl: Er
p5-GD-2.35_1A perl5 interface to Gd Graphics Library version2
p5-GD-Graph-1.44.01_1 Graph plotting module for perl5
p5-MIME-Tools-5.426,2 A set of perl5 modules for MIME
p5-Scalar-List-Utils-1.19,1 Perl subroutines that would be nice to
have in the perl cor
p5-Storable-2.18Persistency for perl data structures
p5-Term-ReadKey-2.30 A perl5 module for simple terminal control
p5-Test-Harness-3.10 Run perl standard test scripts with statistics
p5-Test-Simple-0.80 Basic utilities for writing tests in perl
p5-Time-HiRes-1.9712,1 A perl5 module implementing High resolution
time, sleep, an
perl-5.8.8_1

then I try cpan
jail2# perl -MCPAN -e 'shell'
/libexec/ld-elf.so.1: Shared object libm.so.4 not found, required by perl

Troubleshooting this complaint on jail2 I discovered the time stamp on
the host was different than the time stamp on the basejail.


Anyway I'm puzzled, and I'm not really sure where to go from here. .
I'd appreciate any help..

Thanks
Troy
___
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


Out of mbuf address space!

2009-10-02 Thread Grant Peel
Hi all,

I have an older RAID 5 machine running FreeBSD 5.2.1 and am using it as a 
backup storage unit.

Yesterday morning, we noticed the the NFS mounts on the clients to this machine 
we not available, which sent a bunch of cronjobs spinning out of control etc. 
We also became unable to connect via ssh.

Once at the console we noted sevral dozen entries in the messages.log:

Oct  1 08:32:13 enterprise kernel: Out of mbuf address space!
Oct  1 08:32:13 enterprise kernel: Consider increasing NMBCLUSTERS
Oct  1 08:32:13 enterprise kernel: All mbufs or mbuf clusters exhausted, please 
see tuning(7).

After rebooting the machine, and getting the clients under control I started 
investigating tunning(7) in the man pages.

I am confused however.

I have increased the kern.ipc.nmbclusters to 2048 in the /boot/loader.conf, but 
when I checked netstat -m, it appears that there are less buffers available 
then there were when the problem happened.

netstat -m

enterprise# netstat -m
mbuf usage:
GEN cache:  0/64 (in use/in pool)
CPU #0 cache:   145/640 (in use/in pool)
Total:  145/704 (in use/in pool)
Mbuf cache high watermark: 512
Maximum possible: 4096
Allocated mbuf types:
  144 mbufs allocated to data
  1 mbufs allocated to packet headers
17% of mbuf map consumed
mbuf cluster usage:
GEN cache:  0/232 (in use/in pool)
CPU #0 cache:   135/232 (in use/in pool)
Total:  135/464 (in use/in pool)
Cluster cache high watermark: 128
Maximum possible: 2048  
 -- this number was much higher
22% of cluster map consumed
- this number was much lower.
1104 KBytes of wired memory reserved (27% in use)
0 requests for memory denied
0 requests for memory delayed
0 calls to protocol drain routines

This particular machine has 512 MB of ram.

Any suggestions what an NFS intensive machine with 512 meg ram should have 
kern.ipc.nmbclusters set to?
Are there any otyher tunables I should be looking at.

-Grant

___
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: ion windows manager on FreeBSD

2009-10-02 Thread Dmitry Marakasov
* Mark Linimon (lini...@lonesome.com) wrote:

 The author orginally contacted us with a legal threat because we were
 not in compliance with the 28-day clause.  A long, acrimonious disucssion
 ensued.  In that discussion, the author was asked if we agree to meet
 that condition going forward, would you guarantee that this would remove
 any further legal threat? and he said yes ...
 
 for now.
 
 But that he reserved the right to change his mind later.
 
 *depending* on what we did or did not do in the future -- not just in
 adhering to the *existing clauses* like the significant clause or
 renamed clause -- both of which he mentioned would be part of any
 lawsuit.
 
 Legally indefensible?  Of course.  Would that prevent a lawsuit being
 filed?  No.  Anyone can sue anyone for anything.

Well, if you insist I of course won't commit it. But the whole thing
disappoints me greately, cause I was pretty sure at least FreeBSD
developers won't be affected by a mere FUD. Do you honestly think
the probability of Tuomo suing us is higher of, say, me suing, well,
us?  And that anything will change by us not providing a port we
have absolutely totally utterly 100% right to provide?  That is
just silly.

The port from now on is available here (removed from people.freebsd.org):
http://mirror.amdmi3.ru/ports/ion3-20090110.port.tar

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.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


Some Questions About Freebsd Please Help Me !!

2009-10-02 Thread xn.bravo

Hi , 

i want to ask some questions about freebsd , one of my friend have freebsd 
in his server , he is using it , he have ips issu on his server and he is 
converting ips in proxies ( Socks 4/5 ) , i want to know how i can do that , 
how i can set firewall that or what i need to do? , like let me show you what 
he have did , he have give me SSH access , in that when i go i need to put 
commands , i will give you some commands , to make ip as proxy i need to give 
this command in ( Putty ) socks -d -p14344 -i204.18.245.9 -e204.18.245.9 , it 
will convert ip in proxy , but i dun know how to do that in freebsd , i will 
show you 1 screenshot as well ,  here is screenshot  ( 
http://i36.tinypic.com/wuoro6.png ) , you can have a look on that as well , 
please help me if you can , like this i am going to buy may be 20 freebsd for 
that , i want to know how can i set all this in that , if you can help me in 
that , please send me steps how i can make ip in proxy with the help of freebsd.

Here is Some More Commands.

To Stop Socks Here is Command : killall -9 socks

To Start Socks Here is Command : socks -d -p14344 -i204.18.245.9 -e204.18.245.9

Regrads

Bravo
italy
00393888992300
   

Alice Messenger ;-) chatti anche con gli amici di Windows Live Messenger e 
tutti i telefonini TIM!
Vai su http://maileservizi.alice.it/alice_messenger/index.html?pmk=footer
___
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


php5 error in FreeBSD 7.2

2009-10-02 Thread Aflatoon Aflatooni
Hi,
I am getting the following error in php5:

Internal pcre_fullinfo() error

I have tried rebuilding, but it doesn't seem to help. 

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: NO ONE knows??

2009-10-02 Thread Gary Kline
On Fri, Oct 02, 2009 at 12:07:58PM +0200, DA Forsyth wrote:
 On 2 Oct 2009 , freebsd-questions-requ...@freebsd.org entreated about
  freebsd-questions Digest, Vol 278, Issue 10:
 
  Message: 28
  Date: Thu, 1 Oct 2009 12:22:45 -0700
  From: Gary Kline kl...@thought.org
  Subject: NO ONE knows??
  To: FreeBSD Mailing List freebsd-questions@FreeBSD.ORG
  Message-ID: 20091001192241.ga5...@thought.org
  Content-Type: text/plain; charset=us-ascii
  
  
  so ==nobody== know how to get espeak working with the high-quality
  voices?  hard to believe on this list...
 
 I use espeak, but have never tried to use any other than the stock 
 voice, it works just fine.  I suspect most other folks have the same 
 experience.
 
 I use espeak to verbalize warnings and errors from XYMON on the main 
 server which sits next to me, since I'm not always looking at email.
 


What I'm looking for is how to use the ``better than the 
default voices''; there are several english languages that
are fairly natural sounding.  Nothing I've googled explain
using the quality voices for FreeBSD.

gary


  gary
 
 
 --
DA Fo rsythNetwork Supervisor
 Principal Technical Officer -- Institute for Water Research
 http://www.ru.ac.za/institutes/iwr/
 
 
 ___
 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

-- 
 Gary Kline  kl...@thought.org  http://www.thought.org  Public Service Unix
http://jottings.thought.org   http://transfinite.thought.org
The 5.67a release of Jottings: http://jottings.thought.org/index.php

___
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 my Firefox doesn't display Cyrillic fonts well?

2009-10-02 Thread Yuri

Boris Samorodov wrote:

Install x11-fonts/webfonts and do apropriate changes to xorg.conf.
I have webfonts right after misc fonts at xorg.conf. That always
gave me good results.
  



Boris, Thanks for the advice.
I did what you suggested but there is no visible change.

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


Re: Why my Firefox doesn't display Cyrillic fonts well?

2009-10-02 Thread Eugene L.

Yuri ?:

Boris Samorodov wrote:

Install x11-fonts/webfonts and do apropriate changes to xorg.conf.
I have webfonts right after misc fonts at xorg.conf. That always
gave me good results.



Boris, Thanks for the advice.
I did what you suggested but there is no visible change.

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


Well, personally I used the apparently old, as I was informed, method, 
described in the handbook, e.g. I borrowed the fonts from the Windows 
system, mapped them with the appropriate tool (read the handbook) and 
edited xorg.conf .

Worked nicely, the default font was revolting ^_^
___
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-chat Digest, Vol 321, Issue 1

2009-10-02 Thread ill...@gmail.com
2009/10/1 Sisantha Godawela-Ohle ekerbe...@web.de:
 Hello everybody,

 would like to know as why is in FreeBSD v 8.0 RC1 successfull installation on 
 hp Proliant DL 320 with gnome
 the gTerminal in System not available, although it is also installed?
 any clue would be appriciated.


which gnome-terminal
perhaps?

 sincerely,

 sisantha

 PS. if this is not the right place to place the question, pl. kindly diket to 
 (send me) the appropriste link, thanks.



freebsd-questions@freebsd.org is probably the correct list,
also, you will get better results if you compose a new mail
to ask your questions.

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


ZFS on FreeBSD 7.2

2009-10-02 Thread Graeme Dargie
Hello all

 

I currently have machine with 6x500gb hdd`s running under ZFS RaidZ
everything is working just fine, I have bought 2x3bay ICY Dock bays for
this machine, my questions is do I have to make sure the drives go back
on to the same sata ports as they are currently on or will ZFS sort it
self out?

 

Regards

 

Graeme

___
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: Questions regarding portmaster's man page

2009-10-02 Thread Doug Barton
Christer Solskogen wrote:
 Hi!
 
 The man page for portmaster say this:
  Alternatively you could use portmaster -a -f -D to do an ``in place''
  update of your ports.  If that process is interrupted for any reason you
  can use portmaster -a -f -D -R to avoid rebuilding ports already rebuilt
  on previous runs.  However the first method (delete everything and rein-
  stall) is preferred.
 
 I'm wondering why the first method is preferred.

First before I forget, in general it's always a good idea to send a
message to freebsd-questions@freebsd.org first if you're not sure what
list to send it to, so you didn't do anything wrong here. On the other
hand, if you have a question about a ports-related issue you should
probably send it to freebsd-po...@freebsd.org where you are more
likely to get a focused response.

That said, there are a couple of answers to your question. Even though
we try to be thorough with the ports system removing files after a
port is deinstalled there are occasionally problems so if you've had a
/usr/local populated with ports for a few years there is probably old
cruft in there that it would be good to remove.

The other answer is that doing an in place upgrade will inevitably
end up with some ports compiled against old libs, which is not a good
thing. Not to mention that there will likely be some dependencies left
over on your system that you don't need. The method described in
portmaster's man page encourages you to save a list of the root and
leaf ports you're using. These are the ports that are not depended
on by other ports, which generally means that they are the actual
applications you're using (like firefox, etc.). By telling portmaster
to install only these ports and letting the ports system handle the
dependencies for the new conditions you're likely to get a cleaner
upgrade.

Those are the two main reasons. There are occasionally other reasons,
such as the libusb problems with hal that people are experiencing
after upgrades to 8.0 that just make delete and reinstall the
cleaner option and the one that should be recommended most highly.


hope this helps,

Doug

-- 

This .signature sanitized for your protection

___
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: jail - unable to print from inside jail

2009-10-02 Thread Raymond Gibson
On Friday 02 October 2009 02:31:06 am Bernt Hansson wrote:
 Raymond Gibson said the following on 2009-10-01 22:33:
  I'm trying to setup CUPS (in a jail) using a USB printer on
  my host machine. My host was built with as a minimal FreeBSD 7.2-Release
  install. I added ezjail and created two jails. Both jails are working and
  I can login to both using ssh.
 
  On the host i did the following:
 
  I added this to /etc/devfs.conf
  own ultp0   root:cups
  permultp0   0660
 
 
  I added this to /etc/devfs.rules
 
  # Printers
  add path ltp[0-9]* mode 0660 group cups
  add path ultp[0-9]* mode 0660 group cups
  add path unltp[0-9]* mode 0660 group cups
 
  [devfsrules_jail_PrintServer=10]
  add path ltp[0-9]* mode 0660 group cups
  add path ultp[0-9]* mode 0660 group cups
  add path unltp[0-9]* mode 0660 group cups

 Something doesn't seem right with you devfs.rules file.
 Mine looks like this:

 [system=10]
 add path 'unlpt*' mode 0660 group cups
 add path 'ulpt*' mode 0660 group cups
 add path 'lpt*' mode 0660 group cups

  After a reboot, I can access the administration website.
  I added a printer and allowed remote access.
 
 From administration page - printer status:
 
  Description: HP Photosmart 7350
  Location: Home
  Printer Driver: HP PhotoSmart 7350 Foomatic/hpijs (recommended)
  Printer State: idle, accepting jobs, published.
  Device URI: usb:/dev/ulpt0
 
 
  Wen printing a test page from administration page i get permission
  denied. HPPhotosmart7350 (Default Printer) Unable to open device file
  /dev/ulpt0: Permission denied
 
  How do i solve this?
 
  Please let me know if more information is needed.
 
  I thank you for your time and help 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

I changed /etc/devfs.rules, but no luck.

i change permissions on /dev/ulpt0 (in the jail) and now i can print a test 
page from Cups administration page.

PrintServer# ls -l /dev | grep ulpt0
crw-r--r--  1 root operator0,  79 Oct  2 10:51 ulpt0
PrintServer# chmod 666 /dev/ulpt0
PrintServer# ls -l /dev | grep ulpt0
crw-rw-rw-  1 root operator0,  79 Oct  2 10:51 ulpt0

i tried to set 666 for devfs.rules  devfs.conf in both host and jail, but 
that didn't work. 

any more ideas?




___
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: Ezjail, Perl, upgrading best practices advise please

2009-10-02 Thread Tim Judd
On 10/2/09, Troy Kocher t...@kocherfamily.org wrote:
 All,
 Couple issues:
 1) I need some understanding on how to deploy and upgrade perl
 properly in this jailed environment.
 2) I need some help on my current tangle of Perl library complaints

 Issue #1: In a jailed environment how many installations of perl are
 recommended (ie 1 host system 2 basejail 3 each jail) ?  My sense
 would be that one on the host and one in the basejail, would be the
 most efficient.  If that is the case how do I upgrade the perl in the
 basejail?  How do I handle different versions of perl installed in
 each of the jails?

Your questions indicate you setup a base jail and nullfs mount the
points to the other jails.  Although it is written it can be done, I
have to ask why you decided to do it this way?  base distribution only
takes about 128MB of disk space, and nearly nothing for RAM (by
today's disk and RAM sizes).

I recommend each jail have their own world installed, preferrably the
same world because since the jails share the world with the hosts'
kernel, and world+kernel must be kept in sync, setup a host on
release, and all jails on a release too.  I'm currently experimenting
(for fun) a -stable host, and -release jails, which is unsupported.


It gets a tad annoying when you manage multiple jails that it has no
concept of already built ports and to use them, so I find myself
cancelling out of a lot of builds to install the package created from
another jail.


 Issue #2:  My lack of understanding has me in a mess currently.  My
 host environment is using (perl-threaded-5.8.9_3), in jail #1 I have
 (perl-5.8.9_3) when I try to use cpan here is what happens:

 jail1#perl -MCPAN -e 'shell'
 Terminal does not support AddHistory.
 cpan shell -- CPAN exploration and modules installation (v1.9301)
 ReadLine support available (maybe install Bundle::CPAN or Bundle::CPANxxl?)
 print() on closed filehandle FOUT at
 /usr/local/lib/perl5/5.8.9/Term/ReadLine.pm line 193.
 readline() on closed filehandle FIN at
 /usr/local/lib/perl5/5.8.9/Term/ReadLine.pm line 301.
 print() on closed filehandle FOUT at
 /usr/local/lib/perl5/5.8.9/Term/ReadLine.pm line 203.
 Terminal does not support GetHistory.
 Lockfile removed.

Can't comment on this, seems a missing dependency and other problems.

 In Jail #2 another issue. . :

 jail2#pkg_info |grep perl
 mod_perl2-2.0.3_3,3 Embeds a Perl interpreter in the Apache2 server
 p5-DBI-1.60.1   The perl5 Database Interface.  Required for DBD::*
 modules
 p5-Devel-Symdump-2.0800 A perl5 module that dumps symbol names or the
 symbol table
 p5-Error-0.17012Perl module to provide Error/exception support for perl:
 Er
 p5-GD-2.35_1A perl5 interface to Gd Graphics Library version2
 p5-GD-Graph-1.44.01_1 Graph plotting module for perl5
 p5-MIME-Tools-5.426,2 A set of perl5 modules for MIME
 p5-Scalar-List-Utils-1.19,1 Perl subroutines that would be nice to
 have in the perl cor
 p5-Storable-2.18Persistency for perl data structures
 p5-Term-ReadKey-2.30 A perl5 module for simple terminal control
 p5-Test-Harness-3.10 Run perl standard test scripts with statistics
 p5-Test-Simple-0.80 Basic utilities for writing tests in perl
 p5-Time-HiRes-1.9712,1 A perl5 module implementing High resolution
 time, sleep, an
 perl-5.8.8_1

 then I try cpan
 jail2# perl -MCPAN -e 'shell'
 /libexec/ld-elf.so.1: Shared object libm.so.4 not found, required by
 perl

A jail that has been updated from (for example) a 6.x release to a 7.x
release with ports from 6.x will look for the shared libraries from
6.x, when 7.x has them updated and possibly renamed.  Has jail2 been
updated?

 Troubleshooting this complaint on jail2 I discovered the time stamp on
 the host was different than the time stamp on the basejail.


what time stamp?  of what? where?


 Anyway I'm puzzled, and I'm not really sure where to go from here. .
 I'd appreciate any help..

 Thanks
 Troy


It won't be a do these and you'll be fixed - given the initial post.
 I'm trying to gain more information before I can 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: php5 error in FreeBSD 7.2

2009-10-02 Thread Aflatoon Aflatooni
So I did find a thread about this and the used the following solution to fix 
the problem:

- Edit /usr/ports/lang/php5/Makefile and add the following line to the 
configuration arguments:
--with-pcre-regex

So your Makefile should have:
CONFIGURE_ARGS= \
    --with-layout=GNU \
    --with-config-file-scan-dir=${PREFIX}/etc/php \
    --disable-all \
    --enable-libxml \
    --with-libxml-dir=${LOCALBASE} \
    --with-pcre-regex \
    --enable-reflection \
    --program-prefix=



Aflatoon

 


- Original Message 
From: Aflatoon Aflatooni aaflato...@yahoo.com
To: freebsd-questions@freebsd.org
Sent: Friday, October 2, 2009 11:45:08 AM
Subject: php5 error in FreeBSD 7.2

Hi,
I am getting the following error in php5:

Internal pcre_fullinfo() error

I have tried rebuilding, but it doesn't seem to help. 

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




___
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: Netwroked Storage

2009-10-02 Thread Tim Judd
On 10/2/09, Grant Peel gp...@thenetnow.com wrote:
 Hi all,

 I now have a quote from Dell, for a 4 TB, RAID5 NX3000 NAS.

 It comes pre configured with Windows Storage Server 2008 Standard Edition.
 Dell support assures me it will be compatable with NFS on FreeBSD, but if we
 are not happy with it we can wipe it and install whatever software we want
 ... FreeNAS for example.

 Questions:

 Has anyone used/using Windows Storage Server 2008 with FreeBSD clients? Is
 there any compatability loss? (NSF).

 Is anyone using this specific hardware? If so, comments please!

 -Grant

I decline Dell if I were to make the choice.  They support SOME linux,
and Windows on the hardware.  Microsoft has made Services for UNIX
that Dell tends to install on their Windows NAS devices.

iXsystems makes servers, storage, and everything else with a native
BSD host, at a reasonable cost.  They back PC-BSD development so they
are familiar with the FreeBSD name.

Will the Dell with WS2008 Storage and FreeBSD talk?  They should.  Are
they reliable?  That's questionable.


I don't expect anyone to share my views, but it was asked for comments.

--Tim
___
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: php5 error in FreeBSD 7.2

2009-10-02 Thread Glen Barber
Hi,

On Fri, Oct 2, 2009 at 8:50 PM, Aflatoon Aflatooni aaflato...@yahoo.com wrote:
 So I did find a thread about this and the used the following solution to fix 
 the problem:

 - Edit /usr/ports/lang/php5/Makefile and add the following line to the 
 configuration arguments:
 --with-pcre-regex

 So your Makefile should have:
 CONFIGURE_ARGS= \
     --with-layout=GNU \
     --with-config-file-scan-dir=${PREFIX}/etc/php \
     --disable-all \
     --enable-libxml \
     --with-libxml-dir=${LOCALBASE} \
     --with-pcre-regex \
     --enable-reflection \
     --program-prefix=


Alternatively, installing devel/php5-pcre should do the trick.

HTH.

-- 
Glen Barber
___
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: jail - unable to print from inside jail

2009-10-02 Thread Patrick Lamaiziere
Le Fri, 02 Oct 2009 15:31:55 -0500,
Raymond Gibson raymond.gib...@verizon.net a écrit :

 On Friday 02 October 2009 02:31:06 am Bernt Hansson wrote:
  Raymond Gibson said the following on 2009-10-01 22:33:
   I'm trying to setup CUPS (in a jail) using a USB printer on
   my host machine. My host was built with as a minimal FreeBSD
   7.2-Release install. I added ezjail and created two jails. Both
   jails are working and I can login to both using ssh.

 i tried to set 666 for devfs.rules  devfs.conf in both host and
 jail, but that didn't work. 
 
 any more ideas?

How do you start your jail? For a jail, the devfs rule applied is the
one specified for the jail in /etc/rc.conf, something like 

jail_jailname_devfs_ruleset=devfsrules_jail # devfs ruleset to
apply to jail

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


Re: ZFS on FreeBSD 7.2

2009-10-02 Thread CyberLeo Kitsana
Graeme Dargie wrote:
 Hello all
 
 I currently have machine with 6x500gb hdd`s running under ZFS RaidZ
 everything is working just fine, I have bought 2x3bay ICY Dock bays for
 this machine, my questions is do I have to make sure the drives go back
 on to the same sata ports as they are currently on or will ZFS sort it
 self out?

Before you remove the drives, export the zpool; after moving them,
import the zpool. This will scan all connected devices and put
everything where it needs to be. If you forget to export before
shuffling the devices and zfs complains, just export and import the pool
and it should sort itself out.


freenas:~# zpool list
NAMESIZEUSED   AVAILCAP  HEALTH ALTROOT
data931G630G301G67%  ONLINE -
freenas:~# zpool export data
freenas:~# zpool list
no pools available
freenas:~# zpool import
  pool: data
id: 12298073319825187638
 state: ONLINE
action: The pool can be imported using its name or numeric identifier.
config:

dataONLINE
  raidz1ONLINE
ad0 ONLINE
ad4 ONLINE
ad6 ONLINE
ad8 ONLINE
ad10ONLINE
freenas:~# zpool import data
freenas:~# zpool list
NAMESIZEUSED   AVAILCAP  HEALTH ALTROOT
data931G630G301G67%  ONLINE -


-- 
Fuzzy love,
-CyberLeo
Technical Administrator
CyberLeo.Net Webhosting
http://www.CyberLeo.Net
cyber...@cyberleo.net

Furry Peace! - http://.fur.com/peace/
___
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: ion windows manager on FreeBSD

2009-10-02 Thread Mark Linimon
On Fri, Oct 02, 2009 at 05:32:31PM +0400, Dmitry Marakasov wrote:
 Do you honestly think the probability of Tuomo suing us is higher of,
 say, me suing, well, us?

Yes.  That is exactly what I am saying.  And I believe reading the entire
thread when this first came up supports my claim.

mcl
___
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: Swap and memory optimization

2009-10-02 Thread mojo fms
I would just bump the ram to 2gigs or 4 if it supports it and call it good.
You should be fine.

On Thu, Oct 1, 2009 at 8:58 AM, Bill Moran wmo...@potentialtech.com wrote:

 In response to Dan Nelson dnel...@allantgroup.com:

  In the last episode (Oct 01), Bill Moran said:
   bsd b...@todoo.biz wrote:
I have a FBSD 6.4p7 box that I use as a mail server - 1Go RAM - RAID1
Works quite well.
   
As I plan to put 100 more mail accounts soon on the server I was
wondering if the memory  swap was ok on the server considering these
figures:
   
last pid: 18956;  load averages:  0.04,  0.11,  0.05 up  19+08:36:23
  09:53:38
125 processes: 1 running, 124 sleeping
CPU:  0.0% user,  0.0% nice,  1.5% system,  0.4% interrupt, 98.1%
 idle
Mem: 499M Active, 70M Inact, 362M Wired, 41M Cache, 111M Buf, 20M
 Free
Swap: 2000M Total, 160M Used, 1840M Free, 8% Inuse
   
Though It looks good to me - the server swaps a bit (between 8 to
 14%)
and there is not much memory left.
  
   Looks like the server would run more smoothly with a bit more RAM.  At
   least an additional 256M, I would think, but considering the price of
 RAM,
   you might as well just up it to 2G.
 
  The amount of used swap is much less important than whether you are
 actively
  swapping (if there are In/Out values on the Swap line in top, or if
 vmstat
  1 shows nonzero values in the pi/po columns).  160MB of used swap is
 fine
  if it's just unused daemons (getty, idle webserver, etc).  More memory
 can
  never hurt, but it doesn't seem like it's urgently needed here.

 I don't know about that, Dan.  Especially considering it's a mail server
 he's talking about, there's no RAM left for disk cache on that machine.

 We've seen performance gains on our mail server by putting obscene
 amounts of RAM into it.  After a bit of use, FreeBSD ends up having 6.5G
 of inactive RAM, which I assume is cache of mailboxes.  The result is that
 while watching gstat, the amount of disk reads is very low (since a lot
 of data is already in RAM) and the IO is available to do fast writes when
 new mail comes in.

 --
 Bill Moran
 http://www.potentialtech.com
 http://people.collaborativefusion.com/~wmoran/
  ___
 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




-- 
Who knew
___
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: ZFS on FreeBSD 7.2

2009-10-02 Thread krad
2009/10/2 Graeme Dargie a...@tangerine-army.co.uk

 Hello all



 I currently have machine with 6x500gb hdd`s running under ZFS RaidZ
 everything is working just fine, I have bought 2x3bay ICY Dock bays for
 this machine, my questions is do I have to make sure the drives go back
 on to the same sata ports as they are currently on or will ZFS sort it
 self out?



 Regards



 Graeme

 ___
 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



it should sort itself out as the drives get labelled similar to geom
___
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: php5 error in FreeBSD 7.2

2009-10-02 Thread Aflatoon Aflatooni




- Original Message 
 From: Glen Barber glen.j.bar...@gmail.com
 To: Aflatoon Aflatooni aaflato...@yahoo.com
 Cc: freebsd-questions@freebsd.org
 Sent: Friday, October 2, 2009 5:22:48 PM
 Subject: Re: php5 error in FreeBSD 7.2
 
 Hi,
 
 On Fri, Oct 2, 2009 at 8:50 PM, Aflatoon Aflatooni wrote:
  So I did find a thread about this and the used the following solution to 
  fix 
 the problem:
 
  - Edit /usr/ports/lang/php5/Makefile and add the following line to the 
 configuration arguments:
  --with-pcre-regex
 
  So your Makefile should have:
  CONFIGURE_ARGS= \
      --with-layout=GNU \
      --with-config-file-scan-dir=${PREFIX}/etc/php \
      --disable-all \
      --enable-libxml \
      --with-libxml-dir=${LOCALBASE} \
      --with-pcre-regex \
      --enable-reflection \
      --program-prefix=
 
 
 Alternatively, installing devel/php5-pcre should do the trick.
 
 HTH.
 
 -- 
 Glen Barber

That is the first thing that I tried but it wouldn't work and therefore my 
original question. 



___
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: jail - unable to print from inside jail

2009-10-02 Thread Raymond Gibson
On Friday 02 October 2009 04:32:23 pm Patrick Lamaiziere wrote:
 Le Fri, 02 Oct 2009 15:31:55 -0500,

 Raymond Gibson raymond.gib...@verizon.net a écrit :
  On Friday 02 October 2009 02:31:06 am Bernt Hansson wrote:
   Raymond Gibson said the following on 2009-10-01 22:33:
I'm trying to setup CUPS (in a jail) using a USB printer on
my host machine. My host was built with as a minimal FreeBSD
7.2-Release install. I added ezjail and created two jails. Both
jails are working and I can login to both using ssh.
 
  i tried to set 666 for devfs.rules  devfs.conf in both host and
  jail, but that didn't work.
 
  any more ideas?

 How do you start your jail? For a jail, the devfs rule applied is the
 one specified for the jail in /etc/rc.conf, something like

 jail_jailname_devfs_ruleset=devfsrules_jail # devfs ruleset to
 apply to jail

 Regards.

i'm using ezjail.

ezjail is started from /etc/rc.conf with ezjail_enable=YES.

i thought the following would be read into the jail's configuration.

/usr/local/etc/ezjail/PrintServer
export jail_PrintServer_hostname=PrintServer
export jail_PrintServer_ip=192.168.1.52
export jail_PrintServer_rootdir=/usr/jails/PrintServer
export jail_PrintServer_exec=/bin/sh /etc/rc
export jail_PrintServer_mount_enable=YES
export jail_PrintServer_devfs_enable=YES
export jail_PrintServer_devfs_ruleset=devfsrules_jail_PrintServer
export jail_PrintServer_procfs_enable=YES
export jail_PrintServer_fdescfs_enable=YES
export jail_PrintServer_image=
export jail_PrintServer_imagetype=
export jail_PrintServer_attachparams=
export jail_PrintServer_attachblocking=
export jail_PrintServer_forceblocking=

i put PrintServer_devfs_ruleset=devfsrules_jail_PrintServer into my rc.conf 
and rebooted. no luck, i still get permission denied.

___
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


sysinstal and setting up the BSD partitions inside an FDISK 'slice'.

2009-10-02 Thread Robert Bonomi

The 'sysinstall' BSD  partition-table and mount point editor appears to be
lacking in some features that are highly desirable to people building complex
configurations with the O/S spread across multiple drives.  For the 'usual'
scenarios -- especially with modern high-capacity drives -- the case can be
made, fairly convincingly, for using only a small number of filesystems (i.e.,
possibly as few as 2) on a large drive.  There are, however, specialized 
(i.e., at least 'somewhat' esoteric :) situations where it _is_ desirable to 
use a much larger number of filesystems.  Situations were you need to control
the allocation of partition letters, _and_ 'where' on the slice that 
partiton 'lives'.  Just like being able to  edit the 'mount point', without
deleting/re-creating the partition, it would be _very_ helpful to have a
function that allowed one to change  _which_ partition a given chunk of 
disk was named.  That is, cursor to '{controller}d1s2g', say, and be able
to 'change' the final character to any of the partitions (abdefh) that are
not currently allocated any space.

___
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


Kernel symbol table usage ?

2009-10-02 Thread Robert Bonomi

Building an old-style monolithic kernel, for a minimalist installation, the 
symbol table file ends up being many times larger than the kernel itself.

I'd like to move it off to secondary storage, _if_ that won't break anyting. 
Obviously, for crash dump analysis, one needs to have it available, but I'd
be doing that on a different machine, with much larger storage available.

Thus the question -- does anything in a system that _doesn't_ do *any* module
loading (loadable module support is _not_ in the kernel) need the symbol table?

___
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: ion windows manager on FreeBSD

2009-10-02 Thread Erwin Lansing
On Fri, Oct 02, 2009 at 04:44:01PM -0500, Mark Linimon wrote:
 On Fri, Oct 02, 2009 at 05:32:31PM +0400, Dmitry Marakasov wrote:
  Do you honestly think the probability of Tuomo suing us is higher of,
  say, me suing, well, us?
 
 Yes.  That is exactly what I am saying.  And I believe reading the entire
 thread when this first came up supports my claim.
 
I've expressed my concern and agreement with Mark on this topic earlier,
but I'd like to reitterate the problem.  From the earlier mails with the
author and reading the new license, which is LGPL with, in legal terms,
vaguely defined exceptions, we as the FreeBSD project have to err on the
safe side and not add this software again unless the author explicitly
and publicly retracts his earlier legal threats.  This is not a case
common sense but of legal terms, and given the fluffy formulation of the
license, even in it's new form, it is unacceptable to be included in the
ports tree.

-erwin

-- 
Erwin Lansing   http://droso.org
Prediction is very difficult
especially about the futureer...@freebsd.org


pgphBH2lNRKZg.pgp
Description: PGP signature


Re: ion windows manager on FreeBSD

2009-10-02 Thread Russell Jackson
Albert Shih wrote:
 Hi all
 
 I'm trying to compile 
 
   http://modeemi.fi/~tuomov/ion/download.html
 
 on my FreeBSD 8.0-RC1 and didn't success
 
 I would like to known if anyone can help me make ion work ? Maybe someone
 have the patch file for the system.mk ? 
 
 Long time ago ion ports was kick off from the ports system because the will
 of the developper (please don't troll). I just saw the license just change
 maybe now it's possible to put again ion in the ports system ? 
 
 I would like to help for the ports but as you can see I unable to build for
 myself.
 

I think most of us ion refugees have moved on to xmonad. While it isn't quite 
the same as
ion, the xmonad developers don't have any philosophical issues supporting xft 
and
xinerama. The only gripe I have is the blasted Haskel config file. Arr!


-- 
Russell A. Jackson r...@csub.edu
Network Analyst
California State University, Bakersfield




signature.asc
Description: OpenPGP digital signature


Re: php5 error in FreeBSD 7.2

2009-10-02 Thread Glen Barber
On Fri, Oct 2, 2009 at 5:51 PM, Aflatoon Aflatooni aaflato...@yahoo.com wrote:

 That is the first thing that I tried but it wouldn't work and therefore my 
 original question.


True, but you didn't say what you tried rebuilding. :-)


-- 
Glen Barber
___
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: ion windows manager on FreeBSD

2009-10-02 Thread Charlie Kester

On Fri 02 Oct 2009 at 15:44:07 PDT Russell Jackson wrote:


I think most of us ion refugees have moved on to xmonad. While it isn't quite 
the same as
ion, the xmonad developers don't have any philosophical issues
supporting xft and xinerama. The only gripe I have is the blasted
Haskel config file. Arr!


FWIW, there are some other tiling window managers in the portstree that are
worth considering:

   dwm
   awesome
   wmii
   musca
   i3
   ratpoison
   stumpwm

And I probably missed a few more. :-)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


tar acting strange with -T

2009-10-02 Thread Milo Hyson
tar seems to be misbehaving when used with the -T switch. If I run the  
following:


find somebigdir  /tmp/file-list
tar -cjf /tmp/tarball.tar.bz2 -T /tmp/file-list

I get no errors. However, when I go to unpack it:

tar -xyf /tmp/tarball.tar.bz2

I get several errors about files not found in the archive. It's always  
the same files. I've checked to ensure there's nothing special about  
them.


If I try to create the same tarball without using a file-list:

tar -cjf /tmp/tarball.tar.bz2 somebigdir

I get no errors during unpacking. Running find on this unpacked set  
confirms the file-list matches exactly that which I'm trying to use  
with the -T switch. Unless I'm overlooking something obvious, I can  
only conclude that tar's handling of -T is funky. Any suggestions?


I'm using a fresh installation of 7.2-RELEASE on amd64 installed from  
an ISO.


--
Milo Hyson
Chief Scientist
CyberLife Labs, Inc.

___
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 Sysinstall choices -- existing multi-boot (based on Win7 RC's boot mgr) system

2009-10-02 Thread Fuzzy Zabriskie


Currently, I have Win/XP in slice 1, no slice 2, Win 7 RC in slice 3 and 
Acronis' hidden part in  slice 4.
I have unallocated space after slice 1 (about 45gb) I wanted to use for 
FreeBSD. 
 
I told sysinstall to create a slice (in the unallocated space), then create 
FreeBSD partitions in it
for /, paging, /usr, /var, /tmp  /home. I'm not sure what I'm supposed to tell 
it about boot managers
though? Right now the MBR points to Acronis' recovery slice, which boots to Win 
7's boot manager, it 
defaults to Win/XP. When I said do nothing sysinstall marked the new slice 
bootable, and FreeBSD does 
boot to a text menu with Beastie on it. But, that doesn't give access to the 
OS's in slice 1 and 3?
 
if I tell it to use the default boot manager, (booteasy?), will it offer at 
least access to what's 
currently in the master boot record  slice 2 (FreeBSD)? Or do I need a way to 
tell Win7's boot 
manager about FreeBSD in slice 2?
 
 
 
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


Voting for a native i386/amd64 flash player

2009-10-02 Thread Leandro F Silva
Hey guys,

Let's vote to have a native i386 / amd64 flash player \o/ ..

We just have to create an account and voting on the link below =D

http://bugs.adobe.com/jira/browse/FP-1060
___
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: Voting for a native i386/amd64 flash player

2009-10-02 Thread Aryeh M. Friedman
Good luck the community has tried for years to get it and adobe seems to 
not care


Leandro F Silva wrote:

Hey guys,

Let's vote to have a native i386 / amd64 flash player \o/ ..

We just have to create an account and voting on the link below =D

http://bugs.adobe.com/jira/browse/FP-1060
___
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


Invitation to connect on LinkedIn

2009-10-02 Thread Kayven Riese
LinkedIn




   
I'd like to add you to my professional network on LinkedIn.

- Kayven

Accept Kayven Riese's invite:
https://www.linkedin.com/e/isd/775818291/54SmrjKS/



 
--
(c) 2009, LinkedIn Corporation

___
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: Voting for a native i386/amd64 flash player

2009-10-02 Thread J Sisson
On Fri, Oct 2, 2009 at 8:01 PM, Aryeh M. Friedman
aryeh.fried...@gmail.comwrote:

 Good luck the community has tried for years to get it and adobe seems to
 not care


 Leandro F Silva wrote:

 Hey guys,

 Let's vote to have a native i386 / amd64 flash player \o/ ..

 We just have to create an account and voting on the link below =D

 http://bugs.adobe.com/jira/browse/FP-1060



And if enough people petition Microsoft, we can get them to release Windows
7 source under the GPL.

Reality called...your request to ignore it was denied.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: NO ONE knows??

2009-10-02 Thread Chris


On Oct 2, 2009, at 8:48 AM, Gary Kline wrote:


On Fri, Oct 02, 2009 at 12:07:58PM +0200, DA Forsyth wrote:

On 2 Oct 2009 , freebsd-questions-requ...@freebsd.org entreated about
freebsd-questions Digest, Vol 278, Issue 10:


Message: 28
Date: Thu, 1 Oct 2009 12:22:45 -0700
From: Gary Kline kl...@thought.org
Subject: NO ONE knows??
To: FreeBSD Mailing List freebsd-questions@FreeBSD.ORG
Message-ID: 20091001192241.ga5...@thought.org
Content-Type: text/plain; charset=us-ascii


so ==nobody== know how to get espeak working with the high-quality
voices?  hard to believe on this list...


I use espeak, but have never tried to use any other than the stock
voice, it works just fine.  I suspect most other folks have the same
experience.

I use espeak to verbalize warnings and errors from XYMON on the main
server which sits next to me, since I'm not always looking at email.




What I'm looking for is how to use the ``better than the
default voices''; there are several english languages that
are fairly natural sounding.  Nothing I've googled explain
using the quality voices for FreeBSD.

gary


Gary,

You should post this on the sourceforge forum for eSpeak.
I looked and it appears the developer himself responds to
questions people have.

http://sourceforge.net/projects/espeak/forums

Chris





gary



--
  DA Fo rsythNetwork Supervisor
Principal Technical Officer -- Institute for Water Research
http://www.ru.ac.za/institutes/iwr/


___
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 



--
Gary Kline  kl...@thought.org  http://www.thought.org  Public  
Service Unix

   http://jottings.thought.org   http://transfinite.thought.org
   The 5.67a release of Jottings: http://jottings.thought.org/ 
index.php


___
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: 7.2 Sysinstall choices -- existing multi-boot (based on Win7 RC's boot mgr) system

2009-10-02 Thread Mark O'Donnell
 Currently, I have Win/XP in slice 1, no slice 2, Win 7 RC in slice 3 and
  Acronis' hidden part in  slice 4. I have unallocated space after slice 1
  (about 45gb) I wanted to use for FreeBSD.
 
 I told sysinstall to create a slice (in the unallocated space), then create
  FreeBSD partitions in it for /, paging, /usr, /var, /tmp  /home. I'm not
  sure what I'm supposed to tell it about boot managers though? Right now
  the MBR points to Acronis' recovery slice, which boots to Win 7's boot
  manager, it defaults to Win/XP. When I said do nothing sysinstall marked
  the new slice bootable, and FreeBSD does boot to a text menu with Beastie
  on it. But, that doesn't give access to the OS's in slice 1 and 3?

The default Windows MBR will simply just boot the active slice. When you 
created your FreeBSD slice it was automatically marked active.

 if I tell it to use the default boot manager, (booteasy?), will it offer at
  least access to what's currently in the master boot record  slice 2
  (FreeBSD)? Or do I need a way to tell Win7's boot manager about FreeBSD in
  slice 2?


boot0 (aka BootEasy) will ask you what slice to boot from. If you've already 
installed FreeBSD you can replace your current MBR with:

boot0cfg -B ad0

Just make sure to replace ad0 with your actual hdd device name.

 
 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
 
___
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: Voting for a native i386/amd64 flash player

2009-10-02 Thread Chad Perrin
On Fri, Oct 02, 2009 at 08:15:07PM -0500, J Sisson wrote:
 
 And if enough people petition Microsoft, we can get them to release Windows
 7 source under the GPL.
 
 Reality called...your request to ignore it was denied.

Actually, we *could*.  The problem is the definition of enough.  I'm
sure that if you got 100% of the Windows users in the world to do so,
Microsoft top brass would be hard-pressed to avoid acquiescing.
Meanwhile, I'm sure that if you got 1% to do so, it would raise some
eyebrows at Microsoft, but utterly fail to get MS executives to put a
moment's thought into making that kind of licensing change, except
perhaps to laugh at it.  The problem is figuring out the exact threshold,
somewhere between 1% and 100%.

In other words, to quote an old off-color joke:

We've already established you're a prostitute, my dear.  Now we're
just haggling over the price.

-- 
Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]


pgp4pS3L5mEZz.pgp
Description: PGP signature


Re: Voting for a native i386/amd64 flash player

2009-10-02 Thread Lucian @ lastdot.org
On Sat, Oct 3, 2009 at 5:56 AM, Chad Perrin per...@apotheon.com wrote:
 On Fri, Oct 02, 2009 at 08:15:07PM -0500, J Sisson wrote:

 And if enough people petition Microsoft, we can get them to release Windows
 7 source under the GPL.

 Reality called...your request to ignore it was denied.

 Actually, we *could*.  The problem is the definition of enough.  I'm
 sure that if you got 100% of the Windows users in the world to do so,
 Microsoft top brass would be hard-pressed to avoid acquiescing.
 Meanwhile, I'm sure that if you got 1% to do so, it would raise some
 eyebrows at Microsoft, but utterly fail to get MS executives to put a
 moment's thought into making that kind of licensing change, except
 perhaps to laugh at it.  The problem is figuring out the exact threshold,
 somewhere between 1% and 100%.

 In other words, to quote an old off-color joke:

    We've already established you're a prostitute, my dear.  Now we're
    just haggling over the price.

 --
 Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]


Better pray for Theora's mass adoption on streaming sites :-)
___
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


Torrent for 8.0 RC1?

2009-10-02 Thread Francisco Reyes
Looking for 8.0 RC1 torrents and so far only found this one 
http://www.legittorrents.info/index.php?page=torrent-detailsid=28d9970704ce 
aedddec8873d21b34d57cbb0b58d


Are RCs not officially distributed through torrents?
___
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: Voting for a native i386/amd64 flash player

2009-10-02 Thread Rolf G Nielsen

Leandro F Silva wrote:

Hey guys,

Let's vote to have a native i386 / amd64 flash player \o/ ..

We just have to create an account and voting on the link below =D

http://bugs.adobe.com/jira/browse/FP-1060
___
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





Where do I vote to have them continue forever not creating a FreeBSD 
version of that crap?


--

Rolf Nielsen
___
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