Heiner | 1 Aug 2004 09:38
Picon
Picon

k3b crashes FreeBSD 5 kernel

Hi!

I am trying to isolate a nasty k3b problem without any success so far. Maybe 
someone from here can help. The problem is, that certain actions on k3b 
freeze FreeBSD completely. After some seconds, the computer reboots. Some 
user reported this, so it is not bound to special hardware or FreeBSD 5.2.1 
versions. I tried to put some printlns into the k3b code, but the results 
never made sense. I guess, that the freeze prevented the buffered debug text 
from beeing displayed. So I do not know, how to find the "crashing line". 
Note that this never happend on FreeBSD 4.x!

There are two ways to kill BSD (5.2.1):

-start PC with an empty CD drive
-start X
-start k3b
-load iso Image (creating a new data project works as well)
-no cd in CD drive so far!
-burn
-The "Load Eject Force Cancel" Dialog pops up; FreeBSD freezes
-automatic reboot after some time

Another way is:

- Insert a blank CD
- While the cd LED is flashing (drive is testing cd), press the cd drive icon 
(to get the drive properties)

Any ideas are welcome.

(Continue reading)

Michael Nottebrock | 1 Aug 2004 10:01
Picon

Re: k3b crashes FreeBSD 5 kernel

On Sunday 01 August 2004 09:38, Heiner wrote:

> -The "Load Eject Force Cancel" Dialog pops up; FreeBSD freezes
> -automatic reboot after some time

This means you're getting a kernel panic which you cannot see because you are 
in X. Build a debug kernel, enable crash dumps, get one, get a backtrace of 
the kernel panic and submit it to the freebsd-current mailing list. (I'll try 
testing if this happens in -CURRENT later, if it doesn't, chances somebody 
will bother with a fix for 5.2.1-R are slim).

See 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html 
for details about crash dumps & friends.

--

