Re: Kernel Panic - Unix socket communication in kernel module

2013-08-23 Thread John Baldwin
On Monday, July 29, 2013 3:31:49 am varanasi sainath wrote: > Hello, > > I am writing a kernel module in which I am trying to connect to a UNIX > socket > (UNIX domain sockets use the file system as their address name space). > Kernel module (loadable) acts as a client and User mode program acts a

Re: Kernel Panic - Unix socket communication in kernel module

2013-07-29 Thread Frank Leonhardt
On 29/07/2013 08:31, varanasi sainath wrote: Hello, I am writing a kernel module in which I am trying to connect to a UNIX socket (UNIX domain sockets use the file system as their address name space). Kernel module (loadable) acts as a client and User mode program acts as server, I have loaded t

Re: Kernel Modules Documentation?

2013-05-07 Thread Mehmet Erol Sanliturk
On Tue, May 7, 2013 at 1:07 PM, Walter Hurry wrote: > On Tue, 07 May 2013 11:16:50 -0700, Mehmet Erol Sanliturk wrote: > > > On Tue, May 7, 2013 at 10:53 AM, Walter Hurry > > wrote: > > > > Access to PasteBin from Turkey is PROHIBITED . > > Oh. Try this then: > https://dl.dropboxusercontent.co

Re: Kernel Modules Documentation?

2013-05-07 Thread Walter Hurry
On Tue, 07 May 2013 11:16:50 -0700, Mehmet Erol Sanliturk wrote: > On Tue, May 7, 2013 at 10:53 AM, Walter Hurry > wrote: > > Access to PasteBin from Turkey is PROHIBITED . Oh. Try this then: https://dl.dropboxusercontent.com/u/6106778/kernel_modules.txt _

Re: Kernel Modules Documentation?

2013-05-07 Thread Mehmet Erol Sanliturk
On Tue, May 7, 2013 at 10:53 AM, Walter Hurry wrote: > On Wed, 01 May 2013 20:33:21 -0700, Mehmet Erol Sanliturk wrote: > > > Text file . > > > > Thank you very much . > > OK. Sorry for the delay. > It's at http://pastebin.com/wvxQRD9w > > Thank you really . Access to PasteBin from Turkey is

Re: Kernel Modules Documentation?

2013-05-07 Thread Walter Hurry
On Wed, 01 May 2013 20:33:21 -0700, Mehmet Erol Sanliturk wrote: > Text file . > > Thank you very much . OK. Sorry for the delay. It's at http://pastebin.com/wvxQRD9w ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/list

Re: Kernel Modules Documentation?

2013-05-01 Thread Mehmet Erol Sanliturk
On Wed, May 1, 2013 at 4:21 PM, Walter Hurry wrote: > On Wed, 01 May 2013 12:57:26 -0700, Mehmet Erol Sanliturk wrote: > > > On Wed, May 1, 2013 at 12:14 PM, Walter Hurry > > wrote: > > > >> On Tue, 30 Apr 2013 10:07:13 -0400, ill...@gmail.com wrote: > >> > >> > On 30 April 2013 09:39, Walter Hu

Re: Kernel Modules Documentation?

2013-05-01 Thread Walter Hurry
On Wed, 01 May 2013 18:31:47 -0400, doug wrote: > On Wed, 1 May 2013, Mehmet Erol Sanliturk wrote: > >> On Wed, May 1, 2013 at 12:14 PM, Walter Hurry >> wrote: >> >>> On Tue, 30 Apr 2013 10:07:13 -0400, ill...@gmail.com wrote: >>> On 30 April 2013 09:39, Walter Hurry wrote: > Free

Re: Kernel Modules Documentation?

2013-05-01 Thread Walter Hurry
On Wed, 01 May 2013 12:57:26 -0700, Mehmet Erol Sanliturk wrote: > On Wed, May 1, 2013 at 12:14 PM, Walter Hurry > wrote: > >> On Tue, 30 Apr 2013 10:07:13 -0400, ill...@gmail.com wrote: >> >> > On 30 April 2013 09:39, Walter Hurry wrote: >> > >> >> FreeBSD 9.1 on amd64. >> >> >> >> I have a li

Re: Kernel Modules Documentation?

2013-05-01 Thread doug
On Wed, 1 May 2013, Mehmet Erol Sanliturk wrote: On Wed, May 1, 2013 at 12:14 PM, Walter Hurry wrote: On Tue, 30 Apr 2013 10:07:13 -0400, ill...@gmail.com wrote: On 30 April 2013 09:39, Walter Hurry wrote: FreeBSD 9.1 on amd64. I have a list of about 220 kernel modules and would like

Re: Kernel Modules Documentation?

