Re: [Cooker] Re: [CHRPM] xmms-1.2.7-26mdk

2003-11-19 Thread Oden Eriksson
onsdagen den 19 november 2003 16.46 skrev Götz Waschk:
> Am Mittwoch, 19. November 2003, 16:43:26 Uhr MET, schrieb Oden Eriksson:
> > > I've rediffed that one for 1.2.8, you just have to test it.
> >
> > Sure, no problem. Where is it?
>
> The source package is in my web home:
>
> http://wwwra.informatik.uni-rostock.de/~waschk/Mandrake/SRPMS/xmms-1.2.8-0.
>1gpw.src.rpm
>
> Binaries will follow.

Works for me (tm).

Thanks Götz!.




Re: [Cooker] Re: [CHRPM] xmms-1.2.7-26mdk

2003-11-19 Thread Oden Eriksson
onsdagen den 19 november 2003 15.07 skrev Götz Waschk:
> Am Mittwoch, 19. November 2003, 14:35:09 Uhr MET, schrieb Oden Eriksson:
> > As in 1.2.8?
> > The A-B patch won't apply cleanly to that version. If I'm lucky I may
> > figure it out and apply the patch by hand.
>
> I've rediffed that one for 1.2.8, you just have to test it.

Sure, no problem. Where is it?




Re: [Cooker] Re: [CHRPM] xmms-1.2.7-26mdk

2003-11-19 Thread Oden Eriksson
> Am Mittwoch, 19. November 2003, 13:04:36 Uhr MET, schrieb Olivier Blin:
>> It would be nice to upgrade to xmms 1.2.8, there's been a lot of fixes
>> since 1.2.7 was released, about one year and a half ago :-)
>
> I'll release an update of my private xmms package synched with
> 1.2.7-26mdk as soon as klama is back. You might want to take a look at
> that package and hopefully we can upload it to cooker.
>

[...]

> - new version

As in 1.2.8?

The A-B patch won't apply cleanly to that version. If I'm lucky I may
figure it out and apply the patch by hand.





[Cooker] rekall

2003-11-18 Thread Oden Eriksson
Hi.

Something for our office packager gurus:

http://www.thekompany.com/press_media/full.php3?Id=242

?




Re: [Cooker] xmms-1.2.7-26mdk

2003-11-18 Thread Oden Eriksson
tisdagen den 18 november 2003 23.39 skrev Guillaume Cottenceau:
> Oden Eriksson <[EMAIL PROTECTED]> writes:
> > tisdagen den 18 november 2003 21.03 skrev Guillaume Cottenceau:
> > > Oden Eriksson <[EMAIL PROTECTED]> writes:
> >
> > [...]
> >
> > > If no tooltip is possible, I'd suggest at least a README.MDK
> > > holding all mandrake specific stuff?
> >
> > As in the new attached patches?
>
> That's ok for me.

Cool! Thank you very much.




Re: [Cooker] xmms-1.2.7-26mdk

2003-11-18 Thread Oden Eriksson
tisdagen den 18 november 2003 21.03 skrev Guillaume Cottenceau:
> Oden Eriksson <[EMAIL PROTECTED]> writes:

[...]

> If no tooltip is possible, I'd suggest at least a README.MDK
> holding all mandrake specific stuff?

As in the new attached patches?

--- /dev/null	1970-01-01 01:00:00.0 +0100
+++ README.MDK	2003-11-18 21:24:25.0 +0100
@@ -0,0 +1,24 @@
+Additional features for the Mandrake Linux XMMS package.
+
+
+The A-B feature
+---
+
+The A-B feature by Rodrigo Martins de Matos Ventura was found here:
+http://lists.xmms.org/pipermail/xmms-devel/2002-January/002282.html
+And was rediffed by Oden Eriksson Tue 18 Nov 2003.
+
+Here's Rodrigos explaination what it is about:
+
+"I just did a minor patch to CVS version of xmms, in order to
+add a small but very useful (at least to me) feature: A-B
+repetition. My old CD player has it, and it is extremely useful,
+namely for transcribing music.
+
+The idea is simple: anytime during play, you press the "A" key
+(marks A point), the music keeps playing, when you press the "A" key
+again (marks B point), it loops endlessly between the two marked
+points, until the "S" key is pressed (clear), or a new A point is
+marked. Morover, whenever a A-B range is defined, the "play"
+button/menu jumps straight to the A position."
+
--- xmms/about.c	2003-11-18 21:15:59.0 +0100
+++ xmms/about.c.oden	2003-11-18 21:15:21.0 +0100
@@ -73,6 +73,7 @@
 	N_("Chris Wilson"),
 	N_("Dave Yearke"),
 	N_("Stephan K. Zitz"),
+	N_("Rodrigo Martins de Matos Ventura (the A-B patch)"),
 	NULL,
  N_("Homepage and Graphics:"),
 	N_("Thomas Nilsson"),
--- xmms/main.c	2002-02-27 15:30:28.0 +0100
+++ xmms/main.c.oden	2003-11-12 15:23:36.0 +0100
@@ -56,8 +56,8 @@
 SButton *mainwin_srew, *mainwin_splay, *mainwin_spause, *mainwin_sstop,
*mainwin_sfwd, *mainwin_seject, *mainwin_about;
 TButton *mainwin_shuffle, *mainwin_repeat, *mainwin_eq, *mainwin_pl;
-TextBox *mainwin_info, *mainwin_rate_text, *mainwin_freq_text, *mainwin_stime_min,
-   *mainwin_stime_sec;
+TextBox *mainwin_info, *mainwin_rate_text, *mainwin_freq_text, *mainwin_ab_text,
+   *mainwin_stime_min,*mainwin_stime_sec;
 MenuRow *mainwin_menurow;
 HSlider *mainwin_volume, *mainwin_balance, *mainwin_position, *mainwin_sposition = NULL;
 MonoStereo *mainwin_monostereo;
@@ -80,6 +80,9 @@
 static gchar *mainwin_title_text = NULL;
 static gboolean mainwin_info_text_locked = FALSE;
 
+static int ab_position_a = -1;
+static int ab_position_b = -1;
+
 #if 0
 /* For x11r5 session management */
 static gchar **restart_argv;
@@ -259,7 +262,7 @@
 	MAINWIN_GENERAL_STOPFADE, MAINWIN_GENERAL_BACK5SEC,
 	MAINWIN_GENERAL_FWD5SEC, MAINWIN_GENERAL_START, MAINWIN_GENERAL_BACK10,
 	MAINWIN_GENERAL_FWD10, MAINWIN_GENERAL_JTT, MAINWIN_GENERAL_JTF,
-	MAINWIN_GENERAL_EXIT
+	MAINWIN_GENERAL_EXIT, MAINWIN_GENERAL_SETAB, MAINWIN_GENERAL_CLEARAB
 };
 
 void mainwin_general_menu_callback(gpointer cb_data, guint action, GtkWidget * w);
@@ -294,6 +297,9 @@
 	{N_("/Playback/-"), NULL, NULL, 0, ""},
 	{N_("/Playback/Jump to Time"), "J", mainwin_general_menu_callback, MAINWIN_GENERAL_JTT, ""},
 	{N_("/Playback/Jump to File"), "J", mainwin_general_menu_callback, MAINWIN_GENERAL_JTF, ""},
+	{N_("/Playback/-"), NULL, NULL, 0, ""},
+{N_("/Playback/Set A-B"), "A", mainwin_general_menu_callback, MAINWIN_GENERAL_SETAB, ""},
+{N_("/Playback/Clear A-B"), "S", mainwin_general_menu_callback, MAINWIN_GENERAL_CLEARAB, ""},
 	{N_("/Visualization"), NULL, NULL, 0, ""},
 	{N_("/-"), NULL, NULL, 0, ""},
 	{N_("/Exit"), NULL, mainwin_general_menu_callback, MAINWIN_GENERAL_EXIT, ""}
@@ -1931,6 +1937,8 @@
 
 void mainwin_play_pushed(void)
 {
+if (-1!=ab_position_a)
+input_seek(ab_position_a/1000);
 	if (get_input_paused())
 	{
 		input_pause();
@@ -2447,7 +2455,26 @@
 		break;
 	case MAINWIN_GENERAL_EXIT:
 		mainwin_quit_cb();
-		break;
+		break;	
+case MAINWIN_GENERAL_SETAB:
+if (playlist_get_current_length() != -1)
+if (-1==ab_position_a) {
+  			ab_position_a = input_get_time();
+  			ab_position_b = -1;
+		} else if (-1==ab_position_b) {
+int time=input_get_time();
+if (time>ab_position_a) ab_position_b=time;
+		} else {
+  			ab_position_a = input_get_time();
+  			ab_position_b = -1;
+		}
+break;
+case MAINWIN_GENERAL_CLEARAB:
+if (playlist_get_current_length() != -1) {
+  

Re: [Cooker] xmms-1.2.7-26mdk

2003-11-18 Thread Oden Eriksson
tisdagen den 18 november 2003 17.47 skrev Guillaume Cottenceau:
> Oden Eriksson <[EMAIL PROTECTED]> writes:
> > > Yes but I don't need an explanation for me, I know what AB is
> > > about. I'm of course talking for users.
> >
> > So..., what do you propose? Either there is a tooltip, or you will not
> > accept the patch?
>
> I made a request, which was argumented. You haven't begun to
> discuss the validity of the point, did you?

And I tried to explain there's no where to put the tooltip. I also have tried 
to explain why one would need this feature. I guess we at least could 
information about this in the documentation, maybe in the AUTHORS, FAQ, NEWS 
and README files? Also in the about.c file?

[...]

> I suspect you really need a break.

No, I just need to keep off the keyboard when intoxicated...




Re: [Cooker] xmms-1.2.7-26mdk

2003-11-17 Thread Oden Eriksson
måndagen den 17 november 2003 20.12 skrev Guillaume Cottenceau:
> Oden Eriksson <[EMAIL PROTECTED]> writes:
> > måndagen den 17 november 2003 13.11 skrev Guillaume Cottenceau:
> > > Oden Eriksson <[EMAIL PROTECTED]> writes:
> > > > > "Also, I think it should have a tooltip explaining what it is, as
> > > > > it's rather obscure to "normal" people. Would you consider adding
> > > > > the tooltip?"
> > > >
> > > > Where should this tooltip be located? There is no visual stuff until
> > > > you press
> > >
> > > Well, erhm, a tooltip is a widget that appears automatically when
> > > you don't move for 2 seconds on a (typically, action) widget.
> > > Thus it should appear when one leave mouse pointer on the AB
> > > stuff, I guess.
> >
> > I tried to explain that this is simply not the case, did you check the
> > link
>
> There is no tooltip, yes, and I suggest to add one :).
>
> > below?
>
> Yes but I don't need an explanation for me, I know what AB is
> about. I'm of course talking for users.

So..., what do you propose? Either there is a tooltip, or you will not accept 
the patch? Come on man, give me a break...

You can demand a pretty ab button for all skins, and all of the C/C++ code you 
may have, as much as you like, I won't give you one, sorry...

PS. What about the zillions of undocumented Mandrake "features"? Who will make 
silly tooltips for those? Or better, try _DOCUMENT_ them?

Chears.




Re: [Cooker] spamassassin broken - an easy fix?

2003-11-17 Thread Oden Eriksson
måndagen den 17 november 2003 11.50 skrev Frederic Crozat:
> On Mon, 17 Nov 2003 11:42:32 +0100, Oden Eriksson wrote:
> > måndagen den 17 november 2003 10.20 skrev Frederic Crozat:
> >> On Mon, 17 Nov 2003 02:22:06 +0100, Oden Eriksson wrote:
> >> > måndagen den 17 november 2003 00.44 skrev Gilles Mocellin:
> >> >> Le Dimanche 16 Novembre 2003 20:37, Vincent Meyer, MD a écrit :
> >> >> > Hello,
> >> >> >
> >> >> >   It appears that the first line of the spamassassin script is using
> >> >> > the wrong version of perl.  Editing it to the current version
> >> >> > allows this to run fine. Did I miss an update? or does this need to
> >> >> > be repackaged?
> >> >>
> >> >> Works for me too, ah  :-)
> >> >
> >> > Fixed with spamassassin-2.60-4mdk
> >>
> >> Thanks but I'll fix it properly in -5mdk (by not using version-dependent
> >> perl in #!)
> >
> > Ahh, smart.
> >
> > This is quite common, maybe this should be done on a larger scale?
>
> Probably.. Pixel told me it was ugly to use version for perl call so I
> follow Perl guru advice :)

So..., who will have to carry the cross of rebuilding the needed packages?

I will not do it.

The one that do it (a mandrakee), but only for main _has_ to share the 
auto-magic to a person willing to do it for contribs.

Chears.




Re: [Cooker] Re: kronolith or php-pear RPM in 9.2 & Contribs missing php-pear Date module

