You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(210) |
Jun
(169) |
Jul
(167) |
Aug
(128) |
Sep
(218) |
Oct
(120) |
Nov
(86) |
Dec
(71) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(91) |
Feb
(179) |
Mar
(52) |
Apr
(56) |
May
(183) |
Jun
(62) |
Jul
(63) |
Aug
(49) |
Sep
(36) |
Oct
(35) |
Nov
(72) |
Dec
(30) |
2002 |
Jan
(53) |
Feb
(61) |
Mar
(56) |
Apr
(13) |
May
(1) |
Jun
(7) |
Jul
(80) |
Aug
(73) |
Sep
(30) |
Oct
(29) |
Nov
(8) |
Dec
(40) |
2003 |
Jan
(10) |
Feb
(2) |
Mar
(4) |
Apr
(9) |
May
(3) |
Jun
(19) |
Jul
(64) |
Aug
(53) |
Sep
(28) |
Oct
(7) |
Nov
(3) |
Dec
(21) |
2004 |
Jan
(11) |
Feb
(30) |
Mar
(18) |
Apr
(1) |
May
(13) |
Jun
(18) |
Jul
(13) |
Aug
|
Sep
(9) |
Oct
(5) |
Nov
|
Dec
|
2005 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(10) |
Aug
(21) |
Sep
(7) |
Oct
(10) |
Nov
(6) |
Dec
|
2006 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(2) |
Aug
(2) |
Sep
(6) |
Oct
(10) |
Nov
(8) |
Dec
(3) |
2007 |
Jan
(3) |
Feb
(6) |
Mar
(1) |
Apr
(6) |
May
(10) |
Jun
(7) |
Jul
(13) |
Aug
(8) |
Sep
|
Oct
(2) |
Nov
|
Dec
|
From: Geert U. <ge...@li...> - 2000-05-31 20:18:20
|
On Wed, 31 May 2000, Michel Dänzer wrote: > Geert Uytterhoeven wrote: > > > > You can't copy files to $CVSROOT/CVSROOT? > > > > > > No, we don't have a shell account on the CVS machine. That's why we > > > couldn't put Jesper's repository in place. > > > > But you should be able to check out module `CVSROOT', and cvs add log_accum2 > > to that module, right? > > Yep, that's what I've done, but it doesn't work. When I commit something, it > says '/cvsroot/linux-apus/CVSROOT/log_accum2: file not found' > > Looks like CVS puts only its special files explicitly in CVSROOT on the server > side... It's a script. Is it executable? Is the path to perl correct? Perhaps the SourceForge guys disabled the execution of scripts to prevent us from running our stuff on the CVS machine without having a real account on that box? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li... In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds |
From: Michel <dae...@st...> - 2000-05-31 12:55:53
|
Geert Uytterhoeven wrote: > > > You can't copy files to $CVSROOT/CVSROOT? > > > > No, we don't have a shell account on the CVS machine. That's why we > > couldn't put Jesper's repository in place. > > But you should be able to check out module `CVSROOT', and cvs add log_accum2 > to that module, right? Yep, that's what I've done, but it doesn't work. When I commit something, it says '/cvsroot/linux-apus/CVSROOT/log_accum2: file not found' Looks like CVS puts only its special files explicitly in CVSROOT on the server side... Michel -- What do you mean, my birth certificate expired? ______________________________________________________________________________ Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86, Team *AMIGA*, AUGS |
From: Roman Z. <zi...@fh...> - 2000-05-31 10:45:53
|
Hi, > I'm using gcc-2.95.2-1g but the error about too many arguments (below) can't > have anything to do with my compiler, can it? I'm using the 2.3 includes. Oh, that's my fault, I didn't recomile the whole kernel... I committed a change, but you can also simply remove that last argument (I don't know when the switch at the cvs server to Jesper's tree will happen). > Btw, any comment on ami_int3 (see amiints.c)? To be or not to be? Jesper > wasn't sure about this. I'll clean up amifb, so it will go through ami_int3(). bye, Roman |
From: Nicholai B. <nic...@ch...> - 2000-05-31 09:13:34
|
Hello Roman Den 31-Maj-00, skrev Roman Zippel: RZ> Hi, RZ> RZ>> I compiled linux-2.3 from the CVS. A lot of drivers such as amifb and RZ>> the builtin serial driver didn't compile at all. The pm2 driver still RZ>> needs ami_int3 so I put it back. Should it be there or not? RZ> RZ> I tested only amifb and it compiled. Which gcc are you using? RZ> RZ> bye, Roman RZ> I'm using gcc-2.95.2-1g but the error about too many arguments (below) can't have anything to do with my compiler, can it? I'm using the 2.3 includes. amifb.c: In function `amifb_interrupt': amifb.c:1930: variable `server' has initializer but incomplete type amifb.c:1930: warning: excess elements in struct initializer amifb.c:1930: warning: (near initialization for `server') amifb.c:1930: warning: excess elements in struct initializer amifb.c:1930: warning: (near initialization for `server') amifb.c:1930: storage size of `server' isn't known amifb.c:1974: too many arguments to function `amiga_do_irq_list' Btw, any comment on ami_int3 (see amiints.c)? To be or not to be? Jesper wasn't sure about this. /Nicholai |
From: Geert U. <ge...@li...> - 2000-05-31 09:01:48
|
On Wed, 31 May 2000, Michel [iso-8859-1] Dänzer wrote: > Geert Uytterhoeven wrote: > > > I can't put the script log_accum2 in the server's CVSROOT directory (it > > > probably only contains log_accum2,v) > > > > Does it help if I mail you the log_accum2,v from vger? > > Probably not :( > > > > > Can we solve this somehow without asking the sourceforge guys again? > > > > You can't copy files to $CVSROOT/CVSROOT? > > No, we don't have a shell account on the CVS machine. That's why we couldn't > put Jesper's repository in place. But you should be able to check out module `CVSROOT', and cvs add log_accum2 to that module, right? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li... In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds |
From: Michel <da...@re...> - 2000-05-31 08:52:21
|
Geert Uytterhoeven wrote: > > I can't put the script log_accum2 in the server's CVSROOT directory (it > > probably only contains log_accum2,v) > > Does it help if I mail you the log_accum2,v from vger? Probably not :( > > Can we solve this somehow without asking the sourceforge guys again? > > You can't copy files to $CVSROOT/CVSROOT? No, we don't have a shell account on the CVS machine. That's why we couldn't put Jesper's repository in place. Michel -- Men are from Earth. Women are from Earth. Deal with it. ______________________________________________________________________________ Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86, Team *AMIGA*, AUGS |
From: Geert U. <ge...@li...> - 2000-05-31 08:33:32
|
On Wed, 31 May 2000, Michel [iso-8859-1] Dänzer wrote: > Geert Uytterhoeven wrote: > > > > > Hopefully someone can tune CVSROOT/loginfo to only send one notice for > > > > > each commit... > > > > > > > > If you want the one from vger.rutgers.edu, just ask. I still have an > > > > account :-) > > > > > > Please please pleeeaaase with sugar on top! :) > > > > I'll mail it to you. > > Hmm, it doesn't work :( > > I can't put the script log_accum2 in the server's CVSROOT directory (it > probably only contains log_accum2,v) Does it help if I mail you the log_accum2,v from vger? > Can we solve this somehow without asking the sourceforge guys again? You can't copy files to $CVSROOT/CVSROOT? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li... In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds |
From: Michel <da...@re...> - 2000-05-31 08:29:47
|
Geert Uytterhoeven wrote: > > > > Hopefully someone can tune CVSROOT/loginfo to only send one notice for > > > > each commit... > > > > > > If you want the one from vger.rutgers.edu, just ask. I still have an > > > account :-) > > > > Please please pleeeaaase with sugar on top! :) > > I'll mail it to you. Hmm, it doesn't work :( I can't put the script log_accum2 in the server's CVSROOT directory (it probably only contains log_accum2,v) Can we solve this somehow without asking the sourceforge guys again? Michel -- So many Christians, so few lions. ______________________________________________________________________________ Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86, Team *AMIGA*, AUGS |
From: Roman Z. <zi...@fh...> - 2000-05-31 08:20:27
|
Hi, > I compiled linux-2.3 from the CVS. A lot of drivers such as amifb and the > builtin serial driver didn't compile at all. The pm2 driver still needs ami_int3 so > I put it back. Should it be there or not? I tested only amifb and it compiled. Which gcc are you using? bye, Roman |
From: Michel <da...@re...> - 2000-05-31 07:14:29
|
Geert Uytterhoeven wrote: > > > > Hopefully someone can tune CVSROOT/loginfo to only send one notice for > > > > each commit... > > > > > > If you want the one from vger.rutgers.edu, just ask. I still have an > > > account :-) > > > > Please please pleeeaaase with sugar on top! :) > > I'll mail it to you. Received and committed. Thanks. Michel -- Earth first! We'll strip-mine the other planets later. ______________________________________________________________________________ Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86, Team *AMIGA*, AUGS |
From: Michel D. <mda...@sl...> - 2000-05-31 07:01:12
|
uid=27256(mdaenzer) gid=100(users) groups=100(users),6907(linux-apus) CVSROOT log_accum2,NONE,1.1 loginfo,1.2,1.3 Tue May 30 23:59:08 PDT 2000 Update of /cvsroot/linux-apus/CVSROOT In directory slayer.i.sourceforge.net:/tmp/cvs-serv22839 Modified Files: loginfo Added Files: log_accum2 Log Message: hopefully only one notice per commit anymore |
From: Frank P. <fp...@zu...> - 2000-05-31 06:56:22
|
On Wed, May 31, 2000 at 08:36:22AM +0200, Michel Dänzer wrote: > Frank Petzold wrote: > > > > This is a no-work report as well. I managed to compile and boot, but after > > the screen goes black, I see exactly one blink of the cursor in the top > > left and exactly one heartbeat blink before it freezes. > > Nothing from dmesg? I actually had debugging switched off. And no time for a second try. -- Frank Petzold, IBM Zurich Research Laboratory, Säumerstrasse 4, CH-8803 Rüschlikon/Switzerland, Tel. +41-1-724-84-42 Fax. +41-1-724-89-56 Business email: fp...@zu... Private email: pe...@he... The opinions expressed here are mine and not necessarily those of IBM. |
From: Geert U. <Gee...@so...> - 2000-05-31 06:46:47
|
On Wed, 31 May 2000, Michel [iso-8859-1] Dänzer wrote: > Geert Uytterhoeven wrote: > > > Hopefully someone can tune CVSROOT/loginfo to only send one notice for > > > each commit... > > > > If you want the one from vger.rutgers.edu, just ask. I still have an account > > :-) > > Please please pleeeaaase with sugar on top! :) I'll mail it to you. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven ------------- Sony Software Development Center Europe (SDCE) Gee...@so... ------------------- Sint-Stevens-Woluwestraat 55 Voice +32-2-7248638 Fax +32-2-7262686 ---------------- B-1130 Brussels, Belgium |
From: Michel <da...@re...> - 2000-05-31 06:38:38
|
Frank Petzold wrote: > > This is a no-work report as well. I managed to compile and boot, but after > the screen goes black, I see exactly one blink of the cursor in the top > left and exactly one heartbeat blink before it freezes. Nothing from dmesg? Michel PS: Nicholai: Wouldn't it be a good idea to include dmesg in the boothack archive? -- ...and that is how we know the Earth to be banana-shaped. ______________________________________________________________________________ Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86, Team *AMIGA*, AUGS |
From: Michel <da...@re...> - 2000-05-31 06:36:51
|
Nicholai Benalal wrote: > I compiled linux-2.3 from the CVS. A lot of drivers such as amifb and the > builtin serial driver didn't compile at all. Have you noticed that it's not the same serial driver as in 2.2? I investigated a bit and found the fields it complains about (xmit_*) in struct gs_port (include/linux/generic_serial.h). Michel -- True programmers never die, they just branch to an odd address. ______________________________________________________________________________ Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86, Team *AMIGA*, AUGS |
From: Michel <da...@re...> - 2000-05-31 06:34:27
|
Frank Petzold wrote: > If you go over ssh, you can generate a public key (ssh-keygen) and then post > it (~/.ssh/identity.pub) to your account maintenance page > (https://sourceforge.net/account/ when logged in) That's exactly what I was thinking about, thanks. Michel -- Talk is cheap because the supply vastly exceeds the demand. ______________________________________________________________________________ Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86, Team *AMIGA*, AUGS |
From: <fp...@zu...> - 2000-05-31 06:23:26
|
This is a no-work report as well. I managed to compile and boot, but after the screen goes black, I see exactly one blink of the cursor in the top left and exactly one heartbeat blink before it freezes. Machine: A4k, CV64/3D, IDE HD. I compiled everything I could as modules. -- Frank Petzold, IBM Zurich Research Laboratory, Säumerstrasse 4, CH-8803 Rüschlikon/Switzerland, Tel. +41-1-724-84-42 Fax. +41-1-724-89-56 Business email: fp...@zu... Private email: pe...@he... The opinions expressed here are mine and not necessarily those of IBM. |
From: <fp...@zu...> - 2000-05-31 06:21:02
|
On Wed, May 31, 2000 at 12:37:43AM +0200, Michel Dänzer wrote: > > > I know SSH can do authentication without the need to enter a password. Could > this be done for CVS as well? I'm getting nerved by always having to enter the > password for each cvs command. Huh? I never have to type the password after having done a cvs login once for a tree. cvs login saves the password in ~/.cvspass If you go over ssh, you can generate a public key (ssh-keygen) and then post it (~/.ssh/identity.pub) to your account maintenance page (https://sourceforge.net/account/ when logged in) -- Frank Petzold, IBM Zurich Research Laboratory, Säumerstrasse 4, CH-8803 Rüschlikon/Switzerland, Tel. +41-1-724-84-42 Fax. +41-1-724-89-56 Business email: fp...@zu... Private email: pe...@he... The opinions expressed here are mine and not necessarily those of IBM. |
From: Nicholai B. <nic...@ch...> - 2000-05-31 00:26:51
|
Hello, I compiled linux-2.3 from the CVS. A lot of drivers such as amifb and the builtin serial driver didn't compile at all. The pm2 driver still needs ami_int3 so I put it back. Should it be there or not? I still didn't manage to boot all the way since I had a lockup while mounting filesystems. I will look into all of this tomorrow. Just wanted to let you know. Friendly, Nicholai |
From: Michel <dae...@st...> - 2000-05-30 22:40:33
|
I know SSH can do authentication without the need to enter a password. Could this be done for CVS as well? I'm getting nerved by always having to enter the password for each cvs command. Michel -- Linux is like living in a teepee. No Windows, no Gates, Apache in house. ______________________________________________________________________________ Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86, Team *AMIGA*, AUGS |
From: Michel <dae...@st...> - 2000-05-30 22:28:36
|
Geert Uytterhoeven wrote: > > Hopefully someone can tune CVSROOT/loginfo to only send one notice for > > each commit... > > If you want the one from vger.rutgers.edu, just ask. I still have an account > :-) Please please pleeeaaase with sugar on top! :) Can you commit it yourself? Michel -- The three Rs of Microsoft support: Retry, Reboot, Reinstall. ______________________________________________________________________________ Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86, Team *AMIGA*, AUGS |
From: Roman Z. <zi...@fh...> - 2000-05-30 16:10:41
|
Hi, > No, you don't understand, ... > > What i think will happen, is that all the current cvs repository will get > erased/copied somewhere, and jesper's cvs tarball will get copied over it. Oh, I did understand it and I have my changes still as seperate patch available, so when Jesper's tree is up, we can update it to the current bitkeeper tree and I can add my changes. Anyway, before I did know that, I tried to create a branch, what didn't really work (see https://sourceforge.net/forum/message.php?msg_id=28702). bye, Roman |
From: Sven L. <lu...@dp...> - 2000-05-30 14:48:19
|
On Tue, May 30, 2000 at 04:40:42PM +0200, Michel Dänzer wrote: > Sven LUTHER wrote: > > > What i think will happen, is that all the current cvs repository will get > > erased/copied somewhere, and jesper's cvs tarball will get copied over it. > > Yes, because you asked them to do so... (have you checked the address now?) I asked them to keep the old stuff as copies or in tarball if possible. Don't know if they will/can do it though. Yes i checked the address, it was bad, i had to apply the repsonse thourhg the web page. Friendly, Svne LUTHER |
From: Michel <da...@re...> - 2000-05-30 14:42:58
|
Sven LUTHER wrote: > What i think will happen, is that all the current cvs repository will get > erased/copied somewhere, and jesper's cvs tarball will get copied over it. Yes, because you asked them to do so... (have you checked the address now?) Michel -- So many Christians, so few lions. ______________________________________________________________________________ Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86, Team *AMIGA*, AUGS |
From: Sven L. <lu...@dp...> - 2000-05-30 14:22:20
|
On Tue, May 30, 2000 at 04:07:45PM +0200, Roman Zippel wrote: > Hi, > > > Please notice that we will soon be replacing the current stuff in cvs by the > > full cvs repository from Jesper. > > > > This way we will have all apus developpment history in CVS. > > > > I think it will be happening today or tomorrow, so please take that into > > acount when handling cvs stuff. in particular, keep patches around, and please > > refrain from checkins until the change has been made. > > No problem, branching works hopefully till then. :) No, you don't understand, ... What i think will happen, is that all the current cvs repository will get erased/copied somewhere, and jesper's cvs tarball will get copied over it. So yes branching will be working, but everything done on the current cvs repository will be lost. Friendly, Sven LUTHER |