Mounting a Windows NTFS file system

2004-05-02 Thread Bruno
Hi all, can I safely mount (read/write or at least read only) a windows NTFS partition in my FreeBSD operating system without any damage for this partition ? >FreeBSD seekingjob.singles.it 4.9-RC FreeBSD 4.9-RC #0: Thank you in advance Bruno --- [Quipo ISP - Questa E-mail e' stata con

Porting ALSA drivers to OSS may be easy, according to OSS ;)

2004-05-26 Thread Bruno
er support :) And of course there may be licensing issues. Not really my problem since I have a SB Live!, but this could easily improve FreeBSD image on the multimedia *NIX field :) Thanks in advance, Bruno ___ [EMAIL PROTECTED] mailing list http://lists

Porting ALSA drivers to OSS may be easy, according to OSS ;)

2004-05-27 Thread Bruno
ow that I know I've searched the wrong places and FreeBSD supports much more soundcards that I could have imagined. I can't remember which is the soundcard in the old Compaq Presario laptop my wife has. But my desktop will migrate in a few days. Thanks for the quick answer :) Bruno BTW

Suggestion

2012-03-08 Thread Bruno Comerci
Hi guys. Instead of wasting your time and man power, why wont you join to the ReactOS project? It would be more beneficial to the internet community and to the users around the world who wants a free OS with similar looking and functions than Windows, if you just throw away your FreeBSD and j

Re: Support for Intel 82599ES?

2012-06-01 Thread Sean Bruno
On Fri, 2012-06-01 at 10:45 -0700, Rick Miller wrote: > BCM5720 I haven't gotten this working on my Dell R620 via bge(4), but we are actively working on it. Sean ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/f

Nuxeo install in FreeBSD

2011-12-05 Thread Bruno Gruel
Hello, I just want to know if someone already try to install NUXEO on a FreeBSD. I try some month later without sucess. I will try to install it on FreeBSD82 to day. I already ask the question on the nuxeo forum without reply.. Thank's.

Re: Nuxeo install in FreeBSD

2011-12-07 Thread Bruno Gruel
# which bash /usr/local/bin/bash So I changed the first line of nuxeoctl into #!/usr/local/bin/bash Idem and now I can start and run Nuxeo. Not work for me but i must try it on a 32 bits FreeBSD and give you some feed back. I hope that helps Yes it's help me Peter. Thank's Bruno --

Re: Nuxeo install in FreeBSD

2011-12-08 Thread Bruno Gruel
On Tue, 06 Dec 2011 20:50:06 +0100, Peter Ulrich Kruppa wrote: Hello Bruno, On 05.12.2011 21:47, Bruno Gruel wrote: Hello, I just want to know if someone already try to install NUXEO on a FreeBSD. I try some month later without sucess. I will try to install it on FreeBSD82 to day. For the

Re: acpi_perf0: invalid _PSS package?

2005-12-19 Thread Bruno Ducrot
on the web, or, if you can't, send them privately to me. An acpidump -d -t will give us this information. Note that the kernel log flood is already fixed under -current. This will be MFC'ed soon to RELENG_6. -- Bruno Ducrot -- Which is worse:

4.11 b_iodone callback question

2006-01-23 Thread Sean Bruno
) without locking the buffers used for the disk writes? Sean Bruno ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

MIPv6

2004-05-04 Thread BOUVARD Bruno
Hello. I work at Celar in France and I would like to know how to set up mobility functions on free BSD 4.9 Thank you Bruno BOUVARD ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: Raising temperature threshold

2005-06-22 Thread Bruno Gallant
your hardware, and maybe void your warranty if you have one. It would be interesting to know if that setting can be changed to a _lower_ value, in fact. -- # Bruno Gallant - [EMAIL PROTECTED] - [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing

DNS service with a SQL backend

2005-07-20 Thread Bruno Gallant
ood or not. Is there a port or something already available that can convert DNS data stored in sql into the proper format for BIND, or another software with all included? Thanks all. -- # Bruno Gallant - [EMAIL PROTECTED] - [EMAIL PROTECTED] ___ freebsd

How can I programatically eject a live cd?

2005-11-11 Thread Sean Bruno
I was looking for an answer to this question. Since my CD is actually the running file system(is mounted), I cannnot eject it while the system is running. So is there a way to do this that y'all have found, or do I have to change my CD to run from memory(RAMDISK) instead of running from the CD.