-- 
   ,_,   | Michael Nottebrock               | lofi <at> freebsd.org
 (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org
_______________________________________________
kde-freebsd mailing list
kde-freebsd <at> freebsd.kde.org
http://freebsd.kde.org/mailman/listinfo/kde-freebsd
Michael Nottebrock | 1 Aug 2004 10:59
Picon

Re: k3b crashes FreeBSD 5 kernel

On Sunday 01 August 2004 09:38, Heiner wrote:

No panics on -CURRENT, I guess the problem is 5.2.1-R specific. However, I 
have a different problem on -CURRENT:

k3b doesn't find dvd+rw-format, although it's there:

[lofi <at> kiste]:0:~ > ls -l `which dvd+rw-format`
-r-xr-xr-x  1 root  wheel  20708  1 Aug 10:41 /usr/local/bin/dvd+rw-format
[lofi <at> kiste]:0:~ > `which dvd+rw-format`
* DVD±RW/-RAM format utility by <appro <at> fy.chalmers.se>, version 4.10.
- usage: /usr/local/bin/dvd+rw-format [-force[=full]] 
[-lead-out|-blank[=full]]
         [-ssa[=none|default|max]] /dev/cdrom

But:

k3b:  CRITICAL
k3b:  PROBLEM:  Unable to find dvd+rw-format executable
k3b:  DETAILS:  K3b uses dvd+rw-format to format DVD-RWs and DVD+RWs.
k3b:  SOLUTION: Install the dvd+rw-tools package.

--

-- 
   ,_,   | Michael Nottebrock               | lofi <at> freebsd.org
 (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org
_______________________________________________
kde-freebsd mailing list
(Continue reading)

Adriaan de Groot | 1 Aug 2004 12:17
Picon
Picon

Re: k3b crashes FreeBSD 5 kernel


On Sunday 01 August 2004 10:59, Michael Nottebrock wrote:
> No panics on -CURRENT, I guess the problem is 5.2.1-R specific. However, I
> have a different problem on -CURRENT:

It paniced for me once, but not recently, but the version I'm running isn't 
comparable to the problem that is reported.

> k3b doesn't find dvd+rw-format, although it's there:

It probably has a collection of hard-coded paths somewhere, I'll take a look 
later tonight.

--

-- 
   "On top of that [watching KDE CVS] is interesting in a perverse 
    way, like watching sausage get made. By very smart people." - dkite
Michael Nottebrock | 1 Aug 2004 12:48
Picon

Re: k3b crashes FreeBSD 5 kernel

On Sunday 01 August 2004 12:17, Adriaan de Groot wrote:

> It probably has a collection of hard-coded paths somewhere, I'll take a
> look later tonight.

It's a problem with the "+" character and locales - the latest CVS works 
(Heiner sent me a patch for port in private, probably based on CVS, which I 
have yet to test).

--

-- 
   ,_,   | Michael Nottebrock               | lofi <at> freebsd.org
 (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org
_______________________________________________
kde-freebsd mailing list
kde-freebsd <at> freebsd.kde.org
http://freebsd.kde.org/mailman/listinfo/kde-freebsd
Martin Blapp | 2 Aug 2004 01:26
Picon
Favicon

Re: devel/fam fixes


Hi,

> Thanks,
> Alexander.
> ps. Just a though. Since main consumers of your port kde <at>  and gnome <at>  it
> may be reasonable give us implicit permission to commit here.
>

You have the permission. :-)

Martin
Simon Barner | 2 Aug 2004 02:02
Picon
Favicon

devel/kdesk3 & runtime dependency on devel/valgrind

Hi Michael,
Dear KDE team,

thanks for committing my kcachegrind port, and my suggested
modifications to the kdesdk3 port.

However, there are some unforeseen troubles:

Adding an unconditional runtime dependency on devel/valgrind for
devel/kdesdk3 breaks the latter port on non-i386 platforms (valgrind is
i386 specific).

I attached a patch that changes the behavior of the kdesdk3 port so
that it depends on valgrind only if ${ARCH} == "i386" and
WITH_OPTIONAL_DEPENDS=YES (I took devel/kdevelop as an example). This
will fix the KDE build on non-i386 platforms and help avoid unnecessary
dependencies.

I'd also like to mark both devel/calltree and devel/kcachegrind
i386-only, since they will fail to install without valgrind anyway.

Of course, copying these "i386-specific" marks to all ports that depend
on valgrind is ugly, but: IMO it preferable to prevent users from trying to
build i386 specific ports on non-i386 platforms as soon as possible.

Simon
--- Makefile.orig	Mon Aug  2 01:08:57 2004
+++ Makefile	Mon Aug  2 01:31:00 2004
(Continue reading)

warren | 2 Aug 2004 21:02
Picon

New automatic exchange service! Paypal to e-gold and more!

We can exchange paypal, e-gold, moneybookers, evocash, stormpay, friendlypay.

All process is automatic.

Low fee! You can exchange you money fast and easy!

http://all-gold-exchange.com

njlno kajcwfxx cctlbszhed vws

_______________________________________________
kde-freebsd mailing list
kde-freebsd <at> freebsd.kde.org
http://freebsd.kde.org/mailman/listinfo/kde-freebsd
cr212 | 3 Aug 2004 13:20
Picon

995 - 82 - 41 Àíãâëèéñêèé ñ ïðåïîäàâàòåëéÿìè èç Ñ Ø À çûþáÿ

Привет Kde!

Предлагаем лучшую систему изучения английйского языка.

У нас учились владельцы и руководители крупнейших компаний
России - Alfa-Bank, Lukoil и т.п., а так же инофирм Audi, IBM, C-Boss,
SGS, Комус, Intermark т.п. и их работники. Одним словом - 
половина Москвы за 9 лет. 

Мы повернем твою жизнь к лучшему - у нас весело! Пусть
это станет 
твоим новым хобби. 

Позвони 995-82-4I и изучи НАКОНЕЦ-ТО ! английскзий.

ыутцщш мшб кшвцг ыбз д зквджл
ччсфьч дшм вщцяц щое п йнжвую
йфцыця цсф скзпч ощк м змилхй
цфкччг жсо яелфк зст ф йзцпле
хьюквш кпд шгзам йцв е лмштпк
шавщйц вщь хыфлр инч ц песпкш
дяюьрв юсь фюьфх ещя р лщйвыч
ыььефй фюж змгчм ьжк ь рпгжсб
ехннсо бев ищчмо япт а ддгошз
вямдзр раь ддлел слф ю щеоюдф
фшцлмг ьгь чмншщ жеь х суталг
ытхюмю зге щмюпж кфф ь рденсу
ппухбя рхл тщхсл обт з ихйюдз
иебюзж юие укусд фзр д жщгнгй
Will Andrews | 3 Aug 2004 14:20

Re: [kde-freebsd-devel] Build summary for 3.2.3-gcc-3.4.2-shakeout-run-15 on branch 5-CURRENT

On Tue, Aug 03, 2004 at 12:35:40PM +0200, Will Andrews wrote:
> Build summary for 3.2.3-gcc-3.4.2-shakeout-run-15 build on branch 5-CURRENT:
> 
> KDE/FreeBSD Master script invoked with args: -tC -v 3.2.3-gcc-3.4.2-shakeout-run-15
/kde/cvs/scripts 5 ports 16
> Getopt: Turning off two-phase build.
> Getopt: Setting 'copying anyway' flag to 1.
> Getopt: Setting version number to 3.2.3-gcc-3.4.2-shakeout-run-15.
> Script source directory:		/kde/cvs/scripts
> Build type:				ports
> Number of simultaneous builds:		16
> Build phase 1 started Mon Aug  2 23:19:31 CEST 2004.
> Build done on Tue Aug  3 12:22:45 CEST 2004.
> 
> Number of attempted builds: 327
> Number of failed builds: 0

...and that caps off a very impressive run of bugfixing on lofi's
part!  Yay!  :-)

--

-- 
wca
_______________________________________________
kde-freebsd mailing list
kde-freebsd <at> freebsd.kde.org
http://freebsd.kde.org/mailman/listinfo/kde-freebsd

Gmane