Re: problem with shell script

2011-01-13 Thread Samuel Martín Moro
, send any mail to freebsd-questions-unsubscr...@freebsd.org -- Samuel Martín Moro {EPITECH.} 2011 CamTrace S.A.S Nobody wants to say how this works. Maybe nobody knows ... Xorg.conf(5) ___ freebsd-questions@freebsd.org mailing

Re: problem with shell script

2011-01-12 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.} 2011 CamTrace S.A.S Nobody wants to say how this works. Maybe

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 faus...@gmail.comwrote: On Wed, Jan 12, 2011 at 3:50 PM, Chad Kellerman sunck...@gmail.comwrote: On Wed, Jan 12, 2011 at 9:01 AM, Frank Bonnet f.bon...@esiee.fr wrote: Hello I'm in trouble with a simple shell script that give

Re: boot, rc script and logs

2010-12-15 Thread Samuel Martín Moro
, my bad. And it's only those couple of lines to messages, the rest of them to console.log is unsurprising and expected if they're written to stdout. HTH a bit, Ian Thanks! -- Samuel Martín Moro {EPITECH.} tek5 CamTrace S.A.S (+033) 1 41 38 37 60 1 Allée de la Venelle 92150 Suresnes

boot, rc script and logs

2010-12-14 Thread Samuel Martín Moro
, postgresql and slim dump their one in /var/log/console.log So... How can my rc.script write in both console and messages logs? And how can I get rid of that? Thanks for your help! -- Samuel Martín Moro {EPITECH.} tek5 CamTrace S.A.S (+033) 1 41 38 37 60 1 Allée de la Venelle 92150 Suresnes

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 smathias1...@yahoo.com wrote: , that i can use this, when i want -- Samuel Martín

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 faus...@gmail.comwrote: 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

Re: bash increment in a given way

