OT: finding a callers number

2003-09-22 Thread Jonas
the caller was. Our local phone company is SBC. Unfortunately I don't have caller ID yet (will tomorrow) so I need to get the callers number from the phone company. Since I can't subpoena SBC for the records is there any other way to get the callers number? Jonas Fornander - System Administrator Netwood

OT: shopping cart/ecommerce system

2003-08-10 Thread Jonas
Does anyone know of a good shopping cart and/or ecommerce system preferable written in PHP? Jonas Fornander - System Administrator Netwood Communications,LLC - www.netwood.net Find out why we're better - 310-442-1530 ___ [EMAIL PROTECTED] mailing

How do I change the extensions on a slew of files

2003-09-03 Thread Jonas
be: C:\ren *.inc *.htm Jonas Fornander - System Administrator Netwood Communications,LLC - www.netwood.net Find out why we're better - 310-442-1530 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

RE: How do I change the extensions on a slew of files

2003-09-03 Thread Jonas
command in Windows would be: C:\ren *.inc *.htm Jonas Fornander - System Administrator Netwood Communications,LLC - www.netwood.net Find out why we're better - 310-442-1530 from an sh type shell for i in *.inc do z=`echo $i | sed -e s/inc/htm/g` mv ${i} ${z} done

RE: IBM 120 G IDE -- problems

2003-09-07 Thread Jonas
hangs on ata0 (or ata1) Resetting devices. Changing the drive to Cable-Select or putting the slave at the end of the cable doesn't fix the problem either. I'm going to call Asus tech support tomorrow but any thoughts suggestions are appreciated. Jonas Fornander - System Administrator Netwood

RE: IBM 120 G IDE -- problems

2003-09-07 Thread Jonas
OH MAN.. You don't know how many hours you just saved me!!! It boots up beautifully with 3 drives. Thank you For future reference, do you know why this happens? Jonas Fornander - System Administrator Netwood Communications,LLC - www.netwood.net Find out why we're better - 310-442-1530

Multiple jails with same basedir

2005-02-03 Thread jonas
Hi list, I need to give some customers SSH access to one of my webservers, running inside a jail (virtual server setup like described in the man page). Now those customers might want to extract archive files or do other CPU intensive work which might disturb the webserver operation itself. I

Hardware dongle with FreeBSD support?

2005-03-09 Thread jonas
Hello questions-list! I'd like to know if anyone here is aware of a hardware manufacturer or supplier that offers dongles with FreeBSD support? (A small piece of hardware to plug into a USB or serial/parallel port with the possibility to store encrypted information on it.) Background: The

Re: Hardware dongle with FreeBSD support?

2005-03-10 Thread jonas
Hi On Wednesday 09 March 2005 15:34, cyb wrote: Anyone here who can recommend a dongle with decent support for FreeBSD? http://lists.freebsd.org/pipermail/freebsd-questions/2005-February/077838.h tml http://bsdnews.org/03/cryptusb.php An ancrypted filesystem on a USB stick is nice, but the

Re: Hardware dongle with FreeBSD support?

2005-03-10 Thread jonas
On Wednesday 09 March 2005 18:50, Anthony Atkielski wrote: Anyone here who can recommend a dongle with decent support for FreeBSD? See http://www.safenet-inc.com. They make dongles and (USB) hardware keys for software products and they mention support for Linux and OS X, so they may have

Re: suPHP - secure/reliable?

2005-11-03 Thread jonas
Hi M.L., Sam, Does anyone have anything to say about suPHP, either good or bad stuff ? I'd like your opinions. this reply is a bit late, but still helpfull I hope, since nobody using suPHP answered your request. I am currently using suPHP and it works quite nice. It's not as strict as

strange kern.ngroups problems

2005-04-06 Thread jonas
Hi questions list, I have a set of users in a NIS/YP database who may login on multiple machines. Now for some reason, on one of those machines (5.3-RELEASE-p6), any user who belongs to more groups than 4 on the NIS/YP server cannot login any more. If I'm using su as root to become this user I

Re: strange kern.ngroups problems

