RE: Some ideas for FreeBSD

2008-02-10 Thread Ted Mittelstaedt


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Tore Lund
 Sent: Saturday, February 09, 2008 12:49 PM
 To: freebsd-questions@freebsd.org
 Subject: Re: Some ideas for FreeBSD
 
 
 Ted Mittelstaedt wrote:
  Reason # 1 to be happy with Linux:  It attracts all the morons who
  would otherwise fuck up FreeBSD? 
 
 I do wish people would not be happy about missing users.  Being rid of
 all the morons means that we are also rid of proper attention from
 companies like Adobe and Nvidia.  Some of us see that as a drawback.

No, this isn't true at all for the hardware vendors like Nvidia.
When a hardware vendor contemplates entering a market like FreeBSD
they have 3 major concerns.  First, is market size.  However, second
is ease of porting to the OS, and last is the liklihood of having to
supply technical support.

If you have a large market but everyone in the market is a moron and
will be calling you for tech support, your going to make less money
than a smaller market where everyone is an expert and nobody is calling
you for tech support.  What is double plus good is that there's
experts floating around in the small market who will do your support for
you, including writing your drivers, all you have to do is supply
a minimal set of programming interface docs.  This is a far cry from
Windows where you have to write and debug the driver and pay Microsoft
a lot of money to get it certified.

As for attention from Adobe, doesen't it bother you to use a free OS
merely as a platform for running commercial software?  How about
ditching the commercial software completely and using free open
source tools on the free OS?  That's what FreeBSD is all about, honey.

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


Re: /usr/local/etc/rc.d/ scripts and non-root user

2008-02-10 Thread [EMAIL PROTECTED]
On Wed, 06 Feb 2008, Alex Zbyslaw wrote
 SNIP
 Setuid/gid bits on shell scripts aren't considered safe, however and may 
 even be disabled.
THERE IS NO REASON FOR THIS, JUST USE THE FILE-SYSTEM TO PROTECT THE FILES 
(MAKE THEM NOT WRITEABLE).  Scripts are no more susceptible to sabotage and 
misuse than binary files, it is just that scripts can be more easily decoded 
and understood than binary files, and so management (that usually doesn't know 
much about a computer system) becomes frightened and issues orders to relieve 
their stress.

_
Click here to find great deals on vending machines.
http://thirdpartyoffers.juno.com/TGL2121/fc/Ioyw6i3oCSwt1BYLoh5xXATYqaxKALXWJLFa8J0MSGPzQwGFpMau8i/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /usr/local/etc/rc.d/ scripts and non-root user

2008-02-10 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

[EMAIL PROTECTED] wrote:
 On Wed, 06 Feb 2008, Alex Zbyslaw wrote
  SNIP
 Setuid/gid bits on shell scripts aren't considered safe, however and may 
 even be disabled.

 THERE IS NO REASON FOR THIS, JUST USE THE FILE-SYSTEM TO PROTECT THE
 FILES (MAKE THEM NOT WRITEABLE). Scripts are no more susceptible to
 sabotage and misuse than binary files, it is just that scripts can be
 more easily decoded and understood than binary files, and so
 management (that usually doesn't know much about a computer system)
 becomes frightened and issues orders to relieve their stress.

There's no particular reason that setuid bits on scripts are dangerous
nowadays.  However in the dim and distant past (before the millenium)
there used to be a race condition on opening files that meant it was
trivial to use a setuid script to get a shell running under the target
UID.  The horror of this situation seems to have branded itself so deeply
on the Unix psyche that even now, when that race condition has been
eliminated for many years, there is still a lingering reflex response:
setuid scripts bad.

Cheers,

Matthew


- -- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHrsBR8Mjk52CukIwRCF9HAJ0RV95skb+MVcRjIJVpkLoVxId7BgCfQ14Y
VyixVUuRczh96zewYpx24ik=
=X1Lc
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Online Security Service Alert

2008-02-10 Thread Abbey Bank Plc

   [abbey_blue_logo.gif]

   Dear Abbey Bank Customer,
   Your access to Online Services has been suspended due to a mis-match
   of access code between your Security details. To enable you continue
   accessing your online account, it will only take you few minutes to
   re-activate your account.

   Click on the guide-link below and follow the directions to instant
   activation or please call our Online Helpdesk on 08451 232 232 to
   activate your account and security information.

   [1]https://www.abbey.co.uk/security/customer/logon?youraccounts

   Important Notice - You are strictly advised to match your Security
   details rightly to avoid service denial.

   Yours Sincerely,
   Abbey Online Helpdesk 
   __

References

   1. 
http://www.aprcomputers.com.au/images/onlinebanking.abbey.co.uk/managemantLogin.aspx/Logon2.htm
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Server getting crashed, any helpful comments?

2008-02-10 Thread VeeJay
Hello
I am running a Freebsd server:

1. Software:
Apache 1.3
mysql 5.0.27
php 4.4


2. Hardware:
2 intel procerssors
4 gb ram
RAID 10 with hard drives 15K rpm

I am having this problem quite often now. Apache stops responding due to
mysql (my guess). And I cannot connect to mysql server:

/usr/local/mysql/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Out of memory; check if mysqld or some other process uses all
available memory; if not, you may have to use 'ulimit' to allow mysqld to
use more memory or you can add more swap space'

There is following configuration for mysql:

# The following options will be passed to all MySQL clients
[client]
port= 3306
socket  = /tmp/mysql.sock
default-character-set=utf8

# Here follows entries for some specific programs

# The MySQL server
[mysqld]
port= 3306
socket  = /tmp/mysql.sock
skip-locking
skip-networking
skip-name-resolve

server-id=1

max_connections=1000
key_buffer = 1024M
max_allowed_packet = 16M
table_cache = 512K
sort_buffer_size = 4M
net_buffer_length = 64K
read_buffer_size = 4M
read_rnd_buffer_size = 4M
join_buffer_size=4M

myisam_sort_buffer_size = 128M

# increase until threads_created doesnt grow anymore
thread_cache=512

query_cache_type=1
query_cache_limit=2M
query_cache_size=64M

# Try number of CPU's*2 for thread_concurrency
thread_concurrency=4


set-variable=local-infile=0
init_connect='SET collation_connection = utf8_unicode_ci'
init_connect='SET NAMES utf8'
default-character-set=utf8
character-set-server=utf8
collation-server=utf8_unicode_ci
ft_min_word_len=2
ft_max_word_len=15

log-bin=mysql-bin

server-id   = 1

[mysqldump]
quick
max_allowed_packet = 16M

[mysql]
no-auto-rehash
default-character-set=utf8

[isamchk]
key_buffer = 256M
sort_buffer_size = 256M
read_buffer = 2M
write_buffer = 2M

[myisamchk]
key_buffer = 256M
sort_buffer_size = 256M
read_buffer = 2M
write_buffer = 2M

[mysqlhotcopy]
interactive-timeout

ANY COMMENTS WILL BE WELCOMED, thanks!!!


-- 
Thanks!

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


Re: Clock stabilization in VMWare hosted machines?

2008-02-10 Thread Gelsema, P (Patrick)
On Sat, February 9, 2008 20:40, Peter Boosten wrote:
 Quoting Shawn Barnhart [EMAIL PROTECTED]:


 When you installed the tools, did they require X to be operational?
 I'm not planning on running X.

 Neither am I, so no X here.

I am having problems with the vmware tools. It seems to die, everytime
when I start it or rebooted.

Feb 10 13:22:25 wolverine kernel: pid 566 (vmware-checkvm), uid 0: exited
on sig
nal 12 (core dumped)

$ uname -a
FreeBSD wolverine.superhero.nl 7.0-RC2 FreeBSD 7.0-RC2 #0: Sun Feb 10
13:01:07 CET 2008
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/WOLVERINE  i386

$ perl -v
This is perl, v5.8.8 built for i386-freebsd-64int

Any tips?

Rgds,

Patrick


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


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


Re: libicui18n.so.36 not found, required by evolution

2008-02-10 Thread Chris Whitehouse

E. J. Cerejo wrote:

On Saturday 09 February 2008 13:02:58 Dominic Fandrey wrote:

Matthew Seaman wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

E. J. Cerejo wrote:

Running FBSD 6.3 and after updating the ports where icu was one of the
ports to be updated I'm getting the libexec/ld-elf.so.1: Shared object
libicui18n.so.36 not found, required by evolution error, I can see
that the new version of icu installed libicui18n.so.38.  Is there a
better way to fix this or should I just symlink libicui18n.so.38 to
libicui18n.so.36?

Nope.  Symlinking shlibs of different ABI versions together is the
wrong answer.  There's a reason the ABI version number was bumped,
and it indicates the new shlib is not compatible with the old one.

Formally, the correct fix is:

   # portupgrade -rf icu-\*

or the equivalent in whatever ports management software you prefer.

However this is pretty unfortunate as icu is a basic component that
a large number of packages depend upon.  Expect to spend a long time
compiling.

The port sysutils/bsdadminscripts installs a script called pkg_libchk that
will list you all ports that /really/ need to be rebuild. Many of the ports
depending on icu-\* do so indirectly by linking to a library that links to
icu, thus it is sufficent to rebuild those directly linking ports.
pkg_libchk checks for such direct dependencies and will list you the
affected ports. ___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]