2013-05-01 Thread Mehmet Erol Sanliturk
On Wed, May 1, 2013 at 12:14 PM, Walter Hurry wrote: > On Tue, 30 Apr 2013 10:07:13 -0400, ill...@gmail.com wrote: > > > On 30 April 2013 09:39, Walter Hurry wrote: > > > >> FreeBSD 9.1 on amd64. > >> > >> I have a list of about 220 kernel modules and would like to find out > >> what they do, or

Re: Kernel Modules Documentation?

2013-05-01 Thread Walter Hurry
On Tue, 30 Apr 2013 10:07:13 -0400, ill...@gmail.com wrote: > On 30 April 2013 09:39, Walter Hurry wrote: > >> FreeBSD 9.1 on amd64. >> >> I have a list of about 220 kernel modules and would like to find out >> what they do, or are for (none has a man page). I suspect that many of >> them are dr

Re: Kernel Modules Documentation?

2013-04-30 Thread Robert Huff
kpn...@pobox.com writes: > > alias_cuseeme > > I don't know this one. Google? CU-SeeMe is a video conferencing product; I have no idea what this module does. Robert Huff ___ freebsd-questions@freebsd.or

Re: Kernel Modules Documentation?

2013-04-30 Thread Anton Shterenlikht
I have a list of about 220 kernel modules and would like to find out what they do, or are for (none has a man page). I suspect that many of them are drivers for particular devices. Is there any resource or documentation available? Thanks. P.S.

Re: Kernel Modules Documentation?

2013-04-30 Thread ill...@gmail.com
On 30 April 2013 09:39, Walter Hurry wrote: > FreeBSD 9.1 on amd64. > > I have a list of about 220 kernel modules and would like to find out what > they do, or are for (none has a man page). I suspect that many of them > are drivers for particular devices. > > Is there any resource or documentati

Re: kernel config file

2013-03-21 Thread Polytropon
On Thu, 21 Mar 2013 15:54:22 -0400, Fbsd8 wrote: > Back around 4.x there was a File that had all the available kernel > compile options with their meanings as comments. On 9.1 I don't see that > file any more. Where can I find that file that lists all the kernel > compile options? The 9.1 NOTES

Re: kernel config file

2013-03-21 Thread Chris Whitehouse
On 21/03/2013 19:54, Fbsd8 wrote: Back around 4.x there was a File that had all the available kernel compile options with their meanings as comments. On 9.1 I don't see that file any more. Where can I find that file that lists all the kernel compile options? The 9.1 NOTES file is not that file.

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

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 instru

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. o

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 fo

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. ___ fre

Re: kernel config

2012-10-25 Thread jb
jb gmail.com> writes: > ... > What decides about that (built-in or module) ? > # kldstat -v |grep cd9660 > 414 cd9660 > # kldstat -v |grep ext2fs > 151 0xc9911000 11000ext2fs.ko (/boot/kernel/ext2fs.ko) > 538 ext2fs That was already clarified. jb

Re: kernel config

2012-10-25 Thread Polytropon
On Thu, 25 Oct 2012 14:51:38 +0700, Erich Dollansky wrote: > The modules are always build, at least to my knowledge. So, you do not > need any options for this. You just need to load them later. The means of /etc/src.conf can be used to skip certain things during a kernel + world build. For exampl

Re: kernel config

2012-10-25 Thread jb
Erich Dollansky ovitrap.com> writes: > ... What decides about that (built-in or module) ? # kldstat -v |grep cd9660 414 cd9660 # kldstat -v |grep ext2fs 151 0xc9911000 11000ext2fs.ko (/boot/kernel/ext2fs.ko) 538 ext2fs jb __

Re: kernel config

2012-10-25 Thread Erich Dollansky
Hi, On Thu, 25 Oct 2012 07:26:27 + (UTC) jb wrote: > Erich Dollansky ovitrap.com> writes: > > > ... > > Just check how a custom kernel is build. You can then build three > > versions of it. One with nothing, one with the modules you want and > > one with the non-conflicting modules build

Re: kernel config

2012-10-25 Thread jb
Erich Dollansky ovitrap.com> writes: > ... > Just check how a custom kernel is build. You can then build three > versions of it. One with nothing, one with the modules you want and one > with the non-conflicting modules build-in. > > Just read the handbook regarding custom kernels. > ... I ha

Re: kernel config

2012-10-25 Thread Erich Dollansky
Hi, On Thu, 25 Oct 2012 06:41:44 + (UTC) jb wrote: > Hi, > what controls how parts of kernel are built, that is, built-in or > modular ? For example, I want to: > - build a kernel that has eveything built in this is normally not possible as some thing conflict which each other. But most thi