2003-11-17 Thread Oden Eriksson
måndagen den 17 november 2003 17.47 skrev Guillaume Rousse:
> This is better to discuss here...
>
> Ainsi parlait Colin Guthrie :
> > Guillaume Rousse wrote:
> > > So it seems to be a packaging problem with the pear package, right ? I
> > > just 
 had a look at the package, but i'm not php fluent enough to fix
> > > it, so i prefer to let its maintainer fix it.
> >
> > I guess it looks that way! There may have been a decision to stop
> > including the Date code, perhaps PHP's own built in functions
> > superceeded them at somepoint. I'll do a little digging and see if I can
> > find out, otherwise, I'll talk to the maintainer and see what I can work
> > out. Perhaps I'll redo the package myself and pass it on to him.

I admit I know nothing about pear. I have checked how PLD is doing it, and 
their list is about 180 php-pear-* packages. Is this the way to do it?

I know this is not the answer to your question, but I have to ask this 
question anyhow. I personally don't know how to fix the problems reported 
with the php-pear package. Maybe J-M Dault knows? Or some other PHP guru?

I'm just a silly packager anyhow...



Re: [Cooker] jamin?

2003-11-17 Thread Oden Eriksson
måndagen den 17 november 2003 15.48 skrev Austin:
> On 11/16/2003 11:42:34 AM, Oden Eriksson wrote:
> > Something for Austin:
> >
> > http://jamin.sourceforge.net/
>
> I've been working on it for a while.
> Thanks,
> Austin

Cool!. Looking forward to try it out (from your possible future cooker 
package).




Re: [Cooker] xmms-1.2.7-26mdk

2003-11-17 Thread Oden Eriksson
måndagen den 17 november 2003 13.11 skrev Guillaume Cottenceau:
> Oden Eriksson <[EMAIL PROTECTED]> writes:
> > > "Also, I think it should have a tooltip explaining what it is, as
> > > it's rather obscure to "normal" people. Would you consider adding
> > > the tooltip?"
> >
> > Where should this tooltip be located? There is no visual stuff until you
> > press
>
> Well, erhm, a tooltip is a widget that appears automatically when
> you don't move for 2 seconds on a (typically, action) widget.
> Thus it should appear when one leave mouse pointer on the AB
> stuff, I guess.

I tried to explain that this is simply not the case, did you check the link 
below?

> > "A". I spent around 10 minutes fixing a simple web page that shows this
> > in action, a picture says more than a thousand words. Please check here:
> >
> > http://www.deserve-it.com/Cooker/xmms-1_2_7-26mdk.html
> >
> > Download packages for MDK9.2 here:
> >
> > http://www.deserve-it.com/9.2/




Re: [Cooker] spamassassin broken - an easy fix?

2003-11-17 Thread Oden Eriksson
måndagen den 17 november 2003 10.20 skrev Frederic Crozat:
> On Mon, 17 Nov 2003 02:22:06 +0100, Oden Eriksson wrote:
> > måndagen den 17 november 2003 00.44 skrev Gilles Mocellin:
> >> Le Dimanche 16 Novembre 2003 20:37, Vincent Meyer, MD a écrit :
> >> > Hello,
> >> >
> >> >  It appears that the first line of the spamassassin script is using
> >> > the wrong version of perl.  Editing it to the current version allows
> >> > this to run fine. Did I miss an update? or does this need to be
> >> > repackaged?
> >>
> >> Works for me too, ah  :-)
> >
> > Fixed with spamassassin-2.60-4mdk
>
> Thanks but I'll fix it properly in -5mdk (by not using version-dependent
> perl in #!)

Ahh, smart.

This is quite common, maybe this should be done on a larger scale?





Re: [Cooker] spamassassin broken - an easy fix?

2003-11-16 Thread Oden Eriksson
måndagen den 17 november 2003 00.44 skrev Gilles Mocellin:
> Le Dimanche 16 Novembre 2003 20:37, Vincent Meyer, MD a écrit :
> > Hello,
> >
> > It appears that the first line of the spamassassin script is using the
> > wrong version of perl.  Editing it to the current version allows this to
> > run fine. Did I miss an update? or does this need to be repackaged?
>
> Works for me too, ah  :-)

Fixed with spamassassin-2.60-4mdk

Someone needs to (automatically) rebuild a whole bunch of perl packages..., 
maybe this will happen soon.




[Cooker] jamin?

2003-11-16 Thread Oden Eriksson
Hi.

Something for Austin:

http://jamin.sourceforge.net/

?




Re: [Cooker] Re: [CHRPM] alsa-tools-0.9.8-1mdk

2003-11-15 Thread Oden Eriksson
lördagen den 15 november 2003 11.08 skrev Tim Sawchuck:
> On Thu, 13 Nov 2003 04:21:45 +0100 (CET)

> Any ideas where I can find it?

ftp.uninett.no

?




[Cooker] THOR SoundSystem 0.2 Alpha

2003-11-14 Thread Oden Eriksson
Austin?

http://freshmeat.net/projects/thorss/?branch_id=45537&release_id=142117&topic_id=113%2C809




Re: [Cooker] xmms-1.2.7-26mdk

2003-11-14 Thread Oden Eriksson
fredagen den 14 november 2003 16.10 skrev Guillaume Cottenceau:
> Oden Eriksson <[EMAIL PROTECTED]> writes:
> > > > > Also, I think it should have a tooltip explaining what it is, as
> > > > > it's rather obscure to "normal" people. Would you consider adding
> > > > > the tooltip?
> > > >
> > > > I could probably do it, but remember I'm no coder... Could I
> > > > get some help?
> > >
> > > Any taker?
> >
> > I just noticed this is mentioned in the menu, isn't that enough:
> >
> > Right click -> Playback -> Set A-B A
> > Right click -> Playback -> Clear A-B S
> >
> > ?
>
> "Also, I think it should have a tooltip explaining what it is, as
> it's rather obscure to "normal" people. Would you consider adding
> the tooltip?"

Where should this tooltip be located? There is no visual stuff until you press 
"A". I spent around 10 minutes fixing a simple web page that shows this in 
action, a picture says more than a thousand words. Please check here:

http://www.deserve-it.com/Cooker/xmms-1_2_7-26mdk.html

Download packages for MDK9.2 here:

http://www.deserve-it.com/9.2/





Re: [Cooker] [Bug 4983] [mplayer] Patch for sami subtitle

2003-11-14 Thread Oden Eriksson
fredagen den 14 november 2003 15.00 skrev Götz Waschk:
> Am Freitag, 14. November 2003, 14:51:08 Uhr MET, schrieb Oden Eriksson:
> > No, it's people living around where I live. We also call it "Lapish".
> > These are Laplanders or Sami/Sapmi/Saami. More info here:
> > http://www.same.net/
>
> Yes, I know that, that's why I've used a smiley too. They wear some
> funny looking wool caps, don't they? But I guess you need some warm
> clothes too most of the time.

Yes, we need warm clothes, sometimes in the "summer" too.

(People outside the EU might not know what a laplander is...)




Re: [Cooker] Re: [Contrib-Rpm] zebra-0.93b-3mdk

2003-11-14 Thread Oden Eriksson
fredagen den 14 november 2003 14.15 skrev Buchan Milne:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Oden Eriksson wrote:
> > [Contrib-RPM]
> >
> > -=-=-=-
> > Name: zebraRelocations: (not

[...]

> Oden, I am not sure if you are aware of Quagga ?
>
> http://www.quagga.net/about.php
>
> Might be worth a look ...

Looks cool. Will check it out this weekend, or soon.

Thanks for the tip!





Re: [Cooker] [Bug 4983] [mplayer] Patch for sami subtitle

2003-11-14 Thread Oden Eriksson
fredagen den 14 november 2003 14.39 skrev Götz Waschk:
> Am Freitag, 14. November 2003, 14:36:05 Uhr MET, schrieb Oden Eriksson:
> > fredagen den 14 november 2003 14.27 skrev [waschk]:
> > > http://qa.mandrakesoft.com/show_bug.cgi?id=4983
> >
> > What does that mean?
> > Subtitles in the Sami language?
> > ;)
>
> If people in Korea speak that one, then yes :-)

No, it's people living around where I live. We also call it "Lapish". These 
are Laplanders or Sami/Sapmi/Saami. More info here: http://www.same.net/

(slightly OT)




Re: [Cooker] [Bug 4983] [mplayer] Patch for sami subtitle

2003-11-14 Thread Oden Eriksson
fredagen den 14 november 2003 14.27 skrev [waschk]:
> http://qa.mandrakesoft.com/show_bug.cgi?id=4983

What does that mean?

Subtitles in the Sami language?

;)




Re: [Cooker] xmms-1.2.7-26mdk

2003-11-14 Thread Oden Eriksson
torsdagen den 13 november 2003 15.02 skrev Guillaume Cottenceau:
> Oden Eriksson <[EMAIL PROTECTED]> writes:
> > > How does it behave when you don't have the necessary hardware? I
> > > guess it's just available through A and S keystrokes?
> >
> > You need at least a standard sound card.
> >
> > "The idea is simple: anytime during play, you press the "A" key
> > (marks A point), the music keeps playing, when you press the "A" key
> > again (marks B point), it loops endlessly between the two marked
> > points, until the "S" key is pressed (clear), or a new A point is
> > marked. Morover, whenever a A-B range is defined, the "play"
> > button/menu jumps straight to the A position."
>
> Ok.
>
> > > Also, I think it should have a tooltip explaining what it is, as
> > > it's rather obscure to "normal" people. Would you consider adding
> > > the tooltip?
> >
> > I could probably do it, but remember I'm no coder... Could I
> > get some help?
>
> Any taker?

I just noticed this is mentioned in the menu, isn't that enough:

Right click -> Playback -> Set A-B A
Right click -> Playback -> Clear A-B S

?




Re: [Cooker] Re: [Contrib-Rpm] clamav-0.65-1mdk

2003-11-14 Thread Oden Eriksson
fredagen den 14 november 2003 08.08 skrev Luca Berra:
> Oden,
> any chance you enable "AllowSupplementaryGroups" in clamd.conf.
> it would be useful for using clamd with amavisd-new, because you could
> add clamav user to group amavis and it would just work.

Aha, will fix.




Re: [Cooker] xmms-1.2.7-26mdk

2003-11-13 Thread Oden Eriksson
onsdagen den 12 november 2003 18.48 skrev Guillaume Cottenceau:
> Oden Eriksson <[EMAIL PROTECTED]> writes:
> > Hi.
> >
> > Here's background info:
> >
> > I'm very picky when it comes to functionality, and I love features that
> > some people maybe even never heard about, or knew existed. One of these
> > features is the "A-B" button on my remote control for my Technics SL-P470
> > (audio cd player). As a musician having to figure out song lyrics and
> > train guitar solos for the next cover song that we will play live, the
> > A-B feature is extremly crucial. I have asked the authors of winamp and
> > xmms numerous times about this feature, for at least 4(?) years, well
> > since winamp 1.7.3... Guess what? No responce...
> >
> > The good news is that a guy named "Rodrigo Martins de Matos Ventura" made
> > a patch for xmms. I rediffed this patch for the mandrake package and it
> > works like a charm! This is so cool! I love it! Now I can use the PC as a
> > training device for learning songs and stuff! Awesome!
>
> How does it behave when you don't have the necessary hardware? I
> guess it's just available through A and S keystrokes?

You need at least a standard sound card.

"The idea is simple: anytime during play, you press the "A" key
(marks A point), the music keeps playing, when you press the "A" key
again (marks B point), it loops endlessly between the two marked
points, until the "S" key is pressed (clear), or a new A point is
marked. Morover, whenever a A-B range is defined, the "play"
button/menu jumps straight to the A position."

> Also, I think it should have a tooltip explaining what it is, as
> it's rather obscure to "normal" people. Would you consider adding
> the tooltip?

I could probably do it, but remember I'm no coder... Could I get some help?

> > I guess a lot of fellows (Austin?) would appreciate this patch if they
> > only knew about it, and realized the benefits of it. My patches are
> > applied to this mail.
> >
> > To learn more about it, please read this mail:
> >
> > http://lists.xmms.org/pipermail/xmms-devel/2002-January/002282.html
> >
> > (2002-January, duh!)
>
> XMMS staff never answered I guess?
>
> > I made packages for Mandrake Linux 9.2, check here:
> >
> > http://www.deserve-it.com/9.2/
> >
> >
> > Chears.
> >
> >
> > --- xmms/main.c 2002-02-27 15:30:28.0 +0100
> > +++ xmms/main.c.oden2003-11-12 15:23:36.0 +0100
>
> Patch is rather small, nice :).




Re: [Cooker] mysql-max 4.0.16 segfaults

2003-11-12 Thread Oden Eriksson
onsdagen den 12 november 2003 16.52 skrev Luca Berra:
> On Wed, Nov 12, 2003 at 01:02:58AM +0100, Oden Eriksson wrote:
> >onsdagen den 12 november 2003 00.06 skrev Luca Berra:
> >> 031112 00:03:52  mysqld started
> >> mysqld got signal 11;
> >
> >Weird. It's running just fine on 9.2. Would a rebuild help?
>
> nope, i tried rebuilding today
> mysqld works
> mysqld-max segfaults

