Re: php5 segfault

2008-10-14 Thread Mel
, but then no segfaults, simply php won't start (obviously). Easily traceable by module dependencies. -- 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: KDE 4 Cannot run as regular user

2008-10-14 Thread Mel
they are is. ldconfig -r |grep Xau should show /usr/local/lib/libXau.so.6, if not, ldconfig -m /usr/local/lib run as root should fix your problem. -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: FreeBSD and Nagios - permissions

2008-10-16 Thread Mel
', if the more dangerous commands of camcontrol had a sysctl knob that only allows them to be executed only as root. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions

Re: FreeBSD and Nagios - permissions

2008-10-16 Thread Mel
On Thursday 16 October 2008 23:36:51 Per olof Ljungmark wrote: Mel wrote: On Thursday 16 October 2008 22:07:43 Per olof Ljungmark wrote: Per olof Ljungmark wrote: Daniel Bye wrote: On Thu, Oct 16, 2008 at 12:05:01PM +0100, Daniel Bye wrote: snip nagios ALL=(root) NOPASSWD

Re: Installing Samba : FreeBSD Vs Linux ?

2008-10-17 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

Re: Problem with www/mod_cband

2008-10-17 Thread Mel
On Friday 17 October 2008 19:53:59 Jeremy Chadwick wrote: Regarding alternatives: there aren't. Bandwidth limiting is a long-standing feature of Apache that's missing, which is a huge disappointment. Never used it, but www/mod_bw is not a real world alternative? -- Mel Problem

Re: Problem with www/mod_cband

2008-10-17 Thread Mel
don't think you fully understand the problem. Apache writes a served file to the log when a download is *completed*. Consider a 700MB iso download and you quickly see your solution will not work. -- Mel Problem with today's modular software: they start with the modules and never get

Re: DHCP release/renew lease - elegant solution?

2008-10-20 Thread Mel
-r would probably fix your problem, though the correct solution would be to complain with your ISP and switch to the competition if they don't get their stuff together. -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: Disable kontact/kmail automatic activation

2008-10-20 Thread Mel
gone when it's not. -- 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: Can't upgrade or deinstall phpMyAdmin

2008-10-28 Thread Mel
, though the stuff in /usr/ports/Mk can be overwhelming, you can figure out what does what from a port's Makefile pretty well, even when you don't know much about make(1). And of course there's ports(7) and the elaborate comments at the start of /usr/ports/Mk/bsd.port.mk. -- Mel Problem

Re: A gmirror question.

2008-10-28 Thread Mel
if it has gmirror metadata. The geom system is the 'magician', which basically hands all providers to the loaded modules. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd

Re: Security | Kernel message

2008-10-28 Thread Mel
/messages 2/dev/null | where it says: dmesg 2/dev/null Or more prescise: fgrep 'your.host.name kernel: ' /var/log/messages This will give you timestamps with the output. I can't really think of anything that does end up in dmesg and not in /var/log/messages, but I'm sure there are some. -- Mel

Re: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2008-10-29 Thread Mel
will more easily detect bottlenecks in scripts, because the problem is not aggrevated/masked by the image serving. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions

Re: Script-friendly (parseble) ps(1) output?

2008-10-30 Thread Mel
those positional numbers it is now trivial to extract the information from the rest of the lines. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org

Re: Large discrepancy in reported disk usage on USR partition

2008-10-30 Thread Mel
dir. -- 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

Re: Large discrepancy in reported disk usage on USR partition

2008-10-31 Thread Mel
(); if [ -e /usr/ports/KEEP_ME_EMPTY ]; then give_up_or_wait(); fi fi Of course it's fragile, but it works for not so critical issues. -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: Cannot login to root account on FreeBSD 7.0

2008-10-31 Thread Mel
into the problem, but unfortunately your solution did not work, I changed the root password to something else, however I still cannot login to root once I boot FreeBSD normally. There should be in indication in /var/log/messages or /var/log/auth.log. -- Mel Problem with today's modular software

