Re: ccache on amd64

2008-09-25 Thread Mel
On Thursday 25 September 2008 02:45:20 RW wrote: On Thu, 25 Sep 2008 01:00:07 +0200 Mel [EMAIL PROTECTED] wrote: Since it fails on the link, I wonder if the wrong linker is called by ccache. I'll see what I can find out when it quiets down, right now machine is under heavy load

Re: ccache on amd64

2008-09-25 Thread Mel
the below error. Ok - I can reproduce this, but not even the LIB32_COMPAT libs, but already earlier. The core dump shows an error in memcpy(). I'll rebuild ccache with debug symbols and see if I can figure this out. -- Mel Problem with today's modular software: they start with the modules

Re: ccache on amd64

2008-09-25 Thread Mel
On Thursday 25 September 2008 12:50:25 Mel wrote: On Monday 22 September 2008 04:55:39 Brian wrote: Has there been any change in the above? On a single core i386, the documentation described notes work properly. However, on a AM2 based machine with the amd64 version of freebsd (both 6.4

Re: Can't build all in /usr/src/crypto/openssh

2008-09-25 Thread Mel
. crypto/openssh only contains the imported sources, not the files that FreeBSD actually uses to build them. cd /usr/src/secure make all install should work for you (but will also rebuild openssl and sendmail). -- Mel Problem with today's modular software: they start with the modules

Re: AW: ethernet statistics

2008-09-25 Thread Mel
into kernel memory to get those stats, I think, so you can't directly access those numbers as a regular user. All those vars are available through sysctl. For an example, look in src/in_sysctl.c from net/bmon port. -- Mel Problem with today's modular software: they start with the modules and never

Re: periodic not working?

2008-09-25 Thread Mel
On Thursday 25 September 2008 17:55:39 Kurt Buff wrote: On Thu, Sep 25, 2008 at 2:35 AM, Mel [EMAIL PROTECTED] wrote: On Thursday 25 September 2008 03:07:13 Kurt Buff wrote: I've got postfix installed for the MTA, and the main.cf, master.cf, alias db hash and transport.db hash all look

Re: Can't build all in /usr/src/crypto/openssh

2008-09-25 Thread Mel
On Thursday 25 September 2008 18:33:52 Andrew Falanga wrote: On Thu, Sep 25, 2008 at 9:49 AM, Mel [EMAIL PROTECTED] wrote: On Thursday 25 September 2008 17:33:56 Andrew Falanga wrote: Hi, I've just updated my sources for 6.2-RELEASE. It took me from p11 to p12. The changes were

Re: periodic not working?

2008-09-25 Thread Mel
On Thursday 25 September 2008 18:52:41 Kurt Buff wrote: On Thu, Sep 25, 2008 at 9:33 AM, Mel [EMAIL PROTECTED] wrote: On Thursday 25 September 2008 17:55:39 Kurt Buff wrote: On Thu, Sep 25, 2008 at 2:35 AM, Mel [EMAIL PROTECTED] wrote: On Thursday 25 September 2008 03:07:13 Kurt Buff

Re: ccache on amd64

2008-09-25 Thread Mel
instead, but there are probably good reasons for it. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: ccache on amd64

2008-09-24 Thread Mel
/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509v3/v3err.c -o v3err.So building shared library libcrypto.so.4 Segmentation fault (core dumped) *** Error code 139 And this all just works if you set NOCCACHE? Or does the problem persist then? -- Mel Problem with today's modular

Re: Netprint perl script from Handbook doesn't work

2008-09-24 Thread Mel
On Wednesday 24 September 2008 12:33:29 Andy Kosela wrote: ($ignore, $ignore, $protocol) = getprotobyname('tcp'); $ perl -e 'print join(\n, getprotobyname(tcp));' tcp TCP 6 -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: dovecot, maildir, UFS 2 performance

2008-09-24 Thread Mel
, which is/was one good reason to make /var have a smaller fragment size. The use of /tmp as memdisk is obvious. Having done several major version OS upgrades on different bootable slice, made me appreciate a /home partition. -- Mel Problem with today's modular software: they start with the modules

Re: ccache on amd64

2008-09-24 Thread Mel
On Wednesday 24 September 2008 16:28:44 Brian wrote: Mel wrote: On Wednesday 24 September 2008 05:34:22 Brian wrote: /usr/local/libexec/ccache/world-cc -m32 -march=athlon64 -mfancy-math-387 -DCOMPAT_32BIT -iprefix /usr/obj/usr/src/lib32/usr/ -L/usr/obj/usr/src/lib32/usr/lib32 -B/usr/obj

Re: Build error while upgrading 'kdesdk-3.5.9' to 'kdesdk-3.5.10' (devel/kdesdk3)

2008-09-24 Thread Mel
, how did you solve the error you were getting? Do you think just running ldconfig will help? Won't it spoil something important? I solved it by removing the duplicate library, but there are no dupes on your system. -- Mel Problem with today's modular software: they start with the modules

Re: mysql connection through ssl tunnel

2008-09-23 Thread Mel
recommendations, much appreciated. You can use Vince's suggestion, or simply use SSL connections to the mysql server. Each have their own pros and cons. -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: MySQL Error: Can't create a new thread (errno 35); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug

2008-09-23 Thread Mel
) You don't have that much memory. http://dev.mysql.com/doc/refman/5.0/en/innodb-configuration.html There's a similar formula for MyISAM, but can't seem to find it at the moment. -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: A strange compiling issue