Re: Kernel asks only for the first GELI passphrase

2012-09-30 Thread Martin Laabs
Hello, On 09/29/12 13:02, Fabian Keil wrote: Martin Laabs wrote: So - is there a way (i.e. a loader.conf entry) how I can tell the loader which partition I wanna have attached with a passphrase? Whether or not the kernel requests the passphrase depends on whether or not the BOOT flag (0x2)

Re: Kernel asks only for the first GELI passphrase

2012-09-29 Thread Fabian Keil
Martin Laabs wrote: > I have two partitions encrypted with GELI: ada0s2 and ada0s3. The loader > (located at an unencrypted part of the harddisk) loads the kernel and the > kernel asks me for the passphrase for ada0s2 to attach it afterwards. > However - my root file system is not at ada0s2.eli

Re: kernel panic

2012-08-09 Thread Matthew Seaman
On 09/08/2012 15:52, dude golden wrote: > hope my email find you well,first of all thank you very much for your > grate response always in answering my emails, now i am using freeBSD > 8.3 in a Intel corI5 server with 12 G of RAM and 500 G HDD sata .we > have a voip soft switch application installe

Re: Kernel Panic any help?

2012-05-29 Thread Jens Jahnke
Hi, On 25 May 2012 20:01:44 - "John Levine" wrote: JL> >panic: ffs_clusteralloc: map mismatch JL> JL> Something's fairly badly screwed up on your disk. My advice would JL> be to boot from a CD or USB key and run fsck to try to repair it. the disk was pretty much f...ed up. I always got an

Re: Kernel Panic any help?

2012-05-25 Thread John Levine
>panic: ffs_clusteralloc: map mismatch Something's fairly badly screwed up on your disk. My advice would be to boot from a CD or USB key and run fsck to try to repair it. R's, John ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: kernel configuration file

2012-05-07 Thread Polytropon
On Mon, 7 May 2012 15:01:31 -0500 (CDT), Robert Bonomi wrote: > > Bernt Hansson wrote: > > 2012-05-06 20:23, Robert Bonomi skrev: > > > > > Including *every* loadable module, whether or not you actually use it. > > > > That's not really true, at least not for me, and I have not made any > > chang

Re: kernel configuration file

2012-05-07 Thread Robert Bonomi
Bernt Hansson wrote: > 2012-05-06 20:23, Robert Bonomi skrev: > > > Including *every* loadable module, whether or not you actually use it. > > That's not really true, at least not for me, and I have not made any > changes to the build environment. The loadable module that I actually > use is bktr

Re: kernel configuration file

2012-05-06 Thread Polytropon
On Sun, 6 May 2012 13:23:08 -0500 (CDT), Robert Bonomi wrote: > > From owner-freebsd-questi...@freebsd.org Sun May 6 08:36:52 2012 > > Date: Sun, 6 May 2012 09:34:12 -0400 > > From: Carmel > > To: FreeBSD > > Subject: Re: kernel configuration file > > > &

Re: kernel configuration file

2012-05-06 Thread Robert Bonomi
> From owner-freebsd-questi...@freebsd.org Sun May 6 08:36:52 2012 > Date: Sun, 6 May 2012 09:34:12 -0400 > From: Carmel > To: FreeBSD > Subject: Re: kernel configuration file > > On Sun, 6 May 2012 08:08:31 -0500 (CDT) > Robert Bonomi articulated: > > > >

Re: kernel configuration file

2012-05-06 Thread Carmel
On Sun, 06 May 2012 14:58:39 +0100 Matthew Seaman articulated: >cuse4bsd is a third party module. This means that the sources aren't >available as part of the base system, so making work as compiled-in >code in the kernel will require you to create patches for your kernel >source tree. Not impos

Re: kernel configuration file

2012-05-06 Thread Matthew Seaman
On 06/05/2012 14:34, Carmel wrote: >>> Is there a way that I can simply compile it into the kernel? Would a: >>> >>> device cuse4bsd# Required by webcamd >>> >>> entry in the kernel file work? I cannot find any documentation on >>> that. cuse4bsd is a third party module. This means that th

Re: kernel configuration file

2012-05-06 Thread Mario Lobo
On Sunday 06 May 2012 10:34:12 Carmel wrote: > On Sun, 6 May 2012 08:08:31 -0500 (CDT) > > Robert Bonomi articulated: > >Carmel wrote; > > > >> In the "Generic kernel configuration file for FreeBSD/amd64", if I do > >> not have a floppy drive, is it safe to comment out this entry? > >> > >> # Fl

Re: kernel configuration file