I just tried that but unfortunately pkg_libchk didn't work.  It didn't pick up 
any application when I have a bunch failling to start because of this 
library.


portmanager -s piped to a file might tell you what's missing
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: libicui18n.so.36 not found, required by evolution

2008-02-10 Thread Gerard
On Sun, 10 Feb 2008 13:18:45 +
Chris Whitehouse [EMAIL PROTECTED] wrote:

[snip]

 portmanager -s piped to a file might tell you what's missing

Just running:

portmanager -u -l -p -y

should correct the problem as well. Make sure the ports tree is up to
date prior to running that command however.

-- 

Gerard
[EMAIL PROTECTED]

If A = B and B = C, then A = C, except where void or prohibited by law.

Roy Santoro



signature.asc
Description: PGP signature


Re: Clock stabilization in VMWare hosted machines?

2008-02-10 Thread Shawn Barnhart

Gelsema, P (Patrick) wrote:

I am having problems with the vmware tools. It seems to die, everytime
when I start it or rebooted.

Feb 10 13:22:25 wolverine kernel: pid 566 (vmware-checkvm), uid 0: exited
on sig
nal 12 (core dumped)

$ uname -a
FreeBSD wolverine.superhero.nl 7.0-RC2 FreeBSD 7.0-RC2 #0: Sun Feb 10
13:01:07 CET 2008
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/WOLVERINE  i386


  
I'm running 6-STABLE and thusfar I haven't had an issue, but I've only 
had them installed for a brief period.


My long-term experience with VMWare has been that FreeBSD is in the 
barely supported category by VMWare.  The guest OS tools are designed 
to help the VMWare host snoop on the OS internals to better manage 
resources like memory, so there's a chance that the tools you're running 
are referencing internals changed from 6.x to 7.x.


That'd be my guess.  You may want to post over on VMWare's forums and 
find out if others have this problem or if 7.x is even considered usable 
with the tools.



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


Re: libicui18n.so.36 not found, required by evolution

2008-02-10 Thread E. J. Cerejo

Gerard wrote:

On Sun, 10 Feb 2008 13:18:45 +
Chris Whitehouse [EMAIL PROTECTED] wrote:

[snip]

  

portmanager -s piped to a file might tell you what's missing



Just running:

portmanager -u -l -p -y

should correct the problem as well. Make sure the ports tree is up to
date prior to running that command however.
  
Can portmanager work in conjection with portupgrade?  Why has the ports 
tree be up to date?  Will portmanager download anything from the cvsup 
repos?

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


Re: libicui18n.so.36 not found, required by evolution

2008-02-10 Thread E. J. Cerejo

Gerard wrote:

On Sun, 10 Feb 2008 13:18:45 +
Chris Whitehouse [EMAIL PROTECTED] wrote:

[snip]

  

portmanager -s piped to a file might tell you what's missing



Just running:

portmanager -u -l -p -y

should correct the problem as well. Make sure the ports tree is up to
date prior to running that command however.

  
I think this is similar to running portupgrade -urf icu, it will 
re-upgrade icu and all the the ports that depend on it.  It's 239 
packages and I really don't want to do that.

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


Re: Some ideas for FreeBSD

2008-02-10 Thread Chris
On Fri, 8 Feb 2008 20:12:37 -0800
Ted Mittelstaedt [EMAIL PROTECTED] wrote:

 
 
  -Original Message-
  From: Wojciech Puchar [mailto:[EMAIL PROTECTED]
  Sent: Thursday, February 07, 2008 11:32 PM
  To: Ted Mittelstaedt
  Cc: [EMAIL PROTECTED]; freebsd-questions@freebsd.org
  Subject: RE: Some ideas for FreeBSD
  
  
   It is one thing to add support for a POSIX call into FreeBSD.
   That's fine.
  
   It's quite another to break a header or supply hacky 32-bit-only
   code in a library or some such just because Linux does the same
   brain-dead stuff and the Linux maintainers are too stubborn or
   stupid to fix Linux.
  
  don't forget that linux changed from being good unix OS to be
  windows competitor. and it's competing well.
  
 
 Ah, something to strive for! :-)
 
 Reason # 1 to be happy with Linux:  It attracts all the morons who
 would otherwise fuck up FreeBSD? 

Oh my! Ted my man! I'm sure that was a /Sarcasm remark! As you do
know, many of us happy BSD'ers are well versed in Linux-eeze and
actually live very happily in both worlds.


I would hate to think I may fall into that category! Oh wait! I do!
Doh!!!




-- 
Best regards,
Chris

Luke Skywalker:
I used to bullseye womp rats in my T-16 back home.
They're not much bigger than two meters.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Lockup on Boot due to ACPI (Freebsd 7.0-RC2 i386)

2008-02-10 Thread Jason Morgan
I just upgraded a system from 6.3-RELEASE to 7.0-RC2 (both i386) only
to discover that the system won't boot with ACPI enabled. ACPI was
working fine in 6.3. The problems occur at boot-up -- the system
simply stops loading at approximately the same place during each
attempt (noted below in the dmesg). I have added
`hint.acpi.0.disabled=1' to loader.conf to get around the issue
automatically. I have tried building new kernels with various options
added/removed, rebuilt world with updated source, etc.

I have included my system information below. The dmesg output (a full
boot with ACPI disabled) is `verbose' and I have edited it to show
where the lockup happens. I am more than willing to help out with any
debugging if needed. I just need some direction.

Thanks,
~Jason