Re: Cannot login to root account on FreeBSD 7.0

2008-10-31 Thread Mel
: Friday, October 31, 2008, 12:00 PM On Fri, 2008-10-31 at 08:19 -0700, mdh wrote: --- On Fri, 10/31/08, Pramod Dematagoda [EMAIL PROTECTED] wrote: From: Pramod Dematagoda [EMAIL PROTECTED] Subject: Re: Cannot login to root account on FreeBSD 7.0 To: Mel [EMAIL

Re: XFCE4

2008-11-03 Thread Mel
. So, x11-wm/xfce4 is the right meta port. Others have suggested some additional applications and gnome/kde applications will work with Xfce seamlessly. -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: Is KDE4 usable on FreeBSD?

2008-11-03 Thread Mel
for it to move to the next category, but I'm sure that's configurable somewhere (I hope). -- 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: Behaviour of su(1)

2008-11-03 Thread Mel
it to be shell related, you should be able to reproduce it on csh for the purpose of reporting and adjust the bugreport if you can not. -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: yelp install error on amd64 running freebsd 6.3

2008-11-04 Thread Mel
On Tuesday 04 November 2008 19:19:44 Dino Vliet wrote: Dear freebsd people, who is able to help me with this problem I have on my machine (a amd64 system running freebsd 6.3). What did you do back in April, when you had the exact same problem? -- Mel Problem with today's modular software

Re: Increasing the datasize limit

2008-11-04 Thread Mel
: kern.defdsiz=768M kern.maxdsiz=768M See tuning(7) for more info. -- 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: Unable to mount / in read - write mode

2008-11-05 Thread Mel
6.x. -- 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

Re: CVSup update nagios-3.0.4_1

2008-11-06 Thread Mel
versions. -- 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

Re: Hardware Raid + hot-replace failed disk

2008-11-06 Thread Mel
On Thursday 06 November 2008 22:01:39 Wojciech Puchar wrote: Suppose you have a system with multiple disks managed by a hardware RAID controller in a RAID5 of RAID6 configuration, what is RAID5 of RAID6??? 'of' is 'or' in dutch, common typo for dutch or flemish people. -- Mel Problem

Re: Preserving X forwarded applications

2008-11-07 Thread Mel
this, but net/x11vnc, especially the -shared option is made for this. -- 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: Compile : Always missing headers

2008-11-08 Thread Mel
missing We don't understand why it lacks some headers files like /usr/include/sys/types.h ? Only you can tell that. Is the file present or not? Maybe an fsck couldn't restore it? Or something went wrong during install? Do you have a /usr/src populated with the OS and kernel sources? -- Mel

Re: Kerberos keytab

2008-11-10 Thread Mel
and kdc with base64 encryption. Non-related to the OP's problem, but base64 is a transport encoding and not encryption. It is used as 7-bit transport for 8bit (or more) data, like attachments (email) and form uploads (web). -- Mel Problem with today's modular software: they start with the modules

Re: High load - lost network

2008-11-10 Thread Mel
kernel: em0: link state changed to UP Nov 10 13:30:08 caius kernel: em0: link state changed to DOWN Nov 10 13:30:10 caius kernel: em0: link state changed to UP Any shared interrupts? What does vmstat -i show under the load you describe? -- Mel Problem with today's modular software: they start

Re: High load - lost network

2008-11-10 Thread Mel
it. Could be a red herring, but good to rule out. -- 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: PATH problem

2008-11-10 Thread Mel
PATH=$PATH /usr/local/etc/apache22/envvars.d/PATH You may want to clean out the path a bit more, pending your security policies. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd

Re: bsd.gnome.mk is broken in 6.3-RELEASE ? Cannot update x11 ports ?

2008-11-10 Thread Mel
that it wasn't worth the editing time of the csup file. Proceeding with partial ports trees or worse, partially csup'd port trees, gives nasty errors that take longer to debug then they save you download time. -- Mel Problem with today's modular software: they start with the modules and never

Re: trouble getting x11 xdm to work

2008-11-10 Thread Mel
. xdm can't get the display. Set on to off in /etc/ttys for ttyv8, kill -HUP 1 and if the message does not stop, reboot the machine. Then start by running xdm from the command line (as root) and inspect /var/log/Xorg.0.log if no screen comes up. -- Mel Problem with today's modular software

Re: root /etc/csh

2008-11-10 Thread Mel
, which are great *shell-independant* features: $ grep setenv /etc/login.conf :setenv=MAIL=/var/mail/$,BLOCKSIZE=M,FTP_PASSIVE_MODE=YES,PACKAGES=/var/pkg/7-stable,PKG_PATH=/var/pkg/7-stable\c. \c/home/$/packages,CCACHE_DIR=/var/db/ccache/$:\ $ echo {$CCACHE_DIR:=No} /var/db/ccache/mel

Re: root /etc/csh

2008-11-10 Thread Mel
logins through means of ssh and being unable to change to root, to - for example - change the shell ;) -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org