Hmmm..., I'm using this in production and I'm not experiencing any problems 
like this. You're sure nothing's wrong at your end?

To be honest I'm not using max generally, but I have briefly switched over to 
max but had no problems.





Re: [Cooker] u2fs?

2003-11-12 Thread Oden Eriksson
onsdagen den 12 november 2003 15.55 skrev Marcel Pol:
> On Wed, 12 Nov 2003 13:08:39 +0100
>
> Oden Eriksson <[EMAIL PROTECTED]> wrote:
> > How do I mount FreeBSD UFS2 partitions under Mandrake?
>
> I used:
> mount -t ufs -o ufstype=44bsd /dev/hda8 /mnt
>
> Hope this helps.

Nope:

# mount /dev/hdb1 /mnt/hdb1 -t ufs -o ufstype=44bsd
mount: wrong fs type, bad option, bad superblock on /dev/hdb1,
   or too many mounted file systems


I only found this outdated stuff:

http://www.tldp.org/HOWTO/Linux+FreeBSD-5.html

The u2fs driver is from 1997... As you see I mentioned "UFS2" in my original 
post.





[Cooker] xmms-1.2.7-26mdk

2003-11-12 Thread Oden Eriksson
Hi.

Here's background info:

I'm very picky when it comes to functionality, and I love features that some 
people maybe even never heard about, or knew existed. One of these features 
is the "A-B" button on my remote control for my Technics SL-P470 (audio cd 
player). As a musician having to figure out song lyrics and train guitar 
solos for the next cover song that we will play live, the A-B feature is 
extremly crucial. I have asked the authors of winamp and xmms numerous times 
about this feature, for at least 4(?) years, well since winamp 1.7.3... Guess 
what? No responce...

The good news is that a guy named "Rodrigo Martins de Matos Ventura" made a 
patch for xmms. I rediffed this patch for the mandrake package and it works 
like a charm! This is so cool! I love it! Now I can use the PC as a training 
device for learning songs and stuff! Awesome!

I guess a lot of fellows (Austin?) would appreciate this patch if they only 
knew about it, and realized the benefits of it. My patches are applied to 
this mail.

To learn more about it, please read this mail:

http://lists.xmms.org/pipermail/xmms-devel/2002-January/002282.html

(2002-January, duh!)

I made packages for Mandrake Linux 9.2, check here:

http://www.deserve-it.com/9.2/


Chears.
--- xmms.spec	2003-08-29 21:43:00.0 +0200
+++ xmms.spec.oden	2003-11-12 15:34:00.0 +0100
@@ -13,7 +13,7 @@
 Name: xmms
 Summary: The Sound player with the WinAmp GUI
 Version: 1.2.7
-Release: 25mdk
+Release: 26mdk
 License: GPL
 Group: Sound
 URL: http://www.xmms.org/
@@ -53,6 +53,10 @@
 Patch50: xmms-1.2.5-3dse-11.patch.bz2
 Patch51: xmms-3dse-niqueluisarace.patch.bz2
 
+# rediffed from this mail:
+# http://lists.xmms.org/pipermail/xmms-devel/2002-January/002282.html
+Patch60: xmms-1.2.7-AB-repeat.diff.bz2
+
 Packager: Guillaume Cottenceau <[EMAIL PROTECTED]>
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: libglib-devel libgtk+-devel libxml-devel libvorbis-devel libogg-devel
@@ -169,6 +173,9 @@
 %endif
 %patch51 -p1
 
+# rediffed from this mail:
+# http://lists.xmms.org/pipermail/xmms-devel/2002-January/002282.html
+%patch60 -p0
 
 %build
 autoconf # (gc) patched configure.in
@@ -382,6 +389,9 @@
 %endif
 
 %changelog
+* Wed Nov 12 2003 Oden Eriksson <[EMAIL PROTECTED]> 1.2.7-26mdk
+- added P60
+
 * Fri Aug 29 2003 Pablo Saratxaga <[EMAIL PROTECTED]> 1.2.7-25mdk
 - included new translations
 
@@ -798,3 +808,4 @@
 
 * Fri Apr 09 1999 Lyle Kempler <[EMAIL PROTECTED]>
 - initial version
+
--- xmms/main.c	2002-02-27 15:30:28.0 +0100
+++ xmms/main.c.oden	2003-11-12 15:23:36.0 +0100
@@ -56,8 +56,8 @@
 SButton *mainwin_srew, *mainwin_splay, *mainwin_spause, *mainwin_sstop,
*mainwin_sfwd, *mainwin_seject, *mainwin_about;
 TButton *mainwin_shuffle, *mainwin_repeat, *mainwin_eq, *mainwin_pl;
-TextBox *mainwin_info, *mainwin_rate_text, *mainwin_freq_text, *mainwin_stime_min,
-   *mainwin_stime_sec;
+TextBox *mainwin_info, *mainwin_rate_text, *mainwin_freq_text, *mainwin_ab_text,
+   *mainwin_stime_min,*mainwin_stime_sec;
 MenuRow *mainwin_menurow;
 HSlider *mainwin_volume, *mainwin_balance, *mainwin_position, *mainwin_sposition = NULL;
 MonoStereo *mainwin_monostereo;
@@ -80,6 +80,9 @@
 static gchar *mainwin_title_text = NULL;
 static gboolean mainwin_info_text_locked = FALSE;
 
+static int ab_position_a = -1;
+static int ab_position_b = -1;
+
 #if 0
 /* For x11r5 session management */
 static gchar **restart_argv;
@@ -259,7 +262,7 @@
 	MAINWIN_GENERAL_STOPFADE, MAINWIN_GENERAL_BACK5SEC,
 	MAINWIN_GENERAL_FWD5SEC, MAINWIN_GENERAL_START, MAINWIN_GENERAL_BACK10,
 	MAINWIN_GENERAL_FWD10, MAINWIN_GENERAL_JTT, MAINWIN_GENERAL_JTF,
-	MAINWIN_GENERAL_EXIT
+	MAINWIN_GENERAL_EXIT, MAINWIN_GENERAL_SETAB, MAINWIN_GENERAL_CLEARAB
 };
 
 void mainwin_general_menu_callback(gpointer cb_data, guint action, GtkWidget * w);
@@ -294,6 +297,9 @@
 	{N_("/Playback/-"), NULL, NULL, 0, ""},
 	{N_("/Playback/Jump to Time"), "J", mainwin_general_menu_callback, MAINWIN_GENERAL_JTT, ""},
 	{N_("/Playback/Jump to File"), "J", mainwin_general_menu_callback, MAINWIN_GENERAL_JTF, ""},
+	{N_("/Playback/-"), NULL, NULL, 0, ""},
+{N_("/Playback/Set A-B"), "A", mainwin_general_menu_callback, MAINWIN_GENERAL_SETAB, ""},
+{N_("/Playback/Clear A-B"), "S", mainwin_general_menu_callback, MAINWIN_GENERAL_CLEARAB, ""},
 	{N_("/Visualization"), NULL, NULL, 0, ""},
 	{N_("/-"), NULL, NULL, 0, ""},
 	{N_("/Exit"), NULL, mainwin_general_menu_callback, MAINWIN_GENERAL_EXIT, ""}
@@ -1931,6 +1937,8 @@
 
 void mainwin_play_pushed(void)
 {
+if (-1!=ab_position_a)
+input_seek(ab_position_a/1000);
 	if (get_input_paus

[Cooker] u2fs?

2003-11-12 Thread Oden Eriksson
Hi.

This is a silly unrelated question..., perhaps...

How do I mount FreeBSD UFS2 partitions under Mandrake?

Impossible mission?




Re: [Cooker] apache2-mod_perl needs rebuild

2003-11-11 Thread Oden Eriksson
tisdagen den 11 november 2003 23.37 skrev [EMAIL PROTECTED]:
> I guess that one is for Oden:
>
> # service httpd start
> Starting httpd2: Syntax error on line 3 of
> /etc/httpd/conf.d/75_mod_perl.conf: Cannot load
> /etc/httpd/2.0/extramodules/mod_perl.so into server: libperl.so: cannot
> open shared object file: No such file or directory [FAILED] -o-
> kk1

fixing...




Re: [Cooker] mysql-max 4.0.16 segfaults

2003-11-11 Thread Oden Eriksson
onsdagen den 12 november 2003 00.06 skrev Luca Berra:
> 031112 00:03:52  mysqld started
> mysqld got signal 11;

Weird. It's running just fine on 9.2. Would a rebuild help?




Re: [Cooker] ftp/shorewall oddity

2003-11-10 Thread Oden Eriksson
måndagen den 10 november 2003 13.19 skrev Florin:
> [EMAIL PROTECTED] ("Oden Eriksson") writes:
> > >> Shouldn't this be cause for a update (florin?)
> > >
> > > I have already reccomended that all my packages that I have put on my
> > > web side go to the updates ...
> >
> > Ok, cool.
> >
> > Thanks Florin.
>
> ... but this doesn't mean that they will really go to the updates ... I
> can only "reccomend" and express my point of view ... but I'm not the one
> that takes decisions in this matter ...

Hey, I hear yah!

Maybe you should scream at Vincent to fix it;) Give him a good hollor;)

Seriousely..., shorewall in 9.2 is broken because of this. This _should_ 
itself be eledgible for some sort of action.

Maybe only if enough people nags about it... ?




Re: [Cooker] kernel 23mdk panic

2003-11-10 Thread Oden Eriksson
måndagen den 10 november 2003 20.34 skrev Bjarne Thomsen:
> I have now installed -25mdk, and it works!
>
>  -- Bjarne
>
> On Mon, 2003-11-10 at 10:07, Gwenole Beauchesne wrote:
> > On Mon, 10 Nov 2003, Jure Repinc wrote:
> > > I have tried with kernel -24mdk and still the same problem. I did get
> > > the partition table consistency check message and in paranthesis it
> > > says: overflow.
> >
> > Found stupid problem, this will be fixed in -25mdk.

Funkar var då?

Med MDK9.2?




Re: [Cooker] kernel-2.6.0-0.test5.1mdk-1-1mdk

2003-11-10 Thread Oden Eriksson
måndagen den 10 november 2003 03.59 skrev Leon Brooks:
> On Mon, 10 Nov 2003 07:19, Olivier Blin wrote:
> > On Sun, 9 Nov 2003 23:50:41 +0100
> > I said test9.5mdk ;)
> > I'm tweaking the config files right now, it will be built next
> > morning.
>
> Oden could try setting his clock ahead... (-:
>
> Cheers; Leon

Thanks, I noticed this too and fixed it. Somehow I just doesn't seem to get it 
right during install, ever..., weirdness...




Re: [Cooker] ftp/shorewall oddity

2003-11-10 Thread Oden Eriksson
> Oden Eriksson <[EMAIL PROTECTED]> writes:
>
>> torsdagen den 6 november 2003 17.25 skrev Austin:
>> > Hey,
>> > I just updated my server to 9.2 and the oddest thing happened.  I
>> > opened the ftp port using drakfirewall, and I can use "ftp" via the
>> > command line, but I can't use ftp:// through  browser, and I can't use
>> > curl or wget over ftp.
>> > Anyone know what the hell is going on?
>> > I hope this isn't standard in 9.2!
>> > Thanks,
>> > Austin
>>
>> I think there is a bug that was reported earlier regarding this. The
>> shorweall
>> stuff does not load the "ip_conntrack_ftp" module or something like
>> that.
>>
>> lsmod?
>>
>> Shouldn't this be cause for a update (florin?)
>
> I have already reccomended that all my packages that I have put on my web
> side go to the updates ...

Ok, cool.

Thanks Florin.





Re: [Cooker] kernel-2.6.0-0.test5.1mdk-1-1mdk

2003-11-09 Thread Oden Eriksson
måndagen den 10 november 2003 00.19 skrev Olivier Blin:
> On Sun, 9 Nov 2003 23:50:41 +0100
>
> Oden Eriksson <[EMAIL PROTECTED]> wrote:
> > lördagen den 8 november 2003 23.56 skrev Olivier Blin:
> > > On Sat, 8 Nov 2003 21:12:01 +0100
> > > It will be in test9.5mdk .
> >
> > No module aic7xxx found for kernel 2.6.0-0.test9.4mdk
> >
> > Sorry, but there's no aic7xxx support in this one either...
>
> I said test9.5mdk ;)
> I'm tweaking the config files right now, it will be built next morning.

Ahh, I'm tired it seems.

Cool, thanks.




Re: [Cooker] kernel-2.6.0-0.test5.1mdk-1-1mdk

