On Wed, 27 Jan 2010 14:08:40 -0800, "Dixit, Viraj"
wrote:
> Hi,
> I am looking to see if there a command or a script In BSD Os that will
> allow me to ftp to a server automatically and get a file from another
> server. User name and passwd will be already in the script so it will
> run ftp and do
yes i know i can call it gcc34 but the real problem is that the toolchain has
some scripts to automate the building and it uses some paths to pick up the
appropriate tools and when i run the scripts gcc42 is used. I figure out
that the path that gcc42 is located is the same as gcc34 /usr/local/bin
On 27 January 2010 23:18, Dan Naumov wrote:
> >I didn't want a mirror though, I wanted a stripe.
> >
> >I still don't understand why what I'm doing isn't working.
>
> As far as I know, having the root pool on a stripe isn't supported.
>
> OpenSolaris supports having the root pool on a "simple" po
On Wed, Jan 27, 2010 at 02:16:12PM -0500, Aryeh M. Friedman wrote:
> I have a list of files that should be in a dir tree and want to remove
> any files from the tree not in list (i.e. if it is on the list keep it
> else rm it)... any quick way to do this?
You should probably use a shell command
On Thu, Jan 28, 2010 at 03:13:51AM -0700, Chad Perrin wrote:
>
> losers= Dir["#{Dir.getwd}/**/*"]
> keepers = IO.readlines ARGV.shift
> startpath = ARGV.shift
>
> if startpath
> Dir.chdir startpath
> end
Oops. Speaking of using at your own risk . . .
That line t
Hello all,
I have FreeBSD 6.3-RELEASE. Suddenly I can not start my apache webserver
which load php5. The error said, missing libc-client4.so.9.
I checked that libc-client4.so.9 should be in /usr/local/lib but I can not
find it.
How do I get this one?
Best Regards,
Kalpin E. Silaen
___
On 28/01/2010 10:37, kal...@muliahost.com wrote:
> I checked that libc-client4.so.9 should be in /usr/local/lib but I can not
> find it.
It's installed by the mail/cclient port, which is a dependency of the
php5-imap module.
Cheers,
Matthew
--
Dr Matthew J Seaman MA, D.Phil.
On Thu, 28 Jan 2010 00:14:14 -0800 (PST) at
gfot wrote:
>
>yes i know i can call it gcc34 but the real problem is that the toolchain has
>some scripts to automate the building and it uses some paths to pick up the
>appropriate tools and when i run the scripts gcc42 is used. I figure out
>that th
On Wed, 2010-01-27 at 20:23 -0600, Brooks Davis wrote:
> On Thu, Jan 28, 2010 at 12:27:54AM +0100, Dimitry Andric wrote:
> > On 2010-01-27 22:27, John Baldwin wrote:
> >> GPT was defined along with EFI, so many folks assume that you have to use
> >> EFI
> >> to boot a GPT-labelled disk. However,
On 2010-01-28 13:06, Robert Noland wrote:
John or Marcel can correct me, but I don't think that this is an issue.
The bootstrap is located in the pmbr in sector 0 and the GPT headers and
tables are in sectors 1 - 34. The bootstrap code knows how to read the
GPT tables and can deal with> 2 tb lb
on 28/01/2010 05:03 sam said the following:
> that s why I 've been so in doubt using freebsd AMD64 release.
Why again?
--
Andriy Gapon
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubs
So you have installed a FreeBSD server and setup several jails on your
system. They run the services they need and everything works smoothly. But
how do manage all of them? What do you do if you want to run a command on
all jails? Do you run cfengine/puppy? How do you setup sendmail? Do
you have se
On Thu, Jan 28, 2010 at 8:21 AM, Christer Solskogen <
christer.solsko...@gmail.com> wrote:
> So you have installed a FreeBSD server and setup several jails on your
> system. They run the services they need and everything works smoothly. But
> how do manage all of them? What do you do if you want t
On Thu, Jan 28, 2010 at 3:28 PM, Adam Vande More wrote:
> you should check out /usr/ports/sysutils/ezjail
>
Already noted :) I use it myself.
--
chs,
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
gfot wrote:
...
>yes i know i can call it gcc34 but the real problem is that the toolchain has
>some scripts to automate the building and it uses some paths to pick up the
>appropriate tools and when i run the scripts gcc42 is used. I figure out
>that the path that gcc42 is located is the same as g
Fbsd1 writes:
> When booting release 8.0 i no longer get the fd0 floppy device prob
> message. This pc has run freebsd 6.4 7.0 7.2 which all supported the
> floppy drive.
>
> Has floppy drive support been dropped in 8.0?
No; it's still in the GENERIC kernel, and it still works for me.
--
Lowel
Here is the output of fdisk from the drive to be formatted.
*** Working on device /dev/ad0 ***
parameters extracted from in-core disklabel are:
cylinders=77504 heads=16 sectors/track=63 (1008 blks/cyl)
Let's try a million or so blocks left as swap.
ad0s1-1=ufs 77116032 / 1
#That
Hi,
I am using a 40MB journal on a 500MB compact flash.
Would that be sane, or I am causing more harm than
good?
My concerns are:
1) wear leveling. The journal is on specific part
of the "disk" writing again and again. That
should be handled by the CF itself. Though
I am
On Thu, Jan 28, 2010 at 10:42 AM, Nikos Vassiliadis wrote:
> Hi,
>
> I am using a 40MB journal on a 500MB compact flash.
> Would that be sane, or I am causing more harm than
> good?
>
> My concerns are:
> 1) wear leveling. The journal is on specific part
>of the "disk" writing again and ag
I've seen this behaviour for years, but never bothered
to ask why.
Imagine I already have in /etc/mail local .mc and .cf
files. Imagine I then update freebsd.mc. When I run make
nothing happens. What I think should happen is that
local .mc should be updated and then .cf generated.
Because of this
On 28 January 2010 16:59, Anton Shterenlikht wrote:
> I've seen this behaviour for years, but never bothered
> to ask why.
>
> Imagine I already have in /etc/mail local .mc and .cf
> files. Imagine I then update freebsd.mc. When I run make
> nothing happens. What I think should happen is that
> lo
On Thu, Jan 28, 2010 at 05:03:26PM +, Chris Rees wrote:
> On 28 January 2010 16:59, Anton Shterenlikht wrote:
> > I've seen this behaviour for years, but never bothered
> > to ask why.
> >
> > Imagine I already have in /etc/mail local .mc and .cf
> > files. Imagine I then update freebsd.mc. Wh
still unable to connect to wireless modem. In dmesg output I am seeing
a message
wpi0 failed can't load firmware image .
why it failed to load firmware module ?
I tried to load it by kldload firmware then it reports file already exists .
what went wrong how to fix the issue
On Jan 28, 2010, at 9:11 AM, Anton Shterenlikht wrote:
>> Because your carefully crafted local .mc files shouldn't be clobbered
>> whenever freebsd.mc is updated?
>
> I see.. so you are saying that freebsd.mc shouldn't even be
> touched at all, all local chages should be made straight
> to local .
Thanks so much. One question, I created a .netrc file and put it in the
root (/root) directory and this is what it looks like below. I have
taken out the IP, user name & password so no body can use them. Can you
tell me if my syntax is correct and how do I activate this file and is
this file in the
On Wed, 27 Jan 2010, Chuck Swiger wrote:
Hi--
On Jan 27, 2010, at 1:15 PM, James Smallacombe wrote:
Jan 26 21:50:32 host named[667]: client #57938: error sending
response: not enough free resources
Jan 26 21:50:32 host named[667]: client #59830: error sending
response: not enough free resour
On Thu, 28 Jan 2010 10:21:32 -0800, "Dixit, Viraj"
wrote:
> Thanks so much. One question, I created a .netrc file and put it in the
> root (/root) directory and this is what it looks like below. I have
> taken out the IP, user name & password so no body can use them.
Do you regularly work as roo
I've got an Adaptec 2200S RAID controller in a server running 5.3-RELEASE
with a GENERIC kernel. (We're going to upgrade Real Soon Now, but I've got
to keep things going until then.)
It's been running fine for years, but a few days ago, it started taking
about 3 times longer than usual to boot.
On Thu, Jan 28, 2010 at 12:59 PM, James Smallacombe wrote:
> To follow up on this: Noticed the issue again this morning, which also was
> accompanied by latency so high that I could not connect (some pings got
> through at very high latency). I emailed the provider and they told me that
> they h
Hi,
I am new to FreeBSD and recently created a FreeNAS server. I had a problem
with GEOM: GPT rejected. I have Award Bios and found this fix
http://www.freebsd.org/cgi/query-pr.cgi?pr=115406. I, though, do not know
how to apply the patch. I would appreciate any help.
Thanks,
Mike Krafczyk
__
On 28 January 2010 20:18, Michael Krafczyk wrote:
> Hi,
>
> I am new to FreeBSD and recently created a FreeNAS server. I had a problem
> with GEOM: GPT rejected. I have Award Bios and found this fix
> http://www.freebsd.org/cgi/query-pr.cgi?pr=115406. I, though, do not know
> how to apply the p
In /usr/ports/UPDATING, I see this:
Due to a recent change in sysutils/policykit, both sysutils/policykit,
and sysutils/polkit need to be rebuilt, but in a certain order. First,
upgrade sysutils/policykit to 0.9_6. Then, force a rebuild and reinstall
of sysutils/polkit. If you do not do
Hi,
The script that I have setup does not work if I run the .netrc file. I
ran the commands in ftp -v mode and it did not like machine command, did
not like passwd or pwd etc.
machine 0.0.0.0
login VJ
password 123456
macdef init
binary
lcd /ftp
cd /var/temp
get newemp.db
quit
If I
On Thu, 28 Jan 2010 16:59:16 +, Anton Shterenlikht
wrote:
> I've seen this behaviour for years, but never bothered
> to ask why.
>
> Imagine I already have in /etc/mail local .mc and .cf files. Imagine I
> then update freebsd.mc. When I run make nothing happens. What I think
> should happen i
Hello,
recently we moved our users database to LDAP server, but after that sftp stops
working on our students server.
We use:
- OpenLDAP 2.4.21
- nss_ldap-1.265_3
- pam_ldap-1.8.5
- FreeBSD 9.0-CURRENT amd64
When I use sftp, it drops the connection:
{volt}-{~}% sftp localhost
Connecting t
Aryeh M. Friedman wrote:
> I have a list of files that should be in a dir tree and want to remove
> any files from the tree not in list (i.e. if it is on the list keep it
> else rm it)... any quick way to do this?
# ls -1F
keep
old/
# find old
old
old/a
old/a/1
old/a/4
old/b
old/b/2
old/b/5
old/c
In the last episode (Jan 28), Dixit, Viraj said:
> The script that I have setup does not work if I run the .netrc file. I
> ran the commands in ftp -v mode and it did not like machine command, did
> not like passwd or pwd etc.
The commands in .netrc are not the same ones that you send on the ftp
On Thursday 28 January 2010 7:26:24 am Dimitry Andric wrote:
> On 2010-01-28 13:06, Robert Noland wrote:
> > John or Marcel can correct me, but I don't think that this is an issue.
> > The bootstrap is located in the pmbr in sector 0 and the GPT headers and
> > tables are in sectors 1 - 34. The bo
On Mon 25 Jan 2010 at 02:00:47 PST Charlie Kester wrote:
http://www.mini-box.com/D510MO-mini-ITX-Intel
I'm thinking of ordering one of these motherboards, which have the
newest dual-core Atom processor and NM10 chipset. I'm intrigued by its
low-power, fanless operation. I already have FreeBSD
still unable to connect to wireless modem. In dmesg output I am seeing a
message
wpi0 failed can't load firmware image .
why it failed to load firmware module ?
I tried to load it by kldload firmware then it reports file already exists .
what went wrong how to fix the issue of
firmware mo
On Jan 28, 2010, at 4:23 PM, CyberLeo Kitsana wrote:
> Aryeh M. Friedman wrote:
>> I have a list of files that should be in a dir tree and want to remove
>> any files from the tree not in list (i.e. if it is on the list keep it
>> else rm it)... any quick way to do this?
>
> # ls -1F
> keep
> ol
can anybody help me set up my /etc/namedb/ files and mt
/usr/local/etc/apache22/ files to help a builder friend? since
this probably isn't exactly on-topic, this might best be handled
offlist from now on.
nutshell is that this gentleman has saved me, my
42 matches
Mail list logo