Re: High load - lost network

2008-11-10 Thread Mel
On Tuesday 11 November 2008 08:25:10 Christer Solskogen wrote: During dd if=/dev/random of=bigfile bs=500k count=5 (about 200 seconds) made the network unresponsive again. Same symptom as I got when running make buildworld. And same command with of=/dev/null? -- Mel Problem

Re: trouble getting x11 xdm to work

2008-11-11 Thread Mel
On Tuesday 11 November 2008 11:35:41 Fbsd1 wrote: Still getting error msg init: getty repeating too quickly on port /dev/ttyv8, sleeping 30 second You first need to get rid of that. xdm can't open /dev/ttyv8 while getty is hammering at it. -- Mel Problem with today's modular software

Re: Disallowing ssl2

2008-11-11 Thread Mel
2.0 was released in 1994 but contained a number of security flaws which ultimately led to the design of SSL version 3.0, which was released in 1996 (Rescorla 2001). So it would break ancient clients, think superspeed 56kB dial-up internet ancient. -- Mel Problem with today's modular software

Re: file harvest

2008-11-11 Thread Mel
OS mounts the disks. I'm with Roland, sometimes paying extra saves money. This of course, depending on the importance of the data you lost, whether it's recreatable at all and how many man hours that would take. -- Mel Problem with today's modular software: they start with the modules

Re: FreeBSD and USBmemorystick

2008-11-11 Thread Mel
configured all these things to work out of the box, that normally a FreeBSD system administrator would set up. Alternatively, one can use the desktopbsd-tools from the ports to add some GUI system tray apps, among which a removable media manager. -- Mel Problem with today's modular software

Re: Using grep to search a repository

2008-11-11 Thread Mel
are: 1) Can i bypass certain directories{i.e. '.svn' or 'log/'}, using grep? {or a combination of tools + grep} man find(1), specifically -path and -exec arguments. Example: find . -type f \( \! -path '*/.svn/*' -a \! -path '*/log/*' \) \ -exec grep foo {} + -- Mel Problem

Re: Using grep to search a repository

2008-11-11 Thread Mel
On Tuesday 11 November 2008 20:56:41 Frédéric Perrin wrote: Le Mardi 11 à 19:36, Mel a écrit : On Tuesday 11 November 2008 19:17:28 Aggelidis Nikos wrote: Hi to all the list, i have a project with a lot of bash scripts in a folder hierarchy.I haven't wrote the project myself so many

Re: X11: 1280x768

2008-11-11 Thread Mel
or when I read that. Either way, hardcoding the desired modeline (without typos) in xorg.conf should work. If there was no typo, please paste your entire xorg.conf into the mail. We may be missing something obvious. -- Mel Problem with today's modular software: they start with the modules

Re: X11: 1280x768

