nanobsd configuration

2012-10-23 Thread Jack Mc Lauren
hi  i have a problem with nanobsd. there are somethings which don't have WITHOUT knobs, how can i control these directories manually ? how can i add a costume function to nanobsd.sh to do this ?? thanks ... ___ freebsd-questions@freebsd.org mailing

Re: nanobsd configuration

2012-10-23 Thread Jack Mc Lauren
From: Arthur Chance free...@qeng-ho.org To: Jack Mc Lauren jack.mclau...@yahoo.com Cc: freebsd-questions@freebsd.org freebsd-questions@freebsd.org Sent: Tuesday, October 23, 2012 2:54 PM Subject: Re: nanobsd configuration On 10/23/12 09:28, Jack Mc Lauren

Access packets directly from NIC

2012-10-31 Thread Jack Mc Lauren
Hello FreeBSD users ! How can i access and check packets directly from NIC ? Regards, Jack ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: Access packets directly from NIC

2012-10-31 Thread Jack Mc Lauren
I believe that easiest way is using tcpdump. Also you should specify what you mean by 'accessing packets': is it the need to view raw packet data, or what? :) Yes, i need to view raw packets and check their protocol, e.g. whether they are ICMP packets or something else ...

Access packets directly from NIC

2012-10-31 Thread Jack Mc Lauren
I believe that easiest way is using tcpdump. Also you should specify what you mean by 'accessing packets': is it the need to view raw packet data, or what? :) Yes, i need to view raw packets and check their protocol, e.g. whether they are ICMP packets or something else ...

nanobsd boot problem

2012-11-07 Thread Jack Mc Lauren
Hi all I have some problems in the second phase of running a device from a nanobsd image.  After copying the image on a flash memory, and after I set the system to boot up from flash memory, I just see a black screen and a blinking cursor ! looks like the boot device ( flash memory ) is not

Re: ugh. dump / restore problem(s) Cannot find file dump list

2012-11-14 Thread Jack Mc Lauren
From: Polytropon free...@edvax.de To: free...@dreamchaser.org Cc: FreeBSD Mailing List freebsd-questions@freebsd.org Sent: Wednesday, November 14, 2012 12:27 PM Subject: Re: ugh. dump / restore problem(s) Cannot find file dump list On Wed, 14 Nov 2012

Listen to file changes

2012-12-14 Thread Jack Mc Lauren
Hi all I want to monitor files access and change time. How can I listen to specific file or directory to monitor ? I'm coding with c. Thanks In advance ...    ___ freebsd-questions@freebsd.org mailing list

using AWK

2012-12-17 Thread Jack Mc Lauren
Hi guys How can I read a file which contains a number and assign that number to a variable via awk programming? By the way, I want to use this awk program in a shell script. Thanks in advance ___ freebsd-questions@freebsd.org mailing list

Re: using AWK

2012-12-17 Thread Jack Mc Lauren
Hi Jack, HI How can I read a file which contains a number and assign that number to a variable via awk programming? By the way, I want to use this awk program in a shell script. I'm actually not sure what you're asking, exactly -- you want the number to go into an awk variable? Or a shell

using AWK - Thanks :)

2012-12-17 Thread Jack Mc Lauren
Hi all Thank you so much my friends,  Ben Frank Polytropon Devin you helped me so much :) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Installing chromium port

2012-12-19 Thread Jack Mc Lauren
Hi guys When I attempt to install chromium port I face this error : ===  chromium-6.0.472.63 is forbidden: several security vulnerabilities.*** Error code 1 What should I do with this ?? Thanks in advance ___ freebsd-questions@freebsd.org mailing list

exclude directories from find command

2012-12-22 Thread Jack Mc Lauren
Hi fellas How can I exclude specific directories from my find command ? I want to look for all files in the whole system except for those in e.g /extra directory.  I use this command to find all files, but how can I exclude /extra directory ? find / -type f Thanks in advance ... 

shell script problem

2012-12-23 Thread Jack Mc Lauren
Hi all Please take a look at the script below wich I've wrote : 1- cat /foo/bar.txt | while read $LINE12- do3-    cat /foo/bar/foo/bar.txt | while read $LINE24-    do 5-         if [ $LINE1 = $LINE2 ]; then6-               sw=17-               echo Current value of sw is : $sw8-              

using iniparser.h

2012-12-26 Thread Jack Mc Lauren
Hi guys Take a look to the code below : #include iostream #include string.h #include iniparser.h #include dictionary.h using namespace std; int main() {     dictionary *dict = new dictionary;     dirent *dir = new dirent;     char *c;     dict = iniparser_load(/tmp/test.ini);     c =

system restart after some seconds