2003-11-09 Thread Oden Eriksson
lördagen den 8 november 2003 23.56 skrev Olivier Blin:
> On Sat, 8 Nov 2003 21:12:01 +0100
>
> Oden Eriksson <[EMAIL PROTECTED]> wrote:
> > Hi (Olivier Blin)
> >
> > Is there a reason why aic7xxx is not compiled and provided with this
> > package?
>
> No, there isn't any good reason ...
> Perhaps it was disabled by Olivier Thauvin in previous releases because
> it didn't compile.
>
> It will be in test9.5mdk .
>
> Regards.

# rpm -Uvh /contrib/RPMS/kernel-2.6.0-0.test9.4mdk-1-1mdk.i586.rpm
Preparing...### [100%]
   1:kernel-2.6.0-0.test9.4m### [100%]
No module aic7xxx found for kernel 2.6.0-0.test9.4mdk
No module aic7xxx found for kernel 2.6.0-0.test9.4mdk


Sorry, but there's no aic7xxx support in this one either...





Re: [Cooker] kernel-2.6.0-0.test5.1mdk-1-1mdk

2003-11-09 Thread Oden Eriksson
söndagen den 9 november 2003 03.07 skrev Olivier Blin:
> On Sun, 9 Nov 2003 02:50:46 +0100
>
> Olivier Blin <[EMAIL PROTECTED]> wrote:
> > On Sun, 9 Nov 2003 01:23:35 +0100
> >
> > Oden Eriksson <[EMAIL PROTECTED]> wrote:
> > > Another thing. I noticed ivp6 was loaded per default, why is that?
> >
> > Hum, you're right, I don't know why, perhaps a wrong module
> > dependency.
>
> It's loaded by the network init script (/etc/rc.d/init.d/network) :
>
> -
> # If IPv6 is explicitly configured, make sure it's available.
> if [ "$NETWORKING_IPV6" = "yes" ]; then
> alias=`modprobe -c | awk '/^alias net-pf-10 / { print $3 }'`
> if [ "$alias" != "ipv6" -a ! -f /proc/net/if_inet6 ]; then
> case "$(modprobe -V 2>/dev/null)" in
> modprobe* )
> echo "alias net-pf-10 ipv6" >>
> /etc/modules.conf
> ;;
> module-init-tools* )
> echo "alias net-pf-10 ipv6" >>
> /etc/modprobe.conf
> ;;
> esac
> fi
> fi
> -
>
> $ grep ipv6 /lib/modules/`uname -r`/modules.alias
> alias net-pf-10 ipv6
>
> An alias is made to ipv6 in modules configuration files, so the
> network script loads it.
> I don't know if it's the correct behaviour what do you think ?
>
> I'm cc-ing Andrey because he's the author of modprobe configuration
> files, so he's likely to help us :)

Hmm..., I know absolutely nothing about this kernel and the things needed to 
run it (but it seems to work to me).

Since I had problems with my soundcard I thought I should give it a try. These 
problems had nothing to do with the kernel.





Re: [Cooker] alsa problems

2003-11-09 Thread Oden Eriksson
söndagen den 9 november 2003 04.44 skrev J.P. Pasnak:
> J.P. Pasnak said:
> > J.P. Pasnak said:
> >> Oden Eriksson said:
> >>> lördagen den 8 november 2003 21.18 skrev Oden Eriksson:
> >>>> lördagen den 8 november 2003 20.50 skrev J.P. Pasnak:
> >>>> > Oden Eriksson said:
> >>>> > > Hi.
> >>>> > >
> >>>> > > I have a MSI KT4V motherboard, but the sound is terrible. I'm
> >>>>
> >>>> having
> >>>>
> >>>> > > distortion all the time and getting a weird scramble at given
> >>>> > > intervals.
> >>>> > >
> >>>> > > I also have a C-Port in this machine, but are using the built in
> >>>> > > Realtek chip
> >>>> > > for simple playback.
> >>>> > >
> >>>> > > If I use the default:
> >>>> > >
> >>>> > > above snd-via82xx snd-pcm-oss
> >>>> > > alias sound-slot-1 snd-via82xx
> >>>> > > alias sound-slot-0 snd-ice1712
> >>>> > > above snd-ice1712 snd-pcm-oss
> >>>> > >
> >>>> > > ..., the sound is awful. But if I use only:
> >>>> >
> >>>> > I had the same problem.   Setting 'options snd-via82xx index=0
> >>>> > dxs_support=2' has cleared some of it up.   I found reference to it
> >>>>
> >>>> here:
> >>>> > http://www.mail-archive.com/[EMAIL PROTECTED]/msg08188
> >>>> >.html
> >>>>
> >>>> Thank you, thank you, thank you.
> >>>>
> >>>> That fixed it.
> >>>
> >>> But I'm getting this (from boot.log):
> >>>
> >>> Nov  8 21:28:45 localhosthost alsactl: /usr/sbin/alsactl:
> >>> set_control:805:
> >>> warning: name mismatch (Input Source Se
> >>> lect/IEC958 Output Switch) for control #53
> >>> Nov  8 21:28:45 localhost alsactl: /usr/sbin/alsactl: set_control:807:
> >>> warning: index mismatch (1/0) for contr
> >>> ol #53
> >>> Nov  8 21:28:45 localhost alsactl: /usr/sbin/alsactl: set_control:892:
> >>> bad
> >>> control.53.value type
> >>> Nov  8 21:28:45 localhost sound: Loading mixer settings failed
> >>
> >> I'm getting the same thing, but the control # is different.  I've been
> >> searching around in '/usr/share/alsa/', but haven't found anything
> >>
> >> >yet...
> >
> > Well, I was looking in the wrong area.   controls seem to be set via
> > '/etc/asound.state'.
> >
> > I'm going to tinker with this and see what happens :)
>
> It would appear that checking the settings via 'alsamixer' and then saving
> the config with '/usr/sbin/alsactl store' stores the configuration in the
> proper format, and the errors are gone.

It looks like that's done both in the alsa and sound initscripts, well the 
functions are there, maybe it just won't work, or done the wrong way.

Strangely I have never seen this error before...





Re: [Cooker] kernel-2.6.0-0.test5.1mdk-1-1mdk

2003-11-08 Thread Oden Eriksson
söndagen den 9 november 2003 01.18 skrev Oden Eriksson:
> lördagen den 8 november 2003 23.56 skrev Olivier Blin:
> > On Sat, 8 Nov 2003 21:12:01 +0100
> >
> > Oden Eriksson <[EMAIL PROTECTED]> wrote:
> > > Hi (Olivier Blin)
> > >
> > > Is there a reason why aic7xxx is not compiled and provided with this
> > > package?
> >
> > No, there isn't any good reason ...
> > Perhaps it was disabled by Olivier Thauvin in previous releases because
> > it didn't compile.
> >
> > It will be in test9.5mdk .
> >
> > Regards.
>
> Thanks. I just compiled a "custom" kernel and it seems to work to me
> (aic7xxx).


Another thing. I noticed ivp6 was loaded per default, why is that? Also none 
of my sound modules was loaded at boot, I had to manually modprobe them, it's 
a initscript thing only?





Re: [Cooker] kernel-2.6.0-0.test5.1mdk-1-1mdk

2003-11-08 Thread Oden Eriksson
lördagen den 8 november 2003 23.56 skrev Olivier Blin:
> On Sat, 8 Nov 2003 21:12:01 +0100
>
> Oden Eriksson <[EMAIL PROTECTED]> wrote:
> > Hi (Olivier Blin)
> >
> > Is there a reason why aic7xxx is not compiled and provided with this
> > package?
>
> No, there isn't any good reason ...
> Perhaps it was disabled by Olivier Thauvin in previous releases because
> it didn't compile.
>
> It will be in test9.5mdk .
>
> Regards.

Thanks. I just compiled a "custom" kernel and it seems to work to me 
(aic7xxx).





Re: [Cooker] alsa problems

2003-11-08 Thread Oden Eriksson
lördagen den 8 november 2003 21.18 skrev Oden Eriksson:
> lördagen den 8 november 2003 20.50 skrev J.P. Pasnak:
> > Oden Eriksson said:
> > > Hi.
> > >
> > > I have a MSI KT4V motherboard, but the sound is terrible. I'm having
> > > distortion all the time and getting a weird scramble at given
> > > intervals.
> > >
> > > I also have a C-Port in this machine, but are using the built in
> > > Realtek chip
> > > for simple playback.
> > >
> > > If I use the default:
> > >
> > > above snd-via82xx snd-pcm-oss
> > > alias sound-slot-1 snd-via82xx
> > > alias sound-slot-0 snd-ice1712
> > > above snd-ice1712 snd-pcm-oss
> > >
> > > ..., the sound is awful. But if I use only:
> >
> > I had the same problem.   Setting 'options snd-via82xx index=0
> > dxs_support=2' has cleared some of it up.   I found reference to it here:
> >
> > http://www.mail-archive.com/[EMAIL PROTECTED]/msg08188.html
>
> Thank you, thank you, thank you.
>
> That fixed it.

But I'm getting this (from boot.log):

Nov  8 21:28:45 localhosthost alsactl: /usr/sbin/alsactl: set_control:805: 
warning: name mismatch (Input Source Se
lect/IEC958 Output Switch) for control #53
Nov  8 21:28:45 localhost alsactl: /usr/sbin/alsactl: set_control:807: 
warning: index mismatch (1/0) for contr
ol #53
Nov  8 21:28:45 localhost alsactl: /usr/sbin/alsactl: set_control:892: bad 
control.53.value type
Nov  8 21:28:45 localhost sound: Loading mixer settings failed






Re: [Cooker] alsa problems

2003-11-08 Thread Oden Eriksson
lördagen den 8 november 2003 20.50 skrev J.P. Pasnak:
> Oden Eriksson said:
> > Hi.
> >
> > I have a MSI KT4V motherboard, but the sound is terrible. I'm having
> > distortion all the time and getting a weird scramble at given intervals.
> >
> > I also have a C-Port in this machine, but are using the built in Realtek
> > chip
> > for simple playback.
> >
> > If I use the default:
> >
> > above snd-via82xx snd-pcm-oss
> > alias sound-slot-1 snd-via82xx
> > alias sound-slot-0 snd-ice1712
> > above snd-ice1712 snd-pcm-oss
> >
> > ..., the sound is awful. But if I use only:
>
> I had the same problem.   Setting 'options snd-via82xx index=0
> dxs_support=2' has cleared some of it up.   I found reference to it here:
>
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg08188.html

Thank you, thank you, thank you.

That fixed it.





[Cooker] kernel-2.6.0-0.test5.1mdk-1-1mdk

2003-11-08 Thread Oden Eriksson
Hi (Olivier Blin)

Is there a reason why aic7xxx is not compiled and provided with this package?




[Cooker] alsa problems

2003-11-08 Thread Oden Eriksson
Hi.

I have a MSI KT4V motherboard, but the sound is terrible. I'm having 
distortion all the time and getting a weird scramble at given intervals.

I also have a C-Port in this machine, but are using the built in Realtek chip 
for simple playback.

If I use the default:

above snd-via82xx snd-pcm-oss
alias sound-slot-1 snd-via82xx
alias sound-slot-0 snd-ice1712
above snd-ice1712 snd-pcm-oss

..., the sound is awful. But if I use only:

alias sound via82cxxx_audio

..., the sound is ok. But there seem to be no way of mixing alsa and core 
kernel modules in Mandrake?

If I use:

alias sound via82cxxx_audio
alias sound-slot-0 snd-ice1712
above snd-ice1712 snd-pcm-oss

..., only the ice1712 drivers are loaded.


Is this only me having this problem or is it me not doing it right?

Oh, this is MDK9.2 with the latest update kernel.

Cheers.




Re: [Cooker] alsa-tools

2003-11-07 Thread Oden Eriksson
fredagen den 7 november 2003 16.14 skrev Thierry Vignaud:
> Austin <[EMAIL PROTECTED]> writes:
> > > Cool. I had problems compiling 0.9.9, that's why it's 0.9.8?
> >
> > Huh?
> > When was 0.9.9 released?
>
> never.
> cvs directly go from 0.9.8 to 1.0 anyway...

Argh!..., it appears I meant 0.9.8.




Re: [Cooker] alsa-tools

2003-11-07 Thread Oden Eriksson
fredagen den 7 november 2003 15.50 skrev Austin:
> Hey,
> I have a totally revamped alsa-tools package that I spent a lot of time
> on ready to upload, but it requires libalsa2-0.9.8, so I'm just waiting
> for klama to catch up.
> Just so you know there's no need to update it,
> Austin

Cool. I had problems compiling 0.9.9, that's why it's 0.9.8?




Re: [Cooker] ftp/shorewall oddity

2003-11-07 Thread Oden Eriksson
fredagen den 7 november 2003 03.22 skrev Austin:
> On Thu, 2003-11-06 at 12:37, Oden Eriksson wrote:
> > I think there is a bug that was reported earlier regarding this. The
> > shorweall stuff does not load the "ip_conntrack_ftp" module or something
> > like that.
>
> Yep, that fixed it.
> Should be an erratum at least.
> Austin