2008-11-11 Thread Mel
On Tuesday 11 November 2008 14:34:52 Pieter Donche wrote: On Tue, 11 Nov 2008, Mel wrote: On Tuesday 11 November 2008 13:28:53 Pieter Donche wrote: On Tue, 11 Nov 2008, Mel wrote: On Tuesday 11 November 2008 12:12:06 Pieter Donche wrote: On the same portable there is also a SUSE Linux

Re: X11: 1280x768

2008-11-11 Thread Mel
On Tuesday 11 November 2008 13:28:53 Pieter Donche wrote: On Tue, 11 Nov 2008, Mel wrote: On Tuesday 11 November 2008 12:12:06 Pieter Donche wrote: On the same portable there is also a SUSE Linux 10.1 and WinXP, which works in 1280x768 (so the hardware can use this resolution) In /var

Re: Upgrade base openssh

2008-11-11 Thread Mel
in your rc.conf. To prevent conflict with openssh in the base system add sshd_enable=NO in your rc.conf. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org

Re: trouble getting x11 xdm to work

2008-11-11 Thread Mel
On Tuesday 11 November 2008 12:48:51 Fbsd1 wrote: Mel wrote: On Tuesday 11 November 2008 12:09:01 Fbsd1 wrote: Mel wrote: On Tuesday 11 November 2008 11:35:41 Fbsd1 wrote: Still getting error msg init: getty repeating too quickly on port /dev/ttyv8, sleeping 30 second You first

Re: trouble getting x11 xdm to work

2008-11-11 Thread Mel
On Tuesday 11 November 2008 12:09:01 Fbsd1 wrote: Mel wrote: On Tuesday 11 November 2008 11:35:41 Fbsd1 wrote: Still getting error msg init: getty repeating too quickly on port /dev/ttyv8, sleeping 30 second You first need to get rid of that. xdm can't open /dev/ttyv8 while getty

Re: X11: 1280x768

2008-11-11 Thread Mel
): 640x480 It's also helpful to know the make and model of your graphics card, and which driver you're using for it. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd

Re: Release schedules

2008-11-12 Thread Mel
: help solving bugs. -- 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: Any help about FreeBSD Dell's Troubleshooting Tool DSET

2008-11-12 Thread Mel
and how to install/run it in the first place. -- 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: port upgrade problem: libncurses.so.5.6 not found

2008-11-13 Thread Mel
uses 1 library version number (it would be libncurses.so.5 OR libncurses.so.6), so can you provide the output of: ldd `which xgettext` -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: port upgrade problem: libncurses.so.5.6 not found

2008-11-13 Thread Mel
provide output of: ldd -a `which xgettext` so we know which library pulls in libncurses.so.5.6. I doubt it's the binary itself. -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: port upgrade problem: libncurses.so.5.6 not found

2008-11-13 Thread Mel
On Thursday 13 November 2008 18:17:02 Tsu-Fan Cheng wrote: Mel, thank you for your help, here is the output: /usr/local/bin/xgettext: libgettextsrc-0.17.so = /usr/local/lib/libgettextsrc-0.17.so (0x280a9000) libgettextlib-0.17.so = /usr/local/lib/libgettextlib-0.17.so

Re: SSH timeouts from remote connections on 7.1beta

2008-11-13 Thread Mel
) will send a message through the encrypted channel to request a response from the server. The default is 0, indicating that these messages will not be sent to the server. This option applies to protocol version 2 only. -- Mel Problem with today's modular

Re: make doesn't know how to make KERNCONF

2008-11-16 Thread Mel
buildkernel KERNCONF=MIO The most likely cause is that you typed make buildkernel KERNCONF =MIO, with a space between KERNCONF and the = sign. -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: 7.1

2008-11-17 Thread Mel
, recompile and you're done. -- 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: HAL in GNOME

2008-11-17 Thread Mel
On Monday 17 November 2008 13:48:46 Anthony M. Rasat wrote: Can someone point me to URLs that explain how to set up HAL to work in GNOME? I'm using FreeBSD 7.0 RELEASE. Somehow I can't find it with Google. Top result: http://www.google.com/search?hl=enq=hal+gnome+freebsd -- Mel Problem

