Re: problem with shell script

2011-01-13 Thread Samuel Martín Moro
___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscr...@freebsd.org" > -- Samuel Martín Moro {EPITECH.

Re: problem with shell script

2011-01-12 Thread Samuel Martín Moro
On Wed, Jan 12, 2011 at 4:34 PM, Samuel Martín Moro wrote: > > > On Wed, Jan 12, 2011 at 3:50 PM, Chad Kellerman wrote: > >> On Wed, Jan 12, 2011 at 9:01 AM, Frank Bonnet wrote: >> >> > Hello >> > >> > I'm in trouble with a simple

Re: problem with shell script

2011-01-12 Thread Samuel Martín Moro
mail to " > > freebsd-questions-unsubscr...@freebsd.org" > > > > > > -- > A grasshopper walks into a bar and the bartender says "Hey, we have a drink > named after you." And the grasshopper says "Really, You have a drink named > Murray?"

Re: boot, rc script and logs

2010-12-15 Thread Samuel Martín Moro
sed -n 's;^Configured: .*\(tty[^, ]*\).*$;/dev/\1;p'` (is it always /dev/ttyv0? in doubt, I'll trust conscontrol) [...] $DIALOG [...] >$OUT > > > dhclient and oss seem to dump their output in /var/log/messages, while > > apache, p

boot, rc script and logs

2010-12-14 Thread Samuel Martín Moro
^[[25;1H Dec 14 13:26:48 camtrace13 kernel: Starting slim. Dec 14 13:26:48 camtrace13 kernel: Starting dhclient and oss seem to dump their output in /var/log/messages, while apache, postgresql and slim dump their one in /var/log/console.log So... How can my rc.script write in both console and messa

Re: bash increment in a given way

2010-12-11 Thread Samuel Martín Moro
also... if (nwrote: > with seq starting with 0, to fit your example... > > On Sat, Dec 11, 2010 at 5:34 PM, Samuel Martín Moro wrote: > >> something like that? >> for i in `seq 1 20 | awk 'BEGIN{n=0; max=4; avg=max/2}{if (n<=avg) {print >> $0;} n++; if

Re: bash increment in a given way

2010-12-11 Thread Samuel Martín Moro
with seq starting with 0, to fit your example... On Sat, Dec 11, 2010 at 5:34 PM, Samuel Martín Moro wrote: > something like that? > for i in `seq 1 20 | awk 'BEGIN{n=0; max=4; avg=max/2}{if (n<=avg) {print > $0;} n++; if (n>=max) {n=0;} }'` > do > echo welcome

Re: bash increment in a given way

2010-12-11 Thread Samuel Martín Moro
something like that? for i in `seq 1 20 | awk 'BEGIN{n=0; max=4; avg=max/2}{if (n<=avg) {print $0;} n++; if (n>=max) {n=0;} }'` do echo welcome $i times done On Sat, Dec 11, 2010 at 3:34 PM, S Mathias wrote: > , that i can use this, when i want -- Samuel Martín M

Re: Can MS Exchange play nice with the mailing lists?

2010-12-01 Thread Samuel Martín Moro
server's domain? Did IT correctly configured your computer/Are you trying from your own laptop? Even if you can send mail to other members of your domain or a large part of mail servers (mostly based on exchange, poorly configured postfix, ...): I won't be surprise if Exchange isn't

Re: freebsd 8.1 iso 386

2010-11-09 Thread Samuel Martín Moro
el mot de passe. Par ailleurs, les conversations sur cette liste se font normalement en anglais. Cordialement, -- Samuel Martín Moro {EPITECH.} tek5 CamTrace S.A.S (+033) 1 41 38 37 60 1 Allée de la Venelle 92150 Suresnes FRANCE "Nobody wants to say how this works. Maybe nobody knows .

UFS

2010-11-08 Thread Samuel Martín Moro
mount of RAM ... that would at least take days. In doubt: am I missing something? Is there an easier way? Regards, -- Samuel Martín Moro {EPITECH.} tek5 CamTrace S.A.S (+033) 1 41 38 37 60 1 Allée de la Venelle 92150 Suresnes FRANCE "Nobody wants to say h

openvpn client on pf gateway