2008-09-23 Thread Mel
-DPERL_CORE -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe  \ -std=c89 -O -Wall -ansi   -W -Wextra -Wdeclaration-after-statement \ -Wendif-labels -Wc++-compat -o toke.out Then inspect toke.out. -- Mel Problem with today's modular software: they start

Re: ccache on amd64

2008-09-23 Thread Mel
=k8 -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: Uplading file via Lighttpd - system hangs

2008-09-22 Thread Mel
. If you can, use a different upload script for testing, one that is not done via PHP, but plain CGI. There should be some available on the net. -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: Uplading file via Lighttpd - system hangs

2008-09-22 Thread Mel
full. It's not so hard. I don't think that's the case here though. Any of you guys logging netstat -m output every 500ms? Maybe you can see mbufs being drained just before the system stops servicing syscalls. -- Mel Problem with today's modular software: they start with the modules

Re: Postfix, maildir's, and writing filters

2008-09-22 Thread Mel
of the same postfix installation. It applies also to recipient_bcc_maps. If postfix won't do this, there's probably a good reason for it, so then I'd think twice if I really wanted this feature. -- Mel Problem with today's modular software: they start with the modules and never get

Re: FSJ clone

2008-09-22 Thread Mel
On Monday 22 September 2008 14:41:33 Tsu-Fan Cheng wrote: try both, neither work, appreciated though. I think you're vendor-locked in, until you figure out how the password is done. You could try running FSJ under wine (emulators/wine). -- Mel Problem with today's modular software

Re: Run script as root from WebServer

2008-09-22 Thread Mel
or even build in authorization. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: package info is corrupt

2008-09-22 Thread Mel
the installation/removal was aborted. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: looking for a disk partition (slice) editor

2008-09-21 Thread Mel
and given by the -s size option. The type of the partition is given by the -t type option. Partition types are discussed in the section entitled Partition Types. -- Mel Problem with today's modular software: they start with the modules and never

Re: Custom Kernel Problem

2008-09-21 Thread Mel
kernel modules cause the problem. Can you run kldstat from console? -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: Segmentation fault when free

