Re: How do I ring a bell?

2013-10-07 Thread Polytropon
On Mon, 07 Oct 2013 21:09:44 +0100, Frank Leonhardt wrote: > On 07/10/2013 13:36, Polytropon wrote: > > > Is there any way to make a noise through the built in "bell" speaker > > > found on an IBM PC compatible server box? Writing 007 to the BIOS cout > > > routine might do it, but I've realised I

Re: How do I ring a bell?

2013-10-07 Thread Frank Leonhardt
On 07/10/2013 13:36, Polytropon wrote: > Is there any way to make a noise through the built in "bell" speaker > found on an IBM PC compatible server box? Writing 007 to the BIOS cout > routine might do it, but I've realised I haven't got a clue how to do that. > Making it audible is part of the

Re: How do I ring a bell?

2013-10-07 Thread Warren Block
On Mon, 7 Oct 2013, Frank Leonhardt wrote: On 07/10/2013 13:06, Peter Boosten wrote: echo "CTRL-V CTRL-G" should do the trick Or, more easily, printf "\a". Alas, not. The console driver won't ring the BIOS bell on anything I've tried. It might on a desktop with a built-in sound card and spe

Re: How do I ring a bell?

2013-10-07 Thread Frank Leonhardt
On 07/10/2013 14:31, RW wrote: On Mon, 07 Oct 2013 13:46:53 +0100 Frank Leonhardt wrote: Alas, not. The console driver won't ring the BIOS bell on anything I've tried. It might on a desktop with a built-in sound card and speakers, but it won't do anything with the "beep" speaker. Are you sure

Re: How do I ring a bell?

2013-10-07 Thread Steve O'Hara-Smith
On Mon, 07 Oct 2013 13:46:53 +0100 Frank Leonhardt wrote: > Then there's the issue of writing it to the console rather than a > virtual terminal, but I have a few hacks that'll achieve that part. /dev/console is your friend. -- Steve O'Hara-Smith _

Re: How do I ring a bell?

2013-10-07 Thread RW
On Mon, 07 Oct 2013 13:46:53 +0100 Frank Leonhardt wrote: > Alas, not. The console driver won't ring the BIOS bell on anything > I've tried. It might on a desktop with a built-in sound card and > speakers, but it won't do anything with the "beep" speaker. Are you sure you have one? The last two

Re: How do I ring a bell?

2013-10-07 Thread Leslie Jensen
Frank Leonhardt skrev 2013-10-07 13:37: In the good'ol days I could make UNIX ring a bell (literally) by sending \a to the console TTY (an ASR33 in my case). Now there's an electronic synthesised ting or beep from an terminal emulator IF it's got a sound card and so on, and an IBM-PC had a beep

Re: How do I ring a bell?

2013-10-07 Thread Steve O'Hara-Smith
On Mon, 07 Oct 2013 12:37:35 +0100 Frank Leonhardt wrote: > In the good'ol days I could make UNIX ring a bell (literally) by sending > \a to the console TTY (an ASR33 in my case). Now there's an electronic > synthesised ting or beep from an terminal emulator IF it's got a sound > card and so o

Re: How do I ring a bell?

2013-10-07 Thread Frank Leonhardt
On 07/10/2013 13:06, Peter Boosten wrote: On 7 okt. 2013, at 13:37, Frank Leonhardt > wrote: In the good'ol days I could make UNIX ring a bell (literally) by sending \a to the console TTY (an ASR33 in my case). Now there's an electronic synthesised ting or beep from

Re: How do I ring a bell?

2013-10-07 Thread Polytropon
On Mon, 07 Oct 2013 12:37:35 +0100, Frank Leonhardt wrote: > In the good'ol days I could make UNIX ring a bell (literally) by sending > \a to the console TTY (an ASR33 in my case). Ah, the famous ^G control character... :-) > Now there's an electronic > synthesised ting or beep from an termin

Re: How do I ring a bell?