2010-11-04 Thread Samuel Martín Moro
nternet to the gateway (1664) works. but accessing a ssh server behind the gateway (say alpha, 1668) does not... What am I doing wrong? Regards, -- Samuel Martín Moro {EPITECH.} tek5 CamTrace S.A.S (+033) 1 41 38 37 60 1 Allée de la Venelle 92150 Suresnes FRANCE "Nobody wants to say h

Re: Can not install ZendOptimizer

2010-10-11 Thread Samuel Martín Moro
ts.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscr...@freebsd.org" > -- Samuel Martín Moro {EPITECH.} tek5 CamTrace S.A.S (+033) 1 41 38 37 60 1 Allée de la Venelle 92150 Suresnes FRANCE "Nobody wan

Re: pf

2010-09-26 Thread Samuel Martín Moro
On Sun, Sep 26, 2010 at 3:34 PM, Michael Powell wrote: > Samuel Martín Moro wrote: > > > Hello, > > > > > > I'm trying to set up pf on my soon-to-be new gateway (8.1-RELEASE amd64). > > I used the sample configuration file available on > > calomel&

pf

2010-09-26 Thread Samuel Martín Moro
eems to works. I just can't access the Internet from a client of my network... For debugging, I commented out the options and the 'block all in/out' directives. Here's my config file http://pastebin.com/Nim2zBCx Is there someone understanding what I'm doing wrong? Thanks

Re: dnsmasq, mfsBSD, status refused

2010-09-21 Thread Samuel Martín Moro
Hi, I tried to associate hostnames with IPs in the hosts file. And it worked... With my linux gate, declaring hosts (mac,ip,name,lease) in one line works perfectly... I don't understand why it won't with FreeBSD... Whatever, sorry for the disturbance :) Cheers, Samuel Martín Mor

Re: wireless networking

2010-09-20 Thread Samuel Martín Moro
to find about your devices, and check you've a driver to use them: pciconf -lv Samuel Martín Moro {EPITECH.} tek5 CamTrace S.A.S (+033) 1 41 38 37 60 1 Allée de la Venelle 92150 Suresnes FRANCE "Nobody wants to say how this works. Maybe no

dnsmasq, mfsBSD, status refused

2010-09-20 Thread Samuel Martín Moro
domain faust-network I already have a dnsmasq working perfectly on my current gate (ArchLinux-x86_64). I copied the configuration, making a few changes (192.168.0.0/24 -> 10.0.0.0/8). So, I don't understant what I'm doing wrong Any ide

kernel replacement in installation media

2010-09-10 Thread Samuel Martín Moro
ven if it's a dirty way to do it, is it ok to update a .img file (or the created stick)? or should I rebuild everything? (on my VM...) Regards, Samuel Martín Moro {EPITECH.} tek4 CamTrace S.A.S ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: IBM server SAS controller support?

2010-09-10 Thread Samuel Martín Moro
two solutions: - compiling the kernel with the driver (device pci and device mfi in the configuration file) - mfi_load="YES" in your loader.conf Samuel Martín Moro {EPITECH.} tek4 CamTrace S.A.S (+033) 1 41 38 37 60 1 Allée de la Venelle 92150 Suresnes FRANCE "Nobody w

Re: Need to run a Command Once on Boot. FreeBSD8.1

2010-09-03 Thread Samuel Martín Moro
creating a /etc/rc.local that rm itself? or, if you already have a rc.local, calling there a script that would self desctruct after beeing launched. Samuel Martín Moro {EPITECH.} tek4 CamTrace S.A.S (+033) 1 41 38 37 60 1 Allée de la Venelle 92150 Suresnes FRANCE "Nobody wants t

Re: Lingua franca file system Linux-NetBSD-FreeBSD?