Yes. Florin?




Re: [Cooker] Bayesian filtering still broken in SpamAssassin

2003-11-07 Thread Oden Eriksson
fredagen den 7 november 2003 05.22 skrev Levi Ramsey:
> On Thu Nov 06 19:25 -0500, Levi Ramsey wrote:
> > # sa-learn --mbox --ham Mail/IN.mandrake
> > Cannot open bayes databases /home/levi/.spamassassin/bayes_* R/O: tie
> > failed:
> > Cannot open bayes databases /home/levi/.spamassassin/bayes_* R/W: tie
> > failed: Inappropriate ioctl for device
>
> This does not seem to be file-system dependent... the same error occurs
> for me on both reiser and ext3.

I have no problem using ext3 and maildir.




Re: [Cooker] ftp/shorewall oddity

2003-11-06 Thread Oden Eriksson
torsdagen den 6 november 2003 17.25 skrev Austin:
> Hey,
> I just updated my server to 9.2 and the oddest thing happened.  I
> opened the ftp port using drakfirewall, and I can use "ftp" via the
> command line, but I can't use ftp:// through  browser, and I can't use
> curl or wget over ftp.
> Anyone know what the hell is going on?
> I hope this isn't standard in 9.2!
> Thanks,
> Austin

I think there is a bug that was reported earlier regarding this. The shorweall 
stuff does not load the "ip_conntrack_ftp" module or something like that.

lsmod?

Shouldn't this be cause for a update (florin?)




Re: [Cooker] Re: [CHRPM] mandrake-release-10.0-0.1mdk

2003-11-04 Thread Oden Eriksson
tisdagen den 4 november 2003 18.55 skrev Warly:

> > But:
> >
> > [EMAIL PROTECTED] RPM]$ rpm -qa
> > byacc-1.9-14mdk
> > Segmentation fault
>
> Eh, this is cooker! You want stability?
>
> Ok, fixed.

Thanks.




Re: [Cooker] Re: [CHRPM] mandrake-release-10.0-0.1mdk

2003-11-04 Thread Oden Eriksson
tisdagen den 4 november 2003 17.02 skrev Warly:
> Buchan Milne <[EMAIL PROTECTED]> writes:
> > Warly wrote:
> >> -=-=-=-
> >> Name: mandrake-release Relocations: (not
> >> relocateable) Version : 10.0  Vendor:
> >> MandrakeSoft Release : 0.1mdkBuild Date: Tue
> >> 04 Nov
> >
> > 2003 04:36:01 PM CET
> >
> >> Install Date: (not installed)   Build Host:
> >
> > proca.mandrakesoft.com
> >
> >> Group   : System/Configuration/OtherSource RPM: (none)
> >> Size: 8251 License: GPL
> >> Signature   : (none)
> >> Packager: Warly <[EMAIL PROTECTED]>
> >> URL : http://www.linuxmandrake.com
> >> Summary : Mandrake Linux release file
> >> Description :
> >> Mandrake Linux release file.
> >>
> >> -=-=-=-
> >> Warly <[EMAIL PROTECTED]> 10.0-0.1mdk
> >>
> >> - yo
> >>
> >> -=-=-=-
> >
> > Does this mean main is open?
>
> yes

Thanks.

But:

[EMAIL PROTECTED] RPM]$ rpm -qa
byacc-1.9-14mdk
Segmentation fault






Re: [Cooker] Re: TUX?

2003-11-03 Thread Oden Eriksson
söndagen den 2 november 2003 20.26 skrev Juan Quintela:
> >>>>> "oden" == Oden Eriksson <[EMAIL PROTECTED]> writes:
>
> Hi
>
> oden> I asked to have TUX included before but it was decided not to use the
> patch oden> because security considerations. But now there's new times with
> zillions of oden> kernels laying around. So, maybe Thomas or some one else
> would consider oden> implementing TUX into a new server oriented kernel?
>
> oden> http://freshmeat.net/branches/45229/
>
> oden> I tried to use the update 9.2 kernel but got rejects, this is simply
> too time oden> consuming for me.
>
> oden> So whatcha say?
>
> As the "proof is in the pudding", somebody in 2.4 era, created an http
> sever in user space that was faster than tux (it was named chromium or
> something like that).  It was not opensource.  I don't know if
> somebody has created/modified an opensource http server to be
> faster/as fast as tux.
>
> Later, Juan "Hint Hint" Quintela.

Ahh..., I've had my focus on apache2 for too long it seems. Thanks, I checked 
www.chromium.com and indeed it was commercial software.

As a sidenote someone speeded up thttpd and made it awesome if you check the 
specs, too bad it's commercial code too.




[Cooker] TUX?

2003-11-02 Thread Oden Eriksson
Hi.

I asked to have TUX included before but it was decided not to use the patch 
because security considerations. But now there's new times with zillions of 
kernels laying around. So, maybe Thomas or some one else would consider 
implementing TUX into a new server oriented kernel?

http://freshmeat.net/branches/45229/

I tried to use the update 9.2 kernel but got rejects, this is simply too time 
consuming for me.

So whatcha say?





Re: [Cooker] syslog-ng as default?

2003-11-02 Thread Oden Eriksson
lördagen den 1 november 2003 18.53 skrev Andrey Borzenkov:
> If somebody still remembers (Oden?) we spoke about transition to syslog-ng.

Yes I remember. But unfortunately I haven't fiddled much with it... 

> I am using it for at least a year now without any apparent ill effects; the
> only open question was klogd Oops decoding and most responses I got from
> LKML indicated that klogd is obsolete; now-a-days we have internal symbol
> decoding in both 2.4 (mdk extra) and 2.6 (built in by default) so it is not
> a problem anymore.
>
> The transition is not as easy, configuration file is not compatible so any
> tool messing with it must be updated. Immediately I can think about msec
> and MNF (it has options for logging configuration); webmin is likely to be
> affected too. Anything else?
>
> so is it worth it? If yes it must be done as soon as possible to leave
> enough time for testing.
>
> -andrey

I say go for it.





Re: [Cooker] Congratulations, thanks and coupla comments :)

2003-10-28 Thread Oden Eriksson
tisdagen den 28 oktober 2003 18.47 skrev Andrey Borzenkov:

[...]

Nice to hear from you again Andrey, where have you been lately?, in the gulag?

> 2all - what do you think of translating contributors list? I mean, using
> native names in native locale. I do not know how many non-ISO8859-1
> contributors are there though ...

I think MDK wants to go UTF-8, but it's pretty dirty so far. If it's 
transparent all the way it's ok to me, but fiddling with UTF-8 source is 
_not_ nice.




[Cooker] PowerDNS

2003-10-28 Thread Oden Eriksson
Hi.

I started updating the package, but now no *.so files is built..., I can't see 
why... All the modular functions as mysql, bind, postgresql, etc. was 
previously built with a *.so extension, but now it has none. I have seen this 
before but cannot remember the fix. Here's what it looks like now:

libgmysqlbackend
libgmysqlbackend.0
libgmysqlbackend.0.0.0
libgmysqlbackend.a
libgmysqlbackend.la

I have diffed the sources but cannot find what's wrong or what's changed... Is 
this some autoconf/libtool screw-up?

Gwenole?




Re: [Cooker] bind-9.2.3-1mdk

2003-10-27 Thread Oden Eriksson
måndagen den 27 oktober 2003 11.46 skrev Florin:
> [EMAIL PROTECTED] (Oden Eriksson) writes:
> > Hi (Florin).
> >
> > For some reason this happens in a real world situation:
> >
> > # /etc/rc.d/init.d/named restart
> > Stopping named: [  OK  ]
> > named: already [EMAIL PROTECTED] init.d]#
> >
> > # /etc/rc.d/init.d/named restart
> > Stopping named: rndc: connect failed: connection refused
> > [FAILED]
> > Starting named: [  OK  ]
> >
> > Proposed fix:
> >
> > --- /etc/rc.d/init.d/named  2003-10-24 21:13:10.0 +0200
> > +++ /etc/rc.d/init.d/named.oden 2003-10-25 18:32:33.0 +0200
> > @@ -54,6 +54,7 @@
> >  echo
> >  return $RETVAL
> >  }
> > +   sleep 1
> >  success
> >  echo
> >  return $RETVAL
>
> indeed, the rndc command needs some time to shutdown named ... I'll add
> sleep 2 (RedHat does the same thing actually) ... fixed in 2mdk

Aha, ok.

> thx for the bug report ...

Thanks for fixing (and listening...).




[Cooker] bind-9.2.3-1mdk

2003-10-25 Thread Oden Eriksson
Hi (Florin).

For some reason this happens in a real world situation:

# /etc/rc.d/init.d/named restart
Stopping named: [  OK  ]
named: already [EMAIL PROTECTED] init.d]#

# /etc/rc.d/init.d/named restart
Stopping named: rndc: connect failed: connection refused
[FAILED]
Starting named: [  OK  ]

Proposed fix:

--- /etc/rc.d/init.d/named  2003-10-24 21:13:10.0 +0200
+++ /etc/rc.d/init.d/named.oden 2003-10-25 18:32:33.0 +0200
@@ -54,6 +54,7 @@
 echo
 return $RETVAL
 }
+   sleep 1
 success
 echo
 return $RETVAL


???




Re: [Cooker] Re: The idnkit, something for Mandrake 10 or aware ISP's? + Bind 9.2.3

2003-10-24 Thread Oden Eriksson
fredagen den 24 oktober 2003 11.53 skrev Florin:
> http://people.mandrakesoft.com/~florin/www/rpms/cooker

Cool, thanks florin!.





Re: [Cooker] Broken KDE in Cooker