Re: pkg_delete core dump

2008-11-17 Thread Mel
in /usr/src): cd /usr/src/usr.sbin/pkg_install make clean make obj make DEBUG_FLAGS='-ggdb' depend make DEBUG_FLAGS='-ggdb' all install If this gives errors, it's best to do a full buildworld/installworld. -- Mel Problem with today's modular software: they start with the modules and never get

Re: cvsup first time - connection refused

2008-11-17 Thread Mel
/examples/cvsup/cvs-supfile. This supfile repo copies the entire FreeBSD cvs repository. To get anything useful, it needs to be checked out again, using cvs. This is mainly used for mirroring and if you want to get different branches to a machine in one download, maintain local patches etc. -- Mel

Re: pkg_delete core dump

2008-11-17 Thread Mel
On Monday 17 November 2008 22:15:32 Tsu-Fan Cheng wrote: Hi Mel, thank you for your help, now I recompile pkg_install and run pkg_delete again, under print/acroread8 it still coredump. here is the result: # gdb pkg_delete pkg_delete.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free

Re: pkg_delete core dump

2008-11-17 Thread Mel
On Tuesday 18 November 2008 05:18:37 Mel wrote: On Monday 17 November 2008 22:15:32 Tsu-Fan Cheng wrote: Hi Mel, thank you for your help, now I recompile pkg_install and run pkg_delete again, under print/acroread8 it still coredump. here is the result: # gdb pkg_delete

Re: Delay startup of services in rc.conf || elswhere

2008-11-18 Thread Mel
setting). This is very trivial stuff in daemons. -- 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: FreeBSD and hardware??

2008-11-18 Thread Mel
-mobile/2008-July/010831.html And of course, there's: http://www.ixsystems.com/products/bsd-laptop.html -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org

Re: pkg_delete core dump

2008-11-18 Thread Mel
On Tuesday 18 November 2008 13:37:11 Tsu-Fan Cheng wrote: Hi Mel, the link to download the +CONTENTS file is here http://www.megaupload.com/?d=YDKFRCZG, and you know what? I don't have +REQUIRED_BY file. thanks!! there is a empty entry in the +CONTENTS file: [snip] @pkgdep linux-scim

Re: Help needed: Which gcc version supports xmemalign

2008-11-18 Thread Mel
On Tuesday 18 November 2008 11:40:08 Vijayalakshmi BN wrote: I'm working on Solaris 9 and using gcc version 2.9.5. I can't for the life of me see any reason how this would be related to FreeBSD. Running FreeBSD 4 (gcc 2.x) on Sun hardware, maybe, but that doesn't seem to be the case. -- Mel

Re: mod_auth_ldap

2008-11-19 Thread Mel
== www/apache22 and fixed upstream. -- 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: newb questions

2008-11-19 Thread Mel
, you need to add your username to the wheel group in /etc/group. That's all. (You will have to log out then back in for the changes to take effect) And you can't do this in ssh unless you enabled root logins, obvious chicken and egg. Will need to do this with a local root login. -- Mel

Re: FBSD 7.1 kern.maxdsiz

2008-11-19 Thread Mel
.maxdsiz: 536870912 compat.linux32.maxdsiz: 536870912 limits -H. Some loader tuneables aren't exported to sysctl. $ limits -Hd Resource limits (current): datasize 786432 kB $ grep maxdsiz /boot/loader.conf kern.maxdsiz=768M -- Mel Problem with today's modular software: they start

Re: FBSD 7.1 kern.maxdsiz

2008-11-19 Thread Mel
far the software gets and what the memory usage is at around the time it crashes? -- 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: FBSD 7.1 kern.maxdsiz

