Re: CCC/CXX installation

2003-12-04 Thread Ionut Georgescu
see

http://www.physik.tu-cottbus.de/~george/unix/ccc.html

for my experience on using alien on the compaq .rpm's. It is tricky,
especially if you use gcc 3.x, but it works. And you get your .deb.

Regards,
Ionut


On Thu, Dec 04, 2003 at 01:04:55PM -0600, John Goerzen wrote:
 On Thu, Dec 04, 2003 at 07:49:59PM +0100, Juraj Holtak wrote:
  its time for:
  rpm -ivh --no-deps ccc_blabla
  rpm -ivh --no-deps cpml_blabla
 
 Well, you should at least use alien.
 
 -- John
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: using compaq fortran for linux on alpha

2003-11-03 Thread Ionut Georgescu
Hi,

Use alien -c to also transform the scrips. The rpm's come with static
libraries which are transformed into shared libraries at install time.
If you don't install the deb's in a certain order, the .so files either
won't exist or they'll have size 0.

See http://www.physik.tu-cottbus.de/~george/unix/ccc.html for details.

Ionut

On Mon, Nov 03, 2003 at 03:03:54PM +0100, Roberto Bernetti wrote:
 Hi
 I've installed Debian 3 on a personal workstation 500au with minor problems I 
 hope you can help to solve:
 1)  The distribution CD's didn't contain some packages as LyX and Maxima but 
 on the official site they appear to be included
 2) the symboic link of the BLAS library were not correct, they were 
 /usr/lib/libblas.so.2 instead of /usr/lib/libblas.so). 
 
 3)Then I downloaded the compaq fortran for linux but after transforming the 
 *.rpm packages in *.deb I installed it using 
 dpkg -i *.rpm
 when I run the compiler I get:
 
 /usr/lib/libcpml.so: file not recognized: File truncated
 collect2: ld returned 1 exit status
 fort: Severe: Failed while trying to link.
 make: *** [nlswe2d] Error 1
 
 Could be the reason the installing of the library cpml after the compiler 
 packages?
 Thanks
 -- 
 ---
 Roberto Bernetti e-mail: [EMAIL PROTECTED]
 V. S.da Vecchia del Pinocchio 1/A
 60131 ANCONA
 tel/fax 071 2867103
 
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: Debian Insatll Compaq XP 1000

2003-10-01 Thread Ionut Georgescu
Can you boot with bf24 ? I don't  know if that is an option for the
alpha, but  you can give it try.

i would disconnect the second hdd, install with 2.2.20, switch to 2.4.x
and reconnect the hdd. Building boot-floopies will take much much more.
I did that several times.

Ionut



On Tue, Sep 30, 2003 at 04:25:18PM -0300, Marcio Gustavo Di Vernieri Cuppari 
wrote:
 Hi
 
 I am trying to install debian woody on a Compaq XP 1000. Tried te CD but 
 the ssytem freezes when probing the second SCSI disk. I tried a floppy 
 instalation with the same problem.
 
 Also tried to compile a kernel for this machine (2.4.22) and this time 
 there was no problem probing the SCSI hardware (the SCSI controller is a 
 Qlogic ISP1020 and the problem was solved using the iqslogic module).
 
 The probelma now is when using the root disk it gives a lot of weird 
 messages about no being able to find the tail comand. I think the 
 problem is that the root disk was created for a 2.2.20 kernel.
 
 Does anyone know how to create the install floppies from scratch?
 
 Thanks in advance
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact 
 [EMAIL PROTECTED]
 

-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: How to stop boot in SRM ??

2003-09-24 Thread Ionut Georgescu
Press Ctrl-C several times when booting.

Ionut

On Tue, Sep 23, 2003 at 10:34:24PM +0200, BOURDIN Pierre wrote:
 Hi all !
 
 I've put some nice flags in SRM environment to make my alpha 2100 boot 
 automatically...
 It works so well that now I can't stop it to get the SRM console anymore 
 
 
 Is there a special key for stopping the booting process in SRM console ?
 Or how can I do it with aboot ?
 I can't access to the /proc/srm_env... etc to reset those flags :-(
 
 Thanks for helping me,  Pierre.
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact 
 [EMAIL PROTECTED]
 

-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: scsi controller

2003-09-19 Thread Ionut Georgescu
scsiformat uses the /dev/sg* device, not /dev/sdb. Does this mean that
the disk is not listed under /proc/scsi/scsi at all ? 

Ionut

PS I *have* used scsiformat to low level format SCSI drives in the past.
I only hope that this will also change/reset the block size to a common
value.


On Fri, 2003-09-19 at 10:22, Szieberth Denes wrote:
  apt-get install scsitools
 
  or similar. There used to be a command for low level format of scsi
  discs. You don't need the controller's utilities.
 
  Have fun :)
  Ionut
 
 
  On Thu, 2003-09-18 at 12:26, Szieberth Denes wrote:
   Hi,
   I have an UP2000 motherboard with an on-board AIC-7891 SCSI controller.
   I'd like to attach a disk which has a block size different from 512 bytes.
   Is it posible to start the controller's scsi utilities before or from the 
   SRM
   console to modify the block size?
   cheers
   dino
  --
 
 
 I can't really use scsitools bacause the drive has an unusual block size.
 The kernel gives the following message durng bootup:
 
 
 (scsi0) Adaptec AIC-7890/1 Ultra2 SCSI host adapter found at PCI 0/6/0
 (scsi0) Wide Channel, SCSI ID=7, 32/255 SCBs
 (scsi0) Downloading sequencer code... 393 instructions downloaded
 scsi0 : Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.1.33/3.2.4
Adaptec AIC-7890/1 Ultra2 SCSI host adapter
 scsi : 1 host.
   Vendor: SEAGATE   Model: ST318451LWRev: 0003
   Type:   Direct-Access  ANSI SCSI revision: 03
 Detected scsi disk sda at scsi0, channel 0, id 1, lun 0
   Vendor: IBMAS400  Model: DGVS09U   Rev: S9NA
   Type:   Direct-Access  ANSI SCSI revision: 02
 Detected scsi disk sdb at scsi0, channel 0, id 4, lun 0
 scsi : detected 2 SCSI disks total.
 (scsi0:0:1:0) Synchronous at 80.0 Mbyte/sec, offset 63.
 SCSI device sda: hdwr sector= 512 bytes. Sectors= 35843671 [17501 MB]
 [17.5 GB]
 (scsi0:0:4:0) Synchronous at 80.0 Mbyte/sec, offset 63.
 sdb : unsupported sector size 522.
 scsi : deleting disk entry.
 
 
 and I can't reach the second disk with scsitools (there's no sdb device).
 I was told that a low level scsi format with the controller' disk utilities 
 can modify the block
 size.
 
 so the question remains: how could I start the controller's utilities
 before bootup?
 
 dino
 