2010-12-11 Thread Samuel Martín Moro
also... if (navg) ... sorry for the sp am... On Sat, Dec 11, 2010 at 5:36 PM, Samuel Martín Moro faus...@gmail.comwrote: with seq starting with 0, to fit your example... On Sat, Dec 11, 2010 at 5:34 PM, Samuel Martín Moro faus...@gmail.comwrote: something like that? for i in `seq 1 20

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

2010-12-01 Thread Samuel Martín Moro
Martín Moro {EPITECH.} tek5 CamTrace S.A.S (+033) 1 41 38 37 60 1 Allée de la Venelle 92150 Suresnes FRANCE /* * If the new process paused because it was * swapped out, set the stack level to the last call * to savu(u_ssav). This means that the return * actually returns from the last

Re: freebsd 8.1 iso 386

2010-11-09 Thread Samuel Martín Moro
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 ... Xorg.conf(5) ___ freebsd-questions@freebsd.org mailing

UFS

2010-11-08 Thread Samuel Martín Moro
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 how this works. Maybe nobody knows

openvpn client on pf gateway

2010-11-04 Thread Samuel Martín Moro
to $vpn_if every rules for $ext_if is working as expected so I copied them, replacing my external interface by the vpn one ssh from internet 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

Re: Can not install ZendOptimizer

2010-10-11 Thread Samuel Martín Moro
/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 wants to say how this works. Maybe nobody

pf

2010-09-26 Thread Samuel Martín Moro
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 for your help! Regards, Samuel Martín Moro

Re: pf

2010-09-26 Thread Samuel Martín Moro
On Sun, Sep 26, 2010 at 3:34 PM, Michael Powell nightre...@hotmail.comwrote: 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 calomelhttps://calomel.org/pf_config.html After

Re: wireless networking

2010-09-21 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 nobody knows ... Xorg.conf

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 Moro {EPITECH

dnsmasq, mfsBSD, status refused

2010-09-20 Thread Samuel Martín Moro
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 idea? Cheers, --- Samuel Martín Moro {EPITECH.} tek5 CamTrace S.A.S ___ freebsd

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 wants to say how

kernel replacement in installation media

2010-09-10 Thread Samuel Martín Moro
...) 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: 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 to say how

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

2010-08-24 Thread Samuel Martín Moro
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 {EPITECH.} tek4 CamTrace S.A.S (+033

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) On Thu

Re: X11 question

2010-08-12 Thread Samuel Martín Moro
to freebsd-questions-unsubscr...@freebsd.org ___ 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

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 37 60 1 Allée de la Venelle

VirtualBox: out of swap space

2010-08-09 Thread Samuel Martín Moro
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 FRANCE Nobody wants to say how this works. Maybe nobody knows

Re: virtualbox

2010-08-07 Thread Samuel Martín Moro
:19 AM, Samuel Martín Moro faus...@gmail.com wrote: Very powerfull, indeed too bad vrdp doesn't work on OSE... True, but a VNC server was recently added to the OSE edition instead: http://www.virtualbox.org/ticket/6020 -Noah ___ freebsd

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) On Fri, Aug 6

mdconfig, bsdlabel, disktab

2010-08-04 Thread Samuel Martín Moro
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 FRANCE Nobody wants

Re: mdconfig, bsdlabel, disktab

2010-08-04 Thread Samuel Martín Moro
, /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) On Wed, Aug 4, 2010

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 Nobody wants

Re: Installing 8.1-RELEASE from the memstick

2010-08-01 Thread Samuel Martín Moro
, 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. Maybe nobody

8.1-RELEASE ia64

2010-07-26 Thread Samuel Martín Moro
? 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 Nobody wants to say how this works. Maybe

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 ... Xorg.conf(5) On Mon

Running a script after a device's been plugged

2010-07-02 Thread Samuel Martín Moro
! 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 To unsubscribe, send any

Re: .sh for loop

2010-06-21 Thread Samuel Martín Moro
/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 Moro {EPITECH.} tek4 CamTrace S.A.S (+033) 1 41 38 37 60 1 Allée de la

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=${found_list} ${name} done echo found list: $found_list Samuel Martín Moro {EPITECH.} tek4 CamTrace S.A.S

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 are cheap

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 knows

Re: Testing ethernet interface status

2010-04-01 Thread Samuel Martín Moro
' :) Samuel Martín Moro {EPITECH.} tek4 CamTrace S.A.S On Thu, Apr 1, 2010 at 8:56 PM, Steve Polyack kor...@comcast.net 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've been using this code similar to this: struct

Re: internet connection tester script

2010-03-27 Thread Samuel Martín Moro
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, 2010 at 1:22 PM, Polytropon free...@edvax.de wrote: On Sat, 27 Mar 2010 13:07

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 mikel.k...@olivent.com wrote: On Feb 25, 2010, at 9:57 PM, Roger Campbell wrote: Lowell Gilbert, I

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 nobody knows

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(5) On Tue, Jan 26

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

2010-01-18 Thread Samuel Martín Moro
, 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 k...@kukulies.orgwrote: Paul B Mahol schrieb

Re: denying spam hosts ssh access - good idea?

2010-01-11 Thread Samuel Martín Moro
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. Samuel Martín Moro On Mon, Jan 11, 2010 at 4:59 PM, Anton Shterenlikht me...@bristol.ac.ukwrote: On Mon, Jan 11, 2010 at 03:25:04PM +, Matthew

Re: mysql not starting on boot

2010-01-06 Thread Samuel Martín Moro
. ___ freebsd-questi...@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 CamTrace {EPITECH.} tek4 Nobody wants to say how

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
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 kurt.b...@gmail.com wrote: On Wed, Dec 2, 2009 at 01:16, Tijl Coosemans t

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, 2009 at 4

WiFi interface - scanning ssid

2009-11-23 Thread Samuel Martín Moro
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.freebsd.org/mailman/listinfo/freebsd

Re: WiFi interface - scanning ssid

2009-11-23 Thread Samuel Martín Moro
the kernel (adding some lines into headers) 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. | | Maybe

Re: WiFi interface - scanning ssid

2009-11-23 Thread Samuel Martín Moro
OK... ifconfig $itf -mediaopt hostap removes hostap 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 say how

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ín Moro CamTrace {EPITECH.} tek4

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 vi...@unsane.co.uk wrote: Patrick Lamaiziere wrote

Re: Making bootable USB keys

2009-09-04 Thread Samuel Martín Moro
The data for partition 3 is: UNUSED The data for partition 4 is: UNUSED h2g2:~# Samuel Martín Moro CamTrace {EPITECH.} tek4 On Fri, Sep 4, 2009 at 6:31 AM, Fbsd1 fb...@a1poweruser.com wrote: Samuel Martín Moro wrote: Hello I'm having some troubles, trying to create bootable USB keys. I found

Re: Making bootable USB keys

2009-09-04 Thread Samuel Martín Moro
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 faus...@gmail.comwrote: In fact, we provide the servers

Making bootable USB keys

2009-09-03 Thread Samuel Martín Moro
- if=$BT2 - if=/dev/zero none of that worked... So. Does someone understand what am I doing wrong?! Thanks for you help! Samuel Martín Moro CamTrace {EPITECH.} tek4 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

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 faus

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 dyiou...@firstbhph.comwrote

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 glhf ;) Samuel Martín Moro CamTrace {EPITECH.} tek3 2009/7/16 Anton an...@sng.by Hello freebsd-questions, Could anyone give me fuidance, how to create Samba share with rw

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 sean.br...@dsl-only.net wrote: Yeah, I thought so. One

FreeBSD FireWire

2009-06-29 Thread Samuel Martín Moro
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-questions To unsubscribe, send any mail

Re: good morning to all

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

mkntfs

2009-06-08 Thread Samuel Martín Moro
(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 ! Samuel Martín Moro CamTrace

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 Puchar woj