2010-08-24 Thread Samuel Martín Moro
d Linux. so, if you just want the partition to be read/writeable on both BSD and Linux, and don't wan't to use 128b inodes, nor ext2, you may wanna consider using fat (except the file size limit thing, it works great), or ntfs (quite ugly, but still working) Samuel Martín Moro {EPIT

Re: X11 question

2010-08-12 Thread Samuel Martín Moro
; >> This version (Tk804.025) is only likely to work with perl5.8+. > > >> > > >> Tim Kellers > > >> > > >> On 08/12/10 12:02, Fred Boatwright wrote: > > >> > > >>> Hello, > > >>&

Re: X11 question

2010-08-12 Thread Samuel Martín Moro
pkg_info | grep xinit rehash (if using some *csh) which startx ? Samuel Martín Moro {EPITECH.} tek4 CamTrace S.A.S (+033) 1 41 38 37 60 1 Allée de la Venelle 92150 Suresnes FRANCE "Nobody wants to say how this works. Maybe nobody knows ..." Xorg.conf(5

Re: problem mounting USB drive

2010-08-10 Thread Samuel Martín Moro
"or use the 'force' option" ntfsmount -o force, or something like that then, it would mount normally (without forcing) btw, I didn't check, is ntfsprogs' mkntfs (or whatever the name) working now? Samuel Martín Moro {EPITECH.} tek4 CamTrace S.A.S (+033) 1 41 38

VirtualBox: out of swap space

2010-08-09 Thread Samuel Martín Moro
) I'm seriously thinking on dropping that BSD idea, and choosing some random linux to make it work... (and maybe, try xen...) What should I do? Thanks for any advices. Samuel Martín Moro {EPITECH.} tek4 CamTrace S.A.S (+033) 1 41 38 37 60 1 Allée de la Venelle 92150 Suresnes FRAN

Re: virtualbox

2010-08-07 Thread Samuel Martín Moro
r x86 hardware virtualbox-ose-kmod-3.2.6 VirtualBox kernel module for FreeBSD lambda:~/package# uname -a FreeBSD lambda.axis.fr 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 r...@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 Too bad, it was a good idea... Samuel M

Re: virtualbox

2010-08-06 Thread Samuel Martín Moro
Very powerfull, indeed too bad vrdp doesn't work on OSE... Samuel Martín Moro {EPITECH.} tek4 CamTrace S.A.S (+033) 1 41 38 37 60 1 Allée de la Venelle 92150 Suresnes FRANCE "Nobody wants to say how this works. Maybe nobody knows ..." Xorg.conf(5)

Re: mdconfig, bsdlabel, disktab

2010-08-04 Thread Samuel Martín Moro
e 7.2 host, /dev/md${x}c is correctly added. What is happening?! Samuel Martín Moro {EPITECH.} tek4 CamTrace S.A.S (+033) 1 41 38 37 60 1 Allée de la Venelle 92150 Suresnes FRANCE "Nobody wants to say how this works. Maybe nobody knows ..." Xorg.conf(5)

mdconfig, bsdlabel, disktab

2010-08-04 Thread Samuel Martín Moro
so, how to compute that size (somethign like $pa * $se + $pc * $se? adding $fa + $fc?) - tldr; / otherwise, is there a way to actually get back our /dev/mdXc after bsdlabel? Thanks! Samuel Martín Moro {EPITECH.} tek4 CamTrace S.A.S (+033) 1 41 38 37 60 1 Allée de la Venelle 92150 Suresnes

Re: How to confirm/deny ntp is working?

2010-08-02 Thread Samuel Martín Moro
you may want add to your ntpd.conf: driftfile /your/drift logfile /your/log to confirm, you can change your system date, and see wether it comes back to normal Samuel Martín Moro {EPITECH.} tek4 CamTrace S.A.S (+033) 1 41 38 37 60 1 Allée de la Venelle 92150 Suresnes FRANCE "N

Re: Installing 8.1-RELEASE from the memstick

2010-08-01 Thread Samuel Martín Moro
stick, creating a bootable partition, then newfs to create it mount the disc1.iso file and copy its content in your new partition Samuel Martín Moro {EPITECH.} tek4 CamTrace S.A.S (+033) 1 41 38 37 60 1 Allée de la Venelle 92150 Suresnes FRANCE "Nobody wants to say how this works. Ma

Re: 8.1-RELEASE ia64

2010-07-26 Thread Samuel Martín Moro
Oh right.. ok... sorry... I'll try amd64 Thanks for the heads up! Samuel Martín Moro {EPITECH.} tek4 CamTrace S.A.S (+033) 1 41 38 37 60 1 Allée de la Venelle 92150 Suresnes FRANCE "Nobody wants to say how this works. Maybe nobody knows ..." Xo

8.1-RELEASE ia64

2010-07-26 Thread Samuel Martín Moro
What happened to loader? Did I download the wrong iso? Did I miss something? Also, why other archs have their -memstick.img, and ia64 have not? Thanks, Samuel Martín Moro {EPITECH.} tek4 CamTrace S.A.S (+033) 1 41 38 37 60 1 Allée de la Venelle 92150 Suresnes FRANCE "Nobo

Running a script after a device's been plugged

2010-07-02 Thread Samuel Martín Moro
for your time and advices! Samuel Martín Moro {EPITECH.} tek4 CamTrace S.A.S (+033) 1 41 38 37 60 1 Allée de la Venelle 92150 Suresnes FRANCE ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: .sh for loop

2010-06-21 Thread Samuel Martín Moro
for name in "${path}/${group}"* do path=/dev group=ttypqfr for name in "${path}/${group}"* do test "$name" = "${path}/${group}*" && continue [ -z "${found_list}" ] && found_list="${name}" || found_list="${foun

Re: .sh for loop

2010-06-21 Thread Samuel Martín Moro
ock /dev/ttyp0 /dev/ttyp1 /dev/ttyp2 /dev/ttyp3 /dev/ttyp4 /dev/ttyp5 /dev/ttyp6 /dev/ttyp7 /dev/ttyv0 /dev/ttyv1 /dev/ttyv2 /dev/ttyv3 /dev/ttyv4 /dev/ttyv5 /dev/ttyv6 /dev/ttyv7 /dev/ttyv8 /dev/ttyv9 /dev/ttyva /dev/ttyvb /dev/ttyvc /dev/ttyvd /dev/ttyve /dev/ttyvf h2g2:~# Samuel Martín Mo

Re: concerning flash under freebsd

2010-06-15 Thread Samuel Martín Moro
The day Adobe would provide compatible softwares, they may speak about supporting Linux/Solaris... Until that, the cleanest way to proceed, is to setup a Windows VM... Samuel Martín Moro CamTrace S.A.S "Remember, the problem is not that people are stupid; the problem is that modems

Re: How to make macromedia flash working from Opera?

2010-06-13 Thread Samuel Martín Moro
I am not an Opera user, but assuming it works like other browsers (AFAIK firefox/mozilla), you may have to link/copy the plugin into ~/.opera/[.*/]*plugin[s]/, or /usr/local/.*/opera/[.*/]*plugin[s]/ Samuel Martín Moro {EPITECH.} tek4 CamTrace S.A.S (+033) 1 41 38 37 60 1 Allée de la Venelle

Re: how to debug .sh type script

2010-05-31 Thread Samuel Martín Moro
echo $my $debugs read a #(or whatever variable) until you pressed the enter key (or sig), your script will wait Samuel Martín Moro {EPITECH.} tek4 CamTrace S.A.S (+033) 1 41 38 37 60 1 Allée de la Venelle 92150 Suresnes FRANCE "Nobody wants to say how this works. Maybe nobody

Re: Testing ethernet interface status

2010-04-01 Thread Samuel Martín Moro
27;s doing it 'wrong' :) Samuel Martín Moro {EPITECH.} tek4 CamTrace S.A.S On Thu, Apr 1, 2010 at 8:56 PM, Steve Polyack wrote: > On 04/01/10 14:21, Peter Steele wrote: > >> What's the best what to test the status of an Ethernet interface >> programmatically? We&