-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix 
*you can do anything your computer is able to do.






Re: scsi controller

2003-09-19 Thread Ionut Georgescu
I don't know, but I think it's trivial. If I remember well, fdisk shows
the drive data under the expert menu, so ...

fdisk /dev/sdb
x (go to expert menu)
e (edit drive data)

the first question is bytes/sector

Please let us know if it works :)
Ionut

On Sat, 2003-09-20 at 01:17, Szieberth Denes wrote:
  scsiformat uses the /dev/sg* device, not /dev/sdb. Does this mean that
  the disk is not listed under /proc/scsi/scsi at all ?
 
 
  /proc/scsi/scsi:
 
 Host: scsi0 Channel: 00 Id: 01 Lun: 00
   Vendor: SEAGATE  Model: ST318451LW   Rev: 0003
   Type:   Direct-AccessANSI SCSI revision: 03
 Host: scsi0 Channel: 00 Id: 04 Lun: 00
   Vendor: IBMAS400 Model: DGVS09U  Rev: S9NA
   Type:   Direct-AccessANSI SCSI revision: 02
 
 The one I want to format is the second one. However, scsiinfo does not
 work for any of the /dev/sg* devices (it works for /dev/sda), trying
 scsiformat /dev/sg1 for blind resulted in:
 
 scsiformat (flushing disk buffers of /dev/sg1): Invalid argument
 
 any other idea?
 
 thanks
 dino
 
 
-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix 
*you can do anything your computer is able to do.






Re: scsi controller

2003-09-18 Thread Ionut Georgescu
apt-get install scsitools

or similar. There used to be a command for low level format of scsi
discs. You don't need the controller's utilities.

Have fun :)
Ionut


On Thu, 2003-09-18 at 12:26, Szieberth Denes wrote:
 Hi,
 I have an UP2000 motherboard with an on-board AIC-7891 SCSI controller.
 I'd like to attach a disk which has a block size different from 512 bytes.
 Is it posible to start the controller's scsi utilities before or from the SRM
 console to modify the block size?
 cheers
 dino
-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix 
*you can do anything your computer is able to do.






Re: Netscape crashing [Fwd: Re: Re: Browser for Multia]

2003-09-11 Thread Ionut Georgescu


On Thu, 2003-09-11 at 18:54, Bob McElrath wrote:
 [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 
 Netscape is an antiquated, buggy, spec-nonconforming, unreliable piece
 of shit.  The source of the Netscape browser evolved into the Mozilla
 project.  Don't use Netscape 4.x unless you absolutely have to.
 
 These days web designers use features (such as CSS) that Netscape simply
 does not implement properly.  Fixing these bugs is such a large
 undertaking that the Netscape team abandoned the original 4.x source and
 started from scratch, a project now known as Mozilla.
 
 There are many open browsers available in the debian/alpha binary archive,
 such as mozilla, konqueror, galeon, epiphany-browser, and
 mozilla-firebird.  They're already compiled in the archive, you
 shouldn't need to compile it yourself.
 

And none of them work in a decent manner. It seems that JavaScript
doesn't work either with konqueror 3.x, nor with mozilla 1.0.x, nor with
mozilla 1.4.x, nor with self compiled mozillas. I still don't know what
should I do on the alpha in order to book a flight ticket at
www.aua.com. Except for calling them. Which is what I finally did. :)

Cheers.
Ionut




Re: where's the kernel?

2003-07-17 Thread Ionut Georgescu
did you run 'make_kpkg --initrd kernel_image' ?

On Thu, 2003-07-17 at 11:48, Lars Oeschey wrote:
 Am Donnerstag, 17. Juli 2003 11:30 schrieb Ionut Georgescu:
  In .., that means in /usr/src/
 
 mh, it looks like
 
 drwx--5 adminadmin4096 Jul  4 14:54 
 kernel-image-2.4.21-1-alpha-2.4.21
 -rw-r--r--1 root src   929 Jul  5 07:02 
 kernel-image-2.4.21-1-alpha_2.4.21-2.dsc
 -rw-r--r--1 root src 28479 Jul  5 07:02 
 kernel-image-2.4.21-1-alpha_2.4.21-2.tar.gz
 drwxr-xr-x3 root root 4096 Jul 14 17:05 kernel-patches
 drwxr-xr-x   16 root root 4096 Jul 16 16:43 
 kernel-source-2.4.21
 drwxr-xr-x7 root root 4096 Jun 16  2023 rpm
 
 here...
 
 Lars
-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix 
* you can do anything the computer is able to do.





Re: installing kernel-image

2003-07-15 Thread Ionut Georgescu
You have to pass the path to the initrd image. aboot.conf here:

0:1/boot/vmlinuz-2.4.20 ro root=/dev/sda1 initrd=/boot/initrd-2.4.20
1:1/boot/vmlinuz-2.4.18 ro root=/dev/sda1 initrd=/boot/initrd-2.4.18

Ionut

On Tue, Jul 15, 2003 at 01:16:39PM +0200, [EMAIL PROTECTED] wrote:
 Hi,
 
 I'm first trying again the kernel-image of 2.4.21. 
 I did a apt-get for the kernel-image, and got told to configure my
 bootloader.
 It already happened to me when trying to install a kernel-image, that the
 machine wouldn't come up again (I have no root I want to scream).
 So before rebooting I want to be sure to have everything correct ;)
 
 What I find a bit confusing, is that I now have a link  /initrd.img that
 points to a initrd in /boot. So far so good, but I can't find any reference
 to that initrd.img elsewhere. I think at boot time the bootloader needs to
 know what initrd to load? My /etc/abbot.conf just looks like this:
 
 0:2/vmlinuz ro root=/dev/rd/c0d0p2
 
 is that enough? On my last install try I think my problem was that
 initrd.img was not loaded...
 
 Lars
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: installing kernel-image