2003-10-23 Thread Oden Eriksson
torsdagen den 23 oktober 2003 19.11 skrev Levi Ramsey:
> On Thu Oct 23 18:55 +0200, Buchan Milne wrote:
> > > I'd be happy if there were simply a "rollback" directory on the
> >
> > mirrors.  In
> >
> > > other words when a package is updated, yesterday's version rolls over
> >
> > to the
> >
> > > rollback directory.  Also, the reason I said "yesterday's" is often
> >
> > there are
> >
> > > 2-3 quick updates in a row, as little packaging bugs get caught by the
> > > packager and quickly fixed - would hate to have two broken packages,
> > > the rollback and the new one, on the mirrors.
> >
> > Why does this need to be on the mirrors? Wouldn't it be better if you
> > could set urpmi to auto-repackage some packages (like rpm --repackage)?
> > Then, you would have the last package you had working (since youhave no
> > guarantees about yesterday's package anyway).
> >
> > For cookers, this would be quite useful ...
>
> Excellent idea, Buchan... you are a veritable fountain of such.

I concur. This could also be used with the idea I had with the term 
"update_media":

1. pack needed installed package(s)
2. put it in the urpmi cache (or where ever...)
3. rename it (pretty much like the troels perl script)
4. run rsync
5. do update





Re: [Cooker] /var/cache/apache2-mod_ssl should be apache writable

2003-10-23 Thread Oden Eriksson
torsdagen den 23 oktober 2003 15.10 skrev Tibor Pittich:
> On 23. October 2003 at 13:43, Oden Eriksson wrote:
> > onsdagen den 22 oktober 2003 17.18 skrev Tibor Pittich:
> > > On 22. October 2003 at 16:56, Pascal Cavy wrote:
> > > > I see error message in the log like :
> > > > [Mon Oct 20 18:30:42 2003] [error] (120013)APR does not understand
> > > > this error code: Cannot open SSLSessionCache DBM file
> > > > `/var/cache/apache2-mod_ssl/ssl_scache' for writing (store)
> > > >
> > > > This is on a fresh new install of MDK 9.2
> > > >
> > > > The installation should do:
> > > > chown apache /var/cache/apache2-mod_ssl
> > > > chown apache /var/cache/apache2-mod_ssl/ssl_scache
> > >
> > > yes, but msec change this..
> > >
> > > i added this line into my perm.local
> > > /var/log/httpd/ssl_scacheapache.root   644
> >
> > This is a errata issue?
> >
> > Please file a bug report.
>
> i'm sorry. it was mistake from me. this issue was fixed here:
>
> * Mo sep 15 2003 Jean-Michel Dault <[EMAIL PROTECTED]> 2.0.47-6mdk
> - put the ssl_scache file into /var/cache to avoid log rotation and
>   segfaults

Aha, thanks.

I think I need to fix some of my other packages that uses /var/cache/. I 
forgot about the msec hassle when I packed them...





Re: [Cooker] Mescalero

2003-10-23 Thread Oden Eriksson
torsdagen den 23 oktober 2003 13.29 skrev Götz Waschk:
> Am Donnerstag, 23. Oktober 2003, 13:20:47 Uhr MET, schrieb Oden Eriksson:
> > I was able to rip track 2-16 of 1-16 with w2k (yuk) and ez cd
> > extract. It's tragic that no tool exists in Mandrake to accomplish
> > this. But I guess we will see such a tool in the future, maybe at
> > the PLF site? If not one could always claim the tool is for CD
> > repair and restauration.
>
> Stuff like this often depends on the CD-ROM drive, it's best to try
> several models. I haven't found a CD yet that I couldn't copy. I guess
> the copy protection sticker often is a placebo, if I can simply rip
> the CD with cdparanoia.

It's funny as I have 3 (!) different CDROM drives in this machine. And my 
Yamaha SCSI burner did the best job (under w2k). cdparanoia didn't cut it.

I will continue trying though.




Re: [Cooker] /var/cache/apache2-mod_ssl should be apache writable

2003-10-23 Thread Oden Eriksson
onsdagen den 22 oktober 2003 17.18 skrev Tibor Pittich:
> On 22. October 2003 at 16:56, Pascal Cavy wrote:
> > I see error message in the log like :
> > [Mon Oct 20 18:30:42 2003] [error] (120013)APR does not understand this
> > error code: Cannot open SSLSessionCache DBM file
> > `/var/cache/apache2-mod_ssl/ssl_scache' for writing (store)
> >
> > This is on a fresh new install of MDK 9.2
> >
> > The installation should do:
> > chown apache /var/cache/apache2-mod_ssl
> > chown apache /var/cache/apache2-mod_ssl/ssl_scache
>
> yes, but msec change this..
>
> i added this line into my perm.local
> /var/log/httpd/ssl_scacheapache.root   644

This is a errata issue?

Please file a bug report.




Re: [Cooker] Mescalero

2003-10-23 Thread Oden Eriksson
tisdagen den 21 oktober 2003 19.44 skrev Oden Eriksson:
> Hi Folks.
>
> A couple of weeks ago my girlfriend bought the newly released album
> "Mescalero" by ZZ Top. Just now I noticed it's copy protected..., annoying.
> None of the tools in Mandrake seems to be able to rip this CD. What should
> I do? Boot windows?

Update:

I was able to rip track 2-16 of 1-16 with w2k (yuk) and ez cd extract. It's 
tragic that no tool exists in Mandrake to accomplish this. But I guess we 
will see such a tool in the future, maybe at the PLF site? If not one could 
always claim the tool is for CD repair and restauration.

http://www.bmg-copycontrol.info/

I know this sucks, I know I should return the CD, but I want to have this CD 
in my collection. Maybe the non UK releases doesn't have this copy-control 
shit, I don't know.






Re: [Cooker] Bugzilla update

2003-10-22 Thread Oden Eriksson
onsdagen den 22 oktober 2003 22.30 skrev Warly:
> Lea Gris <[EMAIL PROTECTED]> writes:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > Thierry Vignaud wrote:
> > | Warly <[EMAIL PROTECTED]> writes:
> > |>I have merge the bugzilla CVS into qa.mandrakesoft.com.
> > |>
> > |>Warn for any error.
> > |>
> > |>Moreover I have try to make it a bit faster, shortcircuiting a very
> > |>slow function and removing the product choice from the bug edition
> > |>pages (this decrease the page size from 400 KB to about 50 KB)
> > |
> > | i love you morpheous !
> >
> > Maybe if mod_gzip was onabled on qa.mandrakesoft.com this would make
> > page loading much faster and less bandwidth hungry.
>
> mod_gzip is not yet ported to apache2

Yes it has, but it won't work ;) Also mod_deflate is what you need.




Re: [Cooker] Mescalero

2003-10-21 Thread Oden Eriksson
tisdagen den 21 oktober 2003 20.20 skrev du:
> are you asking "why does mandrake do not let me steal this album"?
>
> lol

No, it's perfectly legal. I think it's equal to a backup in Sweden. The same 
thing if I buy..., say..., MS XP Pro, I'm allowed to make a backup copy of 
the CD. Also I *own* this ZZ Top CD as it was a gift from my girlfriend..., I 
cannot steal it from myself... Well..., anyway. I was able to access the CD 
from my SCSI Yamaha burner, but there is audible noise made by the "copy 
protection" which makes this useless to me. I have to find another way.

All hints will be highly appreciated.

> ביום שלישי, 21 באוקטובר 2003, 19:44, נכתב על ידי Oden Eriksson:
> > Hi Folks.
> >
> > A couple of weeks ago my girlfriend bought the newly released album
> > "Mescalero" by ZZ Top. Just now I noticed it's copy protected...,
> > annoying. None of the tools in Mandrake seems to be able to rip this CD.
> > What should I do? Boot windows?
> >
> > I applied this one:
> >
> > http://www.ex-parrot.com/~pete/copycontrol.html
> >
> > But only got:
> >
> >
> > # cdparanoia -vsQ
> > cdparanoia III release 9.8 (March 23, 2001)
> > (C) 2001 Monty <[EMAIL PROTECTED]> and Xiphophorus
> >
> > Report bugs to [EMAIL PROTECTED]
> > http://www.xiph.org/paranoia/
> >
> > Checking /dev/cdrom for cdrom...
> > Testing /dev/cdrom for cooked ioctl() interface
> > CDROM sensed: ATAPI compatible Pioneer DVD-ROM ATAPIModel
> > DVD-106S 012
> >
> >
> > TOC entry claims an overly large start offset: massaging.
> >
> > TOC entries claim non-increasing offsets: massaging.
> >
> > TOC entries claim non-increasing offsets: massaging.
> >
> > TOC entries claim non-increasing offsets: massaging.
> >
> > TOC entries claim non-increasing offsets: massaging.
> >
> > TOC entries claim non-increasing offsets: massaging.
> >
> > TOC entries claim non-increasing offsets: massaging.
> >
> > TOC entries claim non-increasing offsets: massaging.
> >
> > TOC entries claim non-increasing offsets: massaging.
> >
> > TOC entries claim non-increasing offsets: massaging.
> >
> > TOC entries claim non-increasing offsets: massaging.
> >
> > TOC entries claim non-increasing offsets: massaging.
> >
> > TOC entries claim non-increasing offsets: massaging.
> >
> > TOC entries claim non-increasing offsets: massaging.
> >
> > TOC entries claim non-increasing offsets: massaging.
> > Verifying drive can read CDDA...
> > Expected command set reads OK.
> >
> > Table of contents (audio tracks only):
> > tracklength   begincopy pre ch
> > ===
> >   1.17225 [03:49.50]0 [00:00.00]no   no  2
> >   2.0 [00:00.00]17225 [03:49.50]no   no  2
> >   3.0 [00:00.00]17225 [03:49.50]no   no  2
> > TOTAL   17225 [03:49.50](audio only)




[Cooker] Mescalero

2003-10-21 Thread Oden Eriksson
Hi Folks.

A couple of weeks ago my girlfriend bought the newly released album 
"Mescalero" by ZZ Top. Just now I noticed it's copy protected..., annoying. 
None of the tools in Mandrake seems to be able to rip this CD. What should I 
do? Boot windows?

I applied this one:

http://www.ex-parrot.com/~pete/copycontrol.html

But only got:


# cdparanoia -vsQ
cdparanoia III release 9.8 (March 23, 2001)
(C) 2001 Monty <[EMAIL PROTECTED]> and Xiphophorus

Report bugs to [EMAIL PROTECTED]
http://www.xiph.org/paranoia/

Checking /dev/cdrom for cdrom...
Testing /dev/cdrom for cooked ioctl() interface
CDROM sensed: ATAPI compatible Pioneer DVD-ROM ATAPIModel 
DVD-106S 012


TOC entry claims an overly large start offset: massaging.

TOC entries claim non-increasing offsets: massaging.

TOC entries claim non-increasing offsets: massaging.

TOC entries claim non-increasing offsets: massaging.

TOC entries claim non-increasing offsets: massaging.

TOC entries claim non-increasing offsets: massaging.

TOC entries claim non-increasing offsets: massaging.

TOC entries claim non-increasing offsets: massaging.

TOC entries claim non-increasing offsets: massaging.

TOC entries claim non-increasing offsets: massaging.

TOC entries claim non-increasing offsets: massaging.

TOC entries claim non-increasing offsets: massaging.

TOC entries claim non-increasing offsets: massaging.

TOC entries claim non-increasing offsets: massaging.

TOC entries claim non-increasing offsets: massaging.
Verifying drive can read CDDA...
Expected command set reads OK.

Table of contents (audio tracks only):
tracklength   begincopy pre ch
===
  1.17225 [03:49.50]0 [00:00.00]no   no  2
  2.0 [00:00.00]17225 [03:49.50]no   no  2
  3.0 [00:00.00]17225 [03:49.50]no   no  2
TOTAL   17225 [03:49.50](audio only)




Re: [Cooker] No XFS for you, sucker

2003-10-18 Thread Oden Eriksson
lördagen den 18 oktober 2003 20.14 skrev Austin Acton:
> On Sat, 2003-10-18 at 13:21, [EMAIL PROTECTED] wrote:
> > If you are going to use an XFS root, you need a /boot which is not XFS.
> > This has something to do with the compatablity SGI wants to keep with the
> > on-disk format used by Irix XFS, which is incompatible with what LILO
> > wants to put there on any partition containing a kernel you want to boot.
>
> That is not the problem.  I just tried it with reiser, and I got the
> same error... "filesystem would be destroyed by LILO boot sector
> /dev/hda".
>
> This is very odd.  What does it mean?

A brand new and empty hard drive? No "bios" partition on it and such shit?

What happens if you let it "destroy" the file system?




Re: [Cooker] 9.2 disasters list (continuing)

2003-10-18 Thread Oden Eriksson
lördagen den 18 oktober 2003 18.03 skrev [EMAIL PROTECTED]:
> > lördagen den 18 oktober 2003 15.36 skrev Greg Meyer:
> >
> > It won't be a problem if I *buy* the powerpack, so as far as Mandrake is
> >  conserned this is no problem. I only wish I had known about this
> > _before_  downloding it, then I would not have spent my time on it. What
> > about the  download edition, is the kde-i18n-sv package in there?
>
> Yes, but then you don't get kernel-source.
>
> Seems we can no longer get a full distribution on 3 CDs? Time to go to 4
> for download?

Ouch. What's taking so much space?




Re: [Cooker] 9.2 disasters list (continuing)

2003-10-18 Thread Oden Eriksson
lördagen den 18 oktober 2003 17.12 skrev Thomas Backlund:
> From: "Oden Eriksson" <[EMAIL PROTECTED]>
>
> >> The list of packages on Download Edition:
> >> http://www.mandrakelinux.com/en/9.2/features/15.php3
> >
> >That's error 404.
>
> Try again... it works for me...
>
> there seemed to be garbage at the end of the link i posted
> http://www.mandrakelinux.com/en/9.2/features/15.php3

Ahh, I missed the garbage. I gotta clean my glasses :)

Thanks.




Re: [Cooker] 9.2 disasters list (continuing)

2003-10-18 Thread Oden Eriksson
lördagen den 18 oktober 2003 16.45 skrev Thomas Backlund:
> - Original Message -
> From: "Thomas Backlund" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, October 18, 2003 5:36 PM
> Subject: Re: [Cooker] 9.2 disasters list (continuing)
>
> > From: "Oden Eriksson" <[EMAIL PROTECTED]>
> >
> > >It won't be a problem if I *buy* the powerpack, so as far as Mandrake is
> > >conserned this is no problem. I only wish I had known about this
> > > _before_ downloding it, then I would not have spent my time on it. What
> > > about the download edition, is the kde-i18n-sv package in there?
> >
> > Yep...
> >
> > It's on CD3 with all of the other i18n stuff...
>
> The list of packages on Download Edition:
> http://www.mandrakelinux.com/en/9.2/features/15.php3¨

That's error 404.




Re: [Cooker] 9.2 disasters list (continuing)

2003-10-18 Thread Oden Eriksson
lördagen den 18 oktober 2003 16.36 skrev Thomas Backlund:
> From: "Oden Eriksson" <[EMAIL PROTECTED]>
>
> >It won't be a problem if I *buy* the powerpack, so as far as Mandrake is
> >conserned this is no problem. I only wish I had known about this _before_
> >downloding it, then I would not have spent my time on it. What about the
> >download edition, is the kde-i18n-sv package in there?
>
> Yep...
>
> It's on CD3 with all of the other i18n stuff...

Thank you.

Anyone cares making some sort of rpm2html list availible online somewhere?




Re: [Cooker] 9.2 disasters list (continuing)

2003-10-18 Thread Oden Eriksson
lördagen den 18 oktober 2003 15.36 skrev Greg Meyer:
> On Saturday 18 October 2003 09:29 am, Oden Eriksson wrote:
> > [...]
> >
> > I downloaded the PowerPack this week but installed it today..., what a
> > surprise... no kde-i18n-sv package anywhere... That render this download
> > totally useless to me, I might as well throw my fresh burned CDs in the
> > trash. Or, have someone teach me mkcd so I can make the missing CDs...,
> > mkcd is not easy, anyone who has tried this knows what I'm talking
> > about... Don't tell me to use a internet urpm* resource, that is not the
> > answer I would like to hear, I want this on a CD, period.
>
> Well, it seems kind of late to recall the iso's from Manufacture so that a
> package can be added that Oden really wants on a cd.
>
> Sorry, was that sarcastic?