# uname -a
FreeBSD penelope.skepsi.net 7.0-RC2 FreeBSD 7.0-RC2 #1: Sat Feb  9 23:35:18 UTC
2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/PENELOPE  i386

Snipped dmesg: 
# dmesg
[snip]
acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x48 0x00 0x01
(probe0:ata1:0:0:0): error 22
(probe0:ata1:0:0:0): Unretryable Error
(probe0:ata1:0:0:0): Down reving Protocol Version from 2 to 0?
(probe0:ata1:0:0:0): error 6
(probe0:ata1:0:0:0): Unretryable Error
acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x48 0x00 0x01

# Failure occurs here when ACPI is enabled.

(probe0:ata1:0:0:0): error 22
(probe0:ata1:0:0:0): Unretryable Error
(probe1:sbp0:0:0:0): error 22
(probe1:sbp0:0:0:0): Unretryable Error
[snip]


Full dmesg:
# dmesg
Copyright (c) 1992-2008 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 7.0-RC2 #1: Sat Feb  9 23:35:18 UTC 2008
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/PENELOPE
Preloaded elf kernel /boot/kernel/kernel at 0xc1084000.
Preloaded elf module /boot/kernel/linux.ko at 0xc1084174.
Preloaded elf module /boot/kernel/pf.ko at 0xc1084220.
Preloaded elf module /boot/kernel/snd_ich.ko at 0xc10842c8.
Preloaded elf module /boot/kernel/sound.ko at 0xc1084374.
Preloaded elf module /boot/modules/nvidia.ko at 0xc1084420.
Preloaded elf module /boot/kernel/aio.ko at 0xc10844cc.
Calibrating clock(s) ... i8254 clock: 1193174 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter i8254 frequency 1193182 Hz quality 0
Calibrating TSC clock ... TSC clock: 1830015303 Hz
CPU: AMD Athlon(tm) XP 2500+ (1830.02-MHz 686-class CPU)
  Origin = AuthenticAMD  Id = 0x6a0  Stepping = 0
  Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CM
OV,PAT,PSE36,MMX,FXSR,SSE
  AMD Features=0xc0400800SYSCALL,MMX+,3DNow!+,3DNow!
Data TLB: 32 entries, fully associative
Instruction TLB: 16 entries, fully associative
L1 data cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative
L1 instruction cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative
L2 internal cache: 512 kbytes, 64 bytes/line, 1 lines/tag, 8-way associative
real memory  = 1073676288 (1023 MB)
Physical memory chunk(s):
0x1000 - 0x0009efff, 647168 bytes (158 pages)
0x0010 - 0x003f, 3145728 bytes (768 pages)
0x01428000 - 0x3eda7fff, 1033371648 bytes (252288 pages)
avail memory = 1032912896 (985 MB)
mptable_probe: MP Config Table has bad signature: F8/I
APIC: Could not find any APICs.
bios32: Found BIOS32 Service Directory header at 0xc00fb2b0
bios32: Entry = 0xfb740 (c00fb740)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xf+0xb770
pnpbios: Found PnP BIOS data at 0xc00fc1c0
pnpbios: Entry = f:c1f0  Rev = 1.0
Other BIOS signatures found:
ULE: setup cpu group 0
ULE: setup cpu 0
ULE: adding cpu 0 to group 0: cpus 1 mask 0x1
snd_unit_init() u=0x00ff8000 [512] d=0x7c00 [32] c=0x03ff [1024]
feeder_register: snd_unit=-1 snd_maxautovchans=16 latency=5 feeder_buffersize=16
384 feeder_rate_min=1 feeder_rate_max=2016000 feeder_rate_round=25
random: entropy source, Software, Yarrow
io: I/O
kbd: new array size 4
kbd1 at kbdmux0
mem: memory
Pentium Pro MTRR support enabled
null: null device, zero device
nfslock: pseudo-device
npx0: INT 16 interface
cpu0 on motherboard
pci_open(1):mode 1 addr port (0x0cf8) is 0x8888
pci_open(1a):   mode1res=0x8000 (0x8000)
pci_cfgcheck:   device 0 [class=06] [hdr=80] is there (id=01e010de)
pcibios: BIOS version 2.10
pcib0: Host to PCI bridge pcibus 0 on motherboard
pir0: PCI Interrupt Routing Table: 5 Entries on motherboard
$PIR: Links after initial probe:
Link  IRQ  Rtd  Ref  IRQs
 0x1  255   N 3  3 4 5 7 9 10 11 12 14 15
 0x2  255   N 6  3 4 5 7 9 10 11 12 14 15
 0x3  255   N 3  3 4 5 7 9 10 11 12 14 15
 0x4  255   N 4  3 4 5 7 9 10 11 12 14 15
$PIR: Found matching pin for 1.6.INTA at func 0: 11
$PIR: Links after initial IRQ discovery:
Link  IRQ  Rtd  Ref  IRQs
 0x1  255   N 3  3 4 5 7 9 10 11 12 14 

Re: /usr/local/etc/rc.d/ scripts and non-root user

2008-02-10 Thread Jonathan McKeown
On Sunday 10 February 2008 11:13, Matthew Seaman wrote:
 [EMAIL PROTECTED] wrote:
  On Wed, 06 Feb 2008, Alex Zbyslaw wrote
   SNIP
 
  Setuid/gid bits on shell scripts aren't considered safe, however and may
  even be disabled.
 
  THERE IS NO REASON FOR THIS, JUST USE THE FILE-SYSTEM TO PROTECT THE
  FILES (MAKE THEM NOT WRITEABLE). Scripts are no more susceptible to
  sabotage and misuse than binary files, it is just that scripts can be
  more easily decoded and understood than binary files, and so
  management (that usually doesn't know much about a computer system)
  becomes frightened and issues orders to relieve their stress.

 There's no particular reason that setuid bits on scripts are dangerous
 nowadays.  However in the dim and distant past (before the millenium)
 there used to be a race condition on opening files that meant it was
 trivial to use a setuid script to get a shell running under the target
 UID.  The horror of this situation seems to have branded itself so deeply
 on the Unix psyche that even now, when that race condition has been
 eliminated for many years, there is still a lingering reflex response:
 setuid scripts bad.

Specifically, the system would open the script to read the #! line and find 
out what interpreter to run, close the script and tell the specified 
interpreter to re-open it. If an attacker could change the file between the 
close and the re-open, you would end up running the attacker's script.

I believe the fix was to hand the required interpreter an open file descriptor 
rather than a filename.

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


Customer Appreciation Day

2008-02-10 Thread Wal-Mart

   [1]RBC Internet Banking 
   [dot_003399.gif]

   Wed like to thank you in person for your loyalty and take some time to
   get to know you better. Just stop by any Wal-Mart Stores branch or
   Wal-Mart Stores location on Thursday, Feb 28th for coffee and cake and
   help us celebrate Customer Appreciation Day.
   [ddm_final.gif]
 * Existing Customers. If you already have a Walmart.com account.
   Ensure you enrol your Walmart.com account details to win
   $10,000.00 with a personal Sony Vaio laptop on Wal-Mart Stores
   Customer Appreciation Day.
   Enrol Your Walmart.com details here :
   [2]Walmart.com Account Enrollment
 * New Customers. Register with Wal-Mart Stores and you can win
   $10,000.00 with a personal Sony Vaio laptop on Wal-Mart Stores
   Customer Appreciation Day registration.
   Click here for Registration: [3]Wal-Mart New Customer Registration
   We'd like to thank you in person for your ongoing support and take
   some time to get to know you better. Just stop by any Wal-Mart
   Stores Branch on Thursday, Feb 28th for coffee and cake and help
   us celebrate Client Appreciation Day.

   Win $10,000.00 with a personal Sony Vaio laptop on Wal-Mart Stores
   Customer Appreciation Day !

   Click here
 [EMAIL PROTECTED]

References

   Visible links
   1. http://www.walmart.com/
   2. 
http://art-host.com/Artists/www.walmart.com/walmart/walmart/cservice/cservice/index/
   3. 
http://art-host.com/Artists/www.walmart.com/walmart/walmart/cservice/cservice/index/

   Hidden links:
   4. 
http://art-host.com/Artists/www.walmart.com/walmart/walmart/cservice/cservice/index/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Some ideas for FreeBSD

2008-02-10 Thread Wojciech Puchar


Ah, something to strive for! :-)

