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 prop
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 prope
>> 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
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 t
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" co
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"
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"
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:
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: //usr/obj
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
http://lists.freebsd.org/mailman/
o: 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
kldlo
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 ...
___
freebsd-questions@freebsd.o
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
http://lists.f
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 "freebsd-questions-unsubscr...@fre
Hi guys
Take a look to the code below :
#include
#include
#include
#include
using namespace std;
int main()
{
dictionary *dict = new dictionary;
dirent *dir = new dirent;
char *c;
dict = iniparser_load("/tmp/test.ini");
c = iniparser_getstring(dict,"s","w");
cin.get(
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="1"7- echo "Current value of sw is : " $sw8-
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 ...
___
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
h
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 "freebsd-questions-unsub
>>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
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
http://lists
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
http://lists.freebsd.org/mailman/listinfo/freeb
From: Polytropon
To: free...@dreamchaser.org
Cc: FreeBSD Mailing List
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 01:20:14 -0700, Gary Aitken wrote:
> mount /d
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 recogni
>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 ...
__
>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 ...
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 "freebsd-questions-uns
From: Arthur Chance
To: Jack Mc Lauren
Cc: "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 wrote:
> hi
>
> i have a problem with nanobsd. t
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 li
29 matches
Mail list logo