2012-05-06 Thread Carmel
On Sun, 6 May 2012 08:08:31 -0500 (CDT) Robert Bonomi articulated: >Carmel wrote; >> >> In the "Generic kernel configuration file for FreeBSD/amd64", if I do >> not have a floppy drive, is it safe to comment out this entry? >> >> # Floppy drives >> device fdc > >Definitely, "yes". >> >>

Re: kernel configuration file

2012-05-06 Thread Robert Bonomi
Carmel wrote; > > In the "Generic kernel configuration file for FreeBSD/amd64", if I do > not have a floppy drive, is it safe to comment out this entry? > > # Floppy drives > device fdc Definitely, "yes". > > Are there any other entries that I could eliminate if I do not have a > floppy

Re: Kernel Panic on 9.0-RELEASE When Attempting to Remove Files

2012-02-10 Thread Ryan Frederick
In response to the related thread started by Martin McCormick we did run a `zpool scrub` on the zpool, and the scrub completed successfully with no repairs performed. I successfully tried importing the zpool in Linux using the native Linux ZFS module. However attempting to remove the files via

Re: Kernel stalling at "pci0: on pcib0"

2012-02-07 Thread Erich Dollansky
Hi, On Tuesday 07 February 2012 12:49:46 Da Rock wrote: > On 02/07/12 15:48, Erich Dollansky wrote: > > > > On Tuesday 07 February 2012 12:40:09 Will McCutcheon wrote: > >> Hello all, > >> > >> I recently got a HP t5700 thin client that I wanted to turn into a > >> firewall using pfSense. For refe

Re: Kernel stalling at "pci0: on pcib0"

2012-02-06 Thread Da Rock
On 02/07/12 15:48, Erich Dollansky wrote: Hi, On Tuesday 07 February 2012 12:40:09 Will McCutcheon wrote: Hello all, I recently got a HP t5700 thin client that I wanted to turn into a firewall using pfSense. For reference, this system uses a Transmeta Crusoe TM5800 CPU with a VIA chipset that

Re: Kernel stalling at "pci0: on pcib0"

2012-02-06 Thread Erich Dollansky
Hi, On Tuesday 07 February 2012 12:40:09 Will McCutcheon wrote: > Hello all, > > I recently got a HP t5700 thin client that I wanted to turn into a > firewall using pfSense. For reference, this system uses a Transmeta Crusoe > TM5800 CPU with a VIA chipset that I'm having difficulty identifying.

Re: kernel generic options

2012-01-22 Thread Polytropon
On Sun, 22 Jan 2012 05:36:29 -0600, ajtiM wrote: > O.K. I will rebuild a kernel but my question is why is not options for > FreeBSD > 8 as default, please? All the kernel functions present in v8 are also present in v9, so there is no need to a compatibility option inside the kernel. The compat-8

SOLVED - Re: KERNEL - knowing what programs use/need modules

2012-01-02 Thread Damien Fleuriot
On 1/1/12 9:10 AM, Matt Mullins wrote: > On Tue, Dec 27, 2011 at 8:34 AM, Damien Fleuriot wrote: >> Now, I'm wondering why in the world a server would need umass, ums and cam ? >> >> My understanding is that ums is the USB mouse, which we're never going >> to need. >> >> Umass would be USB mass

Re: KERNEL - knowing what programs use/need modules

2012-01-01 Thread Matt Mullins
On Tue, Dec 27, 2011 at 8:34 AM, Damien Fleuriot wrote: > Now, I'm wondering why in the world a server would need umass, ums and cam ? > > My understanding is that ums is the USB mouse, which we're never going > to need. > > Umass would be USB mass storage, which again we're never going to need.

Re: kernel panics involving NFS+RPCSEC_GSS

2011-08-18 Thread Clinton Adams
On Thu, Aug 18, 2011 at 3:25 PM, Clinton Adams wrote: > Hello, > > Kernel panics if clients hit the nfs server sufficiently hard - > happens repeatedly with 13 clients logging in at the same approximate > time, using nfsv4 mounted homes. > > server is running freebsd 8.2-RELEASE-p2. clients are li

Re: kernel Panic not dumping to swap

2011-08-15 Thread Daryl Sayers
> On 8/9/11 10:33 PM, Daryl Sayers wrote: >> I have a FreeBSD 8.2-STABLE (64bit) system with 4G mem installed. I have >> had a few kernel panics over the last few weeks and would like to capture >> a core dump. I have added the following to /etc/rc.conf >> >> dumpdev="AUTO" >> dumpdir=/var/crash

Re: kernel Panic not dumping to swap