Re: "internet connection tester script"

2010-03-27 Thread Samuel Martín Moro
" fi case `expr $local '*' 2 + $net` in 0) exit 2 ;; # big nothing 1) exit 42 ;; # just internet (uhu?) 2) exit 1 ;; # just local 3) exit 0 ;; # all right! *) exit 43 ;; # divided by zero? esac Samuel Martín Moro {EPITECH.} tek4 CamTrace S.A.S On Sat, Mar 27, 2

Re: Changing Default Shell

2010-02-26 Thread Samuel Martín Moro
chsh Samuel Martín Moro CamTrace {EPITECH.} tek4 "Nobody wants to say how this works. Maybe nobody knows ..." Xorg.conf(5) On Fri, Feb 26, 2010 at 5:41 AM, mikel king wrote: > > On Feb 25, 2010, at 9:57 PM, Roger Campbell wrote: > > Lowell Gi

Re: Question about Freebsd 7.2 and Zend framework

2010-02-14 Thread Samuel Martín Moro
It's not officialy supported, but it still works. You have to link some libraries to give them their freebsd 6.2 names. I had to do it for the servers we sell at work. It works perfectly. Samuel Martín Moro CamTrace {EPITECH.} tek4 "Nobody wants to say how this works. Maybe no

Re: SU