2008-11-19 Thread Mel
On Wednesday 19 November 2008 16:05:33 Mel wrote: On Wednesday 19 November 2008 15:43:27 Drew Tomlinson wrote: Thanks for the explanation! As pointed out by Pieter de Goeje, the default size in FBSD 7 amd 64 is 32 GB, confirmed with the limits command above. Thus datasize does not appear

Re: snmpd strangeness

2008-11-19 Thread Mel
it into the mix. http://en.wikipedia.org/wiki/Intelligent_Platform_Management_Interface -- 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 common ports

2008-11-20 Thread Mel
for /usr/local. -- 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: ascii text format

2008-11-21 Thread Mel
codes around the text for the tbl(1) program. But I agree with Jonathan - it's easier to reformat the text using HTML code and some of that can be done with a script/parser, providing the text uses some degree of consistency. -- Mel Problem with today's modular software: they start

Re: named and ntpd start order in rc.d

2008-11-22 Thread Mel
one if a service in the REQUIRE line isn't started. -- 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: broke pakage mysql50-client

2008-11-22 Thread Mel
On Saturday 22 November 2008 04:21:47 [EMAIL PROTECTED] wrote: Hello group clean cd install of freebsd 7.0 release installing php5-extensions the mysql50-client is broke How is it broke? What error message did you get? -- Mel Problem with today's modular software: they start

Re: getpriority(2) and rtprio(2) implementation

2008-11-26 Thread Mel
/src/sys -name '*.c' -exec grep kern_$name_of_syscall {} + will catch 99% of the cases. -- 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: mydns fails to build

2008-11-28 Thread Mel
-lmysqlclient -L/usr/lib -lz -L/usr/lib -lssl -lcrypto -lm My line looks like this. The difference being gettext. Can you try building with WITHOUT_NLS=yes? -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: wlan disappears on rum0

2008-11-28 Thread Mel
On Friday 28 November 2008 11:25:34 Christoph Kukulies wrote: Could it be that some nightly periodic is causing this? Easy to rule out by running periodic daily by hand, when it's not 3am in the morning. -- Mel Problem with today's modular software: they start with the modules and never

Re: wlan disappears on rum0

2008-11-28 Thread Mel
On Friday 28 November 2008 11:45:19 Christoph Kukulies wrote: Mel schrieb: On Friday 28 November 2008 11:25:34 Christoph Kukulies wrote: Could it be that some nightly periodic is causing this? Easy to rule out by running periodic daily by hand, when it's not 3am in the morning. Easier

Re: top incorrectly reporting process time

2008-11-28 Thread Mel
fits this: named uses a static thread pool, by design, sum(nthreads) will equal the process time mysqld uses a dynamic thread pool, sum(nthreads) is really sum(nthreads_active). I haven't looked into detail -- Mel Problem with today's modular software: they start with the modules

Re: gmirror and the UFS file systems

2008-11-28 Thread Mel
you if the last sector contains data, just like a driver would honk his horn. -- 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: Copying audio CD with dd/cdrecord produces unplayable CD

2008-11-29 Thread Mel
suggested to retire burncd in handbook and to always recommend cdrecord instead. But some people disagreed. Manpages with over 10 pages just describing options and arguments make some people dizzy. Especially for simple tasks like burning a cd. Just do it. -- Mel Problem with today's modular

Re: shell scripting problems

2008-11-29 Thread Mel
braces so that end of variable is explicit @2: this shouldn't be evaluated by the shell, so escape it with a backslash. It's passed as dollar sign to the command. Also, I'm relatively sure it needs -X for the + sign, but haven't tested. -- Mel Problem with today's modular software: they start

Re: Problem with wireless network.

2008-11-29 Thread Mel
. Then it will not connect anymore. This same computer, using the same FreeBSD used to connect to the interent, and I could go surfing. Now it only times out. I have a fresh install of FreeBSD 7.0, and can not solve this problem. Without either ifconfig -a output or a psychic, we can't either. -- Mel

Re: Pasting via ssh causes data loss

