Re: strange arp problem with bge nics

2007-09-01 Thread Mel
re or -stable with a verbose boot message attached. -- Mel People using reply to all on lists, must think I need 2 copies. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: how to change isc-dhcp3-server replies? (was: isc-dhcp3-server issues with windows 2000 client)

2007-09-01 Thread Mel
excess broadcast traffic on your network, we recommend that you restrict the use of this option to as few clients as possible. For example, the Microsoft DHCP client is known not to have this problem, as are the OpenTransport and ISC DHCP clients.

Re: problems with a rc.d script I'm creating

2007-09-02 Thread Mel
run_rc_command "$1" I haven't figured out the proper way myself, but the problem is that the defaults you set at top, override the rc.conf variables, because they don't exist yet. What I do is move load_rc_config before setting defaults. General order becomes: name=foo rcva

Re: how to change isc-dhcp3-server replies? (was:

2007-09-02 Thread Mel
gt; here, but the routing table looks fine. So what does the tcpdump exchange look like with the new binary and the always-broadcast flag? And we're talking server binaries, right? -- Mel People using reply to all on lists, must think I need 2 copies. ___

Re: x11 drivers - conflicts

2007-09-02 Thread Mel
s/xorg-drivers/options. -- Mel People using reply to all on lists, must think I need 2 copies. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Backup the basics of the system.

2007-09-02 Thread Mel
ache, I'd rm -rf /etc/rc.d before doing installworld and run mergemaster as mergemaster -i. I *think* mergemaster just checks if a CVSId is different, not older. Same for make delete-old whether a file is in the base system and not in the source tree. Let's hope for your sake it is :)

Re: problems with a rc.d script I'm creating

2007-09-02 Thread Mel
opper_port=${qpopper_port:-"110"} command="/usr/local/libexec/${name}" command_args="-f ${qpopper_config} ${qpopper_host}:${qpopper_port}" required_files=${qpopper_config} run_rc_command "$1" > Also, if you reply, could you please reply-all? Sorry,

Re: ports/115885: misc/help2man: help2man ignores installed gettext perl mod; insists on stale p5-* dependency

2007-09-02 Thread Mel
re familiar with cpan/cpanp I'm sure you'll have no problem installing modules that might not exist in the freebsd ports into a directory *outside* the ports hierarchy (/usr/local) and add this to the module search path. -- Mel People using reply to all on lists, must think I need 2 copi

Re: Krusader - [Shift + Delete] and SFTP

2007-09-02 Thread Mel
s application specific and since I don't use krusader I can't help ya there. -- Mel People using reply to all on lists, must think I need 2 copies. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fre

Re: ports/115885: misc/help2man: help2man ignores installed gettext

2007-09-03 Thread Mel
On Monday 03 September 2007 19:32:53 snowcrash+freebsd wrote: > help2man port is borked. > every other port with perl-module dependencies is fine ... Oh really? Could you provide output of a 'portupgrade -f one_of_every_other_port_with_perl_module_dependency'? -- Mel Peopl

Re: auto mount xfce4 and kde

2007-09-03 Thread Mel
On Monday 03 September 2007 18:58:07 Koen de Wijs wrote: > Mel schreef: > > On Friday 31 August 2007 09:41:23 Koen de Wijs wrote: > >> This week I installed FreeBSD on a computer of mine. Everything works > >> fine but one thing I can't get working. > >>

Re: IPMI kernel object i/o error

2007-09-03 Thread Mel
l port not found. > sio1: configured irq 3 not in bitmap of probed irqs 0 > sio1: port may not be enabled I'd start by: cat <>/boot/loader.conf acpi_load="YES" ipmi_load="YES" EOF and reboot. -- Mel People using reply to all on lists, must think I need 2

Re: Philosophy of default "pkg_add -r" PACKAGESITE?

2007-09-04 Thread Mel
l behavior being that ports only get upgraded when portaudit reports them unsafe. -- Mel People using reply to all on lists, must think I need 2 copies. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: troubling configuring wireless nic

2007-09-04 Thread Mel
8859-1/books/handbook/network-wireless.html If you still cannot get it to work, please include specific information: - whether the driver is available (pciconf -lv output) - what wireless protocol you are using (WEP/WPA/foo) - what you have tried from the wireless networking chapter and where it fa

