> What is the status on the console-data fix..? I don't mean to be
> pushy, but dselect won't finish installing the X packages (including
> netscape, enlightenment, etc) so I'm stuck running afterstep and
> lynx...:-)
> Is there something I could test..?
my $arch = `dpkg --print-installat
Hi-
What is the status on the console-data fix..? I don't mean to be
pushy, but dselect won't finish installing the X packages (including
netscape, enlightenment, etc) so I'm stuck running afterstep and
lynx...:-)
Is there something I could test..?
TIA
--Nelson Abramson
> > > So i guess best would be to have two binary package from amiga
> > > fdisk, one called amiga-fdisk is to be used by everyone, the other,
> > > called amiga-fdisk-boot-floppies, or something such is to be used by
> > > the boot floppies folk.
> >
> > Makes sense.
>
> Isn't fdisk/amiga only u
Dear Adam,
I think the real problem is another one. That I want to run this
enlightenment and GNOME thing, while I should rather use my good
old fvwm, so to also gain in performance. Even better Motif, if
there is one for ppc. At least we had a few certainties before,
while now all things k
On Tue, 25 Jan 2000, Roman Hodek wrote:
> Yes, gets() is dangerous because it doesn't check the bounds of the
> input buffer. One should use fgets() instead, e.g.:
>
> +#ifdef DONT_USE_READLINE
> +char *readline (const char *prompt)
> +{
> + char buffer[1024];
> + char *s;
> +
... by the way, yes it is *unstable*, I know it. But this must not
necessarily imply that it *must* crash, right? One can also upload
the new packages and leave the freedom to the others to do some
beta-testing or keep the old one, right?
Sergio
Sergio Brandano wrote:
> >sure, that is the problem. Because of the i386 package all binary all -6
> >packages got erased, making enlightenment uninstallable on powerpc.
>
> Great. This enforces my original messages:
>
> > As this happened before for other packages, I would say that, in
> > princ
Benjamin Herrenschmidt wrote:
> Lombard is a newworld mac. BootX works, yaboot too, but yaboot is more
> reliable. Either my precompiled kernel or Paul's rsync kernel should work
> fine on the Lombard with both BootX and yaboot (Paul recently merged the
> necessary kernel changes for yaboot support
> On Mon, Jan 24, 2000 at 06:34:36PM -0800, Renaud Dreyer wrote:
> > After going through make menuconfig, I manually edit my .config file to
> > change:
> >
> > CONFIG_PARIDE_PARPORT=y
> >
> > ro:
> >
> > # CONFIG_PARIDE_PARPORT is not set
> >
> > since my 7300/200 doesn't have IDE and there's
> On Mon, Jan 24, Renaud Dreyer wrote:
>
> > has anyone managed to successfully compile 2.2.15pre4? I get the following
> > error:
> >
> > gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fo
> mit-frame-pointer -fno-strict-aliasing -D__powerpc__ -fsigned-char -msoft-flo
>
On Tue, Jan 25, 2000 at 04:18:05PM +0100, Roman Hodek wrote:
>
> > This doesn't check the bounds also, isn't it ?
>
> It is:
>
> > + fgets (buffer, sizeof(buffer), stdin);
>
> Note the "sizeof(buffer)" !
>
> > And is gets not implemented as fgets (stdin) ?
>
> Not really. gets() is simi
On Tue Jan 25 15:52:43 2000, Sven LUTHER <[EMAIL PROTECTED]> wrote:
> alternatively, you can also apply the pm2fb patch and bppc_scsi_detect
> patches as i do for debian. the pm2fb patch is on the pm2fb web page,
The pm2fb in the latest APUS patch is newer than the one on the web site.
Michel
--
"
> This doesn't check the bounds also, isn't it ?
It is:
> + fgets (buffer, sizeof(buffer), stdin);
Note the "sizeof(buffer)" !
> And is gets not implemented as fgets (stdin) ?
Not really. gets() is similar, but cannot check for a buffer overrun
(because it has no SIZE argument), and alw
On Tue Jan 25 15:30:02 2000, Olaf Hering <[EMAIL PROTECTED]> wrote:
> I tried a 2.2.10 kernel a few minutes ago and it fails in other files, I
> guess this apus arch needs a little more attention than a simple
> recompile with another .config :-)
I told you it needs special patches :)
ftp://sunsite
When compiling Paul's rsync tree on my Lombard, I get what follows:
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strict-aliasing -D__powerpc__ -fsigned-char
-msoft-float -pipe -fno-builtin -ffixed-r2 -Wno-uninitialized -mmultiple
-mstring
On Tue, Jan 25, 2000 at 03:39:40PM +0100, Roman Hodek wrote:
>
> > But the changelog of amiga-fdisk says that it got to use libreadline
> > instead of gets because gets is buggy, or pose a security hazard, or
> > whatever.
>
> Yes, gets() is dangerous because it doesn't check the bounds of the
>
On Tue, Jan 25, 2000 at 03:30:02PM +0100, Olaf Hering wrote:
> On Tue, Jan 25, Sven LUTHER wrote:
>
> > On Tue, Jan 25, 2000 at 11:42:06AM +0100, Olaf Hering wrote:
> > >
> > > But I have another problem: We want (basic) support for APUS in the
> > > upcoming release and the current kernel 2.2.15
> But the changelog of amiga-fdisk says that it got to use libreadline
> instead of gets because gets is buggy, or pose a security hazard, or
> whatever.
Yes, gets() is dangerous because it doesn't check the bounds of the
input buffer. One should use fgets() instead, e.g.:
+#ifdef DONT_USE_READL
On Tue, Jan 25, Sven LUTHER wrote:
> On Tue, Jan 25, 2000 at 11:42:06AM +0100, Olaf Hering wrote:
> >
> > But I have another problem: We want (basic) support for APUS in the
> > upcoming release and the current kernel 2.2.15pre4 can not be compiled.
...
> > make[1]: *** [ppc_ksyms.o] Error 1
...
On Tue, Jan 25, 2000 at 02:45:11PM +0100, Sven LUTHER wrote:
> On Tue, Jan 25, 2000 at 11:42:06AM +0100, Olaf Hering wrote:
> >
> > But I have another problem: We want (basic) support for APUS in the
> > upcoming release and the current kernel 2.2.15pre4 can not be compiled.
> >
> > gcc -D__KERNE
Hello, ...
Some time ago i upgraded the amiga-fdisk 0.03 to 0.04 in a NMU, as well as
recompiled it for powerpc for the apus system.
Now i am working on debian/powerpc/apus boot floppies, and noticed the
following problem.
the 0.04 amiga-fdisk uses libreadline to do its input/output, so it will
On Mon, Jan 24, 2000 at 06:34:36PM -0800, Renaud Dreyer wrote:
> After going through make menuconfig, I manually edit my .config file to
> change:
>
> CONFIG_PARIDE_PARPORT=y
>
> ro:
>
> # CONFIG_PARIDE_PARPORT is not set
>
> since my 7300/200 doesn't have IDE and there's no way to remove this
On Tue, Jan 25, 2000 at 11:42:06AM +0100, Olaf Hering wrote:
>
> But I have another problem: We want (basic) support for APUS in the
> upcoming release and the current kernel 2.2.15pre4 can not be compiled.
>
> gcc -D__KERNEL__ -I/abuild/apus/linux/include -Wall -Wstrict-prototypes
> -O2 -fomit-f
On Tue, Jan 25, 2000, Ethan Benson <[EMAIL PROTECTED]> wrote:
>--
>On 25/1/2000 Sergio Brandano wrote:
>
>> Hi, I have a little question on yaboot
>> http://calvaweb.calvacom.fr/bh40/test.html
>>
>>- Is it the only way to boot kernel 2.2.14+ ?
>
>I do not think so, but it is the most re
On 25/1/2000 Sergio Brandano wrote:
Hi, I have a little question on yaboot
http://calvaweb.calvacom.fr/bh40/test.html
- Is it the only way to boot kernel 2.2.14+ ?
I do not think so, but it is the most reliable on the colored macs
(BlueG3s, all G4s, iMacs etc known as "Newworld" macs) I ha
On 25/1/2000 Sergio Brandano wrote:
If I remove BootX, does yaboot give me
cute window for choosing the OS?
sorry i missed this question, no yaboot does not give you a graphical
menu, its a cross of LILO and OpenFirmware for interface, when it
loads it just prints:
Welcome to yaboot 0.5
Sergio Brandano wrote:
>
> Hi, I have a little question on yaboot
> http://calvaweb.calvacom.fr/bh40/test.html
>
> - Is it the only way to boot kernel 2.2.14+ ?
> - As I am still booting 2.2.13 with BootX on my Lombard, is there any
> chance to boot 2.2.14+ with BootX?
> - I am puzzled by the
Hi, I have a little question on yaboot
http://calvaweb.calvacom.fr/bh40/test.html
- Is it the only way to boot kernel 2.2.14+ ?
- As I am still booting 2.2.13 with BootX on my Lombard, is there any
chance to boot 2.2.14+ with BootX?
- I am puzzled by the installation instructions of yaboot an
--- Olaf Hering <[EMAIL PROTECTED]> wrote:
> But I have another problem: We want (basic) support for APUS in the
> upcoming release and the current kernel 2.2.15pre4 can not be compiled.
>
> gcc -D__KERNEL__ -I/abuild/apus/linux/include -Wall -Wstrict-prototypes
> -O2 -fomit-frame-pointer -fno-
On Mon, Jan 24, Renaud Dreyer wrote:
> has anyone managed to successfully compile 2.2.15pre4? I get the following
> error:
>
> gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
> -fomit-frame-pointer -fno-strict-aliasing -D__powerpc__ -fsigned-char
> -msoft-float -pipe -fn
On Mon, 24 Jan 2000, Daniel Jacobowitz wrote:
> That's not make-kpkg's fault, it's the kernel's. Hand editing the
> .config is a bad idea.
Except for removing lines, and running `make oldconfig' afterwards to sanitize
the .config.
> On Mon, Jan 24, 2000 at 06:34:36PM -0800, Renaud Dreyer wrote:
I need a local mirror before I can get that to build in the daemon, I
think. I'll either set that up or build it by hand soon.
On Mon, Jan 24, 2000 at 04:25:47PM -0800, Renaud Dreyer wrote:
>Will tkstep8.0 8.02-3.4 be available soon for PowerPC? The
> version available, 8.02-3.3 is buggy, and
That's not make-kpkg's fault, it's the kernel's. Hand editing the
.config is a bad idea.
On Mon, Jan 24, 2000 at 06:34:36PM -0800, Renaud Dreyer wrote:
> After going through make menuconfig, I manually edit my .config file to
> change:
>
> CONFIG_PARIDE_PARPORT=y
>
> ro:
>
> # CONFIG_PARIDE_PA
After going through make menuconfig, I manually edit my .config file to
change:
CONFIG_PARIDE_PARPORT=y
ro:
# CONFIG_PARIDE_PARPORT is not set
since my 7300/200 doesn't have IDE and there's no way to remove this
option using menuconfig or xconfig.
However, when I run make-kpkg to generate the
Renaud,
Yes, I'm running 2.2.15pre4:
Linux diziet 2.2.15pre4-karma #1 Sun Jan 23 16:31:03 PST 2000 ppc unknown
This kernel compiled for me with no problems, but machine checked
on start up (courtesy of the dumb serial support, which seems to
be my single common problem with compiling new kernel
has anyone managed to successfully compile 2.2.15pre4? I get the following
error:
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strict-aliasing -D__powerpc__ -fsigned-char
-msoft-float -pipe -fno-builtin -ffixed-r2 -Wno-uninitialized -mmultiple
Will tkstep8.0 8.02-3.4 be available soon for PowerPC? The
version available, 8.02-3.3 is buggy, and prevents fetchmailconf
(and other programs depending on TkInter) from running. Thanks,
Renaud
37 matches
Mail list logo