2003-07-15 Thread Ionut Georgescu
Debian did not use initrd per default with 2.2.x. Was it possible ?

Actually you cannot define a default boot configuration with aboot.conf.
You just define several boot scenarios, identified by the first number
in the line: 0, 1, 2 etc. You choose a specific scenario at the SRM
console:

boot dka0 -flags 0

or

boot dka0 -flags 1

or 

boot dka0 -flags l

The flags are passed over to aboot. So -flags l will let aboot
display the configured scenarios and give you a command line.

Ionut


On Tue, Jul 15, 2003 at 01:28:13PM +0200, [EMAIL PROTECTED] wrote:
  You have to pass the path to the initrd image. aboot.conf here:
 
 ok, I think I'm understanding the boot process more now. Just in case, I
 want to make a second boot configuration with the old kernel. While I have
 vmlinuz-2.2.20-generic in /boot, I can't find any initrd but the new ones.
 Did 2.2.20 not use an initrd? Or did it get deleted while installing the new
 kernel-image?
 Another question is, how can I select another boot-configuration at boot
 time? I configured aboot to automatically boot vmlinuz...
 
 Lars
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: compiler errors: md needed for hardware raid?

2003-07-15 Thread Ionut Georgescu
What does gcc -v say ? You need gcc-3.x for the alpha.

Ionut

PS apt-get remove cpp-2.95 will remove gcc 2.95.x and automatically
install gcc-3.x (in testing at least)

On Tue, Jul 15, 2003 at 03:06:39PM +0200, Lars Oeschey wrote:
 Hi,
 
 when trying to compile the 2.4.21 kernel I get compiler errors within 
 /drivers/md:
 
 make[4]: Entering directory `/usr/src/kernel-source-2.4.21/drivers/md'
 gcc -D__KERNEL__ -I/usr/src/kernel-source-2.4.21/include -Wall 
 -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common 
 -fomit-frame-pointer -pipe -mno-fp-regs -ffixed-8 -mcpu=ev5 -Wa,-mev6   
 -nostdinc -iwithprefix include -DKBUILD_BASENAME=linear  -c -o linear.o 
 linear.c
 gcc -D__KERNEL__ -I/usr/src/kernel-source-2.4.21/include -Wall 
 -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common 
 -fomit-frame-pointer -pipe -mno-fp-regs -ffixed-8 -mcpu=ev5 -Wa,-mev6   
 -nostdinc -iwithprefix include -DKBUILD_BASENAME=raid0  -c -o raid0.o 
 raid0.c
 gcc -D__KERNEL__ -I/usr/src/kernel-source-2.4.21/include -Wall 
 -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common 
 -fomit-frame-pointer -pipe -mno-fp-regs -ffixed-8 -mcpu=ev5 -Wa,-mev6   
 -nostdinc -iwithprefix include -DKBUILD_BASENAME=raid1  -c -o raid1.o 
 raid1.c
 gcc -D__KERNEL__ -I/usr/src/kernel-source-2.4.21/include -Wall 
 -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common 
 -fomit-frame-pointer -pipe -mno-fp-regs -ffixed-8 -mcpu=ev5 -Wa,-mev6   
 -nostdinc -iwithprefix include -DKBUILD_BASENAME=raid5  -c -o raid5.o 
 raid5.c
 gcc -D__KERNEL__ -I/usr/src/kernel-source-2.4.21/include -Wall 
 -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common 
 -fomit-frame-pointer -pipe -mno-fp-regs -ffixed-8 -mcpu=ev5 -Wa,-mev6   
 -nostdinc -iwithprefix include -DKBUILD_BASENAME=xor  -DEXPORT_SYMTAB 
 -c xor.c
 In file included from xor.c:23:
 /usr/src/kernel-source-2.4.21/include/asm/xor.h:35:5: missing 
 terminating  character
 In file included from xor.c:23:
 /usr/src/kernel-source-2.4.21/include/asm/xor.h:36: error: request for 
 member `text' in something not a structure or union
 /usr/src/kernel-source-2.4.21/include/asm/xor.h:37: error: syntax error 
 before numeric constant
 /usr/src/kernel-source-2.4.21/include/asm/xor.h:62: error: syntax error 
 at '#' token
 /usr/src/kernel-source-2.4.21/include/asm/xor.h:87:17: invalid suffix 
 b on integer constant
 /usr/src/kernel-source-2.4.21/include/asm/xor.h:119: error: syntax error 
 at '#' token
 /usr/src/kernel-source-2.4.21/include/asm/xor.h:120: error: syntax error 
 at '#' token
 /usr/src/kernel-source-2.4.21/include/asm/xor.h:121: error: syntax error 
 at '#' token
 /usr/src/kernel-source-2.4.21/include/asm/xor.h:122: error: syntax error 
 at '#' token
 
 
 xor.c: In function `calibrate_xor_block':
 xor.c:117: error: `xor_block_alpha' undeclared (first use in this 
 function)
 xor.c:117: error: (Each undeclared identifier is reported only once
 xor.c:117: error: for each function it appears in.)
 make[4]: *** [xor.o] Error 1
 make[4]: Leaving directory `/usr/src/kernel-source-2.4.21/drivers/md'
 make[3]: *** [first_rule] Error 2
 make[3]: Leaving directory `/usr/src/kernel-source-2.4.21/drivers/md'
 make[2]: *** [_subdir_md] Error 2
 make[2]: Leaving directory `/usr/src/kernel-source-2.4.21/drivers'
 make[1]: *** [_dir_drivers] Error 2
 make[1]: Leaving directory `/usr/src/kernel-source-2.4.21'
 make: *** [stamp-build] Error 2
 
 I couldn't find anything on this error at google, so my question is: is 
 the md driver needed for hardware raids or is it just for software 
 raids? So I could perhaps completely leave it out...
 
 Lars
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: compiling 2.4.20

2003-07-14 Thread Ionut Georgescu
after running apt-get update:

the package is called kernel-tree-2.4.21 and is located in unstable

