[solved] Kernel headers

2013-01-21 Thread Ralf Mardorf
Thank you Warren.

Regards,
Ralf

___
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: Kernel headers

2013-01-21 Thread Warren Block

On Mon, 21 Jan 2013, Ralf Mardorf wrote:

I had to installed FreeBSD from the 8.3 DVD, because partitioning doesn't 
work on my machine, when I used 9.0. I updated the Kernel to 9.1, world and 
the ports tree.


The ports tree is not branched (ports are identical for all versions of 
FreeBSD), so that's not a problem.



I now use svn, but there's another issue now.

root@freebsd:/usr/src # svn checkout svn://svn.freebsd.org/base/releng/9.1/ 
/usr/src

[snip]
^CAlib/libc/quad/fixdfdi.c

svn: E200015: Caught signal
root@freebsd:/usr/src #
root@freebsd:/usr/src # uname -a
FreeBSD freebsd 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 
09:23:10 UTC 2012 
r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64


I don't know what "/releng" is for. Does this fit to my kernel?


Yes.

I suspect I need to checkout r243825. How can I do this or what ever else I 
have to do?


No, that's a specific revision number, like a bookmark.  If you update 
only to that revision, nothing will change.  See 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/svn.html

___
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: Kernel headers

2013-01-21 Thread Warren Block

On Mon, 21 Jan 2013, Ralf Mardorf wrote:

I'm a FreeBSD novice, experienced with Linux audio. If on Linux the network 
does work, than it works.

What is needed to have a working network on FreeBSD for all situations?

http://www.cyberciti.biz/faq/freebsd-install-kernel-source-code/


Those instructions only work on 8.X and earlier.  For 9.X,

http://forums.freebsd.org/showthread.php?p=162949
___
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: Kernel headers

2013-01-21 Thread Ralf Mardorf
On Mon, 21 Jan 2013 12:25:57 +0100, Emre Çamalan   
wrote:

What is your distribution for installing FreeBSD, CD , DVD ?

You can also use DVD for installing kernel.

First , download FreeBSD 8.x or 9.x DVD distribution then try to install  
kernel with same way which is showing on cyberciti.biz.
or reinstall your freebsd with FreeBSD 9.1 which ask to you for  
installing kernel.


I had to installed FreeBSD from the 8.3 DVD, because partitioning doesn't  
work on my machine, when I used 9.0. I updated the Kernel to 9.1, world  
and the ports tree.


I now use svn, but there's another issue now.

root@freebsd:/usr/src # svn checkout  
svn://svn.freebsd.org/base/releng/9.1/ /usr/src

[snip]
^CAlib/libc/quad/fixdfdi.c

svn: E200015: Caught signal
root@freebsd:/usr/src #
root@freebsd:/usr/src # uname -a
FreeBSD freebsd 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4  
09:23:10 UTC 2012  
r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64


I don't know what "/releng" is for. Does this fit to my kernel?
I suspect I need to checkout r243825. How can I do this or what ever else  
I have to do?


Thank you.

Regards,
Ralf
___
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: Kernel headers

2013-01-21 Thread Emre Çamalan
What is your distribution for installing FreeBSD, CD , DVD ?

You can also use DVD for installing kernel.

First , download FreeBSD 8.x or 9.x DVD distribution then try to install kernel 
with same way which is showing on cyberciti.biz.
or reinstall your freebsd with FreeBSD 9.1 which ask to you for installing 
kernel.




21.01.2013, 13:12, "Ralf Mardorf" :
> I'm a FreeBSD novice, experienced with Linux audio. If on Linux the
> network does work, than it works.
> What is needed to have a working network on FreeBSD for all situations?
>
> http://www.cyberciti.biz/faq/freebsd-install-kernel-source-code/
>
> German FTP:
> Unable to transfer the sbase distribution from ftp://ftp.de.freebsd.org.
> Some primary by HTTP:
> Value Required lease enter the address of the HTTP proxy in this format:
> hostname:port (the ':port' is optional, default is 3128)
>
> *?*
>
> Very often Google finds similar incomplete howtos :(.
>
> What "hostname" is required?
>
> Regards,
> Ralf
> ___
> 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"
___
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: Kernel headers

2013-01-21 Thread Ralf Mardorf
On Mon, 21 Jan 2013 12:09:36 +0100, Ralf Mardorf  
 wrote:

http://www.cyberciti.biz/faq/freebsd-install-kernel-source-code/


I'm sorry, I missed the link from the last comment.

http://forums.freebsd.org/showthread.php?t=29172

A long thread :S.
___
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"


Kernel headers

2013-01-21 Thread Ralf Mardorf
I'm a FreeBSD novice, experienced with Linux audio. If on Linux the  
network does work, than it works.

What is needed to have a working network on FreeBSD for all situations?

http://www.cyberciti.biz/faq/freebsd-install-kernel-source-code/

German FTP:
Unable to transfer the sbase distribution from ftp://ftp.de.freebsd.org.
Some primary by HTTP:
Value Required lease enter the address of the HTTP proxy in this format:  
hostname:port (the ':port' is optional, default is 3128)


*?*

Very often Google finds similar incomplete howtos :(.

What "hostname" is required?

Regards,
Ralf
___
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"