Yes.

It won't be a problem if I *buy* the powerpack, so as far as Mandrake is 
conserned this is no problem. I only wish I had known about this _before_ 
downloding it, then I would not have spent my time on it. What about the 
download edition, is the kde-i18n-sv package in there?





Re: [Cooker] 9.2 disasters list (continuing)

2003-10-18 Thread Oden Eriksson
[...]

I downloaded the PowerPack this week but installed it today..., what a 
surprise... no kde-i18n-sv package anywhere... That render this download 
totally useless to me, I might as well throw my fresh burned CDs in the 
trash. Or, have someone teach me mkcd so I can make the missing CDs..., mkcd 
is not easy, anyone who has tried this knows what I'm talking about... Don't 
tell me to use a internet urpm* resource, that is not the answer I would like 
to hear, I want this on a CD, period.




Re: [Cooker] IDN (3)

2003-10-17 Thread Oden Eriksson
lördagen den 18 oktober 2003 00.41 skrev Michael Scherer:
> On Saturday 18 October 2003 00:18, Oden Eriksson wrote:
> > fredagen den 17 oktober 2003 15.43 skrev John Keller:
> > > Oden Eriksson wrote:
> > > > There could be patents regarding this...
> > >
> > > http://www.computerworld.com/managementtopics/ebusiness/story/0,108
> > >01,59043 ,00.html
> > >
> > > > http://www.i-d-n.net/#patents
> > >
> > > The dateline in the first article is 28 March 2001, and the article
> > > mentions that the IETF would start over from scratch, if needed, to
> > > avoid infringement.
> > >
> > > The second has a link to the patent claim, and its withdrawal on 15
> > > March: http://www.ietf.org/ietf/IPR/WALID-IDN
> > >
> > > From what I remember with the W3C's tangled mess(es) stemming from
> > > companies not filing until late in processes, companies are asked
> > > to come forward at the start so whatever standards body can avoid
> > > problems. I am far from being a lawyer, but if there is an IETF has
> > > an actual recommendation then I would expect that it's because it's
> > > confidant that legal issues have been cleared up.
> > >
> > > I could be wrong, so this is an pen invitation to slap me down. In
> > > light of Sweden's adoption at the tld level, I would expect that
> > > Mandrake has a pretty clear path in the wake of others' due
> > > diligence.
> >
> > Thank you. As Verisign has done an plugin for MSIE I guess it's safe
> > for Mandrake to implement this as well.
>
> well, verisgn could have paid to use the patents.
> did someone tried to contact the patch author to see what he think ?

Yes I did. Basically he thinks it's ok and should not be any problems. But I 
think this is a discussion for the MandrakeSoft lawyers. I'm just the 
messenger regarding the possible patent issues.





Re: [Cooker] IDN (3)

2003-10-17 Thread Oden Eriksson
fredagen den 17 oktober 2003 15.43 skrev John Keller:
> Oden Eriksson wrote:
> > There could be patents regarding this...
>
> http://www.computerworld.com/managementtopics/ebusiness/story/0,10801,59043
>,00.html
>
> > http://www.i-d-n.net/#patents
>
> The dateline in the first article is 28 March 2001, and the article
> mentions that the IETF would start over from scratch, if needed, to avoid
> infringement.
>
> The second has a link to the patent claim, and its withdrawal on 15 March:
> http://www.ietf.org/ietf/IPR/WALID-IDN
>
> From what I remember with the W3C's tangled mess(es) stemming from
> companies not filing until late in processes, companies are asked to come
> forward at the start so whatever standards body can avoid problems. I am
> far from being a lawyer, but if there is an IETF has an actual
> recommendation then I would expect that it's because it's confidant that
> legal issues have been cleared up.
>
> I could be wrong, so this is an pen invitation to slap me down. In light of
> Sweden's adoption at the tld level, I would expect that Mandrake has a
> pretty clear path in the wake of others' due diligence.


Thank you. As Verisign has done an plugin for MSIE I guess it's safe for 
Mandrake to implement this as well.

I was thinking if there may be a Chinese/Japanese distro that has allready 
done work in this direction, maybe we could rip patches and stuff... 
(redflag?)




Re: [Cooker] Discovery Pack

2003-10-17 Thread Oden Eriksson
torsdagen den 16 oktober 2003 22.42 skrev [EMAIL PROTECTED]:
> > Hi all.
> >
> > Aha, now I know what the surprise was about...
> >
> > "Discovery Pack".
> >
> > Good for Mandrake(Soft) I guess, financially speaking...
> >
> > Where does that leave odd morons like me?
>
> ProSuite DVD and CD's-only? That's what I took ... (wasn't sure if
> Workstation DVD had jpackage, plus my laptop doesn't have a DVD drive ...
> yet ...)

Funny, it seems I actually have to buy these to figure out...




[Cooker] IDN (3)

2003-10-17 Thread Oden Eriksson
Hi.

There could be patents regarding this...

http://www.computerworld.com/managementtopics/ebusiness/story/0,10801,59043,00.html
http://www.i-d-n.net/#patents




[Cooker] Discovery Pack

2003-10-16 Thread Oden Eriksson
Hi all.

Aha, now I know what the surprise was about...

"Discovery Pack".

Good for Mandrake(Soft) I guess, financially speaking...

Where does that leave odd morons like me?






[Cooker] biferno?

2003-10-16 Thread Oden Eriksson
Hi.

I just found:

http://www.tabasoft.it/biferno/

But the source is apple style'ish, a dread... I can compile it and possible 
have a working set of rpms with a lot of work..., in a couple of days, or 
weeks...

So..., is it worth it?

Maybe someone else feels like dwell into this?

I had enough hell with the DarwinStreamingServer...




[Cooker] openwebmail

2003-10-14 Thread Oden Eriksson
Hi.

Anyone's working with a openwebmail rpm here?

I have started with it, but will stop if anyone has done so too.

(this one is very tough...)




Re: [Cooker] Feels like a rant.

2003-10-14 Thread Oden Eriksson
tisdagen den 14 oktober 2003 17.36 skrev Buchan Milne:

[...]

> The idea isn't to splinter efforts ... so I would advise against people
> making a new urpmi source for every package that is in contrib ...

I concur. Currently I have (almost) the bandwidth required, but not the time 
to maintain it, if I ever do, I will charge for it.





Re: [Cooker] Feels like a rant.

2003-10-14 Thread Oden Eriksson
tisdagen den 14 oktober 2003 16.35 skrev Brook Humphrey:

> by the way oden you once mentioned a client for subversion. It was a while
> ago I said I would look at but never had the time. DO you still need it
> packaged.

If you are referring to "rapidsvn" I made a package.

I did subversion and later rapidsvn, but as I have too many packages to 
maintain as is, I thought a new maintainer would be more fair for these. Ben 
Reser is the new maintainer of subversion and rapidsvn.

Please try (cooker/9.2):

urpmi rapidsvn

Cheers.




Re: [Cooker] Feels like a rant.

2003-10-14 Thread Oden Eriksson
tisdagen den 14 oktober 2003 16.06 skrev Brook Humphrey:

Yet another thing... As for me being a new comer, that's not true. Around 5.2 
I had a deal going on with Mandrake to be the sole distributor of the 
Mandrake products in Sweden (not many knows about that). It was too soon 
then, now it's too late;) I guess you will find my name in some changelog way 
dated (1998?).

Cheers.




Re: [Cooker] Feels like a rant.

2003-10-14 Thread Oden Eriksson
tisdagen den 14 oktober 2003 16.06 skrev Brook Humphrey:

Another thing... This mailinglist is mostly a black hole too ;)




Re: [Cooker] Feels like a rant.

2003-10-14 Thread Oden Eriksson
tisdagen den 14 oktober 2003 16.06 skrev Brook Humphrey:

> If this is the case and I am no longer considered to be helpfull around
> here this is a sad thing. I would rather not pack up and go to some other

Brook, I think you should take it easy as I believe everyone except gwenole(?) 
is on vacation. I appreciate your work and I don't think I'm alone.

I'm still awaiting responce about my IDN stuff.

One thing for you to do is to make a spec file (unified) diff and mail other 
added/changed files directly to the package maintainer as the upload ftp 
seems like a black hole.

Another way is to make your package available on a webserver somewhere and 
just link to it when announcing.





Re: [Cooker] Odem Maildrop has problems

2003-10-14 Thread Oden Eriksson
tisdagen den 14 oktober 2003 15.18 skrev Brook Humphrey:
> On Tuesday 14 October 2003 02:47 am, Oden Eriksson wrote:

> With all this I have maildrop filtering through spamassassin and anomy.
> Killing dups and filtering the results to inbox, spam and virus. I then use
> kmail to grab the stuff right from the inbox instead of using the mail
> server. I have dovecot setup just so i can check and see what is in the
> spam and virus folder or to check on things while I'm away.

Cool. I use qmail, vpopmail, courier-imap, sqwebmail, kaspersky, spamassassin, 
clamav, qmail-scanner and let maildrop drop the mails in different folders on 
the server, quite nice.

-- 
Regards // Oden Eriksson, Deserve-IT.com




Re: [Cooker] Odem Maildrop has problems

2003-10-14 Thread Oden Eriksson
tisdagen den 14 oktober 2003 03.11 skrev Brook Humphrey:

[...]

> > Fixed, thanks.
>
> No problem. I like to help.

I hope you know user .mail* files has to be 600, otherwise it won't work.

-- 
Regards // Oden Eriksson, Deserve-IT.com




Re: [Cooker] Odem Maildrop has problems

2003-10-13 Thread Oden Eriksson
tisdagen den 14 oktober 2003 00.14 skrev Brook Humphrey:
> On Monday 13 October 2003 02:40 am, Oden Eriksson wrote:
> > måndagen den 13 oktober 2003 06.25 skrev Brook Humphrey:
> > > I have been using maildrop and some of the permissions are off so that
> > > maildrop cannot access some of it's files and others have the perms set
> > > to high.
> > >
> > > I can repackage this and get them setup up for you since I have it
> > > working here anyway.
> >
> > Mail me the spec file and I fix it.
>
> here is the updated spec.
>
>
> By the way it was only in two places the /etc/maildrop and the
> /etc/maildrop/maildroprc
>
> I have left the rest of the spec alone.

Fixed, thanks.




Re: [Cooker] IDN (in KDE)

2003-10-13 Thread Oden Eriksson
måndagen den 13 oktober 2003 21.01 skrev Abel Cheung:
> On 2003-10-13(Mon) 20:29:09 +0200, Oden Eriksson wrote:
> > http://dot.kde.org/1057799730/
>
> Of course this could be cool, though the benefit is not immediately
> apparent. I bet we won't see many non-7-bit domain names even when
> MDK 10 is ready :-)

Of course. But then we at least would be able to use it. Right now this work 
right out of the box only with with Mozilla 1.4.

You might want to check the archives for the glibc and bind changes I did last 
week, in case you missed it.




[Cooker] IDN (in KDE)

2003-10-13 Thread Oden Eriksson
http://dot.kde.org/1057799730/




Re: [Cooker] mach?

2003-10-13 Thread Oden Eriksson
måndagen den 13 oktober 2003 13.43 skrev Buchan Milne:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Oden Eriksson wrote:
> > http://thomas.apestaart.org/projects/mach/
>
> I looked at this briefly before, and from what I remember it was very
> messy. slbd is better for the same tasks IMHO.

Ok, good to know.

Thanks Buchan.

-- 
Regards // Oden Eriksson, Deserve-IT.com




[Cooker] mach?

2003-10-13 Thread Oden Eriksson
http://thomas.apestaart.org/projects/mach/
-- 
Regards // Oden Eriksson, Deserve-IT.com




Re: [Cooker] Odem Maildrop has problems

2003-10-13 Thread Oden Eriksson
måndagen den 13 oktober 2003 06.25 skrev Brook Humphrey:
> I have been using maildrop and some of the permissions are off so that
> maildrop cannot access some of it's files and others have the perms set to
> high.
>
> I can repackage this and get them setup up for you since I have it working
> here anyway.

Mail me the spec file and I fix it.

-- 
Regards // Oden Eriksson, Deserve-IT.com




Re: [Cooker] mail preprocessors SysV start numbers

2003-10-12 Thread Oden Eriksson
måndagen den 13 oktober 2003 03.17 skrev Tibor Pittich:
> today, i instaled postfix with amavis-new, spamassassin and clamav
> support. postfix have number 80 as starting reference, same as
> spamassassin and clamav. amavis-new have 79.
> imho, it will be more clean if all mail preprocessors are started before
> starting mta and optionally before amavis.
>
> what are you think about this?

Yes. The same goes for mysql and postgresql, they should be started long 
before the others like snort, samba, etc.