Re: pkg_add question

2007-09-04 Thread Mel
rts. What exactly did you try and how did it fail? -- Mel People using reply to all on lists, must think I need 2 copies. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: mail server setup questions

2007-09-05 Thread Mel
here that won't hesitate to query port 110 with an account guesser, which can spawn many daemons depending on how fast your pop server handles it. You may wanna limit access to port 110 to you and your friends if that's possible or look into a pop server that can limit ammount of req

Re: umount in shell script

2007-09-05 Thread Mel
nmounts don't work when device is busy, ie: someone using a file or with cwd within the filesystem. umount -f will take care of it, or use fstat -f /usr/tmp_mnt to check before unmounting. -- Mel People using reply to all on lists, must think I need 2 copies.

Re: errors after running make

2007-09-05 Thread Mel
use debian's version. However: http://lists.freebsd.org/pipermail/freebsd-mobile/2005-March/005947.html -- Mel People using reply to all on lists, must think I need 2 copies. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.

Re: temporary su login

2007-09-05 Thread Mel
ss? Or did I misunderstood something? He's using ssh pub/private keys - not hashed system passwords, so no passwords (even if hashed form) travels the network. And yes, sudo is the way to go. -- Mel People using reply to all on lists, must think I need 2 copies.

Re: ports collection background-fetch

2007-09-05 Thread Mel
/ports/category/port && make fetch on a different terminal. -- Mel People using reply to all on lists, must think I need 2 copies. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubsc

Re: /usr/ports & portupgrade when only using packages

2007-09-05 Thread Mel
g a package will mean delete the old version before installing the new one 3) *You* will have to backup libraries manually. (Yes, I realize portupgrade does this) -- Mel People using reply to all on lists, must think I need 2 copies. ___ freebsd-

Re: /usr/ports & portupgrade when only using packages

2007-09-05 Thread Mel
p, it'll undo that "rm -R" for you. Using > "portupgrade -PP" works perfectly well on those rare occasions when I > want to install a package rather than a port. I'm really interested in seeing the output of portupgrade -PP after rm -R /usr/ports && mkd

Re: ports collection background-fetch

2007-09-05 Thread Mel
t. > > > > Note: I'm not sure but I think it's not a good practice to issue more > > than one 'make install' at a time. > > > > Bahman > > Mel wrote: > > On Wednesday 05 September 2007 18:46:39 [EMAIL PROTECTED] wrote: > >&g

Re: /usr/ports & portupgrade when only using packages

2007-09-05 Thread Mel
On Wednesday 05 September 2007 22:09:18 Nikola Lecic wrote: > Mel, Nikola, > > On Wed, 5 Sep 2007 20:53:24 +0200 > Mel <[EMAIL PROTECTED]> wrote: > > [...] You cut out some context there, relevant to your response. Namely, the user wanted to know if you could do withou

Re: bash on login.

2007-09-06 Thread Mel
-f ~/.bashrc and live happily ever after. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Linuxulator and SSE

2007-09-06 Thread Mel
26 b29 3dnow ^ I found that weird. Filing a PR is a good idea, as it looks like your sse is detected as 3dnow in linux emulator. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsub

Re: bootable CDs on FreeBSD-6.1-R amd64

2007-09-06 Thread Mel
27;re bootable or not. Cdrecord/burncd just tells the cd writer what bytes to burn in which sectors. man mkisofs should tell you about making an iso file bootable. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/l

Re: 'ELF interpreter /libexec/ld-elf.so.1 not found' during OS install

2007-09-06 Thread Mel
ary. Try finding the rescue directory, there's statically linked df and ls in there that should help you locate why /libexec/ld-elf.so isn't found. I don't recall where it is on the installation cd-rom, after it's booting and don't have one handy at the moment. -- Me

Re: Smokeping HELP

2007-09-06 Thread Mel
On Thursday 06 September 2007 21:11:10 Narek Gharibyan wrote: > Please send me detailed instruction how to configure Smokeping. I couldn't > configure httpd.conf also. I'll bite. What's smokeping? -- Mel ___ freebsd-questions@fre

Re: FreeMAT fails to compile