2008-11-30 Thread Mel
truncated, I can only think of clipboard limitations or tty issues. -- 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: Pasting via ssh causes data loss

2008-11-30 Thread Mel
On Sunday 30 November 2008 17:53:21 Eugene Pimenov wrote: 30.11.2008, в 19:36, Mel написал(а): On Sunday 30 November 2008 06:46:59 Eugene Pimenov wrote: Not sure, but can you copy files via cat? As in: cat /tmp/foo | ssh machine cat - /tmp/foo If that isn't truncated, I can only think

Re: Which FreeBSD is best for my PC?

2008-12-01 Thread Mel
, not cause you need a desktop. -- 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: Which FreeBSD is best for my PC?

2008-12-01 Thread Mel
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/freebsd-questions To unsubscribe, send any

Re: Which FreeBSD is best for my PC?

2008-12-01 Thread Mel
On Monday 01 December 2008 12:11:13 Polytropon wrote: On Mon, 1 Dec 2008 11:53:11 +0100, Mel [EMAIL PROTECTED] wrote: We have a few oldies, just installed KDE 3.5 on a: CPU: VIA Nehemiah (997.17-MHz 686-class CPU) Origin = CentaurHauls Id = 0x698 Stepping = 8 Oldie @ 1 GHz? You must

Re: Pasting via ssh causes data loss

2008-12-01 Thread Mel
On Monday 01 December 2008 10:33:17 Eugene Pimenov wrote: On 1 дек, 08:31, Mel [EMAIL PROTECTED] wrote: On Sunday 30 November 2008 17:53:21 Eugene Pimenov wrote: 30.11.2008, в 19:36, Mel написал(а): On Sunday 30 November 2008 06:46:59 Eugene Pimenov wrote: Not sure, but can you

Re: openldap24-sasl-client conflicts

2008-12-01 Thread Mel
but some context doesn't hurt. -- 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: openldap24-sasl-client conflicts

2008-12-01 Thread Mel
tried using a port management tool like 'portmanager' or 'portupgrade' to handle the task. It's likely it's caused by portupgrade, but won't be able to tell till the output from net/nss_ldap build. -- Mel Problem with today's modular software: they start with the modules and never get

Re: openldap24-sasl-client conflicts

2008-12-01 Thread Mel
On Monday 01 December 2008 18:14:20 Robert Fitzpatrick wrote: On Mon, 2008-12-01 at 16:34 +0100, Mel wrote: On Monday 01 December 2008 15:48:13 Jerry wrote: failed packages (-:ignored / *:skipped / !:failed) ! net/openldap24-client (install error) * net/nss_ldap * security

Re: Page Fault.

2008-12-01 Thread Mel
, but a backtrace should show more. -- 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: Page Fault.

2008-12-01 Thread Mel
On Monday 01 December 2008 21:34:14 Keith wrote: On Mon, 1 Dec 2008, Mel wrote: |-On Monday 01 December 2008 19:32:59 Keith wrote: |- |- == |- kernel trap 12 with interrupts disabled |- |- Fatal trap 12: page fault while in kernel mode |- cpuid = 2; apic id = 02 |- fault virtual

Re: mount problem after enabling serial console

2008-12-01 Thread Mel
There's your problem. Atapci0 can't get an interrupt, which is the ata controller that controls your disk. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org

Re: Problem configuring X: FreeBSD 6.4, Intel video card, Fujitsu lifebook

2008-12-02 Thread Mel
that? Simply replacing the corresponding Driver line in xorg.conf doesn't help. How doesn't it help? Is the driver loaded or not? Any relevant info in /var/log/Xorg.0.log? -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: [freebsd-questions] Looking @ upgrades mechanisms...

2008-12-02 Thread Mel
and then say oops, I downloaded this useless package which is older or equal to what you have installed. When i started writing my own tools I quickly realized that the buildserver needs an index of the /packages/ it has. -- Mel Problem with today's modular software: they start with the modules

  1   2   3   4   5   6   7   8   9   10   >