Re: Failure to build FreeBSD 9.2

2013-10-05 Thread Juris Kaminskis
i recompiled my kernel with more verbose output and I see following errors
before it stops:

procfs registered
panic: No usable event timer found!
cpuid=0
KDB: stack backtrace:
db_trace_self_wrapper() at db_trace_self_wrapper+0x2a 
panic() at panic+0x1d8/frame 
initclocks() 
mi_startup() 
btext() ...
KDB: enter: panic
[thread pid 0 tid 10]
Stopped at kdb_enter+0x3b: moxq

can someone help me to explain what this means and what to do next?
___
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: Failure to build FreeBSD 9.2

2013-10-05 Thread Polytropon
On Sat, 5 Oct 2013 09:40:31 +0300, Juris Kaminskis wrote:
 i recompiled my kernel with more verbose output and I see following errors
 before it stops:
 
 procfs registered
 panic: No usable event timer found!
 cpuid=0
 KDB: stack backtrace:
 db_trace_self_wrapper() at db_trace_self_wrapper+0x2a 
 panic() at panic+0x1d8/frame 
 initclocks() 
 mi_startup() 
 btext() ...
 KDB: enter: panic
 [thread pid 0 tid 10]
 Stopped at kdb_enter+0x3b: moxq
 
 can someone help me to explain what this means and what to do next?

In many cases, this indicates a problem introduced by the
computer's BIOS settings or ACPI. Make sure ACPI is enabled
and the BIOS is configured properly (e. g. no timer settings
modified or features deactivated). You could also check if
a newer version of the BIOS is available.

In addition, there's the suggestion to add the line

debug.acpi.disabled=hostres

to /boot/loader.conf and reboot.

Source: http://www.freebsd.org/releases/9.0R/errata.html





-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
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: General questions regarding FreeBSD 10

2013-10-05 Thread Patrick Lamaiziere
Le Fri, 27 Sep 2013 12:47:08 -0500,
Nikolas Britton nikolas.brit...@gmail.com a écrit :

 10. How is the Java ecosystem on FreeBSD? 

Not bad IMO. I develop with maven/netbeans/openjdk in Java and
Groovy on FreeBSD 9. That works.

There is no profiler support in netbeans. And the JVM can't request
huge memory page (may be this is fixed in 10?), so it could perform
better :
http://www.oracle.com/technetwork/java/javase/tech/largememory-jsp-137182.html

Java is much slower than other apps when the box is busy (building a
world for example) but I'm not sure if this specific to FreeBSD.