2011-08-12 Thread Patrick Mahan
On 8/9/11 10:33 PM, Daryl Sayers wrote: > I have a FreeBSD 8.2-STABLE (64bit) system with 4G mem installed. I have > had a few kernel panics over the last few weeks and would like to capture > a core dump. I have added the following to /etc/rc.conf > > dumpdev="AUTO" > dumpdir=/var/crash > > Th

Re: kernel socket programming

2011-07-02 Thread Hooman Fazaeli
On 7/2/2011 1:10 PM, ahmad javadi wrote: hi i am new in kernel socket programming in free bsd.is there any chance that someone send me a simple code which creates a socket with an local host or any address and begins to send some packets to the local host.im in a very need of this help. thanks.

Re: kernel socket programming

2011-07-02 Thread Hooman Fazaeli
On 7/2/2011 1:10 PM, ahmad javadi wrote: hi i am new in kernel socket programming in free bsd.is there any chance that someone send me a simple code which creates a socket with an local host or any address and begins to send some packets to the local host.im in a very need of this help. thanks.

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread Ivan Klymenko
В Mon, 23 May 2011 14:55:39 -0700 Garrett Cooper пишет: > On Mon, May 23, 2011 at 11:44 AM, O. Hartmann > wrote: > > On 05/23/11 18:10, Garrett Cooper wrote: > >> > >> On May 23, 2011, at 5:55 AM, Dimitry Andric wrote: > >> > >>> > >> > >> Shouldn't DEBUG_FLAGS be the proper usage in this parti

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread O. Hartmann
On 05/23/11 23:55, Garrett Cooper wrote: On Mon, May 23, 2011 at 11:44 AM, O. Hartmann wrote: On 05/23/11 18:10, Garrett Cooper wrote: On May 23, 2011, at 5:55 AM, Dimitry Andric wrote: Shouldn't DEBUG_FLAGS be the proper usage in this particular case? Mmmhhh, I changed .if defined(D

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread Garrett Cooper
On Mon, May 23, 2011 at 11:44 AM, O. Hartmann wrote: > On 05/23/11 18:10, Garrett Cooper wrote: >> >> On May 23, 2011, at 5:55 AM, Dimitry Andric wrote: >> >>> >> >> Shouldn't DEBUG_FLAGS be the proper usage in this particular case? > > Mmmhhh, > I changed > > .if defined(DEBUG) && !defined(INSTA

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread O. Hartmann
On 05/23/11 18:10, Garrett Cooper wrote: On May 23, 2011, at 5:55 AM, Dimitry Andric wrote: Shouldn't DEBUG_FLAGS be the proper usage in this particular case? -Garrett ___ freebsd-curr...@freebsd.org mailing list http://lists.freebsd.org/mailman/li

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread Garrett Cooper
On May 23, 2011, at 5:55 AM, Dimitry Andric wrote: > Shouldn't DEBUG_FLAGS be the proper usage in this particular case? -Garrett ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread O. Hartmann
On 05/23/11 14:52, Ivan Klymenko wrote: В Mon, 23 May 2011 10:03:42 +0200 "O. Hartmann" пишет: On 05/23/11 00:37, Garrett Cooper wrote: On May 22, 2011, at 2:42 PM, O. Hartmann wrote: Building kernel and modules with CLANG (did not try with gcc) results in corrupted system with follow

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread Dimitry Andric
On 2011-05-23 14:49, Dimitry Andric wrote: On 2011-05-23 10:03, O. Hartmann wrote: ... But make installkernel still fails installing mps.ko.symbols (which is not found). Is it only mps.ko that suffers from this problem? Or are other kernel modules also resulting in the same message? Ok, I g

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread Ivan Klymenko
В Mon, 23 May 2011 10:03:42 +0200 "O. Hartmann" пишет: > On 05/23/11 00:37, Garrett Cooper wrote: > > On May 22, 2011, at 2:42 PM, O. Hartmann wrote: > > > >> Building kernel and modules with CLANG (did not try with gcc) > >> results in corrupted system with following error message. > >> Operatin

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread Dimitry Andric
On 2011-05-23 10:03, O. Hartmann wrote: ... But make installkernel still fails installing mps.ko.symbols (which is not found). Is it only mps.ko that suffers from this problem? Or are other kernel modules also resulting in the same message? ___ freeb

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread O. Hartmann
On 05/23/11 10:36, O. Hartmann wrote: On 05/23/11 00:37, Garrett Cooper wrote: On May 22, 2011, at 2:42 PM, O. Hartmann wrote: Building kernel and modules with CLANG (did not try with gcc) results in corrupted system with following error message. Operating system is most recent svn update of F

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread O. Hartmann
On 05/23/11 00:37, Garrett Cooper wrote: On May 22, 2011, at 2:42 PM, O. Hartmann wrote: Building kernel and modules with CLANG (did not try with gcc) results in corrupted system with following error message. Operating system is most recent svn update of FreeBSD 9.0-CURRENT/amd64: URL: svn://s

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread O. Hartmann
On 05/23/11 00:37, Garrett Cooper wrote: On May 22, 2011, at 2:42 PM, O. Hartmann wrote: Building kernel and modules with CLANG (did not try with gcc) results in corrupted system with following error message. Operating system is most recent svn update of FreeBSD 9.0-CURRENT/amd64: URL: svn://s

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-23 Thread O. Hartmann
On 05/23/11 00:37, Garrett Cooper wrote: On May 22, 2011, at 2:42 PM, O. Hartmann wrote: Building kernel and modules with CLANG (did not try with gcc) results in corrupted system with following error message. Operating system is most recent svn update of FreeBSD 9.0-CURRENT/amd64: URL: svn:/