[Cooker] glibc-2.3.2-16mdk with IDN (international domain name) support

2003-10-11 Thread Oden Eriksson
Hi there.

I have finally got this working. I would appreciate it a great deal if someone 
could tell me if I'm doing this in vain, as I haven't gotten a single reply 
as of yet. Do MandrakeSoft have any interested in IDN? I think this would be 
a killer for Mandrake 10.

FYI: Sweden is the first country in Europe with its top level dot SE TLD 
"NIC-SE" to implement IDN, read about it here:
http://www.nic.se/english/

Well anyway, here's my glibc packages with libidn applied (with a little help 
from Simon Josefsson, the author of libidn).

Here's the binary RPM's:
http://www.deserve-it.com/Cooker/RPMS/glibc-2.3.2-16mdk.i586.rpm
http://www.deserve-it.com/Cooker/RPMS/ldconfig-2.3.2-16mdk.i586.rpm
http://www.deserve-it.com/Cooker/RPMS/glibc-devel-2.3.2-16mdk.i586.rpm
http://www.deserve-it.com/Cooker/RPMS/glibc-static-devel-2.3.2-16mdk.i586.rpm
http://www.deserve-it.com/Cooker/RPMS/nscd-2.3.2-16mdk.i586.rpm
http://www.deserve-it.com/Cooker/RPMS/glibc-utils-2.3.2-16mdk.i586.rpm
http://www.deserve-it.com/Cooker/RPMS/glibc-profile-2.3.2-16mdk.i586.rpm
http://www.deserve-it.com/Cooker/RPMS/timezone-2.3.2-16mdk.i586.rpm
http://www.deserve-it.com/Cooker/RPMS/glibc-i18ndata-2.3.2-16mdk.i586.rpm
http://www.deserve-it.com/Cooker/RPMS/glibc-doc-2.3.2-16mdk.i586.rpm
http://www.deserve-it.com/Cooker/RPMS/glibc-doc-pdf-2.3.2-16mdk.i586.rpm
http://www.deserve-it.com/Cooker/RPMS/glibc-debug-2.3.2-16mdk.i586.rpm

Here's the source RPM:
http://www.deserve-it.com/Cooker/SRPMS/glibc-2.3.2-16mdk.src.rpm

Here's my GnuPG Public Key:
http://www.deserve-it.com/Cooker/.oden.eriksson.gpg

Here's the patches and sources:
http://josefsson.org/libidn/releases/libidn-0.3.2.tar.gz
http://josefsson.org/libidn/releases/libidn-0.3.2.tar.gz.asc
http://www.deserve-it.com/Cooker/SOURCES/glibc-2.3.2-libidn-0.3.2.diff.bz2
http://www.deserve-it.com/Cooker/SOURCES/glibc.spec.diff
http://www.deserve-it.com/Cooker/SOURCES/glibc.spec

Cheers.




Re: [Cooker] glibc-2.3.2-15mdk, with IDN (international domain name) support

2003-10-10 Thread Oden Eriksson
fredagen den 10 oktober 2003 18.39 skrev Oden Eriksson:
> fredagen den 10 oktober 2003 12.29 skrev Oden Eriksson:
> > fredagen den 10 oktober 2003 11.42 skrev Oden Eriksson:
> > > Hi.
> > >
> > > I'm evaluating IDN right now and made a spec file patch for glibc to
> > > make it IDN aware.
> > >
> > > Get this file:
> > >
> > > http://josefsson.org/libidn/releases/libidn-0.3.2.tar.gz
> > > http://josefsson.org/libidn/releases/libidn-0.3.2.tar.gz.asc
> > >
> > > And use the attached patch.
> > >
> > > I didn't know how to do to include documentation and such, but this is
> > > a start. I will announce packages shortly, it takes a while to build
> > > this beast...
> > >
> > > Cheers.
> >
> > GRRR
> >
> > make -s -C intl tests
> > make[2]: Entering directory `/home/oden/RPM/BUILD/glibc-2.3.2/intl'
> > make[2]: ***
> > [/home/oden/RPM/BUILD/glibc-2.3.2/build-i586-linux/intl/tst-gettext.out]
> > Error 1
> > make[2]: Leaving directory `/home/oden/RPM/BUILD/glibc-2.3.2/intl'
> > make[1]: *** [intl/tests] Error 2
> > make[1]: Leaving directory `/home/oden/RPM/BUILD/glibc-2.3.2'
> > make: *** [check] Error 2
> >
> > $ cat
> > /home/oden/RPM/BUILD/glibc-2.3.2/build-i586-linux/intl/tst-gettext.out
> > test `gettext' with LANGUAGE set
> > test `gettext' with LANGUAGE set
> > test `dgettext' with LANGUAGE set
> > test `gettext' with LC_ALL set
> > test `gettext' with LC_ALL deciding
> > test `dgettext' with LC_ALL deciding
> > test `gettext' with LC_ALL set
> > test `gettext' with LC_xxx deciding
> > test `dgettext' with LC_xxx deciding
> > test `dcgettext' with category == LC_MESSAGES
> > test `dcgettext' with LANGUAGE == LC_TIME
> > test `dcgettext' with LANGUAGE == LC_NUMERIC
> > tst-gettext.c:215: setlocale (LC_ALL, ""): No such file or directory
> > test `gettext' with LANG set
> > test `gettext' with LANG set
> > test `dgettext' with LANG set
>
> G!!!
>
> What is this???
>
> After googling a while I understood I had to clear all my LC_* env stuff to
> get pass the error, but now I get this:
>
> make -s -C posix tests
> make[2]: Entering directory `/home/oden/RPM/BUILD/glibc-2.3.2/posix'
>
> /tmp/ccbosrs7.o(.text+0x192): In function `get_null_defines':
> : the use of `tmpnam' is dangerous, better use `mkstemp'
>
> /home/oden/RPM/BUILD/glibc-2.3.2/build-i586-linux/posix/wordexp-test.o(.tex
>t+0x89): In function `main':
> /home/oden/RPM/BUILD/glibc-2.3.2/posix/wordexp-test.c:243: the use of
> `tmpnam' is dangerous, better use `mkstemp'
> make[2]: ***
> [/home/oden/RPM/BUILD/glibc-2.3.2/build-i586-linux/posix/tst-getaddrinfo.ou
>t] Error 1
> make[2]: *** Waiting for unfinished jobs
> make[2]: Leaving directory `/home/oden/RPM/BUILD/glibc-2.3.2/posix'
> make[1]: *** [posix/tests] Error 2
> make[1]: Leaving directory `/home/oden/RPM/BUILD/glibc-2.3.2'
> make: *** [check] Error 2

Ahh, my bad, the patch was incorrect. Will post new stuff shortly.

Got it working now.

# gcc -o example libidn-0.3.2/libc/example.c 

# ./example
locale charset `ISO-8859-1'
gettaddrinfo(räksmörgås.josefsson.org):
address `217.13.230.178'
canonical name `178.230.13.217.in-addr.dgcsystems.net'

# ldd ./example
libc.so.6 => /lib/i686/libc.so.6 (0x40026000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x4000)

# rpm -qa|grep glibc
glibc-devel-2.3.2-16mdk
glibc-2.3.2-16mdk





Re: [Cooker] glibc-2.3.2-15mdk, with IDN (international domain name) support

2003-10-10 Thread Oden Eriksson
fredagen den 10 oktober 2003 12.29 skrev Oden Eriksson:
> fredagen den 10 oktober 2003 11.42 skrev Oden Eriksson:
> > Hi.
> >
> > I'm evaluating IDN right now and made a spec file patch for glibc to make
> > it IDN aware.
> >
> > Get this file:
> >
> > http://josefsson.org/libidn/releases/libidn-0.3.2.tar.gz
> > http://josefsson.org/libidn/releases/libidn-0.3.2.tar.gz.asc
> >
> > And use the attached patch.
> >
> > I didn't know how to do to include documentation and such, but this is a
> > start. I will announce packages shortly, it takes a while to build this
> > beast...
> >
> > Cheers.
>
> GRRR
>
> make -s -C intl tests
> make[2]: Entering directory `/home/oden/RPM/BUILD/glibc-2.3.2/intl'
> make[2]: ***
> [/home/oden/RPM/BUILD/glibc-2.3.2/build-i586-linux/intl/tst-gettext.out]
> Error 1
> make[2]: Leaving directory `/home/oden/RPM/BUILD/glibc-2.3.2/intl'
> make[1]: *** [intl/tests] Error 2
> make[1]: Leaving directory `/home/oden/RPM/BUILD/glibc-2.3.2'
> make: *** [check] Error 2
>
> $ cat
> /home/oden/RPM/BUILD/glibc-2.3.2/build-i586-linux/intl/tst-gettext.out test
> `gettext' with LANGUAGE set
> test `gettext' with LANGUAGE set
> test `dgettext' with LANGUAGE set
> test `gettext' with LC_ALL set
> test `gettext' with LC_ALL deciding
> test `dgettext' with LC_ALL deciding
> test `gettext' with LC_ALL set
> test `gettext' with LC_xxx deciding
> test `dgettext' with LC_xxx deciding
> test `dcgettext' with category == LC_MESSAGES
> test `dcgettext' with LANGUAGE == LC_TIME
> test `dcgettext' with LANGUAGE == LC_NUMERIC
> tst-gettext.c:215: setlocale (LC_ALL, ""): No such file or directory
> test `gettext' with LANG set
> test `gettext' with LANG set
> test `dgettext' with LANG set

G!!!

What is this???

After googling a while I understood I had to clear all my LC_* env stuff to 
get pass the error, but now I get this:

make -s -C posix tests
make[2]: Entering directory `/home/oden/RPM/BUILD/glibc-2.3.2/posix'
/tmp/ccbosrs7.o(.text+0x192): In function `get_null_defines':
: the use of `tmpnam' is dangerous, better use `mkstemp'
/home/oden/RPM/BUILD/glibc-2.3.2/build-i586-linux/posix/wordexp-test.o(.text+0x89): 
In function `main':
/home/oden/RPM/BUILD/glibc-2.3.2/posix/wordexp-test.c:243: the use of `tmpnam' 
is dangerous, better use `mkstemp'
make[2]: *** 
[/home/oden/RPM/BUILD/glibc-2.3.2/build-i586-linux/posix/tst-getaddrinfo.out] 
Error 1
make[2]: *** Waiting for unfinished jobs
make[2]: Leaving directory `/home/oden/RPM/BUILD/glibc-2.3.2/posix'
make[1]: *** [posix/tests] Error 2
make[1]: Leaving directory `/home/oden/RPM/BUILD/glibc-2.3.2'
make: *** [check] Error 2

-- 
Regards // Oden Eriksson, Deserve-IT.com




Re: [Cooker] glibc-2.3.2-15mdk, with IDN (international domain name) support

2003-10-10 Thread Oden Eriksson
fredagen den 10 oktober 2003 11.42 skrev Oden Eriksson:
> Hi.
>
> I'm evaluating IDN right now and made a spec file patch for glibc to make
> it IDN aware.
>
> Get this file:
>
> http://josefsson.org/libidn/releases/libidn-0.3.2.tar.gz
> http://josefsson.org/libidn/releases/libidn-0.3.2.tar.gz.asc
>
> And use the attached patch.
>
> I didn't know how to do to include documentation and such, but this is a
> start. I will announce packages shortly, it takes a while to build this
> beast...
>
> Cheers.

GRRR

make -s -C intl tests
make[2]: Entering directory `/home/oden/RPM/BUILD/glibc-2.3.2/intl'
make[2]: *** 
[/home/oden/RPM/BUILD/glibc-2.3.2/build-i586-linux/intl/tst-gettext.out] 
Error 1
make[2]: Leaving directory `/home/oden/RPM/BUILD/glibc-2.3.2/intl'
make[1]: *** [intl/tests] Error 2
make[1]: Leaving directory `/home/oden/RPM/BUILD/glibc-2.3.2'
make: *** [check] Error 2

$ cat /home/oden/RPM/BUILD/glibc-2.3.2/build-i586-linux/intl/tst-gettext.out
test `gettext' with LANGUAGE set
test `gettext' with LANGUAGE set
test `dgettext' with LANGUAGE set
test `gettext' with LC_ALL set
test `gettext' with LC_ALL deciding
test `dgettext' with LC_ALL deciding
test `gettext' with LC_ALL set
test `gettext' with LC_xxx deciding
test `dgettext' with LC_xxx deciding
test `dcgettext' with category == LC_MESSAGES
test `dcgettext' with LANGUAGE == LC_TIME
test `dcgettext' with LANGUAGE == LC_NUMERIC
tst-gettext.c:215: setlocale (LC_ALL, ""): No such file or directory
test `gettext' with LANG set
test `gettext' with LANG set
test `dgettext' with LANG set

-- 
Regards // Oden Eriksson, Deserve-IT.com




  1   2   3   4   5   6   7   8   9   10   >