2008-09-21 Thread Mel
no idea what you mean with the called within a function part. -- Mel thanks for making it even more clear to me. actually what i meant was this: void function(void){ char *p; p = malloc(1); } int main(void){ while (1){ function(); /* in the end of this function function

Re: Build error while upgrading 'kdesdk-3.5.9' to 'kdesdk-3.5.10' (devel/kdesdk3)

2008-09-21 Thread Mel
gettext usable. (Yep, been bitten by it). -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: FSJ clone

2008-09-21 Thread Mel
handle different multimedia formats special, preserving keyframes accross parts, for example. FreeBSD split/cat is perfectly capable of handling large files and doesn't need tons of #ifdef's to be Portable(tm). -- Mel Problem with today's modular software: they start with the modules

Re: can someone help me out with the vmcore.0 information?

2008-09-21 Thread Mel
/kerneldebug.html -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: kill -KILL fails to kill process

2008-09-20 Thread Mel
sh test.sh /dev/tty I'm not entirely sure why, but it could be cause the tty is valid. Anything in asterisk that reads from a terminal (maybe a closed stdin?) -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: Problem report not showing up?

2008-09-20 Thread Mel
. Better yet, check your /var/log/maillog first. Once submitted you will get an autoreply, with the ID it's been assigned to. Send-pr's that don't show up, usually reside in /usr/bin/mailq. -- Mel Problem with today's modular software: they start with the modules and never get

Re: FreeBSD installation doesn't work

2008-09-20 Thread Mel
On Friday 19 September 2008 12:17:35 Oliver Fromme wrote: Oliver Fromme [EMAIL PROTECTED] wrote: Matthew Seaman wrote: Mel wrote: that's aside from the fact that the root partition '/' always has to be the first partition, for the simple reason that everything else

Re: epiphany stalls on dbus-launch?

2008-09-20 Thread Mel
if it can't/won't be fixed). The best way to handle your case, is to use send-pr(1) for the port in question, so that the maintainer is aware and then it's up to him/her how to handle it. -- Mel Problem with today's modular software: they start with the modules and never get to the software

Re: Multiple installation of one ports

2008-09-20 Thread Mel
different categories. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: Mystical Server Shutdown.

2008-09-20 Thread Mel
. If it happens more frequently and around the same time, check your cron and periodic scripts. Run them by hand when you're physically at the machine. If that doesn't solve it, the only other option may be to get up at 4am in the morning to catch that rodent nibbling your power cable. -- Mel Problem

Re: Problem report not showing up?

2008-09-20 Thread Mel
. Default value: /usr/sbin/sendmail -oi -t If you want, you can write your own script that ssh's to a mail-sending capable machine and invokes the mail-sending program there (no extra stamps required!). -- Mel Problem with today's modular software: they start with the modules and never get

Re: Segmentation fault when free

2008-09-20 Thread Mel
within a function part. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: configure NAT with demand dial interface?

2008-09-18 Thread Mel
at the appropreate times, as simple as: 0 3 * * * /etc/rc.d/ppp stop dayprofile; /etc/rc.d/ppp start nightprofile 0 7 * * * /etc/rc.d/ppp stop nightprofile; /etc/rc.d/ppp start dayprofile -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: FreeBSD installation doesn't work

2008-09-18 Thread Mel
else is mounted on top of it. For the same reason: /dev/ad1se /usr/local /dev/ad1sf /usr will not work. For this particular case (root not first mount), sysinstall could be made smarter. -- Mel Problem with today's modular software: they start with the modules and never get

Re: NTP on 7.1 BETA amd64 odd behaviour

2008-09-18 Thread Mel
# Flags to ntpd (if enabled). 99% of the cases you don't need ntpd_flags. Only if you want the drift file in a different location or use one of the more obscure options. -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: can't open /dev/da1s1e: Input/output error

2008-09-18 Thread Mel
are diagnostic tools from your disk vendor. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Auto blacklist ssh connections ...

2008-09-17 Thread Mel
done $ grep scanners /etc/pf.conf table scanners persist file /etc/pf/scanners.table block in log on $ext_if from scanners -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd

Re: Why this linking fail?

2008-07-19 Thread Mel
jexec into the jail as no full environment is created, but it's usually just the /dev/tty that is the problem, not std{out| err|null}. Have you considered compiling on the host and using DESTDIR on installworld? -- Mel Problem with today's modular software: they start with the modules

Re: http cache cleaner

2008-07-19 Thread Mel
, if you use pstree (sysutils/pstree) or ps -w, it'll be a kdeinit process. if it runs once per day, then you either visit a lot of different sites, or your cache settings for konqueror are low. -- Mel Problem with today's modular software: they start with the modules and never get

Re: log size handling

2008-07-19 Thread Mel
by definition. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: vulnerabilities and installation options

2008-07-16 Thread Mel
you to specify vuln id's you want to ignore. .if !empty(.CURDIR:M*sysutils/php5-posix*) DISABLE_VULNERABILITIES=yes .endif -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd

Re: difference between loading kernel module during boot and after boot manually?

2008-07-15 Thread Mel
On Tuesday 15 July 2008 15:20:19 Vincent Barus wrote: On Mon, Jul 14, 2008 at 10:58 PM, Mel [EMAIL PROTECTED] wrote: On Monday 14 July 2008 20:29:07 Vincent Barus wrote: On Tue, Jul 8, 2008 at 8:11 PM, Mel [EMAIL PROTECTED] wrote: On Tuesday 08 July 2008 16:48:26 Vincent Barus

Re: Wireless network with wpa

2008-07-15 Thread Mel
or anything else on the wired network when this happens? Is there any change in /etc/resolv.conf after reassociation? -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions

Re: why is this script failing?

2008-07-14 Thread Mel
\* if [ -s $wav ] Hint: this works, if there's only 1 wav file. The way to do it: if test ! -z $wav; then for f in $wav; do rm $f done else echo No wav files fi -- Mel Problem with today's modular software: they start with the modules and never get

Re: Core(TM)2 Quad and TOP output

2008-07-14 Thread Mel
4 Aside from the noted problems with one cpu, you are also using miscompiled binaries: $ grep SIGILL /usr/include/sys/signal.h #define SIGILL 4 /* illegal instr. (not reset when caught) */ -- Mel Problem with today's modular software: they start with the modules and never

Re: difference between loading kernel module during boot and after boot manually?

2008-07-14 Thread Mel
On Monday 14 July 2008 20:29:07 Vincent Barus wrote: On Tue, Jul 8, 2008 at 8:11 PM, Mel [EMAIL PROTECTED] wrote: On Tuesday 08 July 2008 16:48:26 Vincent Barus wrote: does anyone have an idea what's the difference or what _could_ be the difference on loading a kernel module during boot

Re: build system to DESTDIR

2008-07-11 Thread Mel
buildworld There should not be a difference, but to rule out any shell issues, it is best to invoke: make buildworld DESTDIR=/usr/diskless Make itself then handles the variable. -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: Library mapping question

2008-07-11 Thread Mel
to the port that installs /usr/local/lib/libXXX.so (if this isn't your own library). -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http

Re: Install failure for 7.0-RELEASE (Need help!)

2008-07-11 Thread Mel
in UPDATING under COMMON ITEMS that describes To cross-install current onto a seperate partition. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org

Re: unknown option IPV6FIREWALL_VERBOSE when compiling

2008-07-11 Thread Mel
to be updated. The IPFIREWALL is now 4 and 6 both, so you don't need them. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http

Re: compile agp kernel support

2008-07-11 Thread Mel
does not work with nvidia's agp driver, then you need to disable the nvidia agp driver in xorg.conf and remove that line. Install x11/nvidia-xconfig and look at it's manpage to see that it can autogenerate an xorg.conf file for you, with and without the nvidia agp. -- Mel Problem with today's

Re: Ldap NSS PAM Samba

2008-07-11 Thread Mel
/ -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: Can't connect to local MySQL server through socket '/tmp/mysql.sock

2008-07-11 Thread Mel
with different configuration file, so that you can change: - socket - listen address/networking - data directory - log directory - possibly something Im forgetting -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: User properties and how to make files with a specific group owner

2008-07-10 Thread Mel
you want to do. It's better to create a seperate group, say 'wwwadmin'. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http

Re: panic: ohci_add_done

2008-07-10 Thread Mel
, but will boot 6.x. I think it's acpi regressions. The Dell will hose the disk and spit out multiple NMI's and WRITE_DMA errors once upgraded inplace to 7-STABLE. The gateway now successfully runs 7-STABLE, though we changed the SATA disk for an UDMA. -- Mel Problem with today's modular software

Re: snippet of configure script - explain please

2008-07-10 Thread Mel
) * Presumably someone out there knows where to find it? * It's shorthand for ${paramter:+set}, so if unset, you get , otherwise you get set: $ echo ${foo+set} $ echo ${HOME+set} set -- Mel

Re: snippet of configure script - explain please

2008-07-10 Thread Mel
On Thursday 10 July 2008 16:48:42 Malcolm Kay wrote: On Thu, 10 Jul 2008 09:45 pm, Mel wrote: On Thursday 10 July 2008 06:24:46 Malcolm Kay wrote: 9255 if { as_var=$as_ac_var; eval test \\${$as_var+set}\ = set; }; then I find this line somewhat strange as I've not been able

Re: quota and sendmail accepts 10k mail size

2008-07-10 Thread Mel
.- Implement a mail server with quota capabilities. For instance cyrus-imap. There you can set quota limits, warning messages to users, percentages and so on. This is the easiest approach. So there isn't an equivalent to postfix's mailbox_size_limit? -- Mel Problem with today's modular software

Re: User properties and how to make files with a specific group owner

2008-07-10 Thread Mel
On Thursday 10 July 2008 17:12:36 Jerry McAllister wrote: On Thu, Jul 10, 2008 at 01:45:00PM +0200, Mel wrote: On Thursday 10 July 2008 04:26:42 Andrew Falanga wrote: How do I get this to stop working like this and create files with UID=andy GID=www? Just a head's up: www is the group

Re: ports

2008-07-09 Thread Mel
On Tuesday 08 July 2008 23:07:58 Chuck Swiger wrote: On Jul 8, 2008, at 11:04 AM, Mel wrote: On Tuesday 08 July 2008 19:07:02 Matthew Seaman wrote: You can configure named to always send packets using a fixed port number (which can be helpful for firewalling) Purely outof interest

Re: automount is not recognizing option longname

2008-07-08 Thread Mel
is rejected by the filesystem itself. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Jails and IP Aliasing

2008-07-08 Thread Mel
. ;-) It will add more gotcha's, unless you put each network card in a different network. With the IP's given here, you tell the host that 10.0.1.0/24 is on fxp0, so it will never go to fxp1 for 10.0.1.4. -- Mel Problem with today's modular software: they start with the modules and never get

Re: Jails and IP Aliasing

2008-07-08 Thread Mel
10.0.1.4 netmask 0xff00 broadcast 10.0.1.255 You guess wrong. Aliases SHOULD (as in IETF RFC should) have 255.255.255.255 netmask. -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: ports

2008-07-08 Thread Mel
53. Not talking syntax, but business logically. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: difference between loading kernel module during boot and after boot manually?

2008-07-08 Thread Mel
/libraries that exist on a different partition, will fail. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: wpa, static ip only on specific networks

2008-07-08 Thread Mel
/etc/rc.d that would read out the BSSID and make it's descision accordingly. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http

Re: Jails and IP Aliasing

2008-07-08 Thread Mel
On Tuesday 08 July 2008 11:24:33 Mel wrote: On Monday 07 July 2008 18:51:33 David Allen wrote: Granted, everything is really happening over the loopback address, but a connection originating from the jailhost to a jail should appear to be using the jailhost's IP address, or so I'd like

Re: Trouble with Intel WIFI ipw2200

2008-07-07 Thread Mel
in /24 network, which is generally used for the router, I don't see anything wrong. If the key wasn't accepted, it wouldn't be associated. -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: Wrong dependency being installed

2008-07-07 Thread Mel
WITH_APACHE2=YES, but if I change this to WITH_APACHE22, then it tries to install apache13. How can I use the ports system to build this against my installed version of Apache? APACHE_PORT=www/apache22 /etc/make.conf See /usr/ports/Mk/bsd.apache.mk for details. -- Mel Problem with today's

Re: .htaccess or OS related?

2008-07-07 Thread Mel
the browser to hash it's password before sending it over the internet. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: Reconfiguring network interfaces

2008-07-06 Thread Mel
/rc.conf.BEFORE_CHANGE if you feel comfy. If you couldn't log back in, inspect /etc/rc.conf.CHANGES and adjust, rm the pid file, rince and repeat. -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: Why would it make such a difference to move mysqld to another machine?

2008-07-06 Thread Mel
enable the mem cache on there either, since 80% of the time you'll be sending 304's, instead of image data. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions

Re: mount_nfs not accepting syntax specified by its usage complaint

2008-07-05 Thread Mel
() hasn't been updated accordingly. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Passive cooling problem with Athlon CPU

2008-07-05 Thread Mel
not be related to your failing high precision timer. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Firefox 3 for FreeBSD 7.0 release

2008-07-05 Thread Mel
-2.0. I checked the Freebsd ports tree and found gio-2.16. I downloaded it and ran make, but that make aborted with the same message as the make of firefox3. Your gnome2 is outof sync. Read: /usr/bin/less -p 20080323 /usr/ports/UPDATING /usr/bin/less -p 20080630 /usr/ports/UPDATING -- Mel Problem

Re: Problems with Apache-2.2.8 PHP5 (+extensions) ports

2008-05-18 Thread Mel
you have lying around. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Autoloader Compatability

2008-05-18 Thread Mel
specifically listed on the compatability list. Where can I look to find out if this device will work with FBSD 7.0? By finding out if it's SCSI and complies with SCSI standard for media changers. If it does, it should work with ch(4). Read NOTES and DIAGNOSTICS on that manpage. -- Mel Problem

Re: Wireless network

2008-05-17 Thread Mel
=1Level=6Conn=5ProdID=143 Maybe poke Warner Losh: http://bsdimp.blogspot.com/2007/05/found-cheap-sdio-80211b-card.html -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Mel
and only one app I had compiled from source rather then using a port, wasn't working anymore. Recompiled and no problemo. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions

Re: Linux compat library error: ELF file OS ABI invalid

2008-05-13 Thread Mel
On Tuesday 13 May 2008 15:48:58 Glyn Millington wrote: Mel [EMAIL PROTECTED] writes: On Tuesday 13 May 2008 14:05:43 Glyn Millington wrote: Trying to launch Linux Open Office 2.4 I get the following error message , | /usr/compat/linux/opt/openoffice.org2.4/program/soffice.bin

Re: dummy dhclient

2008-05-12 Thread Mel
of the dhcp server that responded. If you simply dump the env to stdout, you will see things available. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org

Re: installing php4 and php5 on one machine

2008-05-12 Thread Mel
switch the ip's back. You can do this as often as you want, till everything looks good. Thirdly, the cost in memory usage for a jail is negligable compared to the above gains, especially since it will primarily run apache (cron and sshd being the most common other programs). -- Mel Problem

Re: Panic String: kmem_malloc(4096): kmem_map too small: 335544320 total allocated

2008-05-12 Thread Mel
vm.kmem_size* are the loader tunables you're looking for. See loader(8) for a description. However, does it make sense to have this much kernel memory? What is it caused by? mbufs? If you dump netstat -m periodically from cron, is that where the memory is going? -- Mel Problem with today's

Re: kernel panic FreeBSD 7.0 - Xorg

2008-05-12 Thread Mel
a jail 'running' 6.x and you haven't set OSREL and/or UNAME_R correctly. Also, some configure scripts just try to invoke linux/posix/apple_syscall_foo to see if it's there. -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: installing php4 and php5 on one machine

2008-05-12 Thread Mel
On Monday 12 May 2008 22:46:41 Zbigniew Szalbot wrote: Hello, Mel pisze: On Monday 12 May 2008 16:54:37 Zbigniew Szalbot wrote: How would you advise me to go about installing php4? I do not think I will be able to do it from ports (it will require an ancient version of php 4.10). Also I

Re: root login stops working

2008-05-10 Thread Mel
on signal 11 (core dumped) Looks like you got hacked, the tell-tale being ip port . http://security.freebsd.org/advisories/FreeBSD-SA-08:05.openssh.asc -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: [samba 3.0.28a,1) PANIC: tdb_reopen_all failed

2008-05-10 Thread Mel
this type of error with the previous version. Is it possible to downgrade to a stable version? Not sure it's related, but did you read the message you get before you installed this version? ( cd /usr/ports/net/samba3 make pre-everything) -- Mel Problem with today's modular software: they start

Re: FBSD 6.2 Xeon 2.4ghz CPU and high load

2008-05-10 Thread Mel
it all, especially since you can tune the hardware and kernel. Thirdly, unix also got big, because it was able to split one task over multiple machines. -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: BSDL C data structure library

2008-05-10 Thread Mel
/libds in ports. BSD licensed. Hasn't been modified in ages, but that's good - it's finished :p -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing

Re: Apache 2.2.8 + mod_authnz_ldap

2008-05-09 Thread Mel
a warning, it works better if you have more software depending on apr (i.e., subversion) and it's also better manageable with the plugins (in my case db4*). F.e., I don't have to rebuild apache, if I want to migrate to the latest and greatest db4 minor release. -- Mel Problem with today's modular

Re: Makefile OPTIONS (was: Re: Apache 2.2.8 + mod_authnz_ldap)

2008-05-09 Thread Mel
suggest, would kill the option to use mod_fictional_3rdparty_ldap. Set in stone would mean, if there is a port mod_fictional_3rdparty_ldap, or enough people have complained that they cannot use mod_fictional_3rdparty_ldap, even though there's not a port for it. -- Mel Problem with today's

Re: [SSHd] Increasing wait time?

2008-05-08 Thread Mel
a difference between failed login attempts and incoming connections. sshd logs failed login attempts, so it's easy to seperate them (sysutils/grok) and set the rate limit to an acceptable value, should one try to hammer the server by simply opening connections. -- Mel Problem with today's modular

Re: Group of the newly created files and directories

2008-05-08 Thread Mel
On Thursday 08 May 2008 10:48:29 Unga wrote: That is, in Linux, the group will the user's primary group, but in FreeBSD, it is the the group of the parent directory! Yes, it's been that way in any BSD for as long as I know. -- Mel Problem with today's modular software: they start

Re: Group of the newly created files and directories

2008-05-08 Thread Mel
On Thursday 08 May 2008 15:16:46 Unga wrote: Thanks for replies. Btw, where is the open(2) syscall is implemented in FreeBSD, just curious? /usr/src/sys/kern/vfs_syscalls.c -- Mel Problem with today's modular software: they start with the modules and never get to the software part

<    4   5   6   7   8   9   10   11   12   13   >