2007-09-06 Thread Mel
100% of 5481 kB 123 kBps 00m00s ===> Extracting for FreeMat-3.4 Old port tree? I didn't get a config dialog either. # $FreeBSD: ports/math/freemat/Makefile,v 1.16 2007/08/20 13:58:38 thierry Exp $ -- Mel ___ freebsd-questions

Re: Smokeping HELP

2007-09-06 Thread Mel
l/smokeping/htdocs/smokeping.cgi (There's another ScriptAlias line in the default httpd.conf, so you can put this line right below or above that). Now things *should* work. If not, read the manpage smokeping_config carefully or report any errors you get to the list. -- Mel

Re: nvidia-driver rebooting machine on X startup

2007-09-06 Thread Mel
Driver "nvidia" > VendorName "nVidia Corporation" > BoardName "NV41 [Quadro FX 3450/4000 SDI]" > BusID "PCI:7:0:0" > EndSection Removing BusID do anything? All those Displays sounds a bit much too. I *strongl

Re: FreeMAT fails to compile

2007-09-06 Thread Mel
I just noticed why the error occurred. It's using QT4, not QT3. So be ready to pull in some extra deps... -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Dumb question about DES/MD5 in /etc/master.passwd

2007-09-07 Thread Mel
e > password using DES. I have already configured /etc/login.conf for MD5, > but it still goes with DES: > > *$ grep passwd /etc/login.conf > > :passwd_format=md5:\ > > # :passwd_format=des:\ > $* After changing that, did you

Re: portupgrade / arguments for make

2007-09-07 Thread Mel
tupgrade -fr -m WITHOUTX11 php4 portupgrade -fr -m WITHOUT_X11=yes php4 See: /usr/ports/lang/php4/Makefile.ext -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: nvidia-driver rebooting machine on X startup

2007-09-06 Thread Mel
On Friday 07 September 2007 00:16:44 Darren Spruell wrote: > On 9/6/07, Mel <[EMAIL PROTECTED]> wrote: > > On Thursday 06 September 2007 22:10:42 Darren Spruell wrote: > > > Wondering if this is a known issue, or if anyone has suggestions to > > > get it working...

Re: nvidia-driver rebooting machine on X startup

2007-09-07 Thread Mel
n MB, and agp kernel modules loaded, but nvidia-driver doesn't care about it. Let's kill all red herrings: - Is COMPAT5X in the kernel? - Does running `nvidia-xconfig --query-gpu-info' reboot the system? - If you do not load the nvidia kernel module, but use Xorg's &qu

Re: Moving user/group databases

2007-09-07 Thread Mel
ve recreated the CD with the sym links, and I still run into a problem > because adduser tries to create temporary files in /etc. If I remember > correctly, the files it tries to create are /etc/passwd.XX. > > I was able to get pw to work to

Re: ADSL Bandwidth Monitoring

2007-09-08 Thread Mel
then that, bandwidth is the sum of all factors between there and here. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: nvidia-driver rebooting machine on X startup

2007-09-08 Thread Mel
On Saturday 08 September 2007 00:43:59 Darren Spruell wrote: > On 9/7/07, Mel <[EMAIL PROTECTED]> wrote: > > On Friday 07 September 2007 19:43:03 Darren Spruell wrote: > > > On 9/6/07, Derek Ragona <[EMAIL PROTECTED]> wrote: > > > >

Re: Realtek RTL8169 - no driver attached

2007-09-09 Thread Mel
duct numbers). If you can manage this, try updating to STABLE or if that's not an option and you know your way around, you could only update the driver files. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: firefox 2.0.0.6 build fails: missing pangox.h

2007-09-09 Thread Mel
uch file or directory > I've been googling and trying to research the problem via the > freebsd/gnome pages, but have thus far come up empty. I can provide > further log entries as needed, too. Could you post full compile statement for that error? Most notably it should include -I/u

Re: firefox 2.0.0.6 build fails: missing pangox.h

2007-09-09 Thread Mel
tch I should have supplied to make when building the pango port, > but I'm not sure what switch that would have been. > > Thoughts? cd /usr/ports/x11-toolkits/pango && grep pangox pkg-plist && grep X11 Makefile holds the answer to your problem. -- Mel

Re: firefox 2.0.0.6 build fails: missing pangox.h

2007-09-09 Thread Mel
On Sunday 09 September 2007 20:46:48 Kyle Allender wrote: > Mel wrote: > > On Sunday 09 September 2007 20:14:30 Kyle Allender wrote: > >> I see where the error is looking for pangox.h, but that file is not > >> present in the directory. A search on the system shows tha

Re: csh if..then delhema.

2007-09-09 Thread Mel
aybe I > was in some kind of coma-zone. > > At any rate, for simple unix scripts, /bin/sh (aka "a-shell", ash) > or ksh or zsh is the way to go. Simple == a few lines. > For anything grittier, perl wins any time. Perl looses when /usr isn't mo

Re: firefox 2.0.0.6 build fails: missing pangox.h

2007-09-09 Thread Mel
On Sunday 09 September 2007 23:28:59 Adam J Richardson wrote: > Mel wrote: > > You probably had WITHOUT_X11 defined somewhere (/etc/make.conf > > or /var/db/ports/pango/options or /usr/local/etc/pkgtools.conf in > > MAKE_ARGS somewhere, shell environment?) when you rebui

Re: Getting the CPU frequency in C

2007-09-09 Thread Mel
tel equivalent you can also > > look at dev.cpu.N.freq for the current frequency. > > I got confused because they both have the same name ... do'h > > hw.clockrate doesn't seem to available through C(?), exec-ing sysctl > hw.clockrate would work, but that's not very elegant... int main() { const char mib[] = "hw.clockrate"; size_t size = sizeof(int); int clockrate; sysctlbyname(mib, (void *)&clockrate, &size, NULL, 0); fprintf(stdout, "clockrate: %i\n", clockrate); return 0; } -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: firefox 2.0.0.6 build fails: missing pangox.h

2007-09-09 Thread Mel
domain is allowed and people that request it. Gotta love postfix smtpd_restriction_classes. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Getting the CPU frequency in C

2007-09-09 Thread Mel
sion: 0.3.9-pre1 which is /usr/ports/sysutils/fusefs-kmod. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf

2007-09-12 Thread Mel
, but the following comments I've assembled over time: $ grep '^;' /usr/local/etc/php/extensions.ini ; NOTE: spl makes php coredump if loaded after pspell ; NOTE 2: simplexml makes php coredump if loaded after pspell Yes, pspell is the common factor, but it isn't always. I should&#

Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf

2007-09-12 Thread Mel
oaded page (like ending slash or what not). -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: ftp daemon fails

2007-09-12 Thread Mel
> # > > anyone know where i should look? /etc/hosts looks okay. getpeername means it doesn't have anything to connect with. It doesn't have anything to connect with, because you didn't specify -D option and as such it expects a socket from inetd. -- Mel ___

Re: mount_ntfs as normal user

2007-09-12 Thread Mel
NTDETECT.COM* > $Bitmap* Program Files/ > $Boot* RECYCLER/ > [...] > > but I am not in group 'operator', and I'm now as normal user (not 'root'). > Check it > $ id > uid=1001(zbigniew) gid=1001(zbigniew) groups=1001

Re: fastest way to ghost/image multiple machines?

2007-09-12 Thread Mel
ld be '/', '/mnt/usr' what should be '/usr' etc. Sysinstall will also succeed in mounting then and you can go right ahead and make install DESTDIR=/mnt . -- Mel who did the cross-install current not too long ago __

Re: apache22 web root directive

2007-09-12 Thread Mel
cal/www/mailgraph as per the recommendations and an alias added to > > apache for access to mailgraph? > > As I said in previous mail, I want minimal user interaction > for such a simple script. I asked on ports@ before committing. So why don't ports use the convenient etc/apache*/Includes? Defaults: WWWNAME ?= ${PORTNAME} WWWDIR ?= ${LOCALBASE}/www/${PORTNAME} post-install: ${ECHO_CMD} Alias /${WWNAME}/ "${WWDIR}" > \ ${PREFIX}/etc/apache*/Includes/${WWWNAME}.conf User can override, minimal user interaction... -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: nvidia-driver rebooting machine on X startup

2007-09-12 Thread Mel
-LOCKED] > nvidia0: [ITHREAD] Did any of you determine whether it's a kernel crash or magical reboot by allowing the kernel to dump and/or running WITNESS on -current? -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.fre

Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf

2007-09-12 Thread Mel
On Wednesday 12 September 2007 21:28:45 Eric wrote: > Mel wrote: > > On Wednesday 12 September 2007 09:23:19 Zbigniew Szalbot wrote: > >> Hi there again, > > > > Change the order of the extensions in extensions.ini. Each upgrade the > > order is magically differ

Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf [SOLVED]

2007-09-12 Thread Mel
part from usual php4 replaced php5 > > references during update). > > I was given advice on php list to comment out everything in mod_dir.c > starting from > > > > > and then enter just this: > > >DirectoryIndex index.php index.php3 index.h

Re: chmod / files and directories

2007-09-12 Thread Mel
44 {} \; > # chmod -R a+X /usr/local/www/data/wp That's the equivalent of chmod -R 755, since it sets exec bit on everything. Assuming all directories are already executable and files are not, the shortcut would be: chmod -R o+w,go-w,a+r /usr/local/www/data/wp -- Mel __

Re: nvidia-driver rebooting machine on X startup

2007-09-12 Thread Mel
On Wednesday 12 September 2007 23:21:57 Eric Ekong wrote: > * Darren Spruell <[EMAIL PROTECTED]> [070911 19:20]: > > Date: Tue, 11 Sep 2007 16:20:00 -0700 > > From: Darren Spruell <[EMAIL PROTECTED]> > > To: Bruce Cran <[EMAIL PROTECTED]> > > Cc: Mel &

Re: chmod / files and directories

2007-09-12 Thread Mel
On Wednesday 12 September 2007 23:34:31 Mel wrote: > On Tuesday 11 September 2007 13:15:55 Zbigniew Komarnicki wrote: > > On Monday 10 of September 2007 17:56:12 Zbigniew Szalbot wrote: > > > Hello, > > > > > > I did read man chmod but I am not really wiser. Is

Re: Wireless connection problem.

2007-09-12 Thread Mel
t; ifconfig_ath0="ssid ZyXEL DHCP wepmode on weptxkey 1 wepkey 1:0x." Have you tried wpa_supplicant(8)? If I understand correctly your interface isn't marked as 'down', so re-initialization doesn't occur. wpa_supplicant might pick up on it. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: mount_ntfs as normal user

2007-09-13 Thread Mel
On Thursday 13 September 2007 11:27:43 Zbigniew Komarnicki wrote: > On Wednesday 12 of September 2007 21:49:15 Mel wrote: > > What is the output of: > > ls -al `which mount_ntfs` > > > > under your user id? > > It is: > $ ls -al `which mount_ntfs` > -r-xr-

Re: apache22 web root directive

2007-09-13 Thread Mel
On Thursday 13 September 2007 03:15:25 Rong-En Fan wrote: > On Wed, Sep 12, 2007 at 10:58:24PM +0200, Mel wrote: > > On Monday 10 September 2007 14:58:13 Rong-En Fan wrote: > > > On Mon, Sep 10, 2007 at 07:16:15AM -0500, Eric wrote: > > > > Matthew Seaman wrote:

Re: dsniff installation failure

2007-09-14 Thread Mel
flz since he last touched the Makefile :p This happens when libnids is installed in the same run as dependency, because LIBNIDS_GLIB2 will be empty and the pre-configure target will not be installed. @Alain: run: `make clean all' and it'll compile. -- Mel __

Re: Suppressing "write failed, filesystem is full"

2007-09-14 Thread Mel
admins > and they claim to be unable to do anything and must wait for the other > clients to free up some space. /etc/syslog.conf: *.err;kern.warning;auth.notice;mail.crit/dev/console Remove the offending factility, note that you'll al

Re: CDRW Stopped Working Moving to 6.x

2007-09-14 Thread Mel
is to make atapi cd's available as scsi cd's, so that cdrecord can work with them. Burncd operates on native atapi cd controllers. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: CDRW Stopped Working Moving to 6.x

2007-09-14 Thread Mel
he hood. (posted for the googling masses) -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: mount_ntfs as normal user

2007-09-14 Thread Mel
On Thursday 13 September 2007 15:43:05 Zbigniew Komarnicki wrote: > On Thursday 13 of September 2007 12:13:46 Mel wrote: > > Well, that kills that. Only thing I could think of is setuid mount_ntfs. > > It's really weird, cause I can't get ntfs to mount under normal use

Re: kernel log messages

2007-09-14 Thread Mel
a publically accessible daemon, it means unauthorized access thread. This is why it's listed in daily and why running the suggested portaudit is a good idea (both apache and php released security releases this week FYI). -- Mel ___ freebsd-q

Re: remote [ssh] Backspace] key gives me "^?"