(I have litle success with Eclipse on the past, I don't use it)

Regards.
___
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: Failure to build FreeBSD 9.2

2013-10-05 Thread Juris Kaminskis
2013/10/5 Polytropon free...@edvax.de

 On Sat, 5 Oct 2013 09:40:31 +0300, Juris Kaminskis wrote:
  i recompiled my kernel with more verbose output and I see following
 errors
  before it stops:
 
  procfs registered
  panic: No usable event timer found!
  cpuid=0
  KDB: stack backtrace:
  db_trace_self_wrapper() at db_trace_self_wrapper+0x2a 
  panic() at panic+0x1d8/frame 
  initclocks() 
  mi_startup() 
  btext() ...
  KDB: enter: panic
  [thread pid 0 tid 10]
  Stopped at kdb_enter+0x3b: moxq
 
  can someone help me to explain what this means and what to do next?

 In many cases, this indicates a problem introduced by the
 computer's BIOS settings or ACPI. Make sure ACPI is enabled
 and the BIOS is configured properly (e. g. no timer settings
 modified or features deactivated). You could also check if
 a newer version of the BIOS is available.


Update to new BIOS did the trick!
___
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


munin related

2013-10-05 Thread Laszlo Danielisz
Hi everybody,

Today while trying to install munin-node on 9.2 from ports I keep getting the 
following error:

===  Checking if sysutils/munin-common already installed
=== Creating users and/or groups.
Using existing group `munin'.
Creating user `munin' with uid `842'.
pw: user 'munin' already exists
*** [create-users-groups] Error code 74

Stop in /usr/ports/sysutils/munin-common.
*** [build-depends] Error code 1

Stop in /usr/ports/sysutils/munin-node.
*** [build] Error code 1

Stop in /usr/ports/sysutils/munin-node.


Do you have any  idea what can cause this?
The ports are up to date.

I've tried before installing munin-node via pkg_add, it installed successfully 
but didn't work properly so I uninstall and tried it via ports.

Any suggestions?

Thx!
Laci
___
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


Problem completing a 9.1 release to 9.2 release upgrade

2013-10-05 Thread Eric Feldhusen
I have a server that was/is running 9.1 release that I tried to upgrade to
9.2 release.  I missed the step of updating to the latest 9.1 patches by
doing

freebsd-update fetch
freebsd-update install

I went right to

freebsd-update upgrade -r 9.2-RELEASE
freebsd-update install

rebooot

freebsd-update install

reboot again

But my system still comes up as 9.1 release.

Any suggestions on the steps to fix my goof?

Eric Feldhusen
___
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: Problem completing a 9.1 release to 9.2 release upgrade

2013-10-05 Thread Matthew Seaman
On 05/10/2013 20:11, Eric Feldhusen wrote:
 I have a server that was/is running 9.1 release that I tried to upgrade to
 9.2 release.  I missed the step of updating to the latest 9.1 patches by
 doing
 
 freebsd-update fetch
 freebsd-update install
 
 I went right to
 
 freebsd-update upgrade -r 9.2-RELEASE
 freebsd-update install
 
 rebooot
 
 freebsd-update install
 
 reboot again
 
 But my system still comes up as 9.1 release.
 
 Any suggestions on the steps to fix my goof?

Did you replace the generic kernel from 9.1-RELEASE with something you
compiled yourself?  If so, you may well have caused freebsd-update to
ignore any modifications to the kernel.

You can fix that by re-compiling a kernel using the 9.2-RELEASE sources
and basically the same kernel configuration as for 9.1 (you will need to
check for 9.2 related differences to the configuration, but these are
likely to be pretty minor or not needed at all.)

If you aren't using a customized kernel, then has the kernel in the
standard location on your system actually been updated?  You can tell if
it's a 9.2 kernel by running strings(1) against the kernel binary, like so:

   # strings /boot/kernel/kernel | grep RELEASE

If that's clearly a 9.2 kernel, then are you actually booting up from a
different kernel somewhere else on your system?   First of all, are
there any other copies of FreeBSD kernels around anywhere -- on
memsticks, or on split mirrors perhaps?  You may need to fiddle with the
bios settings or interrupt the boot sequence and type things directly at
the loader if so.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.
PGP: http://www.infracaninophile.co.uk/pgpkey




signature.asc
Description: OpenPGP digital signature


Re: Problem completing a 9.1 release to 9.2 release upgrade

2013-10-05 Thread Eric Feldhusen
Ah, yes, when this particular box was a 9.0-release, I had compiled a
custom kernel to enable ipsec.  When I check the strings, it's a 9.1
release kernel.

 I see my /usr/src/sys/amd64/conf/GENERIC is a 9.2 kernel, so I should just
be able to do a

cd /usr/src
make buildworld
make installworld
reboot

and I'll be running up on the 9.2 kernel and then I'll be all set?

Thanks for the help.

Eric


On Sat, Oct 5, 2013 at 3:34 PM, Matthew Seaman matt...@freebsd.org wrote:

 On 05/10/2013 20:11, Eric Feldhusen wrote:
  I have a server that was/is running 9.1 release that I tried to upgrade
 to
  9.2 release.  I missed the step of updating to the latest 9.1 patches by
  doing
 
  freebsd-update fetch
  freebsd-update install
 
  I went right to
 
  freebsd-update upgrade -r 9.2-RELEASE
  freebsd-update install
 
  rebooot
 
  freebsd-update install
 
  reboot again
 
  But my system still comes up as 9.1 release.
 
  Any suggestions on the steps to fix my goof?

 Did you replace the generic kernel from 9.1-RELEASE with something you
 compiled yourself?  If so, you may well have caused freebsd-update to
 ignore any modifications to the kernel.

 You can fix that by re-compiling a kernel using the 9.2-RELEASE sources
 and basically the same kernel configuration as for 9.1 (you will need to
 check for 9.2 related differences to the configuration, but these are
 likely to be pretty minor or not needed at all.)

 If you aren't using a customized kernel, then has the kernel in the
 standard location on your system actually been updated?  You can tell if
 it's a 9.2 kernel by running strings(1) against the kernel binary, like so:

# strings /boot/kernel/kernel | grep RELEASE

 If that's clearly a 9.2 kernel, then are you actually booting up from a
 different kernel somewhere else on your system?   First of all, are
 there any other copies of FreeBSD kernels around anywhere -- on
 memsticks, or on split mirrors perhaps?  You may need to fiddle with the
 bios settings or interrupt the boot sequence and type things directly at
 the loader if so.

 Cheers,

 Matthew

 --
 Dr Matthew J Seaman MA, D.Phil.
 PGP: http://www.infracaninophile.co.uk/pgpkey



___
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: Problem completing a 9.1 release to 9.2 release upgrade

2013-10-05 Thread Polytropon
On Sat, 5 Oct 2013 16:00:25 -0400, Eric Feldhusen wrote:
  I see my /usr/src/sys/amd64/conf/GENERIC is a 9.2 kernel, so I should just
 be able to do a
 
 cd /usr/src
 make buildworld
 make installworld
 reboot
 
 and I'll be running up on the 9.2 kernel and then I'll be all set?

No. You should follow the procedure mentioned in the
comment header of /usr/src/Makefile. From my (old)
b-STABLE system:

#  1.  `cd /usr/src'   (or to the directory containing your source tree).
#  2.  `make buildworld'
#  3.  `make buildkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC).
#  4.  `make installkernel KERNCONF=YOUR_KERNEL_HERE'   (default is GENERIC).
#   [steps 3.  4. can be combined by using the kernel target]
#  5.  `reboot'(in single user mode: boot -s from the loader prompt).
#  6.  `mergemaster -p'
#  7.  `make installworld'
#  8.  `make delete-old'
#  9.  `mergemaster'(you may wish to use -i, along with -U or -F).
# 10.  `reboot'
# 11.  `make delete-old-libs' (in case no 3rd party program uses them anymore)

Pick what you need to do. When kernel and world sources are
in sync, a new kernel can always be installed in multi-user
mode. To install world, you should drop to single-user mode
to avoid interferences with a full-featured system running
in the background. This procedure (or parts of it) will
also work when you have been using freebsd-update to modify
your kernel, world, and sources.




-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
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


Qcad port error

2013-10-05 Thread Bernt Hansson

Hello list!

When trying to build qcad I get this error;

===  Configuring for qcad-3.2.1.0
/usr/bin/sed -i.bak -e s|%%DATADIR%%|/usr/local/share/qcad| 
/usr/ports/cad/qcad/work/qcad-3.2.1.0/src/core/RSettings.cpp

cd /usr/ports/cad/qcad/work/qcad-3.2.1.0  /usr/local/bin/qmake-qt4 -r
Reading /usr/ports/cad/qcad/work/qcad-3.2.1.0/src/src.pro
 Reading /usr/ports/cad/qcad/work/qcad-3.2.1.0/src/3rdparty/3rdparty.pro
Project ERROR: Script bindings not available for Qt version 4.8.2. You 
can add them to src/scripting/qt-labs-qtscriptgenerator-4.8.2 or use 
another version of Qt.

*** [do-configure] Error code 2

Stop in /usr/ports/cad/qcad.

There is other ports that is broken like multimedia/audacious among others.
___
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: Problem completing a 9.1 release to 9.2 release upgrade

2013-10-05 Thread Eric Feldhusen
I figured I'd walk through those steps from start to finish and just
correct my main problem and any other little glitches I might have.

I'm on step 6 and when I run mergemaster -p, I get the following error.

*** Creating the temporary root environment in /var/tmp/temproot
 *** /var/tmp/temproot ready for use
 *** Creating and populating directory structure in /var/tmp/temproot

/usr/bin/install: Undefined symbol gid_from_group

  *** FATAL ERROR: Cannot copy files to the temproot environment

I found this thread on the Freebsd forums
http://forums.freebsd.org/showthread.php?t=41779 with the same error and if
I do the same diagnostic steps of

truss install -d -g wheel ~/testdirectory

I find an error of

lstat(/usr/local/etc/libmap.d,0x7fffb990) ERR#2 'No such file or
directory'

Any suggestions? Thank you for the help thus far.

Eric


On Sat, Oct 5, 2013 at 4:41 PM, Polytropon free...@edvax.de wrote:

 On Sat, 5 Oct 2013 16:00:25 -0400, Eric Feldhusen wrote:
   I see my /usr/src/sys/amd64/conf/GENERIC is a 9.2 kernel, so I should
 just
  be able to do a
 
  cd /usr/src
  make buildworld
  make installworld
  reboot
 
  and I'll be running up on the 9.2 kernel and then I'll be all set?

 No. You should follow the procedure mentioned in the
 comment header of /usr/src/Makefile. From my (old)
 b-STABLE system:

 #  1.  `cd /usr/src'   (or to the directory containing your source
 tree).
 #  2.  `make buildworld'
 #  3.  `make buildkernel KERNCONF=YOUR_KERNEL_HERE' (default is
 GENERIC).
 #  4.  `make installkernel KERNCONF=YOUR_KERNEL_HERE'   (default is
 GENERIC).
 #   [steps 3.  4. can be combined by using the kernel target]
 #  5.  `reboot'(in single user mode: boot -s from the loader
 prompt).
 #  6.  `mergemaster -p'
 #  7.  `make installworld'
 #  8.  `make delete-old'
 #  9.  `mergemaster'(you may wish to use -i, along with -U or
 -F).
 # 10.  `reboot'
 # 11.  `make delete-old-libs' (in case no 3rd party program uses them
 anymore)

 Pick what you need to do. When kernel and world sources are
 in sync, a new kernel can always be installed in multi-user
 mode. To install world, you should drop to single-user mode
 to avoid interferences with a full-featured system running
 in the background. This procedure (or parts of it) will
 also work when you have been using freebsd-update to modify
 your kernel, world, and sources.




 --
 Polytropon
 Magdeburg, Germany
 Happy FreeBSD user since 4.0
 Andra moi ennepe, Mousa, ...

___
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


GSoC 2014

2013-10-05 Thread Andrei-Mihai Nicolae
Dear Sir/ Madam,

I am writing to you regarding the Google Summer of Code. I was wondering if you 
wanted to enroll for the 2014 edition as well and, moreover, if you could tell 
me what are the necessary skills to be accepted for one of the projects and how 
can I prepare, beforehand, for the projects?

I am looking forward to hearing from you.

Yours faithfully,
Andrei-Mihai Nicolae
___
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