Re: kernel: install: mps.ko.symbols: No such file or directory

2011-05-22 Thread Garrett Cooper
On May 22, 2011, at 2:42 PM, O. Hartmann wrote: > Building kernel and modules with CLANG (did not try with gcc) results in > corrupted system with following error message. Operating system is most > recent svn update of FreeBSD 9.0-CURRENT/amd64: > > URL: svn://svn.freebsd.org/base/head > Repos

Re: kernel and buildworld questions

2011-05-10 Thread Mage
On 05/10/2011 10:59 PM, Mage wrote: > Actually I don't have make.conf, I renamed it. > It doesn't matter for RVM. It doesn't use it. I exported CC, GCC, CFLAGS > and so for rvm install. > The rvm install signal 4 seems to be general problem, http://code.google.com/p/rubyenterpriseedition/issues/det

Re: kernel and buildworld questions

2011-05-10 Thread Michael D. Norwick
On 05/10/11 20:59, Mage wrote: On 05/10/2011 10:34 PM, Lowell Gilbert wrote: You've tried it with an empty make.conf file first, I assume? Actually I don't have make.conf, I renamed it. It doesn't matter for RVM. It doesn't use it. I exported CC, GCC, CFLAGS and so for rvm install. ___

Re: kernel and buildworld questions

2011-05-10 Thread Mage
On 05/10/2011 10:34 PM, Lowell Gilbert wrote: > You've tried it with an empty make.conf file first, I assume? Actually I don't have make.conf, I renamed it. It doesn't matter for RVM. It doesn't use it. I exported CC, GCC, CFLAGS and so for rvm install.

Re: kernel and buildworld questions

2011-05-10 Thread Lowell Gilbert
Mage writes: > On 05/10/2011 10:16 PM, Pierre-Luc Drouin wrote: >> >> It is not necessarily the -O. It can also be the -march=native ... > gcc46 -fno-strict-aliasing -pipe -fPIC -L. -rdynamic main.o dmydln.o > dmyencoding.o dmyversion.o miniprelude.o array.o bignum.o class.o > compar.o c

Re: kernel and buildworld questions

2011-05-10 Thread Mage
On 05/10/2011 10:16 PM, Pierre-Luc Drouin wrote: > > > > It is not necessarily the -O. It can also be the -march=native ... gcc46 -fno-strict-aliasing -pipe -fPIC -L. -rdynamic main.o dmydln.o dmyencoding.o dmyversion.o miniprelude.o array.o bignum.o class.o compar.o complex.o dir.o dln_

Re: kernel and buildworld questions

2011-05-10 Thread Pierre-Luc Drouin
On Tue, May 10, 2011 at 4:06 PM, Mage wrote: > On 05/10/2011 09:55 PM, Pierre-Luc Drouin wrote: > > > > If the -O3 argument in the command above comes from your make.conf, it is > > possible that this level of optimisation causes gcc46 to crash for these > > particular input files... You can try

Re: kernel and buildworld questions

2011-05-10 Thread Mage
On 05/10/2011 09:55 PM, Pierre-Luc Drouin wrote: > > If the -O3 argument in the command above comes from your make.conf, it is > possible that this level of optimisation causes gcc46 to crash for these > particular input files... You can try lowering the level of optimisation as > a whole when buil

Re: kernel and buildworld questions

2011-05-10 Thread Pierre-Luc Drouin
On Tue, May 10, 2011 at 3:42 PM, Mage wrote: > > > Since it core dumps with "Illegal instruction", it looks like there cvsup > is > > still using some of the ports you compiled with the wrong flags. I would > try > > the following: > > > > 1) Rename your file /etc/make.conf such that the system s

Re: kernel and buildworld questions