[EMAIL PROTECTED]:~ sudo apt-get build-dep kernel-image-2.4.21-1-generic
Reading Package Lists... Done
Building Dependency Tree... Done
Note, selecting kernel-tree-2.4.21 instead of kernel-tree-2.4.21-2
The following NEW packages will be installed:
  kernel-patch-debian-2.4.21 kernel-source-2.4.21 kernel-tree-2.4.21 


[EMAIL PROTECTED]:~ apt-cache policy kernel-tree-2.4.21  
kernel-tree-2.4.21:
  Installed: (none)
  Candidate: 2.4.21-2
  Version Table:
 2.4.21-2 0
500 ftp://ftp.uni-erlangen.de unstable/main Packages


Ionut

On Mon, Jul 14, 2003 at 03:25:48PM +0200, Lars Oeschey wrote:
 Am Mittwoch, 9. Juli 2003 15:53 schrieb Ionut Georgescu:
 
  apt-get build-dep kernel-image-2.4.21-1-generic
 
 strange again... When I try that, I get 
 E: Build-Depends dependency on kernel-image-2.4.21-1-alpha cannot be 
 satisfied because the package kernel-tree-2.4.21-1 cannot be found
 
 and a dpkg -l kernel* only reveals sources up to 2.4.20. Is my 
 sources.list bad?:
 
 #stable
 deb http://ftp.de.debian.org/debian stable main contrib non-free
 deb http://security.debian.org/ stable/updates main
 
 #testing
 deb http://ftp.de.debian.org/debian testing main contrib non-free
 deb http://security.debian.org/ testing/updates main
 
 #source
 deb-src http://ftp.de.debian.org/debian stable main contrib non-free
 deb-src http://security.debian.org/ stable/updates main
 deb-src http://ftp.de.debian.org/debian testing main contrib non-free
 deb-src http://security.debian.org/ testing/updates main
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: compiling 2.4.20

2003-07-14 Thread Ionut Georgescu
On Mon, Jul 14, 2003 at 03:47:37PM +0200, Lars Oeschey wrote:
 Am Montag, 14. Juli 2003 15:37 schrieb Ionut Georgescu:
 
  the package is called kernel-tree-2.4.21 and is located in unstable
 
 ah, ok, I had no source for unstable. But I get funny things now with 
 apt-get update:
 
 Reading Package Lists... Error!
 E: Dynamic MMap ran out of room
 
 is that a memory problem? Diskspace should be enough...
 
 Lars
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

I'd suggest putting the following in your apt.conf

APT {
Default-Release testing;
Cache-Limit 900;
};

testing is for sticking with testing, despite the unstable line in
sources.list.



-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: compiling 2.4.20

2003-07-10 Thread Ionut Georgescu
edit /etc/apt/sources.list

copy the lines with deb
replace deb with deb-src on the copied lines

apt-get update

Ionut

On Thu, Jul 10, 2003 at 12:01:51PM +0200, [EMAIL PROTECTED] wrote:
  debian already provides 2.4.21 binaries. If you want to 
  compile them by
  yourself, I would suggest:
  apt-get build-dep kernel-image-2.4.21-1-generic
  apt-get source kernel-image-2.4.21-1-generic
 
 hm, I just tried that, but apt-get told me I need some sources in my sources
 list. I only have stable and testing there, I guess build-dep and source
 are sources that must be listed there?
 
 Lars
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: what's in the kernel?

2003-07-09 Thread Ionut Georgescu
On Wed, Jul 09, 2003 at 10:15:34AM +0200, [EMAIL PROTECTED] wrote:
 Hi,
 
 I'm running 2.2.20 on a Alphaserver 1000A. I'm new to debian, used to have
 Suse mostly. Since I trusted the apt-get installation, I tried a upgrade
 to 2.4.18, but the machine didn't come up again (I have no root, I want to
 scream). After some fiddling to get back booting the 2.2.20 kernel, I found
 that the 2.4.18 installation made me a initrd.img file in the root dir,
 while the old kernel seemed to have a initrd file at the same place.
 Since there's no lilo (I think), where do I tell what initrd file to use?

/etc/aboot.conf

 And another thing is, I'm not too sure that there's Mylex DAC960 support in
 the 2.4.18 kernel, and I have to boot from a raid5. How can I check what's
 compiled into the kernel?

/boot/config-2.4.18...

Ionut

-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: compiling 2.4.20

2003-07-09 Thread Ionut Georgescu
debian already provides 2.4.21 binaries. If you want to compile them by
yourself, I would suggest:

apt-get build-dep kernel-image-2.4.21-1-generic

This will also download the kernel-source tar.bz2 under /usr/src. The
tarball already has the debian patches applied. They are important for
initrd.

To get the debian .config files, run

apt-get source kernel-image-2.4.21-1-generic

and copy the file from the config/ directory.

Ionut

PS run make-kpkg with --initrd if you want to have the initrd images
automatically built when installing the kernel .deb.



On Wed, Jul 09, 2003 at 03:40:37PM +0200, Falk Hueffner wrote:
 Lars Oeschey [EMAIL PROTECTED] writes:
 
  Am Mittwoch, 9. Juli 2003 14:55 schrieb Falk Hueffner:
  
   2.4.20 has serious bugs on Alpha, you should rather use 2.4.19 or
   2.4.21.
  
  I upgraded now to 3.3 since I found a similar answer somewhere on the 
  net. The compile failed again somewhere else though, but I'll try 
  2.4.21 then first (the odd numbers were the stable ones?).
 
 They're all supposed to be stable, only for 2.4.20 an Alpha specific
 bug was introduced close to release... (it was fixed shortly after in
 the -pre21 sub-releases, though).
 
  Do I only need the kernel-source package? I saw some kernel-header
  packages too...
 
 You don't need them for compiling kernels (I think).
 
 -- 
   Falk
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 



-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: compiling 2.4.20

2003-07-09 Thread Ionut Georgescu
theoretically, I don't see why the OS should bother if there is a real
hdd on a SCSI controller or a whole array behind a RAID controller.  The
initrd images are loaded anyway by simple, generic ways. The only
problem I could imagine is if there must be SRM support for the DAC960
(and I suppose there should be). But I'll make room for the experts
here.  I have never 'seen' a DAC960 controller in my life :)

Ionut

