Re: increasing vkernel memory

2009-11-18 Thread Sascha Wildner

Siju George schrieb:

but git is not there in the vkernel so how do I check out src and pkgsrc ?


'pkg_radd scmgit' should work, I assume.

Sascha

--
http://yoyodyne.ath.cx


Re: increasing vkernel memory

2009-11-18 Thread Sascha Wildner

Sascha Wildner schrieb:

Siju George schrieb:

but git is not there in the vkernel so how do I check out src and pkgsrc ?


'pkg_radd scmgit' should work, I assume.


Yeah, I was wrong of course.

Well, you'll have to obtain the pkgsrc tree first via cvs, tarball, 
whatever.


Then you can bootstrap it:

cd /usr/pkgsrc/bootstrap
./bootstrap

After this you should have the necessary package tools to proceed with 
pkg_radd, bmake and so on.


Hope that helps,
Sascha

--
http://yoyodyne.ath.cx


Re: increasing vkernel memory

2009-11-18 Thread Siju George
On Wed, Nov 18, 2009 at 2:08 PM, Sascha Wildner s...@online.de wrote:

 Well, you'll have to obtain the pkgsrc tree first via cvs, tarball,
 whatever.

 Then you can bootstrap it:

 cd /usr/pkgsrc/bootstrap
 ./bootstrap


After bootstrap I get this error

dfly-vk1# bmake search key=git
bmake: Command not found.
dfly-vk1#

Thanks for your reply :-)

--Siju


RE: increasing vkernel memory

2009-11-18 Thread Alex Hornung
Use rehash? or reboot?

Cheers,
Alex Hornung

-Original Message-
From: users-err...@crater.dragonflybsd.org
[mailto:users-err...@crater.dragonflybsd.org] On Behalf Of Siju George
Sent: 18 November 2009 10:33
To: users@crater.dragonflybsd.org
Subject: Re: increasing vkernel memory

On Wed, Nov 18, 2009 at 2:08 PM, Sascha Wildner s...@online.de wrote:

 Well, you'll have to obtain the pkgsrc tree first via cvs, tarball,
 whatever.

 Then you can bootstrap it:

 cd /usr/pkgsrc/bootstrap
 ./bootstrap


After bootstrap I get this error

dfly-vk1# bmake search key=git
bmake: Command not found.
dfly-vk1#

Thanks for your reply :-)

--Siju



Re: increasing vkernel memory

2009-11-18 Thread Stathis Kamperis
2009/11/18 Siju George sgeorge...@gmail.com:
 On Wed, Nov 18, 2009 at 2:08 PM, Sascha Wildner s...@online.de wrote:

 Well, you'll have to obtain the pkgsrc tree first via cvs, tarball,
 whatever.

 Then you can bootstrap it:

 cd /usr/pkgsrc/bootstrap
 ./bootstrap


 After bootstrap I get this error

 dfly-vk1# bmake search key=git
 bmake: Command not found.
 dfly-vk1#

 Thanks for your reply :-)

 --Siju


Did you add /usr/pkg/bin to your PATH env variable? I think bootstrap
tells you to do so, after it finishes building. Mind that the path
I've written maybe different if you used a --prefix when you did
./bootstrap.

Cheers,
Stathis


Re: increasing vkernel memory

2009-11-18 Thread Sascha Wildner

Siju George schrieb:

On Wed, Nov 18, 2009 at 2:08 PM, Sascha Wildner s...@online.de wrote:

Well, you'll have to obtain the pkgsrc tree first via cvs, tarball,
whatever.

Then you can bootstrap it:

cd /usr/pkgsrc/bootstrap
./bootstrap



After bootstrap I get this error

dfly-vk1# bmake search key=git
bmake: Command not found.
dfly-vk1#

Thanks for your reply :-)


did you 'rehash'?


--
http://yoyodyne.ath.cx


Re: increasing vkernel memory

2009-11-18 Thread Siju George
On Wed, Nov 18, 2009 at 4:10 PM, Sascha Wildner s...@online.de wrote:
 Siju George schrieb:

 On Wed, Nov 18, 2009 at 2:08 PM, Sascha Wildner s...@online.de wrote:
 did you 'rehash'?



Thanks it is working well after a reboot :-)

--Siju


unable to remove /var/vkernel

2009-11-18 Thread Siju George
Hi,

I get the following error while removing

dfly-bkpsrv# rm -rf vkernel/
recursively remove vkernel/? y
rm: vkernel/boot/kernel: Operation not permitted
rm: vkernel/boot: Directory not empty
rm: vkernel/: Directory not empty
dfly-bkpsrv#

how do I fix it?

Thanks

--siju


Re: unable to remove /var/vkernel

2009-11-18 Thread Alexander Polakov
2009/11/19, Siju George sgeorge...@gmail.com:
 Hi,

 I get the following error while removing

 dfly-bkpsrv# rm -rf vkernel/
 recursively remove vkernel/? y
 rm: vkernel/boot/kernel: Operation not permitted
 rm: vkernel/boot: Directory not empty
 rm: vkernel/: Directory not empty
 dfly-bkpsrv#

 how do I fix it?
ls(1), chflags(1)