Re: How can I programatically eject a live cd?

2005-11-12 Thread Sean Bruno
On Sat, 2005-11-12 at 09:35 -0500, Lowell Gilbert wrote: > Sean Bruno <[EMAIL PROTECTED]> writes: > > > I was looking for an answer to this question. Since my CD is actually > > the running file system(is mounted), I cannnot eject it while the system > > is running.

Re: cpufreq and changing driver

2005-11-30 Thread Bruno Ducrot
nchmark program). In particular i understood that the > ondemand governor responds to the system much faster that powerd is > able to do. > > Is there someone who can share some impression or thoughts? powerd need some rework in order to get it working properly. There is one FreeBSD project on

Re: cpufreq and changing driver

2005-11-30 Thread Bruno Ducrot
On Wed, Nov 30, 2005 at 10:05:04AM -0800, Nate Lawson wrote: > Marco Calviani wrote: > >Hi, > > > >2005/11/30, Bruno Ducrot <[EMAIL PROTECTED]>: > > > >>You have to load the cpufreq.ko module at boot. > >>Adding that line: > >>cp

Re: cpufreq and changing driver

2005-11-30 Thread Bruno Ducrot
On Wed, Nov 30, 2005 at 12:23:52PM -0800, Nate Lawson wrote: > Bruno Ducrot wrote: > >On Wed, Nov 30, 2005 at 10:05:04AM -0800, Nate Lawson wrote: > > > >>Marco Calviani wrote: > >> > >>>Hi, > >>> > >>>2005/11/30, Bruno Ducrot &

Re: cpufreq and changing driver

2005-11-30 Thread Bruno Ducrot
o > understand why is not possible to use the est driver. Did you load the cpufreq driver at boot time which include the est driver as said before? It will replace the acpi_perf if appropriate. -- Bruno Ducrot -- Which is worse: ignorance or apathy? -- Don't know. Don't care. __

Re: cpufreq and changing driver

2005-11-30 Thread Bruno Ducrot
On Wed, Nov 30, 2005 at 01:57:42PM -0800, Nate Lawson wrote: > Marco Calviani wrote: > >Hi Bruno, > > > >Yes cpufreq is loaded at boot time in /boot/loader.conf .However i > >don't know how to tell him that i want to load est instead of > >acpi_perf. &g

Re: cpufreq and changing driver

2005-12-02 Thread Bruno Ducrot
ve with, say 50 syscalls under FreeBSD, then all I said above is indeed stupid crap. > I run powerd like this -> > /usr/sbin/powerd -i 90 -r 30 -a adaptive -b adaptive -n adaptive -p 200 > -- Bruno Ducrot -- Which is worse: ignorance or apathy? -- Don't know. Don't care. __

postfix smtp auth TLS , cyrus sasl SSL/TLS

2004-08-24 Thread bruno schwander
, and CRAM-MD5, etc. This is with sasldb, as cyrus is configured with sasl_pwcheck_method: auxprop saslauthd is not running. strange issue: whenever login in successfully, /var/log/messages shows (IP changed) Aug 24 13:55:55 www imaps[2004]: login: adsl-X-X-X.pacbell.net [XX.XX.XX.XX] bruno CRAM-MD5

Re: Dell H710 and H310 Raid Controller

2012-11-04 Thread Sean Bruno
On Sun, 2012-11-04 at 05:47 -0800, Omer Faruk SEN wrote: > It seems right now only way to go with Rx20 Server models is to use > Intel > cards (dell provides i350 chipset network interfaces as alternative) The Broadcom 5720 support is in current right now. It will not be in 9.1, but will be avai

Problems installing FreeBSD

2003-01-02 Thread Bruno Campanelli
I've got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to re

FreeBSD 5.0 build

2003-02-02 Thread Bruno Clermont
I installed a fresh 5.0 system, grab a copy of 5.0 source, tried to build and it failed. I don't know if it's a bug, I might be wrong, but I just want to know if I'm doing it right, I tried to did it the same way as I used to do in 4.x: * grabbed a CVS snapshot of src module CVS tag RELENG_5_0

Re: FreeBSD 5.0 build

2003-02-02 Thread Bruno Clermont
On Sun, Feb 2, 2003, at 07:52 America/Montreal, Giorgos Keramidas wrote: Anything interesting in your /etc/make.conf file? NO_LIBC_R perhaps? On the 5.0 host, there is no /etc/make.conf and /etc/default/make.conf and no variable like those one specified in /usr/share/examples/etc/make.conf se

Re: FBSD 6.2-PRE/AMD64: two times SMBUS on ASUS A8N32-SLI?

2006-09-23 Thread Bruno Ducrot
On Sat, Sep 23, 2006 at 11:26:41AM +0200, O. Hartmann wrote: > I'm a little bit confused by the Temp 3 value. What is connected to this > sensor line? It looks strange, mearly 130 degree Celsius ... > More likely bit 8 is used for error. -- Bruno Ducrot -- Which is worse:

Bittorrent : any valid tracker ?

2007-03-03 Thread Bruno Costacurta
Hello, I'm trying to download via bittorrent since few days now and cannot connect to http://torrents.freebsd.org:8080 which remains unavailable. Any other trackers fro FreeBSD ? Maybe better to simply download via FTP ? Thanks. Bye,

How to retrieve installed version ?

2007-03-29 Thread Bruno Costacurta
Hello, how to retrieve installed FreeBSD version ? Thanks. -Bruno ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

howto find build date for ports ?

2007-05-25 Thread Bruno Damour
Hello I wonder if there is a tool that can tell which prots were last built before a certain date ? Thanks in advance Bruno ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

/var/lib disappeared

2007-07-01 Thread Bruno DAMOUR
Hello, I'm begging for help, my /var/lib disappeared. I don't know why, but the most important is to recreate it. What is usually there ? I know i had my postgresql data in there, but anything more ? Please help with whats's in yours... Bruno PS : it must be not that bad becau

getting the HD serial numbers

2005-06-08 Thread Bruno Gallant
rand new HDs from HP -- # Bruno Gallant - [EMAIL PROTECTED] - [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

xmms libpthread

2004-02-26 Thread bruno malag
dumped) I understand that I may have to map another library to pthread in libmap.conf . If this is right which library do I need to map to pthread in libmap.conf ? Bruno ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-qu

Implémentation Mobile IPv6

2004-03-25 Thread BOUVARD Bruno
ement utilisée? Quelles fonctionnalités de Mobile IPv6 sont implémentées? A quelle RFC se réfère t-elle et avec quelles restrictions? ... Pourriez vous m'envoyer (à moi et à mon collègue dont l'@ figure ci-dessus) un descriptif des implémentations répondant à ma demande. Merci d'a

MIPL implementations

2004-04-02 Thread BOUVARD Bruno
protocol : Which functionalities Mobile IPv6 are implemented? To which version of the draft on Mobile IPv6 your equipment refers to and with which restrictions? How to obtain your product and how to maintain it up to date? Best regards Bruno BOUVARD

Sendmail local LAN delivery

2008-07-24 Thread Bruno Joho
anet is no option due to firewall restrictions. I apreciate any help, thanks Bruno ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Sendmail local LAN delivery

2008-07-27 Thread Bruno Joho
the LAN would be delivered directly to the destination host without involving a (LAN) smarthost. Is that possible somehow? Thanks for your help Bruno ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: FreeBSD, Ubuntu and Win XP on one system

2008-08-11 Thread Bruno Schmitt
I recommend installing FreeBSD first, then Windows and then Ubuntu. For reasons that I don't know, WinXP SP3 will become unable to start if you installs FreeBSD after it (It will freeze on the welcome screen). - I don't know if this problem just happened with me or with others people too, but it ha

Re: FreeBSD, Ubuntu and Win XP on one system

2008-08-11 Thread Bruno Schmitt
n, Aug 11, 2008 at 6:48 PM, Mike Clarke <[EMAIL PROTECTED]>wrote: > On Monday 11 August 2008, Bruno Schmitt wrote: > > > Ubuntu uses GRUB boot manager and as far as I remember it won't > > recognize FreeBSD partition out of the box, so you will have to add > >

VIA 8237 RAID

2005-06-30 Thread Franco Bruno Borghesi
Has anyone tried any VIA 8237 RAID motherboard? I've just bought a MSI K8T Neo with 2x80GB SATA 150 disks. I've created a Raid 1 configuration from the BIOS, but when FreeBSD (5.4 for x86) CD boots it detects both disks (ad4, ad6) and installer allows me to partition both disks individually. I

Ping under normal user

2004-10-15 Thread Bruno M. Petroski
icmp_seq=8 ttl=63 time=0.261 ms 72 bytes from 10.1.1.1: icmp_seq=9 ttl=63 time=0.260 ms --- 10.1.1.1 ping statistics --- 10 packets transmitted, 10 packets received, 0% packet loss round-trip min/avg/max/stddev = 0.258/3.055/8.737/3.142 ms -- Bruno M. Petroski UFSC - Brasil "Can't buy wha

Re: swap space

2005-05-03 Thread Franco Bruno Borghesi
Actually having a separated disk for swap should increase your performance. But my opinion is that if you really need *all* the 40 GB of swap when your system's ram is 3 GB, you won't see the difference: most of the data your system needs is swapped out! You could add a partition to your new dis

Re: swap space

2005-05-03 Thread Franco Bruno Borghesi
Time to upgrade then ;-) 2005/5/3, Chris Knipe <[EMAIL PROTECTED]>: > > > > PS: Is there a FreeBSD 5.4 stable version? > > FreeBSD pyro.acme.com 5.4-STABLE FreeBSD 5.4-STABLE#0: > Wed Apr 27 15:51:43 > SAST 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/PYRO i386 > > Guess

Re: 3Ware SATA RAID 8000 - Supported on 5.3-R?

2005-05-24 Thread Franco Bruno Borghesi
For fsck to work (to actually correct any problems you may have), partitions should be umounted first. Are you sure you have umounted /dev/twed before running fsck? 2005/5/24, Jonathan M. Slivko <[EMAIL PROTECTED]>: > > Hello, > > I have an interesting question, I have a Pentium 4 2.4Ghz

Re: 3Ware SATA RAID 8000 - Supported on 5.3-R?

2005-05-24 Thread Franco Bruno Borghesi
ks fine, it's just when it's in > multi-user mode thats the problem. > > -- Jonathan > > Franco Bruno Borghesi wrote: > > For fsck to work (to actually correct any problems you may have), > > partitions should be umounted first. Are you sure you have umounted &g

Re: 3Ware SATA RAID 8000 - Supported on 5.3-R?

2005-05-24 Thread Franco Bruno Borghesi
gt; /dev/twed0s1f /var ufs rw 2 2 > /dev/acd0 /cdrom cd9660 ro,noauto 0 0 > none /proc procfs rw 0 0 > [EMAIL PROTECTED](~)% > > > Franco Bruno Borghesi wrote: > > Could you post your /etc/fstab? > > > > 2005/5/24, Jonathan M. Slivko <[EMAIL PROTECTED]>

Re: 3Ware SATA RAID 8000 - Supported on 5.3-R?

2005-05-24 Thread Franco Bruno Borghesi
to not having > complete support for 5.3-R?, as it says that it only supports the 4.x > series. > > -- Jonathan > > Franco Bruno Borghesi wrote: > > Your fstab is OK. > > > > I don't exactly understand the problem. When you boot fsck will run > > aut

Re: 3Ware SATA RAID 8000 - Supported on 5.3-R?

2005-05-24 Thread Franco Bruno Borghesi
Yes, but the default value is "NO". If you still have problems, ask again. 2005/5/24, Jonathan M. Slivko <[EMAIL PROTECTED]>: > > OK, I added that. (it was actually already in /etc/defaults/rc.conf) > -- Jonathan > > Franco Bruno Borghesi wrote: > > If it

Re: Top only showing one active CPU on HTT system

2005-05-24 Thread Franco Bruno Borghesi
I'm curious... doesn't enabling ht make your system run slower? That's what I had found searching on google a while ago, and that's why I have never enabled ht on my kernels. 2005/5/24, Kirk Strauser <[EMAIL PROTECTED]>: > > On Tuesday 24 May 2005 10:59, Tim Kellers wrote: > > > The acpi_load

Re: Installing on multiple machines

2005-05-24 Thread Franco Bruno Borghesi
You could use freebsd livecd (http://livecd.sourceforge.net/) for multiple installations. I don't know what kickstart is, but livecd lets you build an installation cd from an existing installation, and replicate it on other machines. 24 May 2005 14:25:16 -0400, Lowell Gilbert < [EMAIL PROTECTED