On Wed, Jul 09, 2003 at 04:03:02PM +0200, Lars Oeschey wrote:
 Am Mittwoch, 9. Juli 2003 15:53 schrieb Ionut Georgescu:
 
  debian already provides 2.4.21 binaries. If you want to compile them
  by yourself, I would suggest:
 
 I would use the precompiled one, but I guess that one again has DAC960 
 support only as module, and since I boot from a Raid5 on a DAC960 I 
 think I need to have it compiled into the kernel.
 
 Lars
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: compiling 2.4.20

2003-07-09 Thread Ionut Georgescu
On Wed, Jul 09, 2003 at 04:08:39PM +0200, Lars Oeschey wrote:
 Am Mittwoch, 9. Juli 2003 16:06 schrieb Linus Gasser:
 
   Do you use the debian-tool for compiling the kernel? Like make-kpkg?
 
 Yes. Or at least I try to ;)

Try. It's much better :)

 
 Lars
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: CCC Install

2003-06-17 Thread Ionut Georgescu
Hi,

where does gcc point to ? is it gcc 3.3, 3.3 or 2.95 ? Please search for this
problem in the archives. It's been discussed before. I think it's because -V is
no longer supported in gcc 3.3

Ionut

On Tue, Jun 17, 2003 at 10:15:10PM +1000, Kris Amy wrote:
 Hi,
 
 Just trying to install CCC today and dpkg reports this error.
 
 Setting up ccc (6.5.9.001-1) ...
 
 Error: gcc -V 2.95.4 failed to compile and link int main(int argc, char 
 **argv) {return 0;}.
