Re: Question about a possible missing line/entry for file UPDATING (from http://svnweb.freebsd.org) - 8.4-RELEASE plus branches

2013-09-12 Thread Pablo Carboni
Hi Damien (I'm sorry for delay) Thanks for your comments (specially for the tips / experience with your -STABLE boxes) Regards, Pablo Carboni. On Wed, Sep 4, 2013 at 2:57 PM, Damien Fleuriot wrote: > However minor the issue seems, I think it warrants a PR, if at least so > the entry is added

Re: question

2013-09-11 Thread Polytropon
On Wed, 11 Sep 2013 09:41:31 +0200, Pawel Sulewski wrote: > How to recognize kernel panic and dump memory state onto USB device using C > language? The kernel has its own crash handling and will initiate the writing of the proper image automatically. It will be stored on the partition designated b

Re: Question about those special (countdown numbers) at shutdown / sync

2013-09-05 Thread Patrick Dung
Thanks for the answer. That is cool and unique. From: Polytropon To: Patrick Dung Cc: "freebsd-questions@freebsd.org" Sent: Thursday, September 5, 2013 9:42 PM Subject: Re: Question about those special (countdown numbers) at shutdown / sync

Re: Question about those special (countdown numbers) at shutdown / sync

2013-09-05 Thread Polytropon
On Thu, 5 Sep 2013 21:30:29 +0800 (SGT), Patrick Dung wrote: > I am curious about the special (count down numbers) at shutdown / sync. > > Those nubmers is like 8 8 8 8 2 1 2 1 0 0 0 0. > > Actually what do those numbers mean? Those numbers show you how many buffers have to be synced until the s

Re: Question about a possible missing line/entry for file UPDATING (from http://svnweb.freebsd.org) - 8.4-RELEASE plus branches

2013-09-04 Thread Damien Fleuriot
However minor the issue seems, I think it warrants a PR, if at least so the entry is added for the next revision of 8.4-RELEASE. Regarding -STABLE, while I respect your decision to be conservative and run -RELEASE, I'd like to point out we've not run into any problem here, in over 3 years with ~4

Re: Question about a possible missing line/entry for file UPDATING (from http://svnweb.freebsd.org) - 8.4-RELEASE plus branches

2013-09-04 Thread Pablo Carboni
Dear Damien, I use to install and update 'Releng' releases (plus patches, but not stable releases) in our production servers (Ok, I agree stable is fine, but my main reason is to be conservative under some circunstances). (BTW, You're right, on 8-STABLE branch, it appears the 'missing' line I w

Re: Question about a possible missing line/entry for file UPDATING (from http://svnweb.freebsd.org) - 8.4-RELEASE plus branches

2013-09-04 Thread Damien Fleuriot
Note that, as opposed to you, I'm tracking 8-STABLE and not 8.4-RELEASE ! UPDATING: $FreeBSD: src/UPDATING,v 1.632.2.39 2013/08/23 15:21:39 svnexp Exp $ newvers.sh: # $FreeBSD: src/sys/conf/newvers.sh,v 1.83.2.25 2013/08/07 08:26:07 svnexp Exp $ I'll check our clusters of firewalls to see if I

Re: Question about a possible missing line/entry for file UPDATING (from http://svnweb.freebsd.org) - 8.4-RELEASE plus branches

2013-09-03 Thread Pablo Carboni
Hello Damien, (First at all, thanks for your response). I do not want to insist too much with this silly thing, but(just in case) I've updated my sources today from svn0.us-west.freebsd.org(base/releng/8.4), - previously to my first e-mail - and: (Argentina's current TZ is GMT-3) -rw-r--r-

Re: Question about a possible missing line/entry for file UPDATING (from http://svnweb.freebsd.org) - 8.4-RELEASE plus branches

2013-09-03 Thread Damien Fleuriot
From: -rw-r--r-- 1 root wheel 75631 Aug 27 12:46 /usr/src/UPDATING 20130607: 8.4-RELEASE. On 3 September 2013 18:16, Pablo Carboni wrote: > Dear Sirs, > > Just for curious, today I was looking for the date/entry that belongs to > FreeBSD 8.4-RELEASE inside UPDATING file, with n

Re: question, following error Shared object "libc.so.6" not found, required by "fortune"

2013-06-29 Thread Polytropon
On Sat, 29 Jun 2013 10:48:38 -0400, Rev Herbert Miller wrote: > I was trying to use the content management system for our website. > I needed to restart on terminal but I keep coming up with the > following error: I don't know programing at all, so don't know > if this is something I can fix. In

Re: question on manpages/hier(7)

2013-05-09 Thread Paul Beard
On May 9, 2013, at 10:39 AM, Dan Nelson wrote: > I don't have a /usr/local/share/man/ directory at all, and have 7300 files in > /usr/local/man/man?/ , so I'd say /usr/local/man/ is the correct location :) I wish it were that simple here. /etc/manpath.config is unmodified so I have no idea how

Re: question on manpages/hier(7)

2013-05-09 Thread Dan Nelson
In the last episode (May 09), Paul Beard said: > Where should site-specific, ie local, man pages live? > > For instance, I have: > > /usr/local/man/man1/php.1.gz > /usr/local/share/man/man1/php.1.gz > > -rw-r--r-- 1 root wheel 3597 May 6 00:38 /usr/local/man/man1/php.1.gz > -rw-r--r-- 1 ro

Re: question installing 9.1

2013-05-06 Thread doug
On Mon, 6 May 2013, doug wrote: I installed 9.1-release amd 64 from the DVD. I intended to leave the obligatory windows 7. I shrunk the primary windows partition and installed FreeBSD. I never got an option to install the multi-partition boot record. Rather the install overwrote the MBR with

Re: Question on how do I tell make to choose between static and shared versions of a library

2012-12-16 Thread Manish Jain
On 16-Dec-12 23:12, Matthew Seaman wrote: On 16/12/2012 17:22, Manish Jain wrote: Under /lib I have both versions - shared (libxyz.so.1) as well as static (libxyz.a) - of a library. How do I tell make to link to the static version, not the shared one ? The next obvious question is how to do the

Re: Question on how do I tell make to choose between static and shared versions of a library

2012-12-16 Thread Matthew Seaman
On 16/12/2012 17:22, Manish Jain wrote: > Under /lib I have both versions - shared (libxyz.so.1) as well as static > (libxyz.a) - of a library. How do I tell make to link to the static > version, not the shared one ? The next obvious question is how to do the > vice versa - tell make to link to the

Re: Question on how do I tell make to choose between static and shared versions of a library

2012-12-16 Thread Polytropon
On Sun, 16 Dec 2012 22:52:05 +0530, Manish Jain wrote: > Under /lib I have both versions - shared (libxyz.so.1) as well as static > (libxyz.a) - of a library. How do I tell make to link to the static > version, not the shared one ? The next obvious question is how to do the > vice versa - tell m

Re: question about my new Dell 3010

2012-12-10 Thread Gary Kline
On Mon, Dec 10, 2012 at 02:26:43AM -0600, Zane C. B-H. wrote: > On Sun, 9 Dec 2012 15:47:06 -0800 > Gary Kline wrote: > > > > > > > > > > Rats:: xvidtune gave me > > > > "Video modes are not settable on this chip." > > > > how cheap can you get? no, the question is: what chip/vi

Re: question about my new Dell 3010

2012-12-10 Thread Gary Kline
On Mon, Dec 10, 2012 at 07:05:50AM +, Matthew Seaman wrote: > On 10/12/2012 00:31, Gary Kline wrote: > > On Sun, Dec 09, 2012 at 08:38:06AM +, Matthew Seaman wrote: > >> > On 09/12/2012 00:23, Gary Kline wrote: > > >>> > > one of the remaining problems --hopefuully the Last-- with my

Re: question about my new Dell 3010

2012-12-10 Thread Zane C. B-H.
On Sun, 9 Dec 2012 15:47:06 -0800 Gary Kline wrote: > > > > > Rats:: xvidtune gave me > > "Video modes are not settable on this chip." > > how cheap can you get? no, the question is: what chip/video > card do I need that will get me [at least] 1920x1280? Unless you wish

Re: question about my new Dell 3010

2012-12-09 Thread Matthew Seaman
On 10/12/2012 00:31, Gary Kline wrote: > On Sun, Dec 09, 2012 at 08:38:06AM +, Matthew Seaman wrote: >> > On 09/12/2012 00:23, Gary Kline wrote: >>> > > one of the remaining problems --hopefuully the Last-- with my >>> > > Dell 3010 quad i5 is that the resolution stops at 5:4.

Re: question about my new Dell 3010

2012-12-09 Thread Polytropon
On Sun, 9 Dec 2012 17:00:17 -0800, Gary Kline wrote: > On Mon, Dec 10, 2012 at 12:08:38AM +, james wrote: > > Are you sure you mean 1920x1280??? > > > > I mean: 1280*800, or 1920*1200, those are more normal. (My older > > portables have the former, my Dell 24" has the latter) > > > > I can

Re: question about my new Dell 3010

2012-12-09 Thread Gary Kline
On Sun, Dec 09, 2012 at 08:38:06AM +, Matthew Seaman wrote: > On 09/12/2012 00:23, Gary Kline wrote: > > > one of the remaining problems --hopefuully the Last-- with my > > Dell 3010 quad i5 is that the resolution stops at 5:4. it's > > something like 1280x1014 whereas my widescr

Re: question about my new Dell 3010

2012-12-09 Thread Gary Kline
On Sat, Dec 08, 2012 at 07:21:17PM -0800, per...@pluto.rain.com wrote: > Gary Kline wrote: > > > one of the remaining problems --hopefuully the Last-- with my > > Dell 3010 quad i5 is that the resolution stops at 5:4. it's > > something like 1280x1014 ... > > Probably 1280x1024 -- a common siz

Re: question about my new Dell 3010

2012-12-09 Thread james
Are you sure you mean 1920x1280??? I mean: 1280*800, or 1920*1200, those are more normal. (My older portables have the former, my Dell 24" has the latter) I can believe 1920x1280 might cause problems. ___ freebsd-questions@freebsd.org mailing lis

Re: question about my new Dell 3010

2012-12-09 Thread Gary Kline
> Rats:: xvidtune gave me "Video modes are not settable on this chip." how cheap can you get? no, the question is: what chip/video card do I need that will get me [at least] 1920x1280? -- Gary Kline kl...@thought.org http://www.thought.org Public Servic

Re: question about my new Dell 3010

2012-12-09 Thread Gary Kline
On Sun, Dec 09, 2012 at 05:24:27AM +0100, Polytropon wrote: > On Sat, 8 Dec 2012 16:23:31 -0800, Gary Kline wrote: > > > > > > > > one of the remaining problems --hopefuully the Last-- with my > > Dell 3010 quad i5 is that the resolution stops at 5:4. it's > > something like 1280x1

Re: question about my new Dell 3010

2012-12-09 Thread Warren Block
On Sun, 9 Dec 2012, Matthew Seaman wrote: https://en.wikipedia.org/wiki/File:DVI_Connector_Types.svg Most DVI monitor cables have a DVI-D dual link plug on them, but anything matching those patterns is proof positive of DVI. VGA connectors looks like this: https://en.wikipedia.org/wiki/File:V

Re: question about my new Dell 3010

2012-12-09 Thread Matthew Seaman
On 09/12/2012 00:23, Gary Kline wrote: > one of the remaining problems --hopefuully the Last-- with my > Dell 3010 quad i5 is that the resolution stops at 5:4. it's > something like 1280x1014 whereas my widescreen Dell needs > 1920x1280 or close to that. do I need to go

Re: question about my new Dell 3010

2012-12-08 Thread Warren Block
On Sat, 8 Dec 2012, per...@pluto.rain.com wrote: Gary Kline wrote: one of the remaining problems --hopefuully the Last-- with my Dell 3010 quad i5 is that the resolution stops at 5:4. it's something like 1280x1014 ... Probably 1280x1024 -- a common size before widescreen. The largest commo

Re: question about my new Dell 3010

2012-12-08 Thread perryh
Gary Kline wrote: > one of the remaining problems --hopefuully the Last-- with my > Dell 3010 quad i5 is that the resolution stops at 5:4. it's > something like 1280x1014 ... Probably 1280x1024 -- a common size before widescreen. The largest commonly seen back then was 1600x1200. > ... wherea

Re: question about my new Dell 3010

2012-12-08 Thread Polytropon
On Sat, 8 Dec 2012 16:23:31 -0800, Gary Kline wrote: > > > > one of the remaining problems --hopefuully the Last-- with my > Dell 3010 quad i5 is that the resolution stops at 5:4. it's > something like 1280x1014 whereas my widescreen Dell needs > 1920x1280 or close to t

Re: Question about svn

2012-11-18 Thread pete wright
SOn Sun, Nov 18, 2012 at 5:23 PM, Stephen Montgomery-Smith wrote: > I was looking at http://svnweb.freebsd.org/ > > What are csrg and socsvn? > my best educated guess without taking a look: csrg == Berkley's Computer Systems Research Group historical(?) code socsvn == Google Summer of Code Free

Re: Question regarding a server with an unsupported old version

2012-10-22 Thread andrew clarke
On Mon 2012-10-22 11:31:36 UTC+0900, Rei Okamoto (okam...@mix-net.co.jp) wrote: > I want to build the test server as close to the > actual server as possible, such as considering the > OS's version 4.11 to be close enough to 4.7, but > as I try to install PHP4 with a following command, Like other

Re: Question regarding a server with an unsupported old version

2012-10-22 Thread Erich Dollansky
Hi, On Tue, 23 Oct 2012 11:32:15 +0900 Rei Okamoto wrote: > Hi Adam, Olivier, Erich, and the rest, > > Thank you for your replies. > > It sounds like the best thing to do is to migrate > the contents to a server with new versions of all softwares. > this is the ideal solution. But do not forg

Re: Question regarding a server with an unsupported old version

2012-10-22 Thread Rei Okamoto
Hi Adam, Olivier, Erich, and the rest, Thank you for your replies. It sounds like the best thing to do is to migrate the contents to a server with new versions of all softwares. I'll make further discussions with my boss about this matter. Thank you again, Rei Okamoto > Hello to all, > > My

Re: Question regarding a server with an unsupported old version

2012-10-21 Thread Adam Vande More
On Sun, Oct 21, 2012 at 9:31 PM, Rei Okamoto wrote: > Hello to all, > > My name is Rei Okamoto posting from Japan. > > I'm very new to FreeBSD and please pardon and caution me > if anything I post is in any way inappropriate. > > Here's a problem I'm facing right now. > > I started working for a

Re: Question regarding a server with an unsupported old version

2012-10-21 Thread Olivier Nicole
Dear Rei, > One of the clients is running the web site using > FreeBSD 4.7. >[...] > pkg_add -r php4-4.3.6.tgz > > I get an error message below. > > Error: FTP Unable to get > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.11-release/Latest/php4-4.3.6.tgz: > File unavailable (e.g., file

Re: Question regarding a server with an unsupported old version

2012-10-21 Thread Erich Dollansky
Hi, On Mon, 22 Oct 2012 11:31:36 +0900 Rei Okamoto wrote: > One of the clients is running the web site using > FreeBSD 4.7. this is not a real fresh installation. > > Although it is surely the best to renew the server to > newest machine and OS, the client is reluctant to do so > because of mo

Re: Question about find - excluding directories

2012-10-14 Thread Matthew Seaman
On 15/10/2012 01:32, Paul Schmehl wrote: > I want to use find to locate files that don't belong to a certain user > but should belong to that user. But there are subdirectories I want to > exclude. > > I have tried using this, but it doesn't work: > > find /path/to/dir -type d ! -uid num \( -typ

Re: question for ipfw2 experts

2012-09-24 Thread Michael Sierchio
On Mon, Sep 24, 2012 at 12:35 PM, Darrel wrote: > Can someone please send an exmaple of how to properly use tables? Quick, trivial example - this doesn't help you understand tableargs, this is just efficiently to handle a very large list of sparse nets. PEERS="/etc/ipfw/permitted_hosts.txt" cat

Re: Question?

2012-08-10 Thread Polytropon
On Fri, 10 Aug 2012 11:49:17 +0300, Hamed M wrote: > Can I run PS3 games on the system FREEBSD? I don't think this is possible first due to licensing restrictions, and I also assume there is no PS3 emulator available in The Ports Collection. But check it out yourself. So even if a way of PS3 emul

Re: question

2012-07-23 Thread Per olof Ljungmark
On 07/23/12 21:21, Andy Recker wrote: do u answer questions about y computer aftwer trying to install your program -- http://www.freebsd.org/doc/en_US.ISO8859-1/articles/freebsd-questions/ ___ freebsd-questions@freebsd.org mailing list http://lists.f

Re: Question about install from ports

2012-07-23 Thread Daniel Bye
t;freebsd-questions@freebsd.org" > Cc: > Sent: Monday, July 23, 2012 6:29 PM > Subject: Re: Question about install from ports > > On Mon, Jul 23, 2012 at 03:45:35AM -0700, Mr U wrote: > > hi all > > > > I want to install openbox from ports collection. > &g

Re: Question about install from ports

2012-07-23 Thread Polytropon
On Mon, 23 Jul 2012 04:00:37 -0700 (PDT), Mr U wrote: > is it possible to change download location (mirror) or is it possible to > download file manually  > and add file in openbox dir? It is possible. First check the port's Makefile for where to obtain the required files from. There are typical

Re: Question about install from ports

2012-07-23 Thread Daniel Bye
On Mon, Jul 23, 2012 at 03:45:35AM -0700, Mr U wrote: > hi all > > I want to install openbox from ports collection. > freebsd attempting to download libxml2 from fr.rpmfind.net but  > I don't know why connection speed slow down after a while and finally > failed. > > is it possible to change down

Re: Question about install from ports

2012-07-23 Thread RW
On Mon, 23 Jul 2012 03:45:35 -0700 (PDT) Mr U wrote: > hi all > > I want to install openbox from ports collection. > freebsd attempting to download libxml2 from fr.rpmfind.net but  > I don't know why connection speed slow down after a while and finally > failed. > > is it possible to change down

Re: Question about gmirror priorities

2012-07-06 Thread Adam Vande More
On Fri, Jul 6, 2012 at 8:10 AM, Michael Ross wrote: > Hi, > > the manpage says for ``gmirror label'': > > The order of components is important, > because a component's priority is based on its position > (starting from 0 to 255). > > > so I would expect to have different p

Re: Question about missing posix shared mutex

2012-06-25 Thread Michael Powell
Daniel Ylitalo wrote: > Hi guys! > > According to the sphinxsearch dev-team freebsd does not support posix > pthread shared mutex but later on i found this post that gave some > pointers that it might been implemented into freebsd 9: > http://freebsd.1045724.n5.nabble.com/What-is-the-status-of-th

Re: question about prblem with raid 1 for freeBSD

2012-06-22 Thread Matthew Seaman
On 22/06/2012 10:11, dude golden wrote: > INTEL > 1x Quad-Core i5-2500 3.3GHz, 6M Cache > 16GB DDR3 > 2x 500GB SATAII > then ask from my COLOCATION to install FreeBSD 8.2 or 8.3 with RAID > 1, after many times of fail in installation from colocation they said > that we have problem with RAID 1.we

Re: question about prblem with raid 1 for freeBSD

2012-06-22 Thread Damien Fleuriot
On 6/22/12 11:11 AM, dude golden wrote: > HI there, > > hope my email find you well, i recently order a server with below > configuration > > INTEL > 1x Quad-Core i5-2500 3.3GHz, 6M Cache > 16GB DDR3 > 2x 500GB SATAII > > then ask from my COLOCATION to install FreeBSD 8.2 or 8.3 with RAID 1, a

Re: Question about GEOM_ELI` root partition automount

2012-06-19 Thread Wojciech Puchar
The problem need to solve: Need have end system, when keyfile when boot will be created automatically, and erased securelly just after root crypto` partition mounts (by dd with of=keyfile, for example) That need to do because freebsd have remote hosting. Needs: To make key not (at least EASELY

Re: Question about FreeBSD for IA-64 software

2012-06-09 Thread Julian H. Stacey
Hi, Reference: > From: Denis Guzanov > Date: Sat, 9 Jun 2012 15:45:54 +0400 > Message-id: > Denis Guzanov wrote: > Dear FreeBSD Team, > > Firstly I would like to say you Big thanks for your really good job and the > best system for us, small IT staff. > > Second, I would

Re: Question about FreeBSD for IA-64 software

2012-06-09 Thread Mehmet Erol Sanliturk
On Sat, Jun 9, 2012 at 4:45 AM, Denis Guzanov wrote: > Dear FreeBSD Team, > > Firstly I would like to say you Big thanks for your really good job and the > best system for us, small IT staff. > > Second, I would like to ask you about some problem with FreeBSD source. > > I've downloaded .iso Imag

Re: question on SYN_SENT

2012-06-04 Thread Chad Leigh Shire.Net LLC
On May 11, 2012, at 6:06 PM, Robert Bonomi wrote: > > 'Should not' does not mean 'is not'. and unfortunately, it -is- attempting > to "go out". > > There are at least a couple of possible explanations, none of them "good". > 1) the jail is attempting a DoS (or participating in DDoS) against an

Re: question about milter software

2012-05-25 Thread Wojciech Puchar
I guess it's pretty subjective, which is how I should have originally prefaced my statement. I used sendmail for a long time, and always hated working with m4 or direct sendmail configuration files. well i just used README file and sometimes google. For me, Postfix is so much easier, but to ea

Re: question about milter software

2012-05-25 Thread Patrick
On Fri, May 25, 2012 at 1:21 PM, Wojciech Puchar wrote: >> I think you'll find Postfix to be much more modern and easy to work >> with for that kind of message rewriting. > > > you are actually wrong in that statement. In spite of hype that postscript > started with, i am still using sendmail beca

Re: question about milter software

2012-05-25 Thread Derek Ragona
At 08:21 AM 5/25/2012, Wojciech Puchar wrote: Does anyone know milter software (or maybe anything else) to add to sendmail that can rewrite outgoing mail and add HTML footer automatically? Please do not tell me about how stupid HTML mail is at all - i know it, it is not my idea. thanks I

Re: question about milter software

2012-05-25 Thread Wojciech Puchar
I think you'll find Postfix to be much more modern and easy to work with for that kind of message rewriting. you are actually wrong in that statement. In spite of hype that postscript started with, i am still using sendmail because it is actually easiest if you learn it. But what you're lo

Re: question about milter software

2012-05-25 Thread Patrick
I think you'll find Postfix to be much more modern and easy to work with for that kind of message rewriting. But what you're looking for is pretty complicated when you start having to deal with multipart messages; the messages have to be completely processed and separated into respective parts, an

Re: question on SYN_SENT

2012-05-11 Thread Robert Bonomi
> From owner-freebsd-questi...@freebsd.org Fri May 11 17:19:29 2012 > From: "Chad Leigh Shire.Net LLC" > Date: Fri, 11 May 2012 16:15:48 -0600 > To: Chuck Swiger > Cc: FreeBSD Mailing List > Subject: Re: question on SYN_SENT > > > On May 11, 2012, at 4:08

Re: question on SYN_SENT

2012-05-11 Thread Chuck Swiger
On May 11, 2012, at 2:09 PM, Chad Leigh Shire.Net LLC wrote: > it is my understanding that SYN_SENT is when MY SIDE sends out a request and > is awaiting a reply? That's right. > One of the jails we run for a customer had hundreds (if not thousands) of > attempts to connect from the 147. addres

Re: question on SYN_SENT

2012-05-11 Thread Chad Leigh Shire.Net LLC
On May 11, 2012, at 4:08 PM, Chuck Swiger wrote: > On May 11, 2012, at 2:09 PM, Chad Leigh Shire.Net LLC wrote: >> it is my understanding that SYN_SENT is when MY SIDE sends out a request and >> is awaiting a reply? > > That's right. > >> One of the jails we run for a customer had hundreds (if

Re: question regarding geom labels

2012-04-06 Thread Alexander Best
On Fri Mar 30 12, Warren Block wrote: > On Fri, 30 Mar 2012, Alexander Best wrote: > > >i have a question regarding a label for a swap partition. when should i do > >the > >labeling? after or before creating the partition scheme? > > > >when i label before creating the partition scheme, likes thi

Re: question regarding geom labels

2012-03-30 Thread Warren Block
On Fri, 30 Mar 2012, Alexander Best wrote: i have a question regarding a label for a swap partition. when should i do the labeling? after or before creating the partition scheme? when i label before creating the partition scheme, likes this: glabel label -v swap /dev/da0 gpart create -s GPT /d

Re: question about SMTP-authentication (3rd )

2012-03-12 Thread Paul Macdonald
On 12/03/2012 15:47, kamolpat wrote: Dear Matthew, Ok, I got sendmail complied. Thanks. But seem like ... POP3 still working in clear text usr/pwd sending to Server (but it work, I can get mail from server normal). When I chose option in ThunderBird to another mode, it doesn't work (accept "co

Re: question about SMTP-authentication (3rd )

2012-03-12 Thread kamolpat
Dear Matthew, Ok, I got sendmail complied. Thanks. But seem like ... POP3 still working in clear text usr/pwd sending to Server (but it work, I can get mail from server normal). When I chose option in ThunderBird to another mode, it doesn't work (accept "connection security: none", "authentica

Re: question about SMTP-authentication (2nd )

2012-03-12 Thread Matthew Seaman
On 12/03/2012 13:26, kamolpat wrote: > According to your recommendation (as following). When I do make at > /usr/src/sur.sbin/sendmail it show as following. > ns1:kamolpat:/usr/src/usr.sbin/sendmail>make clean > rm -f sm_os.h sendmail alias.o arpadate.o bf.o collect.o conf.o > control.o convt

Re: question about SMTP-authentication (2nd )

2012-03-12 Thread kamolpat
Dear Matthew, According to your recommendation (as following). When I do make at /usr/src/sur.sbin/sendmail it show as following. ns1:kamolpat:/usr/src/usr.sbin/sendmail>make clean rm -f sm_os.h sendmail alias.o arpadate.o bf.o collect.o conf.o control.o convtime.o daemon.o deliver.o dom

Re: question about SMTP-authentication

2012-03-08 Thread Julian H. Stacey
kamolpat wrote: > To whom it may concern: I hope you get a more useful reply than mine later, & no time here, sorry but I've had SASL-1 running fine for years FreeBSD both ends. Documented here, http://www.berklix.com/~jhs/txt/sasl.html There's various URLs there to SASL-2 Cheers, Julia

Re: question about SMTP-authentication

2012-03-08 Thread Matthew Seaman
On 08/03/2012 15:55, kamolpat wrote: > Setup Reference > == > 1. I read the how to setup from FreeBSD Handbook (online)-> Chapter 29 > Electronic Mail -> 29.10 SMTP Authentication from freebsd.org > 2. setup for cyrus-sasl2 was fine (setup via > usr/ports/security/cyrus-sasl2) > 3. se

Re: Question regarding SPF records

2012-02-18 Thread RW
On Sat, 18 Feb 2012 12:34:09 -0500 Jonathan Vomacka wrote: > teamwarfare.com. IN TXT "v=spf1 a mx a:mail.teamwarfare.com > a:mail2.teamwarfare.com ip4:66.90.73.80 ip4:216.250.250.148 ~all" > > I wouldn't need an "include:" or "ptr" statement in this right? I > would told "include:" was to inclu

Re: Question regarding SPF records

2012-02-18 Thread Jonathan Vomacka
On 2/18/2012 12:18 PM, Waitman Gobble wrote: On Feb 18, 2012 8:53 AM, "Jonathan Vomacka" mailto:juvi...@gmail.com>> wrote: > > I am inquiring about how to setup a proper SPF record. I know there are SPF wizards/generators available but each seem to have a different "opinion" of what should b

Re: Question regarding SPF records

2012-02-18 Thread Waitman Gobble
On Feb 18, 2012 8:53 AM, "Jonathan Vomacka" wrote: > > I am inquiring about how to setup a proper SPF record. I know there are SPF wizards/generators available but each seem to have a different "opinion" of what should be included and what should not be included. > > Let me give you a scenario of

Re: Question on select() : why am I getting absurd output ?

2012-01-15 Thread Manish Jain
Sometimes I do wonder how much stupid I can be. Thanks MJ On 15-Jan-12 22:49, ss griffon wrote: On Sun, Jan 15, 2012 at 8:48 AM, Manish Jain wrote: Hi All, I was trying to write a small demo code using the select() system call. Here are the sources : #include #include #include #include #i

Re: Question about hardware support

2011-12-07 Thread Warren Block
On Wed, 7 Dec 2011, Matthias Apitz wrote: El día Wednesday, December 07, 2011 a las 12:54:35PM +, Matthew Seaman escribió: Drivers in FreeBSD are generally described in terms of the specific components (motherboard chipset, NIC, SATA controller, etc. etc.) rather than in terms of a specif

Re: Question about hardware support

2011-12-07 Thread Matthias Apitz
El día Wednesday, December 07, 2011 a las 12:54:35PM +, Matthew Seaman escribió: > Drivers in FreeBSD are generally described in terms of the specific > components (motherboard chipset, NIC, SATA controller, etc. etc.) rather > than in terms of a specific whole machine produced by a manufactu

Re: Question about hardware support

2011-12-07 Thread Matthew Seaman
On 07/12/2011 05:34, Ammar Shaarbaf wrote: > Are there any FreeBSD drivers for Acer Aspire 3610? > This is the closest hardware match I could find: http://laptop.bsdgroup.de/freebsd/index.html?action=show_laptop_detail&laptop=12882 Drivers in FreeBSD are generally described in terms of the speci

Re: question

2011-10-10 Thread Matthew Seaman
On 10/10/2011 18:06, Kiril Georgiev wrote: > Hi, is it possible to make me a subdomain ( A HOST ) by type > kiril.FreeBSD.org What benefit would that bring to the FreeBSD project? Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard

Re: Question about regular expressions

2011-07-21 Thread Damien Fleuriot
On 7/21/11 4:33 AM, dave jones wrote: > Hi, > > I have a config file below: > > $user= 'root'; // This is the username > > if $user is found, I want to display root. > Anyone knows how to programming in C or some other language? thank you. > > Regards, > Dave. > __

Re: Question about regular expressions

2011-07-21 Thread Daniel Staal
On Wed, July 20, 2011 10:33 pm, dave jones wrote: > Hi, > > I have a config file below: > > $user= 'root'; // This is the username > > if $user is found, I want to display root. > Anyone knows how to programming in C or some other language? thank you. I'm not quite sure what y

Re: Question about NIC link state initialization

2011-07-01 Thread perryh
Steve Polyack wrote: > I was able to "fix" the single-user mode behavior (which I agree, > isn't necessarily broken) and get it to bring up the links by > simply patching init(8) to call system("/sbin/ifconfig") before > prompting for the single-user shell. It works, but I feel dirty. I see no

Re: Question about NIC link state initialization

2011-06-30 Thread Steve Polyack
On 6/30/2011 1:10 AM, per...@pluto.rain.com wrote: Steve Polyack wrote: ... An occaisional fat-finger in /etc/fstab may cause one to end up in single-user mode ... some of these systems have a LOM (lights-out management) controller which shares the system's on-board NICs ... when the system dr

Re: Question about NIC link state initialization

2011-06-30 Thread Steve Polyack
On 6/30/2011 6:49 AM, Daniel Feenberg wrote: On Wed, 29 Jun 2011, per...@pluto.rain.com wrote: Steve Polyack wrote: ... An occaisional fat-finger in /etc/fstab may cause one to end up in single-user mode ... some of these systems have a LOM (lights-out management) controller which shares t

Re: Question about NIC link state initialization

2011-06-30 Thread Daniel Feenberg
On Wed, 29 Jun 2011, per...@pluto.rain.com wrote: Steve Polyack wrote: ... An occaisional fat-finger in /etc/fstab may cause one to end up in single-user mode ... some of these systems have a LOM (lights-out management) controller which shares the system's on-board NICs ... when the system

Re: Question about NIC link state initialization

2011-06-29 Thread perryh
Steve Polyack wrote: > ... An occaisional fat-finger in /etc/fstab may cause one to > end up in single-user mode ... some of these systems have a LOM > (lights-out management) controller which shares the system's > on-board NICs ... when the system drops out of init(8) and into > single-user mode

Re: Question : Developing/Making FreeBSD derivative.

2011-04-12 Thread Ruben de Groot
On Sun, Apr 10, 2011 at 09:44:22PM -0700, Stefan N typed: > Hi All, > > > My name is Stefan and I am newbie with FreeBSD but I'm interested to learn > more > about FreeBSD . I am keen to know and learn more on the process to make a > new > BSD's derivative/fork from FreeBSD ? There is a di

Re: Question : Developing/Making FreeBSD derivative.

2011-04-11 Thread Alexander Lardner
On Mon, Apr 11, 2011 at 6:38 AM, Traiano Welcome < traiano.welc...@mtnbusiness.co.za> wrote: > Hi > > The FreeBSD from scratch article has a lot of good ideas on how to do this. > The article is somewhat dated, however, so your going to have to check that > some of the methods are still current, a

Re: Question : Developing/Making FreeBSD derivative.

2011-04-11 Thread Daniel Staal
On Mon, April 11, 2011 9:56 am, Stefan N wrote: > Hi Christer, > > As there are many parts of the source code(from > bin,cddl,contrib..usr.sbin), > which part(s) of source code do I need to modify? That would depend. What is your derivative going to do differently than FreeBSD? Which brings

Re: Question : Developing/Making FreeBSD derivative.

2011-04-11 Thread Jerry McAllister
> > Regards, > Stefanus > > > > > > > From: Christer Solskogen > To: Stefan N > Cc: freebsd-questions@freebsd.org > Sent: Mon, April 11, 2011 7:51:50 PM > Subject: Re: Question : Developing/Making FreeBSD derivative. > > On Mon, Apr 11, 2011 at 6:4

Re: Question : Developing/Making FreeBSD derivative.

2011-04-11 Thread Stefan N
Hi Patrick, Thanks for your usefull hints!!! I will try that as soon as possible. Regards, Stefanus From: Patrick Lamaiziere To: Stefan N Cc: freebsd-questions@FreeBSD.org Sent: Mon, April 11, 2011 9:15:39 PM Subject: Re: Question : Developing/Making

Re: Question : Developing/Making FreeBSD derivative.

2011-04-11 Thread Stefan N
, 2011 7:51:50 PM Subject: Re: Question : Developing/Making FreeBSD derivative. On Mon, Apr 11, 2011 at 6:44 AM, Stefan N wrote: > My name is Stefan and I am newbie with FreeBSD but I'm interested to learn more > about FreeBSD . I am keen to know and learn more on the process to

RE: Question : Developing/Making FreeBSD derivative.

2011-04-11 Thread Traiano Welcome
Hi The FreeBSD from scratch article has a lot of good ideas on how to do this. The article is somewhat dated, however, so your going to have to check that some of the methods are still current, and adapt them to your taste: http://www.freebsd.org/doc/en_US.ISO8859-1/articles/fbsd-from-scratch/a

Re: Question : Developing/Making FreeBSD derivative.

2011-04-11 Thread Patrick Lamaiziere
Le Sun, 10 Apr 2011 21:44:22 -0700 (PDT), Stefan N a écrit : > How is the method for customizing/remastering FreeBSD ? The most > interesting part is that if we could make the new fork of FreeBSD > with its own uname. If I could make my own BSD derivative and used > StefanBSD as its uname, it wou

Re: Question : Developing/Making FreeBSD derivative.

2011-04-11 Thread Christer Solskogen
On Mon, Apr 11, 2011 at 6:44 AM, Stefan N wrote: > My name is Stefan and I am newbie with FreeBSD but I'm interested to learn > more > about FreeBSD . I am keen to know and learn more on  the process to make a new > BSD's derivative/fork  from FreeBSD ? > You change the source code and compile

Re: Question about nethack and setgid

2011-03-03 Thread David Demelier
On 03/03/2011 02:49, Robert Bonomi wrote: Date: Wed, 02 Mar 2011 23:51:45 +0100 From: David Demelier To: freebsd-questions@freebsd.org Subject: Question about nethack and setgid Hello, I don't understand how nethack can store the score in /usr/local/lib/nethack/logfile. the real binary is here

Re: Question about nethack and setgid

2011-03-02 Thread Robert Bonomi
> Date: Wed, 02 Mar 2011 23:51:45 +0100 > From: David Demelier > To: freebsd-questions@freebsd.org > Subject: Question about nethack and setgid > > Hello, > > I don't understand how nethack can store the score in > /usr/local/lib/nethack/logfile. > > the real binary is here /usr/local/lib/nethack

Re: Question about nethack and setgid

2011-03-02 Thread Brandon Gooch
On Wed, Mar 2, 2011 at 4:51 PM, David Demelier wrote: > Hello, > > I don't understand how nethack can store the score in > /usr/local/lib/nethack/logfile. > > the real binary is here /usr/local/lib/nethack/nethack > > And the mode is > > -rwxr-sr-x  1 games  games  1793635 25 Jan 2011 > /usr/local

Re: question on access to res utility

2010-09-10 Thread Ross Cameron
2seconds spent Googling the phrase pulls up my much more polite answer to exactly the same question from a month ago. Absolutely no effort was made, that much is OBVIOUS. In my defense when I realised the the OP thought that this was a Juniper support list I did offer to try help. "Opportu

Re: question on access to res utility

2010-09-10 Thread mikel king
I'm glad that I am not the only one who felt that was a bit extreme. This is a BSD, not Linux, list after all. Regards, Mikel King Senior Editor, BSD News Network Columnist, BSD Magazine 6 Alpine Court, Medford, NY 11763 o: 631.627.3055 http://www.linkedin.com/in/mikelking http://twitter.com/mik

Re: question on access to res utility

2010-09-10 Thread Jerry McAllister
On Fri, Sep 10, 2010 at 08:58:46PM +0200, Ross Cameron wrote: > It's not the first time that almost word for word the same question has been > asked by someone from that domain. > And not the first time some idiot rude reply caused much more harm than good. jerry > > "Opportunity is

  1   2   3   4   5   6   7   8   9   10   >