problem writing to usb flash

2009-06-11 Thread leo
I succesfully configure gnome 2.22 with gconftools-2 to automount flash drive: gconftool-2 -s --type bool /desktop/gnome/volume_manager/automount_drives true % gconftool-2 -s --type bool /desktop/gnome/volume_manager/automount_media true % gconftool-2 -s --type bool /desktop/gnome/volume_manager/a

Re: Spam reporting tool

2005-06-11 Thread Leo Lapousterle
Alec, >> Additional question : In my ports tree, I can find : >> > Port: spamcup-1.09 >> Is this one the correct one to install ? > > I would recommend against using that as it is a tool to automatically > report spam without verification. From the script: > # *** W A R N I N G ! *** > # > #

Cross device link / FTP

2005-11-02 Thread Leo Lapousterle
Hello :) I've set up a FTP server on my FreeBSD 5.2.1-RELEASE. I've added a hard drive to extend the storage capability. So my main FTP server is /Ftp and the extension is in /Ftp2. There's a problem with links: I made a symlink (ln -s) from /Ftp/example to /Ftp2/example/, but when I move a folde

Restore master.passwd from pwd.db and spwd.db

2006-09-11 Thread Leo Mrafko
ow to reconstruct master.passwd ? I was searching through the archives and dind't finde the answer. I was also trying to look into pwd_mkdb source, but ... Thanks in advance Leo Mrafko ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.o

Re: Restore master.passwd from pwd.db and spwd.db

2006-09-11 Thread Leo Mrafko
On Mon, 11 Sep 2006, michael johnson wrote: > On 9/11/06, Leo Mrafko <[EMAIL PROTECTED]> wrote: > > Hello, > > > > after some weird disk accident I have only pwd.db and spwd.db from my > > passwd files left. Passwd and master.passwd are missing. Couln't

Re: Restore master.passwd from pwd.db and spwd.db

2006-09-11 Thread Leo Mrafko
On Mon, 11 Sep 2006, Chuck Swiger wrote: > On Sep 11, 2006, at 12:14 PM, Leo Mrafko wrote: > >> /var/backups contains a few files you may need. > > > > Yeah, really, thanks, I found there some backup. But I still > > wonder, if > > there is a possibily to rec

Re: Upgrade server from i386 -> amd64 kernel ...

2006-09-11 Thread Leo Mrafko
arget. Just read through /usr/src/Makefile and /usr/src/UPDATING. Leo. On Mon, 11 Sep 2006, Marc G. Fournier wrote: > > Just had a new 64bit server installed at the colo, but they accidentally > installed a i386 ISO, instead of an AMD64 one ... is it possible to build > / install an amd

Re: Upgrade server from i386 -> amd64 kernel ...

2006-09-11 Thread Leo Mrafko
n't forget to backup your data first ;-) On Mon, 11 Sep 2006, Marc G. Fournier wrote: > > 'k, I knew about cross-compiling, just wasn't sure if it was that simple > to upgrade the system being cross-compiled onto ... thanks ... > > On Tue, 12 Sep 2006, Leo Mrafko wrot

Digitemp on freebsd 6.1

2006-10-19 Thread leo fante
hing, to exit I've to interrupt the execution. Since there are no errors I've no other idea of what is wrong. Any help would be greatly appreciated, thanks Leo ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listin

Re: Digitemp on freebsd 6.1

2006-10-19 Thread leo fante
If I understand it right, digitemp is a Linux program - don't you need to run it under Linux emulation? I've compiled from the sources and the compilation succeeded without errors. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.

Acpi and boot

2006-11-27 Thread leo fante
Hi I've installed freebsd 6.1 on an old pc on which I've configured several services. Everything worked fine since last week when the motherboard died. I've replaced the mobo and found that now the acpi could work (with the old motherboard the installation disabled the acpi at boot since the main

acpi and boot problem

2006-11-28 Thread leo fante
Hi I've installed freebsd 6.1 on an old pc on which I've configured several services. Everything worked fine since last week when the motherboard died. I've replaced the mobo and found that now the acpi could work (with the old motherboard the installation disabled the acpi at boot since the main

Re: acpi and boot problem