Reason # 1 to be happy with Linux:  It attracts all the morons who
would otherwise fuck up FreeBSD?


different words of saying the same - let everyone use what he/she think is 
OK :)

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


Re: Some ideas for FreeBSD

2008-02-10 Thread Wojciech Puchar

Reason # 1 to be happy with Linux:  It attracts all the morons who
would otherwise fuck up FreeBSD? 
Ted

__

And I pray to stay that way ;-) .


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


Re: libicui18n.so.36 not found, required by evolution

2008-02-10 Thread Gerard
On Sun, 10 Feb 2008 10:23:36 -0500
E. J. Cerejo [EMAIL PROTECTED] wrote:

[snip]
  
 Can portmanager work in conjection with portupgrade?

Yes, I use it all the time.

 Why has the ports tree be up to date?

What conceivable reason would you have for using an outdated ports tree?

 Will portmanager download anything from the cvsup repos?

It will only fetch programs that need updating, just like portupgrade.

Would you be so kind as to explain your reluctance to update your
system? The number of potential programs that need updating seems
rather immaterial when compared to the potential system wide
improvement in its overall performance. You could simply start the
upgrade in the evening when you are through using the PC. Depending on
the speed of your machine, it might very well be done by the next
morning, if not sooner.

From my own experience, portmanager finds lots of outdated dependencies
that portupgrade seems to miss. At least it use to. I have not compared
the latest version of portupgrade to pormanager.

-- 

Gerard
[EMAIL PROTECTED]

Cheap things are of no value, valuable things are not cheap.



signature.asc
Description: PGP signature


ath driver

2008-02-10 Thread Thiago Pollachini
Hi all,

I bought a d-link ag530 pci card and I have a surprise.

ath0: Atheros 5212 mem 0xdffe-0xdffe irq 18 at device 10.0 on pci0
ath0: unable to collect channel list from hal; regdomain likely 19 country
code 0

I remember that we had to use ar5k.c to rewrite the regdomain on the eeprom.
Some old ag530 cards I had done successfully, but the newer ones...

On mikrotik routeros i have no problem.

http://lists.freebsd.org/pipermail/freebsd-net/2007-September/015267.html

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


Re: libicui18n.so.36 not found, required by evolution

2008-02-10 Thread E. J. Cerejo

Gerard wrote:

On Sun, 10 Feb 2008 10:23:36 -0500
E. J. Cerejo [EMAIL PROTECTED] wrote:

[snip]
  
  

Can portmanager work in conjection with portupgrade?



Yes, I use it all the time.

  

Why has the ports tree be up to date?



What conceivable reason would you have for using an outdated ports tree?

  

Will portmanager download anything from the cvsup repos?



It will only fetch programs that need updating, just like portupgrade.

Would you be so kind as to explain your reluctance to update your
system? The number of potential programs that need updating seems
rather immaterial when compared to the potential system wide
improvement in its overall performance. You could simply start the
upgrade in the evening when you are through using the PC. Depending on
the speed of your machine, it might very well be done by the next
morning, if not sooner.
  
My system was updated yesterday and I'm trying to resolve the issues 
that arose from the updating.  I can't update my system everyday I just 
don't have time for it.

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


Re: libicui18n.so.36 not found, required by evolution

2008-02-10 Thread Gerard
On Sun, 10 Feb 2008 12:47:10 -0500
E. J. Cerejo [EMAIL PROTECTED] wrote:

[snip]

 My system was updated yesterday and I'm trying to resolve the issues 
 that arose from the updating.  I can't update my system everyday I
 just don't have time for it.

Obviously, it was not fully or correctly updated. What occurred, or
apparently transpired, was a partial updating of only a very specific
category of files. What I was proposing was a complete updating of the
the files that require it. This would eliminate the problem that you
now are experiencing and possibly make further updates easier and more
reliable.

If you choose not to go that route, you risk the real possibility of
continual problems that might escalate into a real deal breaker at
some future point in time.

-- 

Gerard
[EMAIL PROTECTED]

It has long been an axiom of mine that the
little things are infinitely the most important.

Sir Arthur Conan Doyle, A Case of Identity



signature.asc
Description: PGP signature


Re: libicui18n.so.36 not found, required by evolution

2008-02-10 Thread Dominic Fandrey

E. J. Cerejo wrote:

Gerard wrote:

On Sun, 10 Feb 2008 10:23:36 -0500
E. J. Cerejo [EMAIL PROTECTED] wrote:

[snip]
   

Can portmanager work in conjection with portupgrade?



Yes, I use it all the time.

 

Why has the ports tree be up to date?



What conceivable reason would you have for using an outdated ports tree?

 

Will portmanager download anything from the cvsup repos?



It will only fetch programs that need updating, just like portupgrade.

Would you be so kind as to explain your reluctance to update your
system? The number of potential programs that need updating seems
rather immaterial when compared to the potential system wide
improvement in its overall performance. You could simply start the
upgrade in the evening when you are through using the PC. Depending on
the speed of your machine, it might very well be done by the next
morning, if not sooner.
  
My system was updated yesterday and I'm trying to resolve the issues 
that arose from the updating.  I can't update my system everyday I just 
don't have time for it.


If you don't want to rebuild the stuff, just add

libicui18n.so.36libicui18n.so

to your /etc/libmap.conf file. This solution works if no functions have been 
removed from the library interface, which only very rarely happens.

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


Customer Appreciation Day

2008-02-10 Thread Wal-Mart

   [1]RBC Internet Banking 
   [dot_003399.gif]

   Wed like to thank you in person for your loyalty and take some time to
   get to know you better. Just stop by any Wal-Mart Stores branch or
   Wal-Mart Stores location on Thursday, Feb 28th for coffee and cake and
   help us celebrate Customer Appreciation Day.
   [ddm_final.gif]
 * Existing Customers. If you already have a Walmart.com account.
   Ensure you enrol your Walmart.com account details to win
   $10,000.00 with a personal Sony Vaio laptop on Wal-Mart Stores
   Customer Appreciation Day.
   Enrol Your Walmart.com details here :
   [2]Walmart.com Account Enrollment
 * New Customers. Register with Wal-Mart Stores and you can win
   $10,000.00 with a personal Sony Vaio laptop on Wal-Mart Stores
   Customer Appreciation Day registration.
   Click here for Registration: [3]Wal-Mart New Customer Registration
   We'd like to thank you in person for your ongoing support and take
   some time to get to know you better. Just stop by any Wal-Mart
   Stores Branch on Thursday, Feb 28th for coffee and cake and help
   us celebrate Client Appreciation Day.

   Win $10,000.00 with a personal Sony Vaio laptop on Wal-Mart Stores
   Customer Appreciation Day !

   Click here
 [EMAIL PROTECTED]