2005-04-06 Thread jonas
Hi Dan, On Wednesday 06 April 2005 17:54, Dan Nelson wrote: Is the user a member of any local groups (see /etc/group)? no, /etc/group is untouched since install. What does id nisuser print? A whole lot more. Groups coming through winbind 17 total... Of course this is the only machine

how to mark a slice bootable using command line

2005-04-22 Thread jonas
Hi again questions list, I'm running into trouble installing a FreeBSD system from script using a custom FreeSBIE (sysutils/freesbie). I'm using `fdisk -f configfile /dev/da0` to partition my da0 disk into four even-sized slices, `boot0cfg -B /dev/da0` to install the bootmanager to da0,

Re: how to mark a slice bootable using command line

2005-04-25 Thread jonas
[current_chunk]-flags |= CHUNK_ACTIVE;' when I hit the S key but that's about it. Any pointer would be very much appreciated. Thanks in advance, first mail follows, On Friday 22 April 2005 19:04, jonas wrote: Hi again questions list, I'm running into trouble installing a FreeBSD system from script

Re: how to mark a slice bootable using command line

2005-04-25 Thread jonas
On Monday 25 April 2005 18:01, Don Brearley wrote: What about boot0cfg -s 2 da0 ? This sets the second slice to be the default entry in the bootmanager on next startup. Usefull, but it does not set the bootable flag to the slice. So... negative.. but thanks anyway. -- br. j.

Re: Install GRUB for FreeBSD

2005-09-18 Thread jonas
:) greets, jonas ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

problem with IPF rules - port 80 not accessible

2005-09-19 Thread jonas
to leave it on for 'production' use of that machine, but it's holding some stuff i don't have space to put anyware else at the moment.) thanks, jonas ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: FREESBIE 1.1

2005-09-19 Thread jonas
into 5.3- STABLE. BUT it won't hurt to be safe and do it in two steps if you're unsure. the worst thing that can happen is that you become more familiar with system upgrading :) ) greetz, jonas ___ freebsd-questions@freebsd.org mailing list http

Re: osx-fbsd-winxp

2005-09-19 Thread jonas
client (nfsAxe is one i recall) on the windows box and use NFS to share files. i would prefer this one, since i don't like smb. after all, why are _you_ trying to find out, how your kids can keep things secret from you? let them figure out :-P greetz, jonas

Re: problem with IPF rules - port 80 not accessible

2005-09-19 Thread jonas
On Mon, 19 Sep 2005 17:49:49 +0200 Erik Norgaard [EMAIL PROTECTED] wrote: jonas wrote: the httpd is not accessible from the internet and i don't understant why, i probably made some stupid mistake in the firewall rules... this is the first time i'm setting up a firewall from scratch

Re: problem with IPF rules - (problem solved but i'm still confused)

2005-09-19 Thread jonas
adding a 'keep state' to the 'pass in'-rules solved this problem. but i still do not understand why it didn't work before, because outgoing traffic was allowed with pass out quick on ng0 from any to any keep state i'ld really prefer to know what's going on there :) any ideas? thx, jonas

Re: problem with IPF rules - (problem solved but i'm still confused)

2005-09-19 Thread jonas
On Mon, 19 Sep 2005 23:20:09 +0200 Erik Nørgaard [EMAIL PROTECTED] wrote: jonas wrote: adding a 'keep state' to the 'pass in'-rules solved this problem. but i still do not understand why it didn't work before, because outgoing traffic was allowed with pass out quick on ng0 from any

Re: IE in FreeBSD?

2005-09-20 Thread jonas
'official' standard for office documents like there is for html, css, xml etc.? if not, are there any efforts to create one? if such a standard would be created by an international institution and for example governments start/plan using it MS would be forced to adapt it... jonas

Re: 5.4-RELEASE Java jre1.3

2005-09-20 Thread jonas
Path: /usr/ports/java/linux-blackdown-jre11 Info: Blackdown Linux Java Runtime Environment 1.1.8 greetz, jonas ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: Configuring sound

2005-09-24 Thread jonas
without working sound input. What shall I do? hi! try running /usr/sbin/mixer from your shell/xterm ;) cya, jonas ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: data recovery

2005-09-25 Thread jonas
it could be possible to recover them with a data recovery tool. unfortunately i don't know any for freebsd/ufs but maybe you find one if you search a bit jonas ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: Configuring sound

2005-09-26 Thread jonas
On Mon, 26 Sep 2005 20:15:12 +0200 Micha__ Mas__owski [EMAIL PROTECTED] wrote: maybe you should change rec's value to something bigger.. But it said that the recording source is mic. hmm. maybe rec is some kind of 'master-control' for all recording sources. btw. you forgot to tell us if

Re: How to use USB memory-stick for booting FreeBSD?

2005-09-26 Thread jonas
/directories (/var/log, /tmp and so on) on memory- filesystems because usbdrives don't survive as many writeoperations as HDs do. cya, jonas ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: Sharing data files on a dual-boot machine ...

2005-09-26 Thread jonas
for playing mp3s). you can create a fat32 partition which freebsd and windows can read and write, or a ext2fs partition and get a ext2fs driver for windows. i'm not totally sure, but think freebsd can write ext2fs. bye, jonas ___ freebsd-questions@freebsd.org