2006-12-03 Thread leo fante
>>From a quick look at /boot/beastie.4th, I think that setting acpi_load in your loader.conf will do the job. also it is written in loader.help but I've already tried and it doesn't work. thanks anyway for the advice ___ freebsd-questions@freebsd.o

Security logs

2005-10-05 Thread Leo Lapousterle
Hello, I tried to get this information by myself (lists, google, man pages), but I can't find something that answer totally to my question : Is there a file where informations about how many users had attempted to log into the system, successfully or not? If not, is there a way to store these in

Re: Security logs

2005-10-05 Thread Leo Lapousterle
jmulkerin, > Have you tried the last command. This will give you a list of attempts. It would fit perfectly my needs if it could show me not only the successful attempts, like it seems actually... Thanks, I'll find a way to show me bad attempts too... :) -- Léo Lapousterle - Paris, France. _

Re: Security logs

2005-10-05 Thread Leo Lapousterle
Micah, > Does /var/log/auth.log have what you need? Woa, I didn't know about that one :) Can we configure which service to log or not in there? Thanks everyone for your solutions, -- Léo Lapousterle - Paris, France. ___ freebsd-questions@freebsd.org

Spam reporting tool

2005-06-09 Thread Leo Lapousterle
Hello, Maybe I'm posting on the wrong mailing-list, if so please tell me and excuse me. I'm working with SpamAssassin to separate mails from SPAMs and it works pretty well. My question is about a spam reporting tool, which can parse mail headers and report the SPAMs to [EMAIL PROTECTED] I searche

Re: Spam reporting tool

2005-06-10 Thread Leo Lapousterle
Alec, > You may want to investigate SpamCop. [...] Lane, > I vote for SpamCop, too! [...] Olivier, > Spamcop is a solution, but avoid any automatic tool, as SpamAssassin > can also make mistakes and classify a valid message as spam. Thank you for your advices. I'll try SpamCop, in manually mode

An FTP alternative ?

2006-05-12 Thread Leo Lapousterle
Hello :) I'm fed up with FTP servers : FTP is great, but I need some admin stuff like privileges (one user can upload but not download, for example) unavailable for FTP... at least for those I've tested. Is there an alternative way for FTP, allowing individual privileges? I found hxd (hotline pro

Best port for mail stats

2004-03-19 Thread Leo Lapousterle
Hi all :) I'm using mailgraph-1.7 actually, and I was wondering if there was a better port to elaborate that kind of statistics, because I found mailgraph weird and not easily readable... maybe too complex. Every advice would be welcome :) -- Léo Lapousterle - Paris, France. __

Re: amavisd-new errors after portupgrade

2004-03-21 Thread Leo Lapousterle
On 21/03/04 22:09 -0500, Jeff Maxwell wrote : > The same thing just happened to me. > amavisd-new, the newest version will not run with perl 5.005 that comes > with 4.9. You have upgrade to perl 5.6 or better. I upgrading to 5.8 with > the port /usr/ports/lang/perl5.8/ Errr, I upgraded to amavisd

MPD running multilink with modems

2004-03-27 Thread leo luis
he second alway go immediatly in the way that there is no time to start LCP in the client, but LCP start in the server. I could see the server is trying to send LCP packete itselve. Thanks Leo Configuration for server: dialin: new -i ng0 dialin modem2 modem1 set iface addrs

mdmfs -P

2006-03-24 Thread Leo R. Lundgren
;t possibly break anything in use today. Is there any way/-where we can say pleease, and get this patch put in stable too? I'm sure I'm not the only one with a great need for it. I really hope it's possible :) Please send replies directly to my address since I'm not subscrib

Re: mdmfs -P

2006-03-25 Thread Leo R. Lundgren
r on though, just thought someone here would know :) // Leo Garrett Cooper skrev: Leo R. Lundgren wrote: Hey all, Some days ago I posted on the stable mailinglist, but haven't gotten a response, so I'm trying my luck here instead. Looking at http://www.freebsd.org/cgi/cvsweb.cgi/src

Question

2003-10-27 Thread Leo P. Gaten
Greetings: Are there any wordprocessing/spreadsheet packages available that run on BSD? Leo Gaten Sequim, WA -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/ma