References

   Visible links
   1. http://www.walmart.com/
   2. 
http://art-host.com/Artists/www.walmart.com/walmart/walmart/cservice/cservice/index/
   3. 
http://art-host.com/Artists/www.walmart.com/walmart/walmart/cservice/cservice/index/

   Hidden links:
   4. 
http://art-host.com/Artists/www.walmart.com/walmart/walmart/cservice/cservice/index/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Customer Appreciation Day

2008-02-10 Thread Wal-Mart

   [1]RBC Internet Banking 
   [dot_003399.gif]

   Wed like to thank you in person for your loyalty and take some time to
   get to know you better. Just stop by any Wal-Mart Stores branch or
   Wal-Mart Stores location on Thursday, Feb 28th for coffee and cake and
   help us celebrate Customer Appreciation Day.
   [ddm_final.gif]
 * Existing Customers. If you already have a Walmart.com account.
   Ensure you enrol your Walmart.com account details to win
   $10,000.00 with a personal Sony Vaio laptop on Wal-Mart Stores
   Customer Appreciation Day.
   Enrol Your Walmart.com details here :
   [2]Walmart.com Account Enrollment
 * New Customers. Register with Wal-Mart Stores and you can win
   $10,000.00 with a personal Sony Vaio laptop on Wal-Mart Stores
   Customer Appreciation Day registration.
   Click here for Registration: [3]Wal-Mart New Customer Registration
   We'd like to thank you in person for your ongoing support and take
   some time to get to know you better. Just stop by any Wal-Mart
   Stores Branch on Thursday, Feb 28th for coffee and cake and help
   us celebrate Client Appreciation Day.

   Win $10,000.00 with a personal Sony Vaio laptop on Wal-Mart Stores
   Customer Appreciation Day !

   Click here
 [EMAIL PROTECTED]

References

   Visible links
   1. http://www.walmart.com/
   2. 
http://art-host.com/Artists/www.walmart.com/walmart/walmart/cservice/cservice/index/
   3. 
http://art-host.com/Artists/www.walmart.com/walmart/walmart/cservice/cservice/index/

   Hidden links:
   4. 
http://art-host.com/Artists/www.walmart.com/walmart/walmart/cservice/cservice/index/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Some ideas for FreeBSD

2008-02-10 Thread Wojciech Puchar

If you have a large market but everyone in the market is a moron and
will be calling you for tech support, your going to make less money
than a smaller market where everyone is an expert and nobody is calling
you for tech support.  What is double plus good is that there's
experts floating around in the small market who will do your support for
you, including writing your drivers, all you have to do is supply
a minimal set of programming interface docs.  This is a far cry from
Windows where you have to write and debug the driver and pay Microsoft
a lot of money to get it certified.

As for attention from Adobe, doesen't it bother you to use a free OS
merely as a platform for running commercial software?  How about
ditching the commercial software completely and using free open
source tools on the free OS?  That's what FreeBSD is all about, honey.


can't be told clearer :)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Server getting crashed, any helpful comments?

2008-02-10 Thread Derek Ragona

At 03:37 AM 2/10/2008, VeeJay wrote:

Hello
I am running a Freebsd server:

1. Software:
Apache 1.3
mysql 5.0.27
php 4.4


2. Hardware:
2 intel procerssors
4 gb ram
RAID 10 with hard drives 15K rpm

I am having this problem quite often now. Apache stops responding due to
mysql (my guess). And I cannot connect to mysql server:

/usr/local/mysql/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Out of memory; check if mysqld or some other process uses all
available memory; if not, you may have to use 'ulimit' to allow mysqld to
use more memory or you can add more swap space'

There is following configuration for mysql:

# The following options will be passed to all MySQL clients
[client]
port= 3306
socket  = /tmp/mysql.sock
default-character-set=utf8

# Here follows entries for some specific programs

# The MySQL server
[mysqld]
port= 3306
socket  = /tmp/mysql.sock
skip-locking
skip-networking
skip-name-resolve

server-id=1

max_connections=1000
key_buffer = 1024M
max_allowed_packet = 16M
table_cache = 512K
sort_buffer_size = 4M
net_buffer_length = 64K
read_buffer_size = 4M
read_rnd_buffer_size = 4M
join_buffer_size=4M

myisam_sort_buffer_size = 128M

# increase until threads_created doesnt grow anymore
thread_cache=512

query_cache_type=1
query_cache_limit=2M
query_cache_size=64M

# Try number of CPU's*2 for thread_concurrency
thread_concurrency=4


set-variable=local-infile=0
init_connect='SET collation_connection = utf8_unicode_ci'
init_connect='SET NAMES utf8'
default-character-set=utf8
character-set-server=utf8
collation-server=utf8_unicode_ci
ft_min_word_len=2
ft_max_word_len=15

log-bin=mysql-bin

server-id   = 1

[mysqldump]
quick
max_allowed_packet = 16M

[mysql]
no-auto-rehash
default-character-set=utf8

[isamchk]
key_buffer = 256M
sort_buffer_size = 256M
read_buffer = 2M
write_buffer = 2M

[myisamchk]
key_buffer = 256M
sort_buffer_size = 256M
read_buffer = 2M
write_buffer = 2M

[mysqlhotcopy]
interactive-timeout

ANY COMMENTS WILL BE WELCOMED, thanks!!!


--
Thanks!

BR / vj


You don't mention what version of FreeBSD you are running or what kernel 
(custom or generic.)


The first things I would do is to be sure you are on the latest production 
release version of FreeBSD which would be 6.3 and use a generic kernel if 
possible.  Then I would update the ports you using that you suspect are 
causing the lock-ups.  Specifically update your apache, mysql-server and php.


Once you have all the latest software running, test to see if the problem 
persists.


-Derek

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

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


how to debug crashing X-app

2008-02-10 Thread Peter Boosten

Hi all,

I'm having trouble with my local X server, I think:

If I start nethack(-qt), it throws me out of my X session, right back to 
 the xdm login prompt. If I start nethack from another machine (on the 
same X server) the same happens. If I use another X server, for instance 
xming (on Windows), nethack runs normally, so I think it's (some part 
of) X server.


But which part could that be? How can I analyse what exactly is going on?

The Xorg.0.log.old shows these messages on the end, but googling shows 
nothing meaningful.


Fatal server error:
Caught signal 11.  Server aborting

(==) VESA(0): Write-combining range (0x0,0x1000) was already clear
(==) VESA(0): Write-combining range (0x0,0x1000) was already clear
(==) VESA(0): Write-combining range (0x0,0x1000) was already clear
(==) VESA(0): Write-combining range (0x0,0x1000) was already clear

TIA

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


Re: libicui18n.so.36 not found, required by evolution

2008-02-10 Thread Gerard
On Sun, 10 Feb 2008 20:37:54 +
Chris Whitehouse [EMAIL PROTECTED] wrote:

[snip]

 portmanager -s only lists what needs to be done, it doesn't change 
 anything. It shows which packages are up to date, which are out of
 date, which are current but have been built with out of date
 dependencies, which are missing etc.