2007-09-15 Thread Mel
*ap keys), I > chose the best, least sticky keyboard and used it. > > I remapped my ~/.xmodmaprc file {{ "temporarily", ha, ha }}. > How else do I fix the layout? IIRC, there was some place > to set the keybo

Re: How to add rule with pfctl...

2007-09-15 Thread Mel
fctl -t spammers -Tdel ip.from.old.spammer -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: remote [ssh] Backspace] key gives me "^?"

2007-09-15 Thread Mel
On Saturday 15 September 2007 23:24:54 Gary Kline wrote: > On Sat, Sep 15, 2007 at 10:54:34PM +0200, Mel wrote: > > On Saturday 15 September 2007 22:28:22 Gary Kline wrote: > > > On Sat, Sep 15, 2007 at 10:58:52AM -0700, Garrett Cooper wrote: > > > > Chad Perrin

Re: /dev/random question

2007-09-16 Thread Mel
or the traffic lights has been removed, so there is no logic in not calling it a highway. People travelling the random road, will simply account for the possibility a traffic light comes up, which never does. -- Mel ___ freebsd-questions@freebsd.org mai

Re: /dev/random question

2007-09-16 Thread Mel
On Sunday 16 September 2007 22:55:50 RW wrote: > On Sun, 16 Sep 2007 15:21:38 +0200 > > Mel <[EMAIL PROTECTED]> wrote: > > People > > travelling the random road, will simply account for the possibility a > > traffic light comes up, which never does. > > That