Re: Cleanup unused files and other junk ...

2005-09-26 Thread jonas
and $HOME/stuff can quickly free some hundred MBs :) cya, jonas ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: New user

2005-09-27 Thread jonas
the handbook or one of the good books on FreeBSD. Good luck and have fun, jerry i think this should be integrated into the FAQ :) cya, jonas ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Bye-bye beastie ...

2005-09-27 Thread jonas
hand, in a world where this 'intelligent design'-(excuse me)-bullshit is taught in some schools... amazing, how these people get rid of their sense of humor and loose grip on reality... serously, thats ridiculous *confused*, jonas ___ freebsd-questions

Re: Bye-bye beastie ...

2005-09-27 Thread jonas
really weird (and sometimes brutal) situations. but this is probably offtopic... greetz, jonas ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

strange pw behaviour

2004-06-25 Thread Jonas Sonntag
need to modify the /etc/group file by hand before this works? Any hints would be appreciated. Thanks and best regards, Jonas ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Thunderbird and Postfix

2004-06-29 Thread Jonas Mazakolo
simple IMAP (which ones? dovecot? cyrus? courier?) server? Could someone help or point me to documents that tells me how to set it up (a standalone IMAP server with no connection to outside internet, just on my box? Thank you, Jonas ___ [EMAIL PROTECTED

Re: strange pw behaviour

2004-07-02 Thread Jonas Sonntag
jails. On Friday 25 June 2004 15:00, Jonas Sonntag wrote: Any hints would be appreciated. Any comments, too.. thanks ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: strange pw behaviour

2004-07-02 Thread Jonas Sonntag
be involved here and I could recompile those before I reinstall the whole world to those jails (not that I think reinstalling something will help, but I'm lost here). Thanks again for the input, Best regards Jonas ___ [EMAIL PROTECTED] mailing list http

Re: strange pw behaviour

2004-07-02 Thread Jonas Sonntag
On Friday 02 July 2004 15:09, Bill Moran wrote: The only other thought I have is that you might have some invalid user names? (I'm really reaching here ...) Can you attach the group file so we can verify the syntax. I really don't think so... all entries come from pw and pw get's called the

Re: strange pw behaviour

2004-07-03 Thread Jonas Sonntag
now :) Cheers Jonas ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

vinum on atapi raid

2003-10-30 Thread Jonas Sonntag
and br jonas ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: vinum on atapi raid

2003-10-31 Thread Jonas Sonntag
to the promise controller. hum... again, any hints how i could build a concatenated vinum volume from the single ar drives ? thanks and br, jonas Jonas Sonntag wrote: hi list i'm trying to set up a concatenated vinum volume. i read chapter 13 in the handbook and as so often i've found a nice how

sshd not respecting login.access

2004-01-26 Thread Jonas Trollvik
that sshd doesnt parse this file? Best Regards Jonas Trollvik ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

problems with soundcards in 4.9

2004-03-09 Thread Jonas Sonntag
of stuff but the usefull stuff is turn on PNPBIOS in kernel which results in a panic :/ i'd really like to use that external thing without having to run windows in a vmware session, so any hints would be appreciated. thanks and best regards jonas ___ [EMAIL

Make Apache case incensitive

2003-01-30 Thread Jonas Fornander
Is it possible to make apache case-insensitive so an image called myimage.JPG will be found even if the link is MyImage.jpg? Jonas Fornander - System Administrator Netwood Communications, LLC - www.netwood.net Find out why we're better - 310-442-1530 To Unsubscribe: send mail to [EMAIL

Re: RESET FIREWALL WITHOUT REBOOT

2003-07-13 Thread Jonas Anderson
On Sun, 13 Jul 2003, RYAN vAN GINNEKEN wrote: IS THERE A WAY ACTIVATE ALL THIS WITHOUT A REBOOT ipfw /path/to/firewall.rules.file ALSO IS THERE A WAY DE-ACTIVATE ALL THIS WITHOUT A REBOOT IN CASE SOMETHING GOES WRONG WHICH USUALLY DOES WITH MY FIREWALL RULES ipfw flush Regards, -- -Jonas

Re: $ locate httpd.conf

2003-07-27 Thread Jonas Anderson
, -- -Jonas ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Need some help =(

2003-08-03 Thread Jonas Anderson
of upgrading your system. The exact link is this: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html Hope this helps. -Eric -- -Jonas ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

RE: Drive/DMA issuse

2002-10-14 Thread Jonas Fornander
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Maildrop Sent: Monday, October 14, 2002 8:29 AM To: Maildrop; Jonas Fornander; 'FreeBSD LIST' Subject: RE: Drive/DMA issuse Any ideas on this, is it a hardware issuse, hardware config issuse

Probably picked wrong boot loader

2002-10-16 Thread Jonas Fornander
assume that the boot loader should be standard, which is why the box doesn't boot. How can I add the standard boot loader or do I have to re-install again? TIA, Jonas Fornander - System Administrator Netwood Communications, LLC - www.netwood.net Find out why we're better - 310-442-1530 To Unsubscribe

bridging the right way?

2002-11-05 Thread Jonas Sonntag
for any advice best regards jonas To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

DHCP server

2002-11-13 Thread Jonas Fornander
I want to install a DHCP server on 4.7. In the Latest/packages I can only find the following packages that refers to dhcp: dhcpconf dhcpdump dchping (?) Is any of those the server? If not, which package is the server? Jonas Fornander Netwood Communications,LLC To Unsubscribe: send mail

Running out of swap space?????

2002-11-15 Thread Jonas Fornander
is 128MB and none is used according to top. Does anyone know how to solve this? TIA for any help. Jonas Fornander - System Administrator Netwood Communications, LLC - www.netwood.net Find out why we're better - 310-442-1530 To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd

RE: IMGATE

2002-11-19 Thread Jonas Fornander
server is up again. IMGate is running postfix and added scripts. It's not that complex but we chose to have Len Conrad (the author if IMGate) install it for us. Jonas Fornander - System Administrator Netwood Communications, LLC - www.netwood.net Find out why we're better - 310-442-1530

simple question about remote kernel debugging with gdb

2002-12-13 Thread Jonas Bülow
0xc0207d15 in osigreturn (p=0xc02487a9, uap=0x0) at ../../i386/i386/machdep.c:803 803 vm86-vm86_eflags = eflags; /* save VIF, VIP */ (kgdb) gdb Undefined command: gdb. Try help. So what is the simple solution to this problem? Regards, Jonas

Mirroring/load-balance two servers

2003-03-05 Thread Jonas Fornander
this be accomplished with DNS? Jonas Fornander - System Administrator Netwood Communications, LLC - www.netwood.net Find out why we're better - 310-442-1530 To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

RE: Mirroring/load-balance two servers

2003-03-08 Thread Jonas Fornander
refresh his browser and if he then gets one of the other IP addresses then the page will display fine? Jonas Fornander - System Administrator Netwood Communications, LLC - www.netwood.net Find out why we're better - 310-442-1530 To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Sendmail and mymail

2003-03-22 Thread Jonas Fornander
and the tightened security however no solution was provided. It seems like the php function mail() doesn't work correctly. Has anyone run into this and have a solution? TIA for any suggestions. Jonas Fornander - System Administrator Netwood Communications, LLC - www.netwood.net Find out why we're better - 310

RE: Sendmail and mymail

2003-03-23 Thread Jonas Fornander
Problem solved. In the php.ini file the default setting (if sendmail_path is commented out) is sendmail -t -i. I configured sendmail_path to /usr/sbin/sendmail (without the flags) so mymail didn't send the recipient to sendmail. Jonas Fornander - System Administrator Netwood Communications, LLC

Problem with OpenBSD dhclient

2005-11-21 Thread Jonas Wolz
. If dhclient gets its lease from a real DHCP server everything works fine. Does anybody know a workaround or is the OpenBSD dhclient just buggy? Jonas dhclient.conf: -- # $FreeBSD: src/etc/dhclient.conf,v 1.3 2001/10/27 03:14:37 rwatson Exp $ # # This file is required by the ISC DHCP

Which smtp server for my needs?

2006-04-04 Thread Jonas Jacobsen
server there will be best for my needs? -- Med venlig hilsen Jonas Jacobsen Lintoo I/S Buchwaldsgade 50 5000 Odense C Denmark kontor: 46935556 mobil: 61656618 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Portupgrade Ruby | warning: Insecure world

2006-04-05 Thread Jonas Jacobsen
When i use portupgrade, i get this Warning all the time /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:980: warning: Insecure world writable dir /tmp, mode 041777 have any of you seen that warning before,? and do you know how to make it go away ? -- Med venlig hilsen Jonas Jacobsen

Oneway mailing; does anything beat mailman??

2006-04-06 Thread Jonas Jacobsen
many mails, do you think can be sent per hour, with the ringt configuration??? -- Med venlig hilsen Jonas Jacobsen Lintoo I/S Buchwaldsgade 50 5000 Odense C kontor: 46935556 mobil: 61656618 ___ freebsd-questions@freebsd.org mailing list http

Postfix/procmail/fetchmail/spamassassin setup

2003-11-23 Thread Jonas Manalive
file. I have stopped, started, and reloaded the postfix after configuring. Any other configurations you need to see, please let me know! Thanks! Jonas -- .fetchmailrc - set logfile /home/manalive/Logs/fetchmail.log set postmaster manalive set no bouncemail

Re: Postfix/procmail/fetchmail/spamassassin setup

2003-11-23 Thread Jonas Manalive
localhost 25 Telnet'd with no problems. Simon Best regards, Jonas ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Sending logs by mail locally

2003-11-25 Thread Jonas Manalive
? Best regards, Jonas ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Mldonkey/xmule

2003-11-25 Thread Jonas Manalive
. I changed my motherboard and router for the new one with fresh install of 5.1. Anyone willing to help me/advise me or point me to websites for troubleshooting? Best regards, Jonas ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

Re: Mldonkey/xmule

2003-11-26 Thread Jonas Manalive
to servers with no problem. Now, with a new computer and fresh installation of 5.1, I cannot get it connected to servers. I can see that it tries to connect, but kept getting timed out or lose connection. Thanks anyway! Kind regards, Jonas On Tue, 2003-11-25 at 17:09, Alex de Kruijff wrote: On Tue

Re: Mldonkey/xmule

2003-11-26 Thread Jonas Manalive
I finally figured it out, first, I had to figure out how to configure the port forwarding in my router (netgear) and then delete the servers.ini file and restarted mldonkey. Now it is working! Thanks everyone! Best regards, Jonas On Wed, 2003-11-26 at 07:34, Alex de Kruijff wrote: Dear

Re: Starting new entries in /etc/rc.conf

2003-11-26 Thread Jonas Manalive
Check /usr/local/etc/postfix/main.cf I believe it should be: mydestination = $myhostname, localhost.$mydomain $mydomain I had the same problem, I changed to include this and set also myhostname, mydomain and myorigin. Now it is working perfectly! Best regards, Jonas On Wed, 2003-11-26 at 03

sshd not respecting login.access

2003-11-27 Thread Jonas Trollvik
that sshd doesnt parse this file? Best Regards Jonas Trollvik ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Xine/Mplayer

2003-11-28 Thread Jonas Manalive
certain options (i.e., arts, aalib, libungif, etc.). I want to see if it is the options or the program itself that is causing high cpu. Is there a way I can get the output and examine them? Running them from console doesn't show anything. It just refuses to return to prompt. Thanks! Jonas

Re: sshd not respecting login.access

2003-11-29 Thread Jonas Trollvik
Thanks, I'll go for the uselogin option since Im only going to use it for text-terminals. Would there be any security risks using this option? Best Regards Jonas Trollvik - Original Message - From: Cordula's Web [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday

Top

2003-11-30 Thread Jonas Manalive
or that I am out of my mind. :) Best regards, Jonas ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Gstreamer-plugins

2003-11-30 Thread Jonas Manalive
conflicted with another. I can't find it in my search of archives. Does anyone remember what plugin I need to comment out in reinstalling gstreamer-plugins? I could be wrong and this error could be something else, what can I do? Best regards, Jonas

Mozila Thunderbird and local mail

2003-11-30 Thread Jonas Manalive
Hello, Is it possible to use Mozilla Thunderbird email client to receive from your local /var/mail/username like kmail/evolution/sylpheed can? Or does one have to use procmail to deliver them into thunderbird's directory? Best regards, Jonas

Re: Gstreamer-plugins - update

2003-11-30 Thread Jonas Manalive
to? To portmaintainer or to gstreamer developers? Best regards, Jonas On Sunday 30 November 2003 13:56, Jonas Manalive wrote: Hello, In installing gstreamer-plugins, I activated all plugins within the Makefile. The output is as below: ... long list

Re: Mozila Thunderbird and local mail

2003-12-01 Thread Jonas Manalive
searching for more information on this to try on my freebsd/ postfix setup. If anyone knows what this means and what I need to do, please do let me know. Best regards, Jonas ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: RedHat: Buffer Overflow in ls and mkdir

2004-10-28 Thread Jonas Anderson
relevance... The domain hosting the files was registered yesterday. Anyone with half an eye open would spot the attempt at installing malicious software on a bunch of redhat machines. I haven't looked at the actual files, but that's what it looks like to me. Best regards, -- -Jonas P.S. worst part

sshd: PAM + key authentication

2007-03-03 Thread Cédric Jonas
in with a key... is there some way to force sshd to consider PAM in case of key authentication? Thanks you, -- Cédric Jonas[EMAIL PROTECTED] GPG ID: 30CCFE8D GPG Key: http

Re: sshd: PAM + key authentication

2007-03-04 Thread Cédric Jonas
On Sun, 04 Mar 2007 16:39:29 + Tom Judge [EMAIL PROTECTED] wrote: Cédric Jonas wrote: Hi all, I set up a some sshd servers which authenticates their users through a LDAP DB. To realize this, I used PAM. Everything ok until now. Then, via PAM (pam_filter) and the host

Re: Shared object libintl.so.6 not found

2007-03-19 Thread Cédric Jonas
where this file even came from, I don't know how to replace it. I assume I don't have to reinstall the OS (I hope) so where do I go from here? Thanks! I think there should be an entry in UPDATING: portmaster -r gettext will help... -- Cédric Jonas

ACL's doesn't work with SUIDDIR

2007-03-21 Thread Cédric Jonas
as expected... If I understand the manpages correctly, this isn't the correct behavior, but a bug. Can this be fixed? If I miss understand something, thanks to correct me. -- Cédric Jonas[EMAIL PROTECTED] GPG ID