The ccc installation expects a working installation of GCC.
 gcc: `-V' must come at the start of the command line
 Aborting
 
 If you can correct the problem, you can rerun this script manually
 by entering a command in the following format:
 
 create-comp-config.sh ccc-version [gcc-path]
 
 The current invocation of create-comp-config.sh was:
 
 /usr/lib/compaq/ccc-6.5.9.001-6/alpha-linux/bin/create-comp-config.sh 
 ccc-6.5.9.001-6 /usr/lib/gcc-lib/alpha-linux/2.95.4
 dpkg: error processing ccc (--configure):
  subprocess post-installation script returned error exit status 1
 Errors were encountered while processing:
  ccc
 E: Sub-process /usr/bin/dpkg returned an error code (1)
 
 
 Any ideas?
 
 Kris



-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: SRM booting issue was: Re: xp1000 problems with upgrade to 2.4.18-generic

2003-06-05 Thread Ionut Georgescu
Well, it might be that there was a syntax error somewhere. Try 

help set | more

at the SRM prompt.

set auto_action to BOOT or boot, whatever.

then type

boot dka0 -fl 0

like Richard Fillion suggested. This will also set boot_dev,
boot_osflags  Co.




On Wed, Jun 04, 2003 at 07:45:07PM -0400, Keith Grider wrote:
 I tried the first suggestion and was unsuccessful.
 
 KeithG
 
 Ionut Georgescu wrote:
 either type:
 
 set auto_action boot
 
 at the SRM console,
 
 or load the srm_env module:
 
 modprobe srm_env
 
 and set the variable from linux:
 
 echo BOOT  /proc/srm_environment/named_variables/auto_action
 
 Never tried the last one, I hope it works :)
 
 Ionut
 
 
 On Wed, Jun 04, 2003 at 03:32:55PM -0400, Keith Grider wrote:
 
 That is great, thanks. I am not yet familiar with initrd.
 
 How do I set it to immediately boot to this, though. Is there a way, in 
 SRM, to force a direct boot instead of doing it interactively by typing 
 '0' at the aboot prompt?
 
 KeithG
 
 Jens Kruse wrote:
 
 Hi Keith,
 
 Keith Grider wrote:
 
 
 my /etc/aboot.conf is one line:
 0:1/vmlinuz ro root=/dev/sda1 
 
 
 Try this:
 
 0:1/vmlinuz ro root=/dev/sda1 initrd=initrd.img
 
 Regards, Jens
 
 
 
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact 
 [EMAIL PROTECTED]
 
 
 
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact 
 [EMAIL PROTECTED]
 

-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: SRM booting issue was: Re: xp1000 problems with upgrade to 2.4.18-generic

2003-06-04 Thread Ionut Georgescu
either type:

set auto_action boot

at the SRM console,

or load the srm_env module:

modprobe srm_env

and set the variable from linux:

echo BOOT  /proc/srm_environment/named_variables/auto_action

Never tried the last one, I hope it works :)

Ionut


On Wed, Jun 04, 2003 at 03:32:55PM -0400, Keith Grider wrote:
 That is great, thanks. I am not yet familiar with initrd.
 
 How do I set it to immediately boot to this, though. Is there a way, in 
 SRM, to force a direct boot instead of doing it interactively by typing 
 '0' at the aboot prompt?
 
 KeithG
 
 Jens Kruse wrote:
 Hi Keith,
 
 Keith Grider wrote:
 
 my /etc/aboot.conf is one line:
 0:1/vmlinuz ro root=/dev/sda1 
 
 
 Try this:
 
 0:1/vmlinuz ro root=/dev/sda1 initrd=initrd.img
 
 Regards, Jens
 
 
 
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact 
 [EMAIL PROTECTED]
 

-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: more on Ccc install problem

2003-05-27 Thread Ionut Georgescu
You're not paying attention !! When I wrote that gcc-path, I
intentionally left out the specs part !!!

Just try again.

On Tue, May 27, 2003 at 06:16:36PM -0400, Timothy Timmons wrote:
 
 
 On Tue, May 27, 2003 at 11:29:56PM +0200, Ionut Georgescu wrote:
  
  gcc-path is what gcc-2.95 -v tells you !! Example:
  
  [EMAIL PROTECTED]:~ gcc-2.95 -v
  Reading specs from /usr/lib/gcc-lib/alpha-linux/2.95.4/specs
  gcc version 2.95.4 20011002 (Debian prerelease)
  
  so gcc-path is /usr/lib/gcc-lib/alpha-linux/2.95.4/
  
 
 Oops. Hehe
 
 However, the thing is still bombing on me :(
 
 Here's what I did:
 
 LX:~/gnupg-1.2.2# /usr/bin/gcc-2.95 -v
 Reading specs from /usr/lib/gcc-lib/alpha-linux/2.95.4/specs
 gcc version 2.95.4 20011002 (Debian prerelease)
 LX:~/gnupg-1.2.2# 
 /usr/lib/compaq/ccc-6.5.9.001-6/alpha-linux/bin/create-comp-config.sh 
 ccc-6.5.9.001-6 
 /usr/lib/gcc-lib/alpha-linux/2.95.4/specs
 Error: Unable to find GCC at /usr/lib/gcc-lib/alpha-linux/2.95.4/specs. GCC 
 must be installed.
 Aborting
 
 If you can correct the problem, you can rerun this script manually
 by entering a command in the following format:
 
 create-comp-config.sh ccc-version [gcc-path]
 
 The current invocation of create-comp-config.sh was:
 
 /usr/lib/compaq/ccc-6.5.9.001-6/alpha-linux/bin/create-comp-config.sh 
 ccc-6.5.9.001-6 
 /usr/lib/gcc-lib/alpha-linux/2.95.4/specs
 
 
  I have also written down some notes from my personal experience with ccc:
  
  http://www.physik.tu-cottbus.de/~george/unix/ccc.html
  
 
 Thanks, :)
 
 If I don't get this working right either through dpkg --configure or the 
 create-comp-config.sh
 script soon I'm just going to make .debs like you explain how to on that 
 page. Then install them
 that way and see what happens. I think I'll make .debs anyways just for 
 archival purposes, and
 for using them to install on other alphas. 
 
 -Tim
 

-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: Debian 3.0 on AS1000A 5/333 won't shutdown/reboot

2003-05-15 Thread Ionut Georgescu
This is also under 2.4.x possible (2.4.20-ev6 in my case):

modprobe srm_env
cd /proc/srm_environment/named_variables
ls
auto_action  boot_osflags  booted_dev  char_set  language
boot_dev boot_resetbooted_file dump_dev  license
boot_filebootdef_dev   booted_osflags  enable_audit  tty_dev

Ionut


On Thu, May 15, 2003 at 09:51:54AM +0200, David Duminy wrote:
 Can you still access to your old kernel ?
 If you can , you have to boot in 2.2.20 and use the /dev/srm device  to set 
 the srm environment variables.
 
 David
 
 --On jeudi 15 mai 2003 09:22 +0200 Jens Kruse [EMAIL PROTECTED] wrote:
 
 Hi,
 
 I successfully installed Debian 3.0 on my Alphaserver 1000A 5/333.
 Booting/Rebooting with aboot and Kernel 2.2.x works fine.
 
 After i installed kernel-2.4.18-generic I have the problem that the
 machine - shuts down to SRM and then
 - tries to boot again with flag 0
 - normal SRM-commands (i.e. set, boot) don't work anymore
 
 To boot automatically I set 'boot_osflags 0' and 'auto_action boot'.
 
 Even a 'boot cdrom-device' doesn't work anymore, because it calls the
 flag 0 automatically
 
 My questions:
 - What would help to get a 'clean' shutdown/reboot?
 - Is it possible to cancel the aboot-sequence at startup to set
 'boot_osflags empty' (is a 'set boot_osflags' enough?)?
 
 Thanks in advance,
 
 Jens
 
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 
 
 
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact 
 [EMAIL PROTECTED]
 

-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: ccc install

2003-05-09 Thread Ionut Georgescu
Hi,

sincerely, I have found installing ccc with alien and dpkg easier than
using apt-get. After spending hours hunting for the right versions, I
ended up downloading the latest versions from the HP web site and trying
my luck with alien -c. The only package that made some trouble was ccc,
as it was trying to do some cleanup work after previous installs. I had
none, as it was a fresh woody and it failed.

You can find the summary of my ccc 'experience' at 

http://www.physik.tu-cottbus.de/~george/unix/ccc.html

Good luck!
Ionut


On Thu, May 08, 2003 at 01:59:19PM -0400, Adam C Powell IV wrote:
 Richard Fillion wrote:
 
 I installed ccc on my box to see if i could get better performance out
 of some apps with it instead of gcc.  I followed these instructions :
 
 http://www.geocrawler.com/archives/3/241/2001/3/0/5451555/
 
 This is ancient, you can now apt-get install ccc and follow the 
 instructions so its script installs the ccc RPM properly.
 
 And ccc now runs, but i cant compile anything. 
 
 [EMAIL PROTECTED]:~/dev/C$ cat helloworld.c 
   #include stdio.h
   main(){
printf(Hello World\n);
   }
 [EMAIL PROTECTED]:~/dev/C$ ccc helloworld.c -o helloworld
 cc: Severe: /usr/include/stdio.h, line 34: Cannot find file stddef.h
 specified in #include directive. (noinclfilef)
 # include stddef.h
 --^
 
 I haven't seen this problem, but YMMV.
 
 Note that I can't get cxx to work in unstable, but that shouldn't affect 
 ccc.
 
 Please let me know if uninstalling the aliened rpm and reinstalling via 
 the .deb works.
 
 Thanks,
 -- 
 
 -Adam P.
 
 GPG fingerprint: D54D 1AEE B11C CE9B A02B  C5DD 526F 01E8 564E E4B6
 
 Welcome to the best software in the world today cafe! 
 http://lyre.mit.edu/%7Epowell/The_Best_Stuff_In_The_World_Today_Cafe.ogg
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact 
 [EMAIL PROTECTED]
 

-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: Windows Sound System (AS500) --- fixed!

2003-05-06 Thread Ionut Georgescu
On Mon, May 05, 2003 at 11:35:18AM -0400, Wm. Josiah Erikson wrote:
 Do you not have the strange ethernet hangup problem? I have an XP1000
 and I'm still having regular network hiccups, with any ethernet card (I've
 tried the onboard, a 3c905-TX, a tulip, and an eepro100, and they all do
 the same thing)
   -Josiah

Well, I'm experiencing also some lockups with an XP1000 here. The
onboard chip seems to be unable to negotiate the link. I need to set the
speed from the SRM prompt. If plugged into a 100Mb switch it will work
for a couple of hours and then lockup the machine. It works only with a
10Mb switch.

Ionut

-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: Ethernet strangeness on kernel 2.4.20... and more

2003-04-10 Thread Ionut Georgescu
On Thu, Apr 10, 2003 at 10:51:16AM -0400, Wm. Josiah Erikson wrote:
 Hello all,
   Thanks for the suggestion to compile the driver into the kernel -
 however this has not seemed to work. I'm currently using a 3c905-TX PCI
 card, and I'm having the same problem as before. Should I be using the
 onboard ethernet (is it supported? If so, what is it? - Compaq XP1000 is

Out XP1000's work OK with tulip

 the machine in question). I also have a couple of other odd things going
 on. One is that since I upgraded to kernel 2.4.20 from 2.4.19, I get this
 
 Regards,
 Ionut

-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: newbie

2003-04-02 Thread Ionut Georgescu
Have you changed the type to Linux swap for the swap partition ? Could
you post the output of fdisk -l /dev/hda ?

Ionut


On Tue, Apr 01, 2003 at 05:59:13PM -0800, Bob Schmidt wrote:
 I did try that, but when I go to install debian it tells me that I have no
 swap partition, etc. So it doesn't see any partitions to install itself on.
 
 Bob
 - Original Message -
 From: Richard Fillion [EMAIL PROTECTED]
 To: Bob Schmidt [EMAIL PROTECTED]
 Cc: debian-alpha@lists.debian.org
 Sent: Tuesday, April 01, 2003 5:33 PM
 Subject: Re: newbie
 
 
  The osf/bsd labels are a tad confusing at first.  It took me the better
  part of a day to figure it out.  I'm not entirely sure which
  partitioning tool you're being sent to, but i suggest you hit alt+f2 and
  use fdisk.  fdisk /dev/hda will probably be what you'll have to type.
  Now if you hit m for help, you should see b   edit bsd disklabel.
  Thats what you're looking for.  You dont want partitions on the disk,
  you want BSD disklabels.  They are slightly different.
 
  Here's a tip for ya...save yourself a bit of trouble, and start the
  first labal a a few megs from the start.  I'm guessing you'll be using
  aboot to boot the box, it needs a bit of room at the start of the disk.
  That'll give it the room it needs.
 
  Richard Fillion
  [EMAIL PROTECTED]
 
  On Tue, Apr 01, 2003 at 04:21:52PM -0800, Bob Schmidt wrote:
   Hi,
  
   Just got my 433au today in the mail.  I am trying to install debian
 3.0r1 on it.  Now I have used linux before, but this is all new to me here.
 It tells me that I have to have an (I think) an osf/bsd boot label, then it
 sends me to the disk partioning program.  I type the letter b like it tells
 me to, then type r to go to the regular disk setup.  I then try to add a
 swap partion, etc. and it boots me back to the original disk partion screen.
  
   Help, I'm desperate, how do you set up the hard drive (ide, not scsi) to
 install debian.  I looked at the install directions and it basically tells
 you the same thing the install program does.
  
   Thanks,
   Bob
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: support for Tru64 binaries in 2.4.18 and later

2003-03-10 Thread Ionut Georgescu
OK, with help from the list I found the problem. The binfmt_aout module was not
loaded automatically as I expected. (looked for the messages in syslog)

alias binfmt-0008 binfmt_aout, if I remember well.

Ionut


On Mon, Mar 10, 2003 at 08:32:33AM +0100, Helge Kreutzmann wrote:
 Hello Ionut,
 On Sat, Mar 08, 2003 at 11:47:53PM +0100, Ionut Georgescu wrote:
  does anyone know what has happend with the support for Tru64 binaries in 
  2.4.x?
  I have just realized that acroread stopped working after a kernel upgrade 
  from
  2.2.20-generic to 2.4.18-generic. Just running /sbin/loader gives me on both
  2.4.18 and 2.4.20 (compiled with CONFIG_OSF4_COMPAT)
  
  bash: /sbin/loader: cannot execute binary file
  
  Am I missing something ? It is a fresh woody system.
 
 I am running acroread fine with 2.4.20-pre4. So check your kernel
 config (sorry, do not know the option off hand, something with ECOFF).
 
 Regards
 
 Helge
 
 -- 
 Helge Kreutzmann, Dipl.-Phys.   [EMAIL PROTECTED]
   gpg signed mail preferredgpg-key: finger [EMAIL PROTECTED]
 64bit GNU powered  http://www.itp.uni-hannover.de/~kreutzm
Help keep free software libre: http://www.freepatents.org/



-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




support for Tru64 binaries in 2.4.18 and later

2003-03-08 Thread Ionut Georgescu
Hi,

does anyone know what has happend with the support for Tru64 binaries in 2.4.x?
I have just realized that acroread stopped working after a kernel upgrade from
2.2.20-generic to 2.4.18-generic. Just running /sbin/loader gives me on both
2.4.18 and 2.4.20 (compiled with CONFIG_OSF4_COMPAT)

bash: /sbin/loader: cannot execute binary file

Am I missing something ? It is a fresh woody system.

Thanks a lot,
Ionut


-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: NetInst ISO Images with 2.4.x kernel?

2003-03-07 Thread Ionut Georgescu
Just make a minimum install into the swap partition. mkreiserfs, copy the 
files, install the new kernel, reboot with the new root partition, mkswap, 
swapon, ready.

Ionut

Am Freitag, 7. März 2003 12:11 schrieb Carlos L.M.:
 I need to install a new web server with journaling
 (reiserfs or jfs) 


  --- Rob B [EMAIL PROTECTED] escribió:  At
 08:21 PM 7/03/03, Carlos L.M. sent this up the

  stick:
--- Rob B [EMAIL PROTECTED] escribió:  At
  07:12 AM 7/03/03, Carlos L.M. sent this up the
  
stick:
   Where I can find netinst iso images for
   
alpha-woody
   
with 2.4.x kernel ??.
   
Have you looked around
http://www.debian.org/CD/netinst/
?  http://www.phy.olemiss.edu/debian-cd/ has
 
  some
 
Alpha iso's, but I'm not
sure of the kernel in them.
  
  Kernel 2.2.20
  
Any particular reason you _need_ a 2.4 CD,
 
  wouldn't
 
the bf2.4 floppies do?
  
  Yes, but I can´´t find this floppies for alpha
  platform. Where I can find ??
 
  Ahh .. did a bit of searching and they don't exist
  ... IIRC it had
  something to do with kernel not fitting on one
  floppy.
 
  Is there a particular reason you need to have a 2.4
  kernel for
  installing?  You can always install a new kernel (a
  cinch to do) after
  Debian is installed.
 
  cheers,
  Rob
 
 
  --
  A man goes to the doctor with a strawberry growing
  out of his head.
  The Doc says, I'll give you some cream to put on
  it.
 
  This is random quote 157 of 1254.
 
  Distance from the centre of the brewing universe
  [15200.8 km (8207.8 mi), 262.8 deg](Apparent)
  Rennerian
 
  Public Key fingerprint = 6219 33BD A37B 368D 29F5
  19FB 945D C4D7 1F66 D9C5
 
 
  --
  To UNSUBSCRIBE, email to
  [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact
  [EMAIL PROTECTED]

 ___
 Yahoo! Móviles
 Personaliza tu móvil con tu logo y melodía favorito
 en http://moviles.yahoo.es

-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: ccc

2003-02-20 Thread Ionut Georgescu
This is how I did it, without the ccc-debian wrapper:

http://www.physik.tu-cottbus.de/~george/unix/ccc.html

Good Luck!
Ionut


On Thu, Feb 20, 2003 at 06:58:18PM +0100, Joakim Roubert wrote:
 Hi!
 
 What exactly do the ccc-debian wrappers do?
 I downloaded ccc-6.5.6.002, and wanted to install it; the ccc debian
 package wants some older version, though... I tried to trick it by
 renaming the file, but somehow that didn't work.
 
 Well, I tried to install the rpm:s directly, but that was apparently not
 the best thing to do...
 
 Does anybody have an idea how I best install ccc here?
 
 /Joakim
 -- 
  http://www.efd.lth.se/~d97jro/
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: mozilla and java

2003-02-10 Thread Ionut Georgescu
Well, I can assure you SuSE doesn't have any java-plugin for mozilla. I
know I had to solve this problem 2 months ago and had to go back to the
good old netscape (where java only worked with kernel 2.4.4, and not
with 2.4.19).

However, if anyone finds a java-plugin somewhere, I'd be happy to rpm -e
netscape for good :).

Ionut


Am Mon, 2003-02-10 um 23.25 schrieb Andrew Maier:
 Hello,
 
 I hope this is not a FAQ. 
 
 Is there a way to get java work in Mozilla? I have gone through the
 archives find a way to install jdk 1.3.1 from Compaq, just to discover
 that this jdk does not include the java-plugin.
 
 Is there another way to get java working under Mozilla? Does anyone know
 if any other alpah-linux distro contains a working java-plugin that one
 might get to work under Debian?
 
 Any help welcome
 
   Andrew
-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* In Windows you can do everything Microsoft wants you to do; in Unix 
* you can do anything the computer is able to do.





Re: g77 issues

2001-04-19 Thread Ionut Georgescu
Ionut Georgescu sends greetings to Sven LUTHER

On Thu, Apr 19, 2001 at 10:50:34AM +0100, Nick Bailey wrote:


I do know that, but, does one really need 64bit to 'resolve' e-16 ? And,
why does the print* in the fermi function print out 1.0 at the first place
? I expect that the function returns 1., as it is printed out, not
.998 ;-)


Also, note that alpha is a 64bit plateform, and that as thus it could be that
it handles some things better than ia32 or ppc. Not sure if this influences
floating point values, i guess not.

Friendly,

Sven Luther


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


***
* Ionut Georgescu  
* http://www.physik.tu-cottbus.de/~george/
* ICQ: 38973105
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: g77 issues CASE CLOSED :))

2001-04-19 Thread Ionut Georgescu
Ionut Georgescu sends greetings to Pawel Salek


It wasn't necesserily correct. Just the digits displayed were correct
because 0.999 is rounded up to 1. when displayed with 9 digits
after comma. Ask to display 20 digits and you will most likely see the
noise.

You were right. 20 digits makes a _big_ difference. Now all I can say is
sorry for making such a big fuzz out of this. So, CASE CLOSED. :))

Regards,
Ionut

PS When getting different results on different platforms one starts
wondering which platform is actually 'physics friendly' :))


***
* Ionut Georgescu  
* http://www.physik.tu-cottbus.de/~george/
* ICQ: 38973105
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




access srm resources

2001-04-03 Thread Ionut Georgescu
Hi,

Is there a way to access SRM resources (variables  co) from within Linux
? You know, like nvram under IRIX.

Thanks,
Ionut

***
* Ionut Georgescu  
* http://www.physik.tu-cottbus.de/~george/
* ICQ: 38973105
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: netscape doesn't work with yp.

2001-03-22 Thread Ionut Georgescu
Ionut Georgescu sends greetings to Thomas Reifferscheid

Ionut Georgescu wrote:

Is the users homedirectory mounted via NFS ?

Yes

If so, is file locking allowed ?

 -fstype=nfs,rw,rsize=8192,wsize=8192,hard,intr,nosuid,nodev

These options are the same for the whole network and netscape works just
fine on the x86-Linux and irix boxes.

Ionut

***
* Ionut Georgescu  
* http://www.physik.tu-cottbus.de/~george/
* ICQ: 38973105
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.




Re: netscape doesn't work with yp. was: netscape works for root only

2001-03-22 Thread Ionut Georgescu
Ionut Georgescu sends greetings to Rich Payne



check that your /etc/nsswitch.conf is correct, there should be a line,
something like:
passwd: files nis

(I'm guessing this is already OK),

Yes, that is already OK. Here is the /etc/svc.conf file:


aliases=local,yp
group=local,yp
hosts=local,bind,yp
netgroup=local,yp
networks=local,yp
passwd=local,yp
protocols=local,yp
rpc=local,yp
services=local,yp

SECLEVEL=BSD   # for backwards compatibility ONLY

Who needs this file anyway ? I mean I can figure out its meaning, but who
reads this file ?

Ionut

PS glibc is version 2.2 . Are there any known issues about this ?


***
* Ionut Georgescu  
* http://www.physik.tu-cottbus.de/~george/
* ICQ: 38973105
* In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do.