2011-05-10 Thread Mage
On 05/10/2011 09:40 PM, Ivan Klymenko wrote: > > begin > http://docs.freebsd.org/cgi/mid.cgi?20091215140234.GA94567 Thank you. I think I will need UTC zoneinfo so I will check csup. I still have no idea about the rvm install. Maybe I'll backup and revert to an earlier snapshot to see if it compile

Re: kernel and buildworld questions

2011-05-10 Thread Mage
> Since it core dumps with "Illegal instruction", it looks like there cvsup is > still using some of the ports you compiled with the wrong flags. I would try > the following: > > 1) Rename your file /etc/make.conf such that the system stops using it (just > in case there is still something wrong w

Re: kernel and buildworld questions

2011-05-10 Thread Ivan Klymenko
В Tue, 10 May 2011 21:28:25 +0200 Mage пишет: > On 05/10/2011 09:10 PM, Ivan Klymenko wrote: > > > >> [root@eden ~]# cvsup sup_standard > >> Connected to cvsup.de.FreeBSD.org > >> Updating collection src-all/cvs > >> Edit src/bin/sh/expand.c > >> Illegal instruction: 4 (core dumped) > > rm /usr/

Re: kernel and buildworld questions

2011-05-10 Thread Mage
On 05/10/2011 09:10 PM, Ivan Klymenko wrote: > >> [root@eden ~]# cvsup sup_standard >> Connected to cvsup.de.FreeBSD.org >> Updating collection src-all/cvs >> Edit src/bin/sh/expand.c >> Illegal instruction: 4 (core dumped) > rm /usr/share/zoneinfo/UTC I thought you are joking, but I tried: [roo

Re: kernel and buildworld questions

2011-05-10 Thread Ivan Klymenko
В Tue, 10 May 2011 20:59:17 +0200 Mage пишет: > On 05/10/2011 08:35 PM, Pierre-Luc Drouin wrote: > > > > > > By the way you don't really need to use the cvsup package anymore, > > as there is now the csup command that is part of FreeBSD. Regarding > > the core dumps, maybe you should tried runnin

Re: kernel and buildworld questions

2011-05-10 Thread Pierre-Luc Drouin
On Tue, May 10, 2011 at 2:59 PM, Mage wrote: > On 05/10/2011 08:35 PM, Pierre-Luc Drouin wrote: > > > > > > By the way you don't really need to use the cvsup package anymore, as > > there is now the csup command that is part of FreeBSD. Regarding the > > core dumps, maybe you should tried running

Re: kernel and buildworld questions

2011-05-10 Thread Mage
On 05/10/2011 08:35 PM, Pierre-Luc Drouin wrote: > > > By the way you don't really need to use the cvsup package anymore, as > there is now the csup command that is part of FreeBSD. Regarding the > core dumps, maybe you should tried running portsclean -PLD to remove > old packages, libraries and di

Re: kernel and buildworld questions

2011-05-10 Thread Pierre-Luc Drouin
On Tue, May 10, 2011 at 2:23 PM, Mage wrote: > On 05/10/2011 08:10 PM, Pierre-Luc Drouin wrote: > > Hi, > > > > If you initially compiled your ports using the -p option of > > portupgrade, then using the -P option of portupgrade will install the > > ports using the package files that you have gen

Re: kernel and buildworld questions

2011-05-10 Thread Pierre-Luc Drouin
Hi, If you initially compiled your ports using the -p option of portupgrade, then using the -P option of portupgrade will install the ports using the package files that you have generated rather than fetching them from the server. If you want to fetch the binaries rather than recompile it on your

Re: kernel and buildworld questions

2011-05-10 Thread Mage
On 05/10/2011 08:10 PM, Pierre-Luc Drouin wrote: > Hi, > > If you initially compiled your ports using the -p option of > portupgrade, then using the -P option of portupgrade will install the > ports using the package files that you have generated rather than > fetching them from the server. If you

Re: Kernel errors after upgrade from 8.1 to 8.2

2011-05-09 Thread Reko Turja
mx3# mergemaster -p *** Creating the temporary root environment in /var/tmp/temproot *** /var/tmp/temproot ready for use *** Creating and populating directory structure in /var/tmp/temproot cp: /usr/src/etc/master.passwd: No such file or directory *** FATAL ERROR: Cannot copy files to the

Re: Kernel errors after upgrade from 8.1 to 8.2

2011-05-09 Thread Robert Fitzpatrick
On 5/9/2011 12:33 PM, Reko Turja wrote: I updated the ports after the reboot and did a 'portupgrade -af' after the kernel update, restart, etc. I had no issues performing the upgrade according to the handbook and the System State Comparison seems OK... Did you do the whole mergemaster -p mak

Re: Kernel errors after upgrade from 8.1 to 8.2

2011-05-09 Thread Reko Turja
I updated the ports after the reboot and did a 'portupgrade -af' after the kernel update, restart, etc. I had no issues performing the upgrade according to the handbook and the System State Comparison seems OK... Did you do the whole mergemaster -p make buildworld make buildkernel make instal

Re: Kernel errors after upgrade from 8.1 to 8.2

2011-05-09 Thread Lowell Gilbert
Robert Fitzpatrick writes: > After following the handbook Chapter 24 to upgrade from 8.1 to 8.2, I > am getting kernel errors for various postfix commands... > > May 9 08:54:13 mx3 kernel: pid 57056 (trivial-rewrite), uid 125: > exited on signal 11 > May 9 08:56:46 mx3 kernel: pid 57086 (smtpd)

Re: Kernel errors after upgrade from 8.1 to 8.2

2011-05-09 Thread Jerry
On Mon, 09 May 2011 08:54:29 -0400 Robert Fitzpatrick articulated: > After following the handbook Chapter 24 to upgrade from 8.1 to 8.2, I > am getting kernel errors for various postfix commands... {snip} I would strongly suggest that you post this on the Postfix forum. Be sure to follow the di

Re: Kernel compiling problems

2011-03-03 Thread b. f.
>Heya! > >Anybody know what's wrong with this? > >## make buildworld buildkernel KERNCONF=NINJA ... >/usr/src/sys/kern/sysv_msg.c:163: error: invalid application of 'sizeof' to >incomplete type 'struct freebsd7_msgctl_args This error message is suggestive. ;) >options COMPAT_FREEBSD4 > >option