Re: Deleted /var/db/pkg

2007-09-18 Thread Mel
e read MATCH; do PATH=${MATCH##*:} if test -f /usr/local/${PATH}; then echo ${MATCH%%/pkg-plist:*} fi done | grep -v XFree86-4-*|sort -u >myports.lst Then look carefully for mismatches and feed myports.lst to p

Re: linux-firefox+flash=crash

2007-09-18 Thread Mel
erent movies and during loading I clicked a slider control in the non-flash part of the page. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: mixer levels on boot

2007-09-18 Thread Mel
;re running a desktop environment via xdm/kdm/gdm. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: IPFW entries in /var/log/messages

2007-09-18 Thread Mel
> 80.242.192.81:53 80.242.205.104:50111 out via bge0 > Sep 18 16:09:42 ns2 kernel: b > Sep 18 16:13:42 ns2 kernel: > Sep 18 16:23:14 ns2 kernel: > Sep 18 16:23:24 ns2 kernel: 8 > > Sep 18 16:30:49 ns2 kernel: These looks like classic buffer corruptions, either tha

Re: IPFW entries in /var/log/messages

2007-09-18 Thread Mel
On Tuesday 18 September 2007 17:30:43 Mächler Philippe wrote: > Hello Mel > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Mel > > Sent: Tuesday, September 18, 2007 5:00 PM > > To: freebsd-questions@freebsd.

Re: Do you need to rebuild ports after 7-Current upgrade?

2007-09-18 Thread Mel
dware responds well, there's always time to upgrade. If your hardware doesn't respond well going back is a whole lot easier. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: linux-firefox+flash=crash

2007-09-18 Thread Mel
On Tuesday 18 September 2007 22:32:51 Andrew Pantyukhin wrote: > I haven't seen a single bit of flash in months on any of my > desktops. Would youtube make me more productive? Possibly, but I > have to doubt it... I'm sure this is message is classified as p

Re: mixer levels on boot

2007-09-18 Thread Mel
oader.conf snd_ich_load="YES" > , but it doesn't seem ac97 on unix is as well supported as the > windows drivers so i need the particular driver i downloaded (i might be > wrong). Ac97 is a codec used on a multitude of

Re: How to downgrade from xorg-7.3 to xorg-7.2 ...

2007-09-22 Thread Mel
stallation from portupgrade -a outweigh this significantly. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

FreeBSD Hostap problem

2007-09-22 Thread Mel
Communications Inc.' device = 'AR5212, AR5213 802.11a/b/g Wireless Adapter' class = network subclass = ethernet So what's the trick to allow/facilitate connections between two clients? -- Mel ___ freebsd-questions@f

Re: Dovecot LDA help

2007-09-22 Thread Mel
t; Sep 19 02:29:30 pelorus postfix/qmgr[27452]: 956B36CF82: > > from=<[EMAIL PROTECTED]>, size=2198, nrcpt=1 (queue active) > > Sep 19 02:29:30 pelorus dspam[27471]: Delivery agent returned exit code > > 67: /usr/local/libexec/dovecot/deliver -d [EMAIL PROTECTED] The nice t

Re: skype with garbled characters

2007-09-22 Thread Mel
http://koushikn.fastmail.fm/skype.png > > All my efforts at resolving failed. Looks like you're missing some fonts or the font doesn't support your character set or your fontpath is incomplete. I'd start with the fontpath myself. Check your xorg.conf. -- Mel ___

Re: Problem with Pear-Auth

2007-09-22 Thread Mel
s.ini then check php -v to see if the core dump is gone. There's some earlier discussions about this on the list (see the archives). Once the core dump is gone, installing Pear/Auth will work. -- Mel ___ freebsd-questions@freebsd.org mailing list

Re: Gnome & FreeBSD from putty

2007-09-23 Thread Mel
program, you probably won't get remote X to work anyway. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: packages compiled from source

2007-09-23 Thread Mel
pkg_create -vb ${DIR##*pkg/} /path/${DIR##*pkg/}.tbz done -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Gnome & FreeBSD from putty

2007-09-23 Thread Mel
d (a few years back), at least the window manager needs to be installed locally for truly forwarded X11 connections, you can't be logged in under X as that user on the remote machine and by the time I had cygwin setup and working, I would've configured cups 3

Re: OpenOffice problems

2007-09-23 Thread Mel
gt; system, in /usr/compat/linux/usr/lib. I'm trying to run it on FreeBSD 6.2. > > Anyone an idea how to solve this? Q: Do you have linux-jdk installed rather then diablo-jdk? -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: stdout -determining size of??

2007-09-24 Thread Mel
, I'm 99% sure Konsole's history is memory only, which is why I've set it to 1000 lines rather then the default unlimited (Settings -> History), because it can consume a very large ammount of memory. I'm thinking you ran outof swap or

Re: The best way to keep the system clean?

2007-09-24 Thread Mel
27;t necessary as well. Is there a way to clean them > automatically, like the apt-get autoremove in the Ubuntu system. ports-mgmt/pkg_cutleaves -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Why is sendmail in the core of FreeBSD?

2007-09-24 Thread Mel
at > could be a problem. It's not the source code that matters for a release CD of *base* software, it's the binary footprint. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: The best way to keep the system clean?

2007-09-24 Thread Mel
rsive). I typically run it as pkg_cutleaves -xg, so that new "Kept" packages are added to the config file automatically. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Can't login: no pam_unix.so found

2007-09-24 Thread Mel
= > Sep 18 11:11:37 xx su: BAD SU to root on /dev/ttyp3 Did or did you not mistype password? > Sep 18 11:13:46 xx sshd[45047]: Bad protocol version identification > '\377\364\377\375\006quit' from Sep 18 11:15:08 xx > sshd[45056]

Re: OpenOffice problems

2007-09-24 Thread Mel
On Monday 24 September 2007 18:20:44 Marco Beishuizen wrote: > On Mon, 24 Sep 2007, Mel wrote: > > Q: Do you have linux-jdk installed rather then diablo-jdk? > > No, the FreeBSD jdk15 is installed. Ah, it uses GCC 4.2, which has libstdc++ v6. -stable has v5. Did gcc 4.2 get un

Re: OpenOffice problems

2007-09-24 Thread Mel
On Monday 24 September 2007 19:08:28 Marco Beishuizen wrote: > On Mon, 24 Sep 2007, Mel wrote: > > On Monday 24 September 2007 18:20:44 Marco Beishuizen wrote: > > > On Mon, 24 Sep 2007, Mel wrote: > > > > Q: Do you have linux-jdk installed rather then diablo-jdk? >

Re: OpenOffice problems

2007-09-24 Thread Mel
ut can be over a week old, if your machine is off during weekly periodic (by default Saturday night at 4am). -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any m

<    1   2   3   4   5   6   7   8   9   10   >