auto replay on sendmail

2002-10-17 Thread Leo De Geer
im runing sendmail on my mailserver i nead to put upp a vikation uto replay to e-mails comming in to my mail acunt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

instaling a prebuilt kernel

2002-10-27 Thread Leo De Geer
im trying to install a prebuilt kernel om my freebsd 4.6 but im getting premision deny and the kernel i set to 666 and then im trying to change it il get prenision deny again. anyone knowing how to to REGARDS Leo To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fr

problem building

2002-11-03 Thread Leo De Geer
im trying to get the ney version of the bwadmin kernel from etinc.com to compile on 4.6.2 by then im doing the config il get the error no wildcard to isa divice bw0 at isa ? is in the config file regards leo To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-ques

Compaq NC7781 PCI-X Gigabit NICs

2002-12-07 Thread Leo De Geer
anny what knowes if its suported on 4.7 releas regards Leo To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

problems with sendmail on freebsd 4.6-stable

2002-07-16 Thread Leo De Geer
im geting time out on delivery from localhost then im trying to send from my websight but if i use ti as relay from another computer it work as it shold To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Blocking SSH Brute-Force Attacks: What Am I Doing Wrong?

2006-11-12 Thread Leo L. Schwab
I recently installed FreeBSD 6.1 on my gateway. It replaced an installation of FreeBSD 4.6.8 (fresh install, not an upgrade) on which I had disabled the SSH server. Since all the bugs in SSH are fixed now ( :-) ), I thought I'd leave the server on, and am somewhat dismayed to discover tha

Re: Blocking SSH Brute-Force Attacks: What Am I Doing Wrong?

2006-11-14 Thread Leo L. Schwab
On Mon, Nov 13, 2006 at 09:16:35PM +0100, Erik Norgaard wrote: > Honestly, I wouldn't worry about it: review your config and make some > simple choices to reduce the noise, see this article: > > http://www.securityfocus.com/infocus/1876 > But I rather thought that was the point of 'brut

Re: Blocking SSH Brute-Force Attacks: What Am I Doing Wrong?

2006-11-14 Thread Leo L. Schwab
On Mon, Nov 13, 2006 at 10:10:58AM +0100, Frank Staals wrote: > I had the same 'problem'. As said it's not realy a problem since FreeBSD > will hold just fine if you don't have any rather stupid user + pass > combinations. While FreeBSD and OpenSSH are very good, I'm not prepared to rely

Re: Blocking SSH Brute-Force Attacks: What Am I Doing Wrong? (Solved!)

2006-11-15 Thread Leo L. Schwab
After instrumenting 'bruteblock' (and accidentally causing auth.log to explode), I discovered that the ssh.conf file that ships with it won't work on FreeBSD 6.1 (or at least my copy of it). The shipped regexp looks for "illegal" users. But 'sshd' on FreeBSD 6.1 records login atte

problem upgrading from 5.1 p16 to 5.2

2004-04-02 Thread Leo De Geer
and running again The only root access I have at the moment is throw webmins command shell Regards Leo > make buildworld "/usr/src/Makefile", line 199: warning: "cd /usr/src/sys//conf && find [A-Z]*[A-Z] -type f -maxdepth 0 ! -name NOTES" returned non-zer

MSI (AMD 64) K8T MASTER 2 does not boot.

2005-08-22 Thread Victor Leo Kallen Soto
Hello : I want to install FreeBSD 5.4 on a MSI K8T MASTER 2, but the loader freezes immediatly after it starts. Must I configure the BIOS ?, which options ?? Can you give me some guidelines to boot FreeBSD 5.4 on this machine ?? Thanks in Advance. (I am not subscribed to this li

Small and Middle Wave Solder and Reflow Oven

2009-05-12 Thread Leo Peng in Dektec
Your email program does not support HTML. To view an online version of this email, please click the link below. http://www.emailbrain.com/rwcode/content.asp?SID=1&SiteID=30068&Section=455225&EmailID=16405925&HitID=1242114673000 To unsubscribe, click the link below. http://www.emailbrain.com/RWC