Re: Kernel compiling problems

2011-03-03 Thread David Demelier
On 25/02/2011 12:21, Redd Vinylene wrote: Heya! Anybody know what's wrong with this? ## make buildworld buildkernel KERNCONF=NINJA cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-

Re: Kernel swap zone exhausted, what is the max allowed? FBSD 7.2

2011-02-25 Thread Adam Vande More
On Fri, Feb 25, 2011 at 5:11 PM, Mark Terribile wrote: > I don't explicitly set kern.maxswzone anywhere and it is at its apparent > maximum and default of 32M (33554432). > > Does anyone know if the maximum can be increased? (What actually is it > used for?) I do use lots of memory-intensive pro

Re: Kernel compiling problems

2011-02-25 Thread Damien Fleuriot
Do not use a custom kern for your upgrade, build generic with pf and altq. I'm not sure your CPU type is correct ? I could be wrong, haven't used 32bits for a while. Make clean, then build the world, then your kern. Once you have generic working, make your custom kern --- Fleuriot Damien On 25

Re: Kernel compiling problems

2011-02-25 Thread Chris Rees
On 25 February 2011 11:21, Redd Vinylene wrote: > Heya! > > Anybody know what's wrong with this? > > ## make buildworld buildkernel KERNCONF=NINJA > Have you successfully used NINJA to build a kernel before? Chris ___ freebsd-questions@freebsd.org mail

Re: Kernel

2011-01-07 Thread Manolis Kiagias
On 01/07/2011 10:57 PM, Τάσκος Κωνσταντίνος wrote: Hello to all. I am a new user of FreeBSD-8.1 and I tried to compile a new kernel, according to the instructions given by the handbook. The command 'make buildkernel KERNCONF=MYKERNEL' failed with 'stop in /usr/obj/usr/src/sys/MYKERNEL error co

Re: Kernel

2011-01-07 Thread Polytropon
On Fri, 7 Jan 2011 20:57:02 + (GMT), Τάσκος Κωνσταντίνος wrote: > Hello to all. I am a new user of FreeBSD-8.1 and I tried to > compile a new kernel, according to the instructions given by > the handbook. The command 'make buildkernel KERNCONF=MYKERNEL' > failed with 'stop in /usr/obj/usr/src

Re: kernel config =?> kernel code

2011-01-02 Thread CyberLeo Kitsana
On 01/02/2011 03:07 AM, per...@pluto.rain.com wrote: > This feels like a really dumb (as in, the answer should be obvious) > question, but so far it has eluded me: Given an option name in the > kernel configuration file, how -- exactly -- does the directive to > include or exclude that option get

Re: kernel config file according to config(5): inconsistent ?

2010-12-26 Thread Ian Smith
On Sun, 26 Dec 2010, Bruce Cran wrote: > On Mon, 27 Dec 2010 01:50:45 +1100 (EST) > Ian Smith wrote: > > > Probably should be easy, but from trying to parse that and lang.l I > > get the vague impression (at best) that Rob's original should have > > worked? > > > > Too much partying prob

  1   2   3   4   5   6   7   8   9   10   >