2013-01-04 Thread Jack Mc Lauren
Hi How can I restart my freeBSD after specific seconds ? Thanks in advance ... ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

keyboard and mouse problem

2013-01-08 Thread Jack Mc Lauren
Hi guys I have a freeBSD 8.2 amd64 on my system and I'm using gnome environment. But after a few seconds my USB keyboard and  PS/2 mouse hang up !!! What should I do ? Thanks in advance ... ___ freebsd-questions@freebsd.org mailing list

installing a new device driver

2013-01-09 Thread Jack Mc Lauren
Hi all Sorry I ask so much cause I'm a new user to freeBSD :) Hear's the deal. How can I install a new device driver on my OS ? Please explain in details because of the reason I mentioned earlier :) Thanks in advance ... ___

Re: installing a new device driver

2013-01-09 Thread Jack Mc Lauren
...@rocketmail.com To: freebsd-questions@freebsd.org Sent: Wednesday, January 9, 2013 1:55 PM Subject: Re: installing a new device driver On Wed, 2013-01-09 at 02:09 -0800, Jack Mc Lauren wrote: How can I install a new device driver on my OS ? I'm new to FreeBSD myself :). Manually as root run         kldload

assign IP address to ng interface without destination address

2013-02-18 Thread Jack Mc Lauren
Hi fellas Is it possible to assign IP address to ng interfaces without destination address ? Is it possible to assign the destination address later ? Thanks in advance ... ___ freebsd-questions@freebsd.org mailing list

make release fails

2013-05-23 Thread Jack Mc Lauren
Hi I'm trying to make my own release ... # cd /usr/src # make buildkernel KERNCONF=MYKERN # make -j4 buildworld # cd release/ # make release NODOC=YES NOPORTS=YES NOSRC=YES and that's the error while making release: find //usr/obj/usr/src/release/dist/doc -empty -delete find: -delete:

Using snort in inline mode with IPFW

2013-06-27 Thread Jack Mc Lauren
Hi all Have you guys ever tried this combination? Using snort in inline mode and IPFW as daq.  I have added the following lines to the default /usr/local/etc/snort/snort.conf file : config daq: ipfw config daq_mode: inline config policy_mode: inline And I use the following script to run snort:

ttys file question

2013-09-08 Thread Jack Mc Lauren
Hi list I'm trying to connect to my server via a serial port which is named ttyu6 under FreeBSD. In order to do that, I've decided to change /etc/ttys file like this: # Serial terminals # The 'dialup' keyword identifies dialin lines to login, fingerd etc. ttyu6 /usr/libexec/getty std.115200

ttys file question

2013-09-08 Thread Jack Mc Lauren
Hi list I'm trying to connect to my server via a serial port which is named ttyu6 under FreeBSD. In order to do that, I've decided to change /etc/ttys file like this: # Serial terminals # The 'dialup' keyword identifies dialin lines to login, fingerd etc. ttyu6  /usr/libexec/getty std.115200

Fw: ttys file question

2013-09-08 Thread Jack Mc Lauren
Hi list I'm trying to connect to my server via a serial port which is named ttyu6 under FreeBSD. In order to do that, I've decided to change /etc/ttys file like this: #Serial terminlas #The 'dialup' keyword identifies dialin lines to login, fingerd etc. ttyu6  /usr/libexec/getty  std.115200

ttys file question

2013-09-08 Thread Jack Mc Lauren
Hi list I'm trying to connect to my server via a serial port which is named ttyu6 under FreeBSD. In order to do that, I've decided to change /etc/ttys file like this: ttyu6   std.115200 cons25  on secure But I can not connect to my server with this configuration. But if I change ttyu6 to

Re: ttys file question

2013-09-09 Thread Jack Mc Lauren
But I can not connect to my server with this configuration. But if I change ttyu6 to cuau6, everything works fine! I don't understand the difference, would you please explain the reason for me? In short the tty devices are for outgoing connections, the cua devices are for incoming

ttys file question

2013-09-11 Thread Jack Mc Lauren
I have added the following entry to /etc/gettytab file test.std.115200:\ :ep:sp#4800:tc:Pc And also I have changed /etc/ttys file cuau3 /usr/libexec/getty test.std.115200cons25 on secure I expect /dev/cuau3 device to use even parity and 4800 as speed, but when I check the device

Fw: ttys file question

2013-09-11 Thread Jack Mc Lauren
I have added the following entry to /etc/gettytab file test.std.115200:\ :ep:sp#4800:tc:Pc And also I have changed /etc/ttys file cuau3  /usr/libexec/getty test.std.115200    cons25  on secure I expect /dev/cuau3 device to use even parity and 4800 as speed, but when I check the device