2013-10-07 Thread Peter Boosten
On 7 okt. 2013, at 13:37, Frank Leonhardt wrote: > In the good'ol days I could make UNIX ring a bell (literally) by sending \a > to the console TTY (an ASR33 in my case). Now there's an electronic > synthesised ting or beep from an terminal emulator IF it's got a sound card > and so on, and a

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-29 Thread Laurent SALIN
Hi, for the list archive, here's how I solved my "problem". Some on the thread tell me to run BIND on the 1rst VPS, as DNS autoritative server and as caching resolver who let only hosts from my network send him queries. Well I'm quite happy my setup with NSD as DNS autoritative and UNBOUND as cach

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-29 Thread Bernt Hansson
On 2013-09-28 09:37, loran42o wrote: Le 28.09.2013 00:08, Terje Elde a écrit : On 28. sep. 2013, at 00:03, Frank Leonhardt wrote: If I understand the way it works correctly, the resolver pulls a list of the NS and hard-sets the port number for each to 53 (via a manifest constant) . See libc

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-28 Thread Busarow Dan
On Sep 28, 2013, at 2:24 PM, Laurent SALIN wrote: > Le 28.09.2013 21:28, Mike. a écrit : >> The way I solved this problem on my setup, I assigned another IP >> address to the network interface via ifconfig alias. >> >> I put the authoritative namesever on one IP address, and the >> recursive nam

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-28 Thread Laurent SALIN
Le 28.09.2013 21:28, Mike. a écrit : > The way I solved this problem on my setup, I assigned another IP > address to the network interface via ifconfig alias. > > I put the authoritative namesever on one IP address, and the > recursive nameserver on the other IP address. > > They both are still l

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-28 Thread Mike.
On 9/28/2013 at 7:16 PM Laurent SALIN wrote: |Le 28.09.2013 18:32, Terje Elde a écrit : |> Not sure if I misunderstood what you're trying to do, but the way I |recall it, you have two boxes, one running with one recursive and one |authoritative nameserver, and you wanted a second box to quey the

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-28 Thread Laurent SALIN
Le 28.09.2013 18:32, Terje Elde a écrit : > Not sure if I misunderstood what you're trying to do, but the way I recall > it, you have two boxes, one running with one recursive and one authoritative > nameserver, and you wanted a second box to quey the recursive nameserver on > the first box, whi

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-28 Thread Terje Elde
On 28. sep. 2013, at 15:50, Frank Leonhardt wrote: > Given that BIND can happily listen on ports other than 53 and OpenBSD allows > a port to be specified against each nameserver in resolv.conf, it does not > seem an unreasonable question to me. Just to avoid any misunderstanding... Not sure

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-28 Thread Frank Leonhardt
On 28/09/2013 00:20, Michael Sierchio wrote: On Fri, Sep 27, 2013 at 4:11 PM, Frank Leonhardt wrote: On 27/09/2013 23:08, Terje Elde wrote: On 28. sep. 2013, at 00:03, Frank Leonhardt wrote: If I understand the way it works correctly, the resolver pulls a list of the NS and hard-sets the po

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-28 Thread loran42o
Le 28.09.2013 01:11, Frank Leonhardt a écrit : > It was more of an explanation as to /why/ it's not easy to do what asked > in the original reasonable-sounding question. Hi, Thanks for the explanation of how it works from the behind. I don't think I'll compile and maintain my own libc just for DNS

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-28 Thread loran42o
Le 27.09.2013 23:31, jb a écrit : > Well, I hope I understand you. > You use DNS Proxy server, like BIND or DNSMASQ. hi, actually I use two daemons, one to serve as a autoritative DNS server : nsd the other one to serve as a recursive DNS resolver with caching : unbound I can't set them both list

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-28 Thread loran42o
Le 28.09.2013 00:08, Terje Elde a écrit : > On 28. sep. 2013, at 00:03, Frank Leonhardt wrote: > >> If I understand the way it works correctly, the resolver pulls a list of the >> NS and hard-sets the port number for each to 53 (via a manifest constant) . >> See libc/resolv/res_init.c. All you

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-27 Thread Michael Sierchio
On Fri, Sep 27, 2013 at 4:11 PM, Frank Leonhardt wrote: > On 27/09/2013 23:08, Terje Elde wrote: >> >> On 28. sep. 2013, at 00:03, Frank Leonhardt wrote: >> >>> If I understand the way it works correctly, the resolver pulls a list of >>> the NS and hard-sets the port number for each to 53 (via a

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-27 Thread Frank Leonhardt
On 27/09/2013 23:08, Terje Elde wrote: On 28. sep. 2013, at 00:03, Frank Leonhardt wrote: If I understand the way it works correctly, the resolver pulls a list of the NS and hard-sets the port number for each to 53 (via a manifest constant) . See libc/resolv/res_init.c. All you need to do(!)

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-27 Thread Terje Elde
On 28. sep. 2013, at 00:03, Frank Leonhardt wrote: > If I understand the way it works correctly, the resolver pulls a list of the > NS and hard-sets the port number for each to 53 (via a manifest constant) . > See libc/resolv/res_init.c. All you need to do(!) is change this to a value > of you

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-27 Thread Frank Leonhardt
On 27/09/2013 19:20, Laurent SALIN wrote: Hello, I wondering how i can send queries to a dns resolver listening on a different port than the normaly 53 tcp/udp ? The situation: I've got a vps who running NSD as a autoritative nameserver, listening on tcp/udp 53 and unbound as personnal resolver,

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-27 Thread jb
Laurent SALIN laposte.net> writes: > > Hello, > I wondering how i can send queries to a dns resolver listening on a > different port than the normaly 53 tcp/udp ? > > The situation: > I've got a vps who running NSD as a autoritative nameserver, listening > on tcp/udp 53 and unbound as personnal

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-27 Thread loran42o
Is there any way to use multiple IPs? hi, no I can't. Each VPS got only one IPv4 and I'm really not aware yet about how IPv6 works. Laurent SALIN ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questi

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-27 Thread loran42o
Le 27/09/2013 22:28, Terje Elde a écrit : Why is that a "bad" solution? You'd cache locally, which is often considered a good thing? Granted, it's a bit of a weird setup, but still. I hope it could be esay as put the ip of my "resolver VPS" in the /etc/resolv.conf and let PF translate the de

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-27 Thread Terje Elde
On 27. sep. 2013, at 20:20, Laurent SALIN wrote: > I've got a "bad" solution, use unbound on the second VPS and maybe tell > him to ask the 1rst VPS on the unusual tcp/udp port Why is that a "bad" solution? You'd cache locally, which is often considered a good thing? Granted, it's a bit of a w

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-27 Thread Mark Felder
On Fri, Sep 27, 2013, at 13:20, Laurent SALIN wrote: > Hello, > I wondering how i can send queries to a dns resolver listening on a > different port than the normaly 53 tcp/udp ? > > The situation: > I've got a vps who running NSD as a autoritative nameserver, listening > on tcp/udp 53 and unbound

Re: how to tell which process call sendmail

2013-09-19 Thread Frank Leonhardt
On 19/09/2013 19:30, Glenn McCalley wrote: So, some idiot is using a cgi or php or something to send mail out of his website that he shouldn't be sending. With a bunch of sites on the server, can't tell who. I had a similar problem, but some time back and I can't remember *exactly* what I

Re: how to tell which process call sendmail

2013-09-19 Thread Eugene
Hi Glenn, I once wrote some (quick-and-dirty) perl script that monitors network traffic and logs (for matching outgoing connections) the process command line and (if apache) the respective vhost and request. But this would not help if they are calling the sendmail program directly to inject

Re: how to log sshd access in a single file

2013-09-16 Thread Rick Miller
On Mon, Sep 16, 2013 at 2:44 PM, aurikus grande wrote: > >Most web servers handle their own logging. > I do _not_ want the web server acces to be logged (at least as of now). > Which is fine, but still configured via your web server. >Have you looked at /var/log/auth.log? > yes, and as you men

Re: how to log sshd access in a single file

2013-09-16 Thread aurikus grande
>Most web servers handle their own logging. I do _not_ want the web server acces to be logged (at least as of now). >Have you looked at /var/log/auth.log? yes, and as you mentioned in your previous update, it logs the success login (only). Unsuccessfull attempts are being sent to /var/log/message

Re: how to log sshd access in a single file

2013-09-16 Thread Matthew Seaman
On 16/09/2013 14:36, aurikus grande wrote: > I try to add a line in /etc/hosts.allow which would allow and log all > attempts using SSH (sshd). Actually, by default all logins via ssh are already logged to /var/log/auth.log Verb. Sap. tcpwrappers are mostly a lot less useful than they appear to

Re: how to log sshd access in a single file

2013-09-16 Thread Rick Miller
Hi Aurikus, Selecting "Reply all" when replying to messages on the list allows the entire list to benefit from the discussion. On Mon, Sep 16, 2013 at 11:05 AM, aurikus grande wrote: > Hello Rick. > > thanks a lot for your quick reply. > > Does your recommendation - to use syslog.conf mean ins

Re: how to log sshd access in a single file

2013-09-16 Thread aurikus grande
Hello Rick, sorry that i did not reply to all, from now on i will use "reply to all". Thanks for pointing it out. I will also open port 80 for web access, but i do not want to log those. Because i expect a huge amount of traffic on my server. So i only want to log successfull and unsuccessfull s

Re: how to log sshd access in a single file

2013-09-16 Thread Rick Miller
On Mon, Sep 16, 2013 at 1:57 PM, aurikus grande wrote: > Hello Rick, > > sorry that i did not reply to all, from now on i will use "reply to all". > Thanks for pointing it out. > > I will also open port 80 for web access, but i do not want to log those. > Because i expect a huge amount of traffic

Re: how to log sshd access in a single file

2013-09-16 Thread Rick Miller
On Mon, Sep 16, 2013 at 9:36 AM, aurikus grande wrote: > Hello, > > just a few days ago i setup my first FreeBSD server, so i am new to this > OS. > > I already tried to find the information i was looking for, but to no luck. > > I try to add a line in /etc/hosts.allow which would allow and log a

Re: how to find where a port came from and rebuild with debug symbols

2013-08-24 Thread Warren Block
On Sat, 24 Aug 2013, ill...@gmail.com wrote: On 24 August 2013 12:05, Gary Aitken wrote: If I have a core file that implicates a library: #0 0x00080525cab0 in wxWindow::DoSetSize () from /usr/local/lib/libwx_gtk2u_core-2.8.so.0 and #16 0x0008056bf720 in wxAuiManager::Update () from

Re: how to find where a port came from and rebuild with debug symbols

2013-08-24 Thread ill...@gmail.com
On 24 August 2013 12:05, Gary Aitken wrote: > If I have a core file that implicates a library: > #0 0x00080525cab0 in wxWindow::DoSetSize () from > /usr/local/lib/libwx_gtk2u_core-2.8.so.0 > and > #16 0x0008056bf720 in wxAuiManager::Update () from > /usr/local/lib/libwx_gtk2u_aui-2.8.

Re: How to Fix Port Audit showing ports not installed on a system

2013-08-06 Thread dweimer
On 08/06/2013 2:55 pm, Matthew Seaman wrote: On 06/08/2013 19:23, dweimer wrote: Of course I have WITH_PKGNG="YES" in the make.conf, and I believe that has been there ever since the server was built. Is my best option to get the correct list from pkg info use rm -r /var/db/pkg/* to clear everyt

Re: How to Fix Port Audit showing ports not installed on a system

2013-08-06 Thread Matthew Seaman
On 06/08/2013 19:23, dweimer wrote: > Of course I have WITH_PKGNG="YES" in the make.conf, and I believe that > has been there ever since the server was built. Is my best option to > get the correct list from pkg info use rm -r /var/db/pkg/* to clear > everything out and then reinstall all of the p

Re: How to Fix Port Audit showing ports not installed on a system

2013-08-06 Thread dweimer
On 08/06/2013 11:58 am, Paul Macdonald wrote: On 06/08/2013 17:25, dweimer wrote: I have a system that I just recently setup port audit, after realizing I forgot to install it on the machine. The problem is that it is finding vulnerabilities in several ports that are not installed on the sys

Re: How to Fix Port Audit showing ports not installed on a system

2013-08-06 Thread Paul Macdonald
On 06/08/2013 17:25, dweimer wrote: I have a system that I just recently setup port audit, after realizing I forgot to install it on the machine. The problem is that it is finding vulnerabilities in several ports that are not installed on the system. These may have been installed at one p

Re: how to make mkinstalldirs

2013-08-04 Thread Gary Aitken
On 08/04/13 13:25, Eduardo Morras wrote: > On Sun, 04 Aug 2013 12:24:46 -0600 > Gary Aitken wrote: > >> Can anyone give me some hints on how to manually (or automagically) create >> mkinstalldirs for a port? >> >> ports/graphics/ufraw fails to build due to >> >> install: /usr/local/share/glib-2.

Re: how to make mkinstalldirs

2013-08-04 Thread Eduardo Morras
On Sun, 04 Aug 2013 12:24:46 -0600 Gary Aitken wrote: > Can anyone give me some hints on how to manually (or automagically) create > mkinstalldirs for a port? > > ports/graphics/ufraw fails to build due to > > install: /usr/local/share/glib-2.0/gettext/mkinstalldirs: No such file or > directo

Re: How to create vlan (four NIC into one) using lagg

2013-07-26 Thread Boris Astardzhiev
Hi Xu Zhe, If I were you I would first of all check cables. They might be the cause. Secondly, if cables are good, to me this report very much resembles a PR I reported a few weeks ago - http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/179926 Check its set and look at the patch I submitted. It's a

Re: How can I remove one interface from lagg, without destroying all lagg?

2013-07-24 Thread Jason Hellenthal
Use -laggport portN -- Jason Hellenthal Inbox: jhellent...@dataix.net Voice: +1 (616) 953-0176 JJH48-ARIN On Jul 24, 2013, at 5:14, Alex Liptsin wrote: > Hi. > > I have lagg interface created on my server: > > [root@h-qa-094 ~]$ ifconfig lagg0 > lagg0: flags=8802 metric 0 mtu 1500 >

Re: How can I remove one interface from lagg, without destroying all lagg?

2013-07-24 Thread Maciej Milewski
On 24.07.2013 11:14, Alex Liptsin wrote: Hi. I have lagg interface created on my server: [root@h-qa-094 ~]$ ifconfig lagg0 lagg0: flags=8802 metric 0 mtu 1500 options=401bb ether 00:02:c9:19:82:80 nd6 options=21 media: Ethernet autoselect status: ac

Re: How to create NanoBSD iso image to install NanoBSD on vmware machine?

2013-07-15 Thread Ganesh Borse
Hi Olivier, Hard Disk is configured as IDE (IDE 1:1), vm settings. When freebsd image is booting in this VM, before getting the above error, following logs are displayed on boost console: ada0: ATA-4 device ... ... ada0: Previously was known as ad3 .. Trying to mount root fro

Re: How to create NanoBSD iso image to install NanoBSD on vmware machine?

2013-07-15 Thread Olivier Nicole
Ganesh, > I am new to Nanobsd and trying to create an iso image which can be > installed on vmware machine. > > I created an iso image using the disk image > (/usr/obj/nanobsd.full/_.disk.image) generated according to steps > given in NanoBSD > How To

Re: How to get file from nfs id

2013-07-11 Thread Dan Nelson
In the last episode (Jul 11), Radek Krejca said: > Hello, > > I have problem with heavy load of my nfsd server. There is connected about 70 > diskless machines, but in readonly mode. I catched traffic and get this: > > 21:00:39.715337 IP diskless-1.3297435097 > storage.nfs: 112 getattr fh > Unk

Re: How to get file from nfs id

2013-07-11 Thread Frank Leonhardt
On 11/07/2013 06:47, Radek Krejc(a wrote: Hello, I have problem with heavy load of my nfsd server. There is connected about 70 diskless machines, but in readonly mode. I catched traffic and get this: 21:00:39.715337 IP diskless-1.3297435097 > storage.nfs: 112 getattr fh Unknown/A27801CEDE115FA

Re: How do I launch Calligra?

2013-06-21 Thread Eduardo Morras
On Thu, 20 Jun 2013 09:02:42 -0700 Ed Flecko wrote: > I've installed Calligra "Suite" from package, but I'm struggling to figure > out how to launch any of its programs??? These are my entries in the handwritten Fluxbox Menu: /usr/local/kde4/bin/kexi /usr/local/kde4/bin/calligrawords HTH > Ed

Re: How do I launch Calligra?

2013-06-20 Thread ill...@gmail.com
On 20 June 2013 14:33, Polytropon wrote: > On Thu, 20 Jun 2013 09:02:42 -0700, Ed Flecko wrote: > > I've installed Calligra "Suite" from package, but I'm struggling to > figure > > out how to launch any of its programs??? > > Check what's been installed, especially with a new entry > in /usr/loca

Re: How do I launch Calligra?

2013-06-20 Thread Polytropon
On Thu, 20 Jun 2013 09:02:42 -0700, Ed Flecko wrote: > I've installed Calligra "Suite" from package, but I'm struggling to figure > out how to launch any of its programs??? Check what's been installed, especially with a new entry in /usr/local/bin, maybe with $ grep "bin" /var/db/pkg//+CO

Re: How to force a static /etc/resolv.conf?

2013-06-13 Thread Darren Pilgrim
On 2013-06-12 17:46, Darren Pilgrim wrote: How do I tell resolvconf to always use a static configuration or, better yet, to not muck with /etc/resolv.conf at all? According to the project developer, the answer is to have resolvconf not touch /etc/resolv.conf by put the following in /etc/resolv

Re: How to force a static /etc/resolv.conf?

2013-06-13 Thread Darren Pilgrim
On 2013-06-13 05:02, Loic Capdeville wrote: You can configure it in your dhclient.conf file. Use the supersede keyword. For example, in your case add: supersede domain-search "example.com example.net" supersede domain-name-servers 2001:db8::53 That only addresses the DHCPv4 cli

Re: How to force a static /etc/resolv.conf?

2013-06-13 Thread Loic Capdeville
On 13/06/2013 02:46, Darren Pilgrim wrote: I'm running 9.1. I run a local recursive resolver, so my /etc/resolv.conf needs to remain static. I have DHCPv4, DHCPv6 and VPN clients running which all want to modify /etc/resolv.conf. I have set in /etc/resolvconf.conf: search_domains="example.com

RE: How to switch Datgram/Connected mtu modes?

2013-06-11 Thread Alex Liptsin
reebsd.org] Sent: Wednesday, May 29, 2013 9:17 PM To: freebsd-...@freebsd.org Cc: Alex Liptsin; freebsd-questions@freebsd.org Subject: Re: How to switch Datgram/Connected mtu modes? On Sunday, May 26, 2013 7:43:29 am Alex Liptsin wrote: > Hello. > > I work with FreeBSD 9.1 and Mellanox de

Re: How to compile ipoib module manually?

2013-06-05 Thread Garrett Cooper
On Jun 5, 2013, at 10:22 AM, Alex Liptsin wrote: > Thanks a lot. > > Alex L. > > > Sent from my iPhone > > On 5 ביונ 2013, at 18:13, "John Baldwin" > mailto:j...@freebsd.org>> wrote: > > On Tuesday, June 04, 2013 5:18:46 am Alex Liptsin wrote: > I commented on that lines, because I want to c

Re: How to compile ipoib module manually?

2013-06-05 Thread Alex Liptsin
Thanks a lot. Alex L. Sent from my iPhone On 5 ביונ 2013, at 18:13, "John Baldwin" mailto:j...@freebsd.org>> wrote: On Tuesday, June 04, 2013 5:18:46 am Alex Liptsin wrote: I commented on that lines, because I want to compile and load that modules manually. I had succeed to compile and load m

Re: How to compile ipoib module manually?

2013-06-05 Thread John Baldwin
On Tuesday, June 04, 2013 5:18:46 am Alex Liptsin wrote: > I commented on that lines, because I want to compile and load that modules manually. > I had succeed to compile and load mlx4, mlx4ib and mlxen from /sys/modules: > > [root@h-qa-033 mlxen]# kldstat > Id Refs AddressSize Na

Re: How can I unload/load modules that complied inside the kernel?

2013-05-29 Thread Julian H. Stacey
Hi, Reference: > From: Olivier Nicole > Date: Wed, 29 May 2013 17:54:59 +0700 (ICT) Olivier Nicole wrote: > > [root@h-qa-033 ~]# uname -a > > FreeBSD h-qa-033 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Tue May 28 11:26:45 > > IDT 2013 root@h-qa-033:/usr/obj/lab/odeds/freebsd/9.1.0

Re: How to switch Datgram/Connected mtu modes?

2013-05-29 Thread John Baldwin
On Sunday, May 26, 2013 7:43:29 am Alex Liptsin wrote: > Hello. > > I work with FreeBSD 9.1 and Mellanox devices. > > How can I configure MTU in connected mode on FreeBSD 9.1? > In Linux to enable connected mode for interface ib0, I enter: > >echo connected > /sys/class/net/ib0/mode > > >

Re: How can I unload/load modules that complied inside the kernel?

2013-05-29 Thread Olivier Nicole
> [root@h-qa-033 ~]# uname -a > FreeBSD h-qa-033 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Tue May 28 11:26:45 IDT > 2013 root@h-qa-033:/usr/obj/lab/odeds/freebsd/9.1.0/sys/MYKERNEL amd64 > > OFED and IB support are compiled in kernel. > > > 1. How can I unload/load modules that complied in

Re: How to get kernel source code of free-BSD release 9.1

2013-05-19 Thread Adam Vande More
On Sun, May 19, 2013 at 4:03 PM, Chou, David J wrote: > Hi, > > I have created a virtual machine of PC-BSD release 9.1 64 bit in VMware > Player Version 5.0.0 build-812388 based on PCBSD9.1-x64-DVD.iso downloaded > from ftp://mirrors.isc.org/pub/pcbsd/9.1/amd64/PCBSD9.1-x64-DVD.iso , and > set

Re: How to get kernel source code of free-BSD release 9.1

2013-05-19 Thread Michael Powell
Chou, David J wrote: > Hi, > > I have created a virtual machine of PC-BSD release 9.1 64 bit in VMware > Player Version 5.0.0 build-812388 based on PCBSD9.1-x64-DVD.iso downloaded > from ftp://mirrors.isc.org/pub/pcbsd/9.1/amd64/PCBSD9.1-x64-DVD.iso , and > setup network configuration and instal

Re: How to manually start firewall after system completed boot.

2013-04-17 Thread Polytropon
On Wed, 17 Apr 2013 08:25:46 -0400, Joe wrote: > Is there some format of the service command that could be used to > manually start the selected firewall? How about the rc.d framework? # /etc/rc.d/ipfw start Or # service ipfw start Both will honor the firewall_type= setting in

Re: How to manually start firewall after system completed boot.

2013-04-17 Thread Patrick Lamaiziere
Le Wed, 17 Apr 2013 08:25:46 -0400, Joe a écrit : Hello, > I have special purpose situation where I need to wait until the boot > process has completed the starting of the system and then start the > firewall (ipfw or pf). Commenting out the firewall statements from > the hosts /etc/rc.conf do

Re: How can I commit to FreeBSD current (10.0)

2013-04-15 Thread Tijl Coosemans
On 2013-04-15 10:00, Oded Shanoon wrote: > Hi, > > I am working in a company called Mellanox. > We would like to commit a driver code into the FreeBSD kernel. > I have a few obvious questions regarding this issue: > What is the process? > Do I need a committer? > How can I get a committer to revie

Re: How can I commit to FreeBSD current (10.0)

2013-04-15 Thread paranormal
https://wiki.freebsd.org/BecomingACommitter On Mon, 2013-04-15 at 08:00 +, Oded Shanoon wrote: > Hi, > > I am working in a company called Mellanox. > We would like to commit a driver code into the FreeBSD kernel. > I have a few obvious questions regarding this issue: > What is the process? >

Re: How To Get App To Start At Boot?

2013-03-19 Thread Michael Sierchio
On Tue, Mar 19, 2013 at 2:13 PM, Drew Tomlinson wrote: > I installed Splunk which is not part of the ports tree. It's a proprietary > app that I downloaded and installed on it's own. I start it with > '/usr/local/splunk/bin/splunk start'. It should also be stopped with > '/usr/local/splunk/bin/

Re: how run snort in quiet and deamon mode

2013-03-18 Thread s m
great!! "snort -q &" runs snort in daemon and silent mode as i expected:) thank you so much On 3/17/13, Polytropon wrote: > On Sun, 17 Mar 2013 12:15:53 +0330, s m wrote: >> hello guys >> >> i have a freebsd8.2 and wanna run snort on it. my snort version is >> 2.9.3.1. i want to run snort in dea

Re: how run snort in quiet and deamon mode

2013-03-17 Thread Polytropon
On Sun, 17 Mar 2013 12:15:53 +0330, s m wrote: > hello guys > > i have a freebsd8.2 and wanna run snort on it. my snort version is > 2.9.3.1. i want to run snort in deamon mode and quietly. man page says > that "D" flag is for running snort in deamon mode and "q" flag is to > run it quietly(do not

Re: How to know % of read file in cat?

2013-03-11 Thread Richard Tobin
> I use cat to read a file and pass it to another app, the command is this: > > camibar% cat file.git | fossil import --git file.fossil > > It takes a lot of time, file.git is 12GB, and i want to know if > there's some 'magic' trick can I use to show me how many bytes or > the % of the file.git c

Re: How to know % of read file in cat?

2013-03-09 Thread Luís Fernando Schultz Xavier da Silveira
You might want to try the sysutils/pv port, which is a small program that works like cat, but provides a progress bar. On Sat, Mar 09, 2013 at 10:54:00AM +0100, Eduardo Morras wrote: > > Hello, > > I use cat to read a file and pass it to another app, the command is this: > > camibar% cat file.g

Re: how to forbid a process to use swap?

2013-03-09 Thread Mehmet Erol Sanliturk
On Sat, Mar 9, 2013 at 4:30 PM, Anton Shterenlikht wrote: > From m.e.sanlit...@gmail.com Sun Mar 10 00:25:27 2013 > > On Sat, Mar 9, 2013 at 3:55 PM, Anton Shterenlikht < > me...@bristol.ac.uk>wrote: > > > I run a program that uses large arrays. > > I don't want it

Re: how to forbid a process to use swap?

2013-03-09 Thread Anton Shterenlikht
From m.e.sanlit...@gmail.com Sun Mar 10 00:25:27 2013 On Sat, Mar 9, 2013 at 3:55 PM, Anton Shterenlikht wrote: > I run a program that uses large arrays. > I don't want it to use swap, because it's > too slow. I want the program to fail when > ther

Re: how to forbid a process to use swap?

2013-03-09 Thread Mehmet Erol Sanliturk
On Sat, Mar 9, 2013 at 3:55 PM, Anton Shterenlikht wrote: > I run a program that uses large arrays. > I don't want it to use swap, because it's > too slow. I want the program to fail when > there's not enough RAM, rather than using > swap. How to do this? > > Is it something to do with these kerne

Re: how to forbid a process to use swap?

2013-03-09 Thread Ben Cottrell
On Mar 9, 2013, at 15:55, Anton Shterenlikht wrote: > I run a program that uses large arrays. > I don't want it to use swap, because it's > too slow. I want the program to fail when > there's not enough RAM, rather than using > swap. How to do this? If it were me I would start with mlockall() and

Re: How to know % of read file in cat?

2013-03-09 Thread Eduardo Morras
On Sat, 9 Mar 2013 11:11:26 +0100 Matthias Apitz wrote: > Yes, in your case cat(1) is superflues (see also the Useless Use of Cat > Award) because the correct way would be: > > camibar% fossil import --git file.fossil < file.git > > It depends of the tool 'fossil' if you can monitor somehow the

Re: How to know % of read file in cat?

2013-03-09 Thread Polytropon
On Sat, 9 Mar 2013 10:54:00 +0100, Eduardo Morras wrote: > > Hello, > > I use cat to read a file and pass it to another app, the command is this: > > camibar% cat file.git | fossil import --git file.fossil > > It takes a lot of time, file.git is 12GB, and i want to know if > there's some 'magic

Re: How to know % of read file in cat?

2013-03-09 Thread Hakisho Nukama
On Sat, Mar 9, 2013 at 9:54 AM, Eduardo Morras wrote: > > Hello, > > I use cat to read a file and pass it to another app, the command is this: > > camibar% cat file.git | fossil import --git file.fossil > > It takes a lot of time, file.git is 12GB, and i want to know if there's some > 'magic' tri

Re: How to know % of read file in cat?

2013-03-09 Thread Matthias Apitz
El día Saturday, March 09, 2013 a las 10:54:00AM +0100, Eduardo Morras escribió: > > Hello, > > I use cat to read a file and pass it to another app, the command is this: > > camibar% cat file.git | fossil import --git file.fossil > > It takes a lot of time, file.git is 12GB, and i want to know

Re: How to connect to VPN

2013-03-07 Thread Istvan Gabor
2013. március 5. 23:44 napon Любомир Григоров írta: > I have been trying to find a way to connect to a PPTP or L2TP VPN for over > a year now. There is no GUI client that I know of and any text > configuration I try with pptpclient fails. > > How can I connect to a VPN, the fast way as in Window

Re: how to disable bluetooth

2013-03-03 Thread CeDeROM
Thank you Kaltheat! :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info ___ 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: how to disable bluetooth

2013-03-02 Thread kaltheat
On Fri, Mar 01, 2013 at 09:50:45PM +0100, CeDeROM wrote: > On Fri, Mar 1, 2013 at 7:30 PM, kaltheat wrote: > > On Wed, Feb 27, 2013 at 06:31:38PM +0100, CeDeROM wrote: > >> hey hey :-) its not that i dont want the bluetooth at all, just want to > >> shut it down when its supposed to be shut down

Re: how to disable bluetooth

2013-02-27 Thread CeDeROM
hey hey :-) its not that i dont want the bluetooth at all, just want to shut it down when its supposed to be shut down :-) bluetooth stack is always functional and my device is always visible even if i disable all bluetooth services, this seems insecure a bit huh. :-) -- CeDeROM, SQ7MHZ, http://w

Re: how to disable bluetooth

2013-02-27 Thread Polytropon
On Mon, 25 Feb 2013 14:56:46 +0100, CeDeROM wrote: > hey, how can i disable bluetooth in freebsd (9.1)? Kill it with fire! ;-) > my device is visible to other devices whethever i switch the radio button, > also the radio button seems to be the only waynto disable my computer from > being visibl

Re: How to add zfs support to FreeBSD

2013-02-19 Thread Jeremy Chadwick
tsu.org] > Sent: Tuesday, February 19, 2013 12:16 AM > To: freebsd-questions@freebsd.org > Cc: fb...@a1poweruser.com; free...@edvax.de > Subject: Re: How to add zfs support to FreeBSD > > Regarding all the recommendations on "how to determine if ZFS is > available on the system&

RE: How to add zfs support to FreeBSD

2013-02-19 Thread Teske, Devin
; free...@edvax.de Subject: Re: How to add zfs support to FreeBSD Regarding all the recommendations on "how to determine if ZFS is available on the system": Do not run commands like /sbin/zfs or /sbin/zpool right off the bat. This will result in the underlying kld bits dynamically load

Re: How to add zfs support to FreeBSD

2013-02-19 Thread Jeremy Chadwick
Regarding all the recommendations on "how to determine if ZFS is available on the system": Do not run commands like /sbin/zfs or /sbin/zpool right off the bat. This will result in the underlying kld bits dynamically loading zfs.ko and opensolaris.ko on the fly -- even if there aren't any ZFS files

Re: How to add zfs support to FreeBSD?

2013-02-18 Thread Polytropon
On Mon, 18 Feb 2013 20:41:19 -0500, Fbsd8 wrote: > So the next question is there any sh script code I can use to > check if zfs has been enabled by the rc.conf zfs_enable statement. > > I need to determine if zfs is enabled on the host. Even though the statement zfs_enable="YES" may be part of /e

RE: How to add zfs support to FreeBSD?

2013-02-18 Thread Teske, Devin
ns YES for example. -- Devin From: owner-freebsd-questi...@freebsd.org [owner-freebsd-questi...@freebsd.org] on behalf of Fbsd8 [fb...@a1poweruser.com] Sent: Monday, February 18, 2013 5:41 PM To: Polytropon Cc: FreeBSD questions Subject: Re: How to add z

Re: How to add zfs support to FreeBSD?

2013-02-18 Thread Fbsd8
Polytropon wrote: On Mon, 18 Feb 2013 16:57:14 -0500, Fbsd8 wrote: Fbsd8 wrote: The handbook does not cover how to add zfs support. How is it done? Let me reword. If zfs is in the base system why does it not show up when I look for it this way? if config -x $( sysctl -n kern.bootfile ) | gr

Re: How to add zfs support to FreeBSD?

2013-02-18 Thread Polytropon
On Mon, 18 Feb 2013 16:57:14 -0500, Fbsd8 wrote: > Fbsd8 wrote: > > The handbook does not cover how to add zfs support. > > > > How is it done? > > > Let me reword. If zfs is in the base system why does it not show up > when I look for it this way? > > if config -x $( sysctl -n kern.bootfile )

Re: How to add zfs support to FreeBSD?

2013-02-18 Thread Glenn Sieb
On 2/18/13 4:21 PM, Fbsd8 wrote: > The handbook does not cover how to add zfs support. > > How is it done? Does this help you? https://wiki.freebsd.org/ZFS Best, --Glenn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

  1   2   3   4   5   6   7   8   9   10   >