2010-01-26 Thread Samuel Martín Moro
are you logged as su, and can't execute commands ? or does su fail ? if you're correctly identified, what does your env and/or set contains Samuel Martín Moro CamTrace {EPITECH.} tek4 "Nobody wants to say how this works. Maybe nobody knows ..." Xorg.conf

Re: rum0 acting as an Access point (belkin router) 8.0 R

2010-01-18 Thread Samuel Martín Moro
e matching my device, based on a similar (I hope so...) chipset) good luck Samuel Martín Moro CamTrace {EPITECH.} tek4 "Nobody wants to say how this works. Maybe nobody knows ..." Xorg.conf(5) On Mon, Jan 18, 2010 at 3:43 PM, Christoph Kukulies wrote: > Paul

Re: denying spam hosts ssh access - good idea?

2010-01-11 Thread Samuel Martín Moro
uot;`cat $DHOSTS | grep $i`" ]; then echo "ALL : $i # matched on `date`" >>$DHOSTS fi done #nota: I added my home & work IPs to /etc/hosts I can't use ssh-keys (many of my users don't know how that works/what it is). But if you can do it, you should.

Re: mysql not starting on boot

2010-01-06 Thread Samuel Martín Moro
r the interface, rather than the default action of >> backgrounding that process and trying to start everything else up. > > This will be useful for me too. Thank you. > > > ___ > freebsd-questi...@freebsd.org mailing list > http://list

Re: 7.2R and Firefox 3.5.3 and Flash/Java - something odd I can't quite figure out...

2009-12-02 Thread Samuel Martín Moro
I think you should move browser_plugins content to firefox3/plugins, remove browser_plugins, and then link it to firefox3/plugins. Samuel Martín Moro CamTrace {EPITECH.} tek4 "Nobody wants to say how this works. Maybe nobody knows ..." Xorg.conf(5) On Wed, Dec 2,

Re: 7.2R and Firefox 3.5.3 and Flash/Java - something odd I can't quite figure out...

2009-12-02 Thread Samuel Martín Moro
maybe this could be managed into firefox3 package? Samuel Martín Moro CamTrace {EPITECH.} tek4 "Nobody wants to say how this works. Maybe nobody knows ..." Xorg.conf(5) On Wed, Dec 2, 2009 at 3:33 PM, Kurt Buff wrote: > On Wed, Dec 2, 2009 at 01:16, Tijl C

Re: WiFi interface - scanning ssid

2009-11-23 Thread Samuel Martín Moro
It is up in my script, I do the following: ifconfig $itf down ifconfig $itf delete ifconfig $itf up scan & var=$! #some loop waiting ifconfig to stop, or killing it after 30 seconds eval `ifconfig -v $itf list scan | sed 's/ome/reg/expr' | awk '{toto}'` Samuel Martí

Re: WiFi interface - scanning ssid

2009-11-23 Thread Samuel Martín Moro
OK... ifconfig $itf -mediaopt hostap removes from options scan/list scan are back... sorry for wasting your time... but it still doesn't answer to my other question: how can you reset an interface configuration ? Samuel Martín Moro CamTrace {EPITECH.} tek4 | "Nobody wants to sa

Re: WiFi interface - scanning ssid

2009-11-23 Thread Samuel Martín Moro
s) to deal with the second one. I don't remember which one I use here. But my problem might come from a bad driver. (but most likely: PEBKAC) Thanks for your help Samuel Martín Moro CamTrace {EPITECH.} tek4 | "Nobody wants to say how this works. | |

WiFi interface - scanning ssid

2009-11-23 Thread Samuel Martín Moro
I do ? Thanks! Samuel Martín Moro CamTrace {EPITECH.} tek4 | "Nobody wants to say how this works. | | Maybe nobody knows ..." | | Xorg.conf(5)| ___ freebsd-questions@freebsd.org mailing list http://lists.f

Re: "All in one" printer?

2009-10-16 Thread Samuel Martín Moro
HP printers are quite good indeed, and they've got cheap stuff. They provide softs & drivers for linux/unix users. Setup is easy. "What else?" Samuel Martín Moro CamTrace {EPITECH.} tek4 On Fri, Oct 16, 2009 at 1:55 PM, Vincent Hoffman wrote: > Patrick Lamai

Re: Making bootable USB keys

