Hi all:
I am trying to compile the smaba34 but somehow it failed MD5 Checksum and
SHA256 Checksum:
# make all
===> Vulnerability check disabled, database not found
===> Found saved configuration for samba34-3.4.5_1
===>
Hey List,
I just re-installed FreeBSD 8-stable on my laptop and everytime I
have network traffic, even something as innocuous as a ssh shell
with a large section of scrolling text, the interface keeps
flapping up and down. I've had FreeBSD 8 installed on here before
and I don't remember it doing t
On 4 April 2010 11:02, gahn wrote:
> Hi all:
>
> I am trying to compile the smaba34 but somehow it failed MD5 Checksum and
> SHA256 Checksum:
>
>
> # make all
> ===> Vulnerability check disabled, database not found
> ===> Found saved conf
On Saturday 03 April 2010 11:04:37 Ihsan Junaidi Ibrahim wrote:
> Hi folks,
>
> I've rebuild my world with NO_MAIL (in src.conf) and a few other NO_
> options however I noticed that related binaries are not removed
> entirely i.e. mailwrapper when I ran make delete-old /
> delete-old-libs. I can s
Hi,
--->> Please Cc: me when replying, I'm not subscribed. <<---
I plan to purchase a Zotac motherboard with a embedded ATOM processor.
It uses an NVidia chipset.
http://www.zotacusa.com/zotac-ionitx-f-e-atom-n330-1-6ghz-dual-core-mini-itx-intel-motherboard.html
My intent is to build a small NA
On Sun, 2010-04-04 at 00:07 -0400, Greg Larkin wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Gary Kline wrote:
> > guys,
> >
> > i'm finally trying to get my private scripts and binaries in
> > ~/bin in order. several of my perl scripts were meant to be
> > throwaway ... but a fe
Hello Leslie,
Good to hear from you..,
On Sun, 04 Apr 2010, Leslie Jensen wrote:
>
> http://www.mail-archive.com/freebsd-questions@freebsd.org/msg229158.html
>
> /Leslie
>
I had a look at the thread - thanks..,
The documentation for EasyBCD documentation itself states that its
compatibl
On 04.04.2010 11:22, Stacey Roberts wrote:
> The documentation for EasyBCD documentation itself states that its
> compatible with windows vista - there's nowhere that actually states that it
> supports windows 7.
>
> Or, am I missing something?
BCD was the boot mechanism introduced with Vista and
Hello Svein,
Good to hear from you..,
On Sun, 04 Apr 2010, Svein Skogen (Listmail Account) wrote:
> On 04.04.2010 11:22, Stacey Roberts wrote:
> > The documentation for EasyBCD documentation itself states that its
> > compatible with windows vista - there's nowhere that actually states that
On Sat, Apr 3, 2010 at 8:26 PM, Mikle wrote:
> On Sun, Apr 04, 2010 at 02:48:11AM +0400, Mikle wrote:
[...]
>
> Disregard that, it was pretty strange umass problem: i had forcibly unplugged
> my flash card (forgot to umount it), and after that no new usb devices have
> been detected. (could anyo
On Sun, Apr 04, 2010 at 08:35:38AM -0400, Alejandro Imass wrote:
>
> Maybe it's not related but if you are running Gnome, try disabling HAL
> and then see if you can mount it.
>
> See this thread "xptioctl pass driver usb scsi driver problem (solved)"
>
> Best,
> Alejandro Imass
Thank you for t
This is my first attempt at configuring IPFW. I have it up and running;
however, I am not quite sure how to accomplish configuring it to block
an IP range.
Assume an IP range: 219.128.0.0 to 219.137.255.255
That is an actual range: CHINANET Guangdong province network
I want to block the entire r
Carmel NY wrote:
> This is my first attempt at configuring IPFW. I have it up and
> running; however, I am not quite sure how to accomplish configuring
> it to block an IP range.
>
> Assume an IP range: 219.128.0.0 to 219.137.255.255
>
> That is an actual range: CHINANET Guangdong province netwo
On 04/04/2010 09:11 AM, Carmel NY wrote:
This is my first attempt at configuring IPFW. I have it up and running;
however, I am not quite sure how to accomplish configuring it to block
an IP range.
Assume an IP range: 219.128.0.0 to 219.137.255.255
That is an actual range: CHINANET Guangdong pro
> "Gary" == Gary Kline writes:
Gary> #!/usr/bin/perl
Gary> $argc = @ARGV;
Gary> if (! $argc ) {
Gary> printf("No args; need filename.\n");
Gary> }
Gary> else {
Gary> printf("%s\n", @ARGV);
Gary> }
Even simpler:
if (@ARGV) {
print "No args\n";
} else {
pri
> "Randal" == Randal L Schwartz writes:
Randal> Even simpler:
Randal> if (@ARGV) {
Randal> print "No args\n";
Randal> } else {
Randal> print "arg is $ARGV[0]\n";
Randal> }
Augh. I hit send just as I realized that's backwards. Need
more caffiene. Swap the true and
Hi,
In the end I had to go with opensuse-11.2. I should have tried it in the
second place really, because the iDRAC has Suse enterprise as an
installation option, so it was a small leap to think of the free
version.
Here are the OSes I tried:
FreeBSD 8
FreeBSD 9
NetBSD 5.0.2
CentOS
Ubuntu 9.10 s
On Sun, Apr 04, 2010 at 08:25:03AM -0700, Randal L. Schwartz wrote:
>
> Even simpler:
>
> if (@ARGV) {
> print "No args\n";
> } else {
> print "arg is $ARGV[0]\n";
> }
As Randal noted, he accidentally swapped the conditions here. Just for
the sake of absolute clarity, I'
On Sun, Apr 4, 2010 at 11:27 AM, Randal L. Schwartz
wrote:
>> "Randal" == Randal L Schwartz writes:
>
> Randal> Even simpler:
>
> Randal> if (@ARGV) {
did you mean unless? ;-)
> Randal> print "No args\n";
> Randal> } else {
> Randal> print "arg is $ARGV[0]\n";
> Randal>
On Sun, 04 Apr 2010 11:02:29 -0400, Ashley
articulated:
> On 04/04/2010 09:11 AM, Carmel NY wrote:
> > This is my first attempt at configuring IPFW. I have it up and
> > running; however, I am not quite sure how to accomplish configuring
> > it to block an IP range.
> >
> > Assume an IP range: 21
On Sun, Apr 04, 2010 at 12:45:30PM -0400, Alejandro Imass wrote:
> On Sun, Apr 4, 2010 at 11:27 AM, Randal L. Schwartz
> wrote:
> >> "Randal" == Randal L Schwartz writes:
> >
> > Randal> Even simpler:
> >
> > Randal> if (@ARGV) {
> did you mean unless? ;-)
I find "if" to be clearer than
On Sun, Apr 4, 2010 at 11:04 AM, Chad Perrin wrote:
> On Sun, Apr 04, 2010 at 08:25:03AM -0700, Randal L. Schwartz wrote:
[...]
> The final member of the traditional camelid trilogy, and a great book to
Hmm, so there _are_ in fact several trilogies! I would swap the
Camel for the Black Leopard
On Sun, 4 Apr 2010 10:33:53 -0600, Chad Perrin wrote:
> On Sun, Apr 04, 2010 at 12:45:30PM -0400, Alejandro Imass wrote:
> > did you mean unless? ;-)
>
> I find "if" to be clearer than "unless" when there's an "else", so
> instead of making that "if" into an "unless", I'd just swap the
> conditio
On 4 April 2010 19:33, John wrote:
> Hi,
>
> In the end I had to go with opensuse-11.2. I should have tried it in the
> second place really, because the iDRAC has Suse enterprise as an
> installation option, so it was a small leap to think of the free
> version.
>
> Here are the OSes I tried:
>
>
On Sun, Apr 4, 2010 at 2:14 PM, Polytropon wrote:
> On Sun, 4 Apr 2010 10:33:53 -0600, Chad Perrin wrote:
>> On Sun, Apr 04, 2010 at 12:45:30PM -0400, Alejandro Imass wrote:
>> > did you mean unless? ;-)
>>
>> I find "if" to be clearer than "unless" when there's an "else", so
>> instead of making
On Sun, Apr 4, 2010 at 11:25 AM, Randal L. Schwartz
wrote:
>> "Gary" == Gary Kline writes:
[...]
> And I'd recommend a couple of good books, but I might be seen as
> self-pimping. :)
>
> But if you look at http://learn.perl.org/ you'll see a number of other
> resources, including free tutori
On Sun, Apr 04, 2010 at 08:25:03AM -0700, Randal L. Schwartz wrote:
> > "Gary" == Gary Kline writes:
>
> Gary> #!/usr/bin/perl
> Gary> $argc = @ARGV;
> Gary> if (! $argc ) {
> Gary> printf("No args; need filename.\n");
> Gary> }
> Gary> else {
> Gary> printf("%s\n", @ARGV);
>
in message <20100404203951.gb47...@thought.org>,
wrote Gary Kline thusly...
>
> ---Maybe you can clue me in on this one: around a dozen years ago
> i somw found a recursive grep named tgrep online. to save tying,
> i renamed it "rgr". i can start anywhere and 'rgr pattern'
> --WITHOUT ANY ASTER
On 4/4/10, Jeremie Le Hen wrote:
> Hi,
>
> --->> Please Cc: me when replying, I'm not subscribed. <<---
>
> I plan to purchase a Zotac motherboard with a embedded ATOM processor.
> It uses an NVidia chipset.
>
> http://www.zotacusa.com/zotac-ionitx-f-e-atom-n330-1-6ghz-dual-core-mini-itx-intel-mot
Is it possible to configure sshd such that both conditions are met:
1. Root will be able to login only by using keys
2. Normal users will still be able to use pam/keyboard-interactive
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.o
On Sun, Apr 04, 2010 at 12:45:30PM -0400, Alejandro Imass wrote:
> On Sun, Apr 4, 2010 at 11:27 AM, Randal L. Schwartz
> wrote:
> >> "Randal" == Randal L Schwartz writes:
> >
> > Randal> Even simpler:
> >
> > Randal> if (@ARGV) {
> did you mean unless? ;-)
> > Randal> print "No args
Hi,
--->> Cc: me when replying, as I'm not subscribed. <<---
I cross-post this reply to freebsd-hardware@ since the result of my
little study around Atom-based motherboard may be of interest for
readers of this ML too.
On Sun, Apr 04, 2010 at 03:00:09PM -0600, Tim Judd wrote:
> On 4/4/10, Jeremi
On Sun, Apr 04, 2010 at 10:58:35AM -1000, p...@pair.com wrote:
> in message <20100404203951.gb47...@thought.org>,
> wrote Gary Kline thusly...
> >
> > ---Maybe you can clue me in on this one: around a dozen years ago
> > i somw found a recursive grep named tgrep online. to save tying,
> > i rena
On Sun, Apr 4, 2010 at 11:33 PM, Gary Kline wrote:
> Can C include the perl regex packages?
Yes! Just use PCRE. Or, if you prefer C++, Boost.Regex:
http://www.pcre.org/
http://www.boost.org/doc/libs/1_42_0/libs/regex/doc/html/index.html
--
Cordula's Web. http://www.cordula.ws/
Hi,
> Is it possible to configure sshd such that both conditions are met:
>
> 1. Root will be able to login only by using keys
> 2. Normal users will still be able to use pam/keyboard-interactive
perhaps the sshd-option "PermitRootLogin" does match your requirements.
To be found in sshd_config (
On 4 April 2010 22:49, Julian Fagir wrote:
> Hi,
>
> > Is it possible to configure sshd such that both conditions are met:
> >
> > 1. Root will be able to login only by using keys
> > 2. Normal users will still be able to use pam/keyboard-interactive
>
> perhaps the sshd-option "PermitRootLogin"
On 04/04/10 23:04, Marcin Wisnicki wrote:
Is it possible to configure sshd such that both conditions are met:
1. Root will be able to login only by using keys
2. Normal users will still be able to use pam/keyboard-interactive
Yes, you can create a Match block with the criteria User, something
On 04/04/2010 22:04, Marcin Wisnicki wrote:
Is it possible to configure sshd such that both conditions are met:
1. Root will be able to login only by using keys
Yes
2. Normal users will still be able to use pam/keyboard-interactive
Yes
see PermitRootLogin section in man sshd_config..
On Mon, 05 Apr 2010 01:25:09 +0200, Erik Norgaard wrote:
> On 04/04/10 23:04, Marcin Wisnicki wrote:
>> Is it possible to configure sshd such that both conditions are met:
>>
>> 1. Root will be able to login only by using keys 2. Normal users will
>> still be able to use pam/keyboard-interactive
>
On Sun, 04 Apr 2010 23:49:59 +0200, Julian Fagir wrote:
> Hi,
>
>> Is it possible to configure sshd such that both conditions are met:
>>
>> 1. Root will be able to login only by using keys 2. Normal users will
>> still be able to use pam/keyboard-interactive
>
> perhaps the sshd-option "Permit
> From owner-freebsd-questi...@freebsd.org Sun Apr 4 08:12:11 2010
> Date: Sun, 4 Apr 2010 09:11:47 -0400
> From: Carmel NY
> To: freebsd-questions@freebsd.org
> Subject: Configuring IPFW IP range
>
> This is my first attempt at configuring IPFW. I have it up and running;
> however, I am not qui
Just a small comment regarding Atom suitability for a home NAS: feel
free to completely ignore people saying that ZFS overhead is too much
for an Atom to handle efficiently, they have no idea what they are
talking about. I am using a Supermicro X7SPA-H board (Atom D510) and I
an easily achieving ~8
On 2010-Apr-04 23:54:55 +0200, Jeremie Le Hen wrote:
>Yeah, you are right. I should have mentionned that I do not want
>necessarily a high-performance NAS, it's for home use so my premary
>concern is the low power consumption. This is why I want an Atom-based
>motherboard.
Unfortunately, FreeBS
> From owner-freebsd-questi...@freebsd.org Sun Apr 4 17:14:17 2010
> Date: Sun, 4 Apr 2010 15:13:49 -0700
> From: Gary Kline
> To: "Randal L. Schwartz" , glar...@freebsd.org,
> FreeBSD Mailing List
> Cc:
> Subject: Re: perl qstn...
>
> On Sun, Apr 04, 2010 at 10:58:35AM -1000, p...@pai
Hi all:
I am compiling xscreensaver-kde and it stooped with following errors:
Package tocloft Note: The document has chapter divisions.
) (/usr/local/share/texmf-dist/tex/latex/hyperref/hyperref.sty
(/usr/local/share/texmf-dist/tex
I installed FBSD 7.3 on an older Compaq box. It has a built-in video card,
this isn't a top of the line superfast machine.
But it is important for me to press it into service.
I tried using a couple of Option lines in xorg.conf, but no luck.
so now my questions...
Will FBSD 7.3 make use of xf8
On 4/4/10, Henry Olyer wrote:
> I installed FBSD 7.3 on an older Compaq box. It has a built-in video card,
> this isn't a top of the line superfast machine.
>
> But it is important for me to press it into service.
>
> I tried using a couple of Option lines in xorg.conf, but no luck.
Would be nic
On Sun, Apr 04, 2010 at 02:33:02PM -0700, Gary Kline wrote:
>
> anybody know if we need a new C [[maybe D]] that would be
> allowed to grow?
There's already a D. I don't really know much about it, though.
--
Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]
p
On Sun, Apr 04, 2010 at 08:14:21PM -0500, Robert Bonomi wrote:
> > From owner-freebsd-questi...@freebsd.org Sun Apr 4 17:14:17 2010
> > Date: Sun, 4 Apr 2010 15:13:49 -0700
> > From: Gary Kline
> > To: "Randal L. Schwartz" , glar...@freebsd.org,
> > FreeBSD Mailing List
> > Cc:
> > Sub
Henry,
you may have installed xorg with the HAL-option on. If you want to try without
it go to the /usr/ports/x11-servers/xorg-server. Use #make config, switch off
the HAL support and #make reinstall.
Cheers
herb langhans
On Sun, Apr 04, 2010 at 10:54:03PM -0400, Henry Olyer wrote:
> I installe
On Mon, Apr 5, 2010 at 8:24 AM, Henry Olyer wrote:
> I installed FBSD 7.3 on an older Compaq box. It has a built-in video card,
> this isn't a top of the line superfast machine.
>
> But it is important for me to press it into service.
>
> I tried using a couple of Option lines in xorg.conf, but n
On 05/04/10 01:35, Marcin Wisnicki wrote:
PasswordAuthentication is already disabled (by default).
I need to disable ChallengeResponseAuthentication however:
/etc/ssh/sshd_config line 131: Directive 'ChallengeResponseAuthentication'
is not allowed within a Match block
Same thing for "Use
52 matches
Mail list logo