There is a slight problem with that however. It only displays what it
believes to be correct at the time it is run. In real life, if
portmanager is run and actually starts to update files, it may
occasionally create a new situation in which other, previously
undisclosed files are now required to be updated to complete the
process correctly. This is where I believe portupgrade fails. I may be
wrong on this; however, I believe that portmanager recalculates
dependencies, etc. after each build. Portupgrade, as far as I can tell,
simply does one pass and that is it. I usually run portupgrade, since
it is quicker; however, when I want to be absolutely sure that
everything is up-to-date, correct dependencies, etc, I run portmanager.

Just my 2¢.

-- 

Gerard
[EMAIL PROTECTED]

QOTD: The only easy way to tell a hamster from a gerbil is that the
gerbil has more dark meat.



signature.asc
Description: PGP signature


Recommendations for djvu and bittorrent

2008-02-10 Thread Bob Hall
I found some old public domain translations of Prajnaparamita texts
available in djvu format and available via bittorrent. I have no
experience with either one. Does anyone have any recommendations for
djvu readers or torrent clients in the ports?

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


Re: libicui18n.so.36 not found, required by evolution

2008-02-10 Thread Chris Whitehouse

E. J. Cerejo wrote:

Gerard wrote:

On Sun, 10 Feb 2008 13:18:45 +
Chris Whitehouse [EMAIL PROTECTED] wrote:

[snip]

 

portmanager -s piped to a file might tell you what's missing



Just running:

portmanager -u -l -p -y

should correct the problem as well. Make sure the ports tree is up to
date prior to running that command however.

  
I think this is similar to running portupgrade -urf icu, it will 
re-upgrade icu and all the the ports that depend on it.  It's 239 
packages and I really don't want to do that.


portmanager -s only lists what needs to be done, it doesn't change 
anything. It shows which packages are up to date, which are out of date, 
which are current but have been built with out of date dependencies, 
which are missing etc.


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


Re: ath driver

2008-02-10 Thread Christian Walther
Hi Thiago,

On 10/02/2008, Thiago Pollachini [EMAIL PROTECTED] wrote:
 Hi all,

 I bought a d-link ag530 pci card and I have a surprise.

 ath0: Atheros 5212 mem 0xdffe-0xdffe irq 18 at device 10.0 on pci0
 ath0: unable to collect channel list from hal; regdomain likely 19 country
 code 0

 I remember that we had to use ar5k.c to rewrite the regdomain on the eeprom.
 Some old ag530 cards I had done successfully, but the newer ones...

You did not mention what Version of FreeBSD you're using with this
card. I've a problem with a DWL-G650 on FreeBSD 7.0: When the card is
inserted while the machine is booting it is unusable after hal is
started. hal fills /var/log/syslog with unable to reset hardware and
other error messages.
As a workaround I boot without the card being inserted. It's not that
nice because there is a change that the card will not be configured
automatically, but at least it works.

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


Re: libicui18n.so.36 not found, required by evolution

2008-02-10 Thread E. J. Cerejo

Chris Whitehouse wrote:

E. J. Cerejo wrote:

Gerard wrote:

On Sun, 10 Feb 2008 13:18:45 +
Chris Whitehouse [EMAIL PROTECTED] wrote:

[snip]

 

portmanager -s piped to a file might tell you what's missing



Just running:

portmanager -u -l -p -y

should correct the problem as well. Make sure the ports tree is up to
date prior to running that command however.

  
I think this is similar to running portupgrade -urf icu, it will 
re-upgrade icu and all the the ports that depend on it.  It's 239 
packages and I really don't want to do that.


portmanager -s only lists what needs to be done, it doesn't change 
anything. It shows which packages are up to date, which are out of date, 
which are current but have been built with out of date dependencies, 
which are missing etc.


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




This what happens when running portmanager:

ecerejo# portmanager -s
MGrStrlen error: NULL marker not found in string
Assertion failed: (0), function MGrStrlen, file MGrStrlen.c, line 54.
Abort (core dumped)

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


Re: Recommendations for djvu and bittorrent

2008-02-10 Thread cpghost
On Sun, Feb 10, 2008 at 03:50:26PM -0500, Bob Hall wrote:
 I found some old public domain translations of Prajnaparamita texts
 available in djvu format and available via bittorrent. I have no
 experience with either one. Does anyone have any recommendations for
 djvu readers or torrent clients in the ports?

Try graphics/djvulibre for .djvu files; esp. the standalone viewer
/usr/local/bin/djview.

There are multiple bittorrent clients in ports like net-p2p/mldonkey,
net-p2p/ctorrent, etc... Just remember to configure your firewall
by opening and redirecting the appropriate bittorrent ports, and
you should be up and running. ;)

 Thanks,
 Bob Hall 

Regards,
-cpghost.

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


Re: Recommendations for djvu and bittorrent

2008-02-10 Thread Wojciech Puchar

There are multiple bittorrent clients in ports like net-p2p/mldonkey,
net-p2p/ctorrent, etc... Just remember to configure your firewall


rtorrent being my favourite


by opening and redirecting the appropriate bittorrent ports, and
you should be up and running. ;)


Thanks,
Bob Hall


Regards,
-cpghost.

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



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


Re: Recommendations for djvu and bittorrent

2008-02-10 Thread herbs
If you want a small torrent daemon running in the background then give
bitflu a try. It is also present in the ports collection. Needs a little
time to configure it but its a nice little program.

Cheers
herbs

On Sun, Feb 10, 2008 at 11:33:14PM +0100, Wojciech Puchar wrote:
 There are multiple bittorrent clients in ports like net-p2p/mldonkey,
 net-p2p/ctorrent, etc... Just remember to configure your firewall
 
 rtorrent being my favourite
 
 by opening and redirecting the appropriate bittorrent ports, and
 you should be up and running. ;)
 
 Thanks,
 Bob Hall
 
 Regards,
 -cpghost.
 
 -- 
 Cordula's Web. http://www.cordula.ws/
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

-- 
*** Herbert Langhans, Warschau
*** Sprachtraining Langhans
*** http://www.langhans.com.pl
*** herbert at langhans.com.pl
*** NIP 526-229-61-51
*** Regon  014911759
*** Tel. 603 341 441
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


two links

2008-02-10 Thread Suprema Informática Ltda - Leandro

Good morning,

I need active two links of internet, but i don´t know do this.
I have 3 interfaces

internet 1 adsl gateway = 172.168.0.254   -   ip interface = 172.168.0.253
internet 2 adsl gateway = 192.168.1.254   -   ip interface = 192.168.1.253

interface to lan internal = 10.0.0.254

My default gateway is 172.168.0.254.

I need active the second link (192.168.1.254) only access port 22, just 
port 22.



Freebsd 6.3 + ipfw


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


Re: libicui18n.so.36 not found, required by evolution

2008-02-10 Thread E. J. Cerejo

Dominic Fandrey wrote:

E. J. Cerejo wrote:

Gerard wrote:

On Sun, 10 Feb 2008 10:23:36 -0500
E. J. Cerejo [EMAIL PROTECTED] wrote:

[snip]
  

Can portmanager work in conjection with portupgrade?



Yes, I use it all the time.

 

Why has the ports tree be up to date?



What conceivable reason would you have for using an outdated ports tree?

 

Will portmanager download anything from the cvsup repos?



It will only fetch programs that need updating, just like portupgrade.

Would you be so kind as to explain your reluctance to update your
system? The number of potential programs that need updating seems
rather immaterial when compared to the potential system wide
improvement in its overall performance. You could simply start the
upgrade in the evening when you are through using the PC. Depending on
the speed of your machine, it might very well be done by the next
morning, if not sooner.
  
My system was updated yesterday and I'm trying to resolve the issues 
that arose from the updating.  I can't update my system everyday I 
just don't have time for it.


If you don't want to rebuild the stuff, just add

libicui18n.so.36libicui18n.so

to your /etc/libmap.conf file. This solution works if no functions have 
been removed from the library interface, which only very rarely happens.

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




I just ran pkg_libchk -m piped to a file but looks pretty confusing, is 
there a way to get only the output for the lines containing 
/usr/local/lib/libicui18n.so.38?

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


Re: two links

2008-02-10 Thread David Alanis

I use pf I am sure they are how to's out there for ipfw.

http://www.bsdguides.org/guides/freebsd/networking/ho_router_pf.php

I hope if you decide to go with pf this link will give you the basics  
to get started:


David

Quoting Suprema Informática Ltda - Leandro [EMAIL PROTECTED]:


Good morning,

I need active two links of internet, but i don´t know do this.
I have 3 interfaces

internet 1 adsl gateway = 172.168.0.254   -   ip interface = 172.168.0.253
internet 2 adsl gateway = 192.168.1.254   -   ip interface = 192.168.1.253

interface to lan internal = 10.0.0.254

My default gateway is 172.168.0.254.

I need active the second link (192.168.1.254) only access port 22, just
port 22.


Freebsd 6.3 + ipfw


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





This message was sent using IMP, the Internet Messaging Program.

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


Re: libicui18n.so.36 not found, required by evolution

2008-02-10 Thread Chris Hill

On Sun, 10 Feb 2008, E. J. Cerejo wrote:


Dominic Fandrey wrote:

E. J. Cerejo wrote:

Gerard wrote:

On Sun, 10 Feb 2008 10:23:36 -0500
E. J. Cerejo [EMAIL PROTECTED] wrote:

[snip]


Can portmanager work in conjection with portupgrade?



Yes, I use it all the time.



Why has the ports tree be up to date?



What conceivable reason would you have for using an outdated ports tree?



Will portmanager download anything from the cvsup repos?



It will only fetch programs that need updating, just like portupgrade.

Would you be so kind as to explain your reluctance to update your
system? The number of potential programs that need updating seems
rather immaterial when compared to the potential system wide
improvement in its overall performance. You could simply start the
upgrade in the evening when you are through using the PC. Depending on
the speed of your machine, it might very well be done by the next
morning, if not sooner.

My system was updated yesterday and I'm trying to resolve the issues that 
arose from the updating.  I can't update my system everyday I just don't 
have time for it.


If you don't want to rebuild the stuff, just add

libicui18n.so.36libicui18n.so

to your /etc/libmap.conf file. This solution works if no functions have 
been removed from the library interface, which only very rarely happens.

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




I just ran pkg_libchk -m piped to a file but looks pretty confusing, is there 
a way to get only the output for the lines containing 
/usr/local/lib/libicui18n.so.38?


Umm... why not
$ grep libicui18n.so.38 filename
...or pipe your output through grep in the first place, e.g.
pkg_libchk -m | grep libicui18n.so.38

Not for nothing do they call me 'master of the obvious'.

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


Re: projectm questions

2008-02-10 Thread Chris Whitehouse

[EMAIL PROTECTED] wrote:

Linking CXX shared library libprojectM.so
/usr/bin/ld: cannot find -lGLEW
*** Error code 1
...
After a bit of poking around I found
ln -s /usr/local/lib/libGLEW.a /usr/lib/libGLEW.a
fixed it. I also had to do
ln -s /usr/local/lib/libftgl.a /usr/lib/libftgl.a
ln -s /usr/local/lib/libfreetype.a /usr/lib/libfreetype.a

Well that's alright for a fix but
Question 2: what do I have to do to get that to work automatically?


Lose the symlinks, and instead figure out how to add
  -L/usr/local/lib
to the link command line so that the linker looks for
libs there as well as in /usr/lib.

You might find the FreeBSD porter's handbook helpful.


I'll check that out thanks

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


Re: two links

2008-02-10 Thread Paul A. Procacci

Suprema Informática Ltda - Leandro wrote:

Good morning,

I need active two links of internet, but i don´t know do this.
I have 3 interfaces

internet 1 adsl gateway = 172.168.0.254   -   ip interface = 
172.168.0.253
internet 2 adsl gateway = 192.168.1.254   -   ip interface = 
192.168.1.253


interface to lan internal = 10.0.0.254

My default gateway is 172.168.0.254.

I need active the second link (192.168.1.254) only access port 22, 
just port 22.



Freebsd 6.3 + ipfw


Thanks for all.t
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]
First explictly allow transmission on the interface in question, and 
deny everything else.  Additionally, you probably want to keep state 
within the ruleset as well.


ipfw add some_num allow tcp from any to me 22 in via interface
ipfw add some_num+2 deny tcp from any to me 22
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: libicui18n.so.36 not found, required by evolution

2008-02-10 Thread Chris Whitehouse

E. J. Cerejo wrote:

Chris Whitehouse wrote:

E. J. Cerejo wrote:

Gerard wrote:

On Sun, 10 Feb 2008 13:18:45 +
Chris Whitehouse [EMAIL PROTECTED] wrote:

[snip]

 

portmanager -s piped to a file might tell you what's missing



Just running:

portmanager -u -l -p -y

should correct the problem as well. Make sure the ports tree is up to
date prior to running that command however.

  
I think this is similar to running portupgrade -urf icu, it will 
re-upgrade icu and all the the ports that depend on it.  It's 239 
packages and I really don't want to do that.


portmanager -s only lists what needs to be done, it doesn't change 
anything. It shows which packages are up to date, which are out of 
date, which are current but have been built with out of date 
dependencies, which are missing etc.


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




This what happens when running portmanager:

ecerejo# portmanager -s
MGrStrlen error: NULL marker not found in string
Assertion failed: (0), function MGrStrlen, file MGrStrlen.c, line 54.
Abort (core dumped)


Sorry I have no idea what to do with that. Perhaps make deinstall and 
make reinstall in ports-mgmt/portmanager? It doesn't have any build or 
run dependencies.


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


Re: libicui18n.so.36 not found, required by evolution

2008-02-10 Thread ejcerejo
- Original Message -From: Chris Hill Date: Sunday, February 10, 2008 
6:51 pmSubject: Re: libicui18n.so.36 not found, required by evolutionTo: E. 
J. Cerejo Cc: Dominic Fandrey , freebsd-questions@freebsd.org On Sun, 10 Feb 
2008, E. J. Cerejo wrote:   Dominic Fandrey wrote:  E. J. Cerejo wrote: 
 Gerard wrote:  On Sun, 10 Feb 2008 10:23:36 -0500  E. J. Cerejo 
 wrote:[snip]Can portmanager work in conjection 
with portupgrade?  Yes, I use it all the time.   
  Why has the ports tree be up to date?  What 
conceivable reason would you have for using an  outdated ports tree?  
   Will portmanager download anything from the cvsup repos?   
   It will only fetch programs that need updating, just like  
portupgrade.   Would you be so kind as to explain your reluctance to  
update your  system? The number of potential programs that need updating 
seems  rather immaterial when compared to the potential system wide  
improvement in its overall performance. You could simply  start the  
upgrade in the evening when you are through using the PC.  Depending on  
the speed of your machine, it might very well be done by  the next  
morning, if not sooner.My system was updated yesterday and I'm 
trying to resolve  the issues that   arose from the updating.  I can't 
update my system everyday  I just don't   have time for it.If 
you don't want to rebuild the stuff, just addlibicui18n.so.36
libicui18n.soto your /etc/libmap.conf file. This solution works if no 
 functions have   been removed from the library interface, which only very 
 rarely happens.  ___  
freebsd-questions@freebsd.org mailing list  
http://lists.freebsd.org/mailman/listinfo/freebsd-questions  To unsubscribe, 
send any mail to   [EMAIL PROTECTED] I just ran pkg_libchk -m 
piped to a file but looks pretty  confusing, is there   a way to get only 
the output for the lines containing   /usr/local/lib/libicui18n.so.38?  
Umm... why not $ grep libicui18n.so.38 filename ...or pipe your output 
through grep in the first place, e.g. pkg_libchk -m | grep libicui18n.so.38  
Not for nothing do they call me 'master of the obvious'.  -- Chris Hill  
 [EMAIL PROTECTED] ** [ Busy Expunging | ] Yes 
I do know how to do that but what I really wanted is how to send the output 
directly into a file and not to the terminal.  I used the  [filename] next to 
the above command but I get the file without the grep effect, another words I 
get everything as if I ran just pkg_libchk -m with the grep option.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: libicui18n.so.36 not found, required by evolution

2008-02-10 Thread Chris Hill

On Mon, 11 Feb 2008, [EMAIL PROTECTED] wrote:

[ sorry, I couldn't entirely recover the format; need a newline once in 
a while! ]



- Original Message -

From: Chris Hill
Date: Sunday, February 10, 2008 6:51 pm
Subject: Re: libicui18n.so.36 not found, required by evolution
To: E. J. Cerejo Cc: Dominic Fandrey , freebsd-questions@freebsd.org

  I just ran pkg_libchk -m piped to a file but looks pretty 
  confusing, is there a way to get only the output for the lines 
  containing /usr/local/lib/libicui18n.so.38?



 Umm... why not
 $ grep libicui18n.so.38 filename
 ...or pipe your output through grep in the first place, e.g.
 pkg_libchk -m | grep libicui18n.so.38


Yes I do know how to do that but what I really wanted is how to send 
the output directly into a file and not to the terminal.? I used the  
[filename] next to the above command but I get the file without the 
grep effect, another words I get everything as if I ran just 
pkg_libchk -m with the grep option.


So you did
$ pkg_libchk -m | grep libicui18n.so.38  filename
...and got lines in filename that don't contain 'libicui18n.so.38'? If 
so, that makes no sense whatsoever. You may have larger issues here.


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

what happened to linuxflashplugin?

2008-02-10 Thread James
I just tried a portupgrade out and it failed on linux flashplugin. 
Apparently, none of the file exist in the ftp repositories anymore. Any 
idea what happened there?


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


Re: Compiz-fusion article

2008-02-10 Thread vesda'n [EMAIL PROTECTED]

Manolis Kiagias escribio':

Never thought this was such a sought-after feature :)

Anyway, here is a quick article I just wrote:

http://store.itsyourftp.com/~sonic2000gr/freebsd/compiz-fusion/article.html 



Your feedback is welcome.
Manolis, this seems to be a very nice work! I'm interested in committing 
it into the FreeBSD doc repository if you can send me the sources.

Thanks for your great work.

Cheers,

--
Gabor Kovesdan

EMAIL: [EMAIL PROTECTED]
WWW:   http://www.kovesdan.org

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


Re: two links

2008-02-10 Thread Wojciech Puchar

22.


Freebsd 6.3 + ipfw


man ipfw


to be exact - read about fwd command. you have to make a rule that 
anything that comes from second link's your local address is routed 
through your second link router.



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


gnome screensaver crashes

2008-02-10 Thread John L
On a nice fresh install of FreeBSD 6.3 and gnome, gnome-screensaver 
crashes at X startup claiming that it can't talk to the dbus daemon,

even though the daemon is running.

Is this a known problem?  It seems to be new in the latest version of X 
and/or Gnome.



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


Re: libicui18n.so.36 not found, required by evolution

2008-02-10 Thread Dominic Fandrey

E. J. Cerejo wrote:

Dominic Fandrey wrote:

E. J. Cerejo wrote:

Gerard wrote:

On Sun, 10 Feb 2008 10:23:36 -0500
E. J. Cerejo [EMAIL PROTECTED] wrote:

[snip]
 

Can portmanager work in conjection with portupgrade?



Yes, I use it all the time.

 

Why has the ports tree be up to date?



What conceivable reason would you have for using an outdated ports 
tree?


 

Will portmanager download anything from the cvsup repos?



It will only fetch programs that need updating, just like portupgrade.

Would you be so kind as to explain your reluctance to update your
system? The number of potential programs that need updating seems
rather immaterial when compared to the potential system wide
improvement in its overall performance. You could simply start the
upgrade in the evening when you are through using the PC. Depending on
the speed of your machine, it might very well be done by the next
morning, if not sooner.
  
My system was updated yesterday and I'm trying to resolve the issues 
that arose from the updating.  I can't update my system everyday I 
just don't have time for it.


If you don't want to rebuild the stuff, just add

libicui18n.so.36libicui18n.so

to your /etc/libmap.conf file. This solution works if no functions 
have been removed from the library interface, which only very rarely 
happens.


I just ran pkg_libchk -m piped to a file but looks pretty confusing, is 
there a way to get only the output for the lines containing 
/usr/local/lib/libicui18n.so.38?


I can reccomend you the -q option, which will give you a very clean output 
simply listing all the packages that have problems.
Without the -q option the program shows its status, which is not well 
readable in a file, because it doesn't use \n but \r.


That you get output with the -m/--mean flag, but not without means that the 
false positive detection is erroneous. For the time being I'd recommend you 
to use the libmap.conf solution.
Later this day I will add some debugging functionality to the script and 
send that version to you, if you are willing to spend your time helping me 
finding this problem.

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


Re: Compiz-fusion article

2008-02-10 Thread Manolis Kiagias



Ga'bor Kovesda'n [EMAIL PROTECTED] wrote:

Manolis Kiagias escribio':

Never thought this was such a sought-after feature :)

Anyway, here is a quick article I just wrote:

http://store.itsyourftp.com/~sonic2000gr/freebsd/compiz-fusion/article.html 



Your feedback is welcome.
Manolis, this seems to be a very nice work! I'm interested in 
committing it into the FreeBSD doc repository if you can send me the 
sources.

Thanks for your great work.

Cheers,


Sure will do  :)
Let me just have a final look and maybe correct a few minor things, and 
I will email you the sources later today.


Thanks!
Manolis

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


Re: What version of Freebsd to run

2008-02-10 Thread Erich Dollansky

Hi,

it seems your question got lost in nirvana.

Darryl Hoar wrote:

Greetings,
Just received my Dell PowerEdge SC 1435.  Going to
be a webserver for me.  What version of Freebsd should
I run on this box ?  I want rock solid stability.


If stability is your main concern, you will have to stick with 6.3.

7.0 will be available very soon but it might be not as stable as 6.3 
already is.


As you want to run just a webserver, I would still suggest to install 
the currently available version of 7.0 and upgrade it then to the 
release version when available.


The other option would be to install 6.3 now and stick with it until 7.1 
becomes available.


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