2009-09-04 Thread Samuel Martín Moro
71 3e a5 c7 36 8a 52 b9 77 a9 18 6c f3 e9 |.Tq>..6.R.w..l..| I searched into my generated file, there's no "r2Ei". I'll post updates. (But if you can help ... ^^) Thanks! Samuel Martín Moro CamTrace {EPITECH.} tek4 On Fri, Sep 4, 2009 at 9:51 AM, Samuel Martín Moro w

Re: Making bootable USB keys

2009-09-04 Thread Samuel Martín Moro
/ sector 63 The data for partition 3 is: The data for partition 4 is: h2g2:~# Samuel Martín Moro CamTrace {EPITECH.} tek4 On Fri, Sep 4, 2009 at 6:31 AM, Fbsd1 wrote: > Samuel Martín Moro wrote: > >> Hello >> >> I'm having some troubles, trying to create boota

Re: Making bootable USB keys

2009-09-03 Thread Samuel Martín Moro
I've already been told. But didn't tried it yet, my servers haven't X. I'll take a look on a test computer. But in the end, everything'll have to be done in the shellscript. Samuel Martín Moro CamTrace {EPITECH.} tek4 On Thu, Sep 3, 2009 at 6:19 PM, Dimitri Yioulos

Re: Making bootable USB keys

2009-09-03 Thread Samuel Martín Moro
hello. again. btw: my .img file is 0-filled in its 512 first bytes... i downloaded the 8-0-BETA3-???.img, it starts with EB3C. and I think each .img file start like that, right ? thanks Samuel Martín Moro CamTrace {EPITECH.} tek4 On Thu, Sep 3, 2009 at 5:35 PM, Samuel Martín Moro wrote

Making bootable USB keys

2009-09-03 Thread Samuel Martín Moro
f ${imagefile} 2>/dev/null | sed -e '/ c:/{p;s/c:/a:/;}' | \ ${MKLABEL} -R -f ${imagefile} /dev/stdin >/dev/null 2>&1 ${DD} if=${boot1} of=${imagefile} conv=notrunc >/dev/null 2>&1 ${DD} if=${boot2} iseek=1 ibs=276 2>/d

Re: Samba

2009-07-16 Thread Samuel Martín Moro
smbguest chown -R faust:smbguest /home/faust/download chmod 775 /home/faust/download and a restart of samba gl&hf ;) Samuel Martín Moro CamTrace {EPITECH.} tek3 2009/7/16 Anton > > Hello freebsd-questions, > > Could anyone give me fuidance, how to create Samba share wit

Re: can't read from two cameras

2009-06-30 Thread Samuel Martín Moro
What do you mean?Are you the fwcontrol maintener? Is it a common problem on 7.x? Why would fwcontrol work on -CURRENT, while not in 7.x? Thanks! Samuel Martín Moro CamTrace {EPITECH.} tek3 On Mon, Jun 29, 2009 at 5:51 PM, Sean Bruno wrote: > Yeah, I thought so. > > One of these

FreeBSD & FireWire

2009-06-29 Thread Samuel Martín Moro
n I do to get all my FW devices associed to a file in /dev? Thanks for your help. Sorry for my english. Samuel Martín Moro CamTrace {EPITECH.} tek3 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-qu

Re: good morning to all

2009-06-18 Thread Samuel Martín Moro
nstall samba and i can not do the inetd.config > > On Thu, Jun 18, 2009 at 12:51 PM, Samuel Martín Moro > wrote: > >> read the handbook: >> http://www.freebsd.org/doc/en/books/handbook/network-samba.html >> <http://www.freebsd.org/doc/en/books/handbook/ne

mkntfs

2009-06-08 Thread Samuel Martín Moro
) = 26112 (0x6600) preadv(0x3,0x28229800,0x1,0x76a4,0x0,0x2808a600) = 26112 (0x6600) preadv(0x3,0x28229800,0x1,0x76a4,0x0,0x2808a600) = 26112 (0x6600) preadv(0x3,0x28229800,0x1,0x76a4,0x0,0x2808a600) = 26112 (0x6600) . So... Is there a way to format a disk into NTFS ?! Thanks all ! Sa

Re: Shutting down X with control+alt+backspace

2009-06-07 Thread Samuel Martín Moro
it may, dealing with portupgrade/portdowngrade but setting AllowEmptyInput (ServerLayout) works. hal is'nt well documented... it'ld be a good idea to explain its configuration in the handbook Samuel Martín Moro CamTrace {EPITECH.} tek3 On Sun, Jun 7, 2009 at 7:48 PM, Wojciech Pu