[Cooker] Differences between OpenPBS and ScalablePBS.

2003-11-17 Thread Jose Antonio Becerra Permuy
In my opinion, this should be in the ScalabePBS package because in the current 
packages the description is exactly the same:

The Scalable OpenPBS version incorporates scalability, fault tolerance, and 
feature extension patches provided by NCSA, OSC, Sandia, PNNL, U of Buffalo, 
and other leading edge HPC centers.  This version is based upon OpenPBS 
version 2.3.12 and may be freely redistributed.





[Cooker] OpenPBS / ScalablePBS?

2003-11-10 Thread Jose Antonio Becerra Permuy
Hi!
We use OpenPBS in a cluster with Mandrake 9.0. I was going to update to 9.2,
but I have found that:
- OpenPBS depends on old tcl, tk and elf libraries.
- There are ScalablePBS packages that don't have these problems, but:
* What is ScalablePBS? The web page is still the same...
* Does substitute OpenPBS?
Anyway, OpenPBS should be recompiled against tcl, tk and elf libraries present 
in 9.2 or dropped from 9.2 contribs.
Regards.




[Cooker] Circular dependency (vcdimager and libcdio)

2003-11-08 Thread Jose Antonio Becerra Permuy
Is this ok?

[EMAIL PROTECTED] SRPMS]$ rpm --rebuild vcdimager-0.7.19-1mdk.src.rpm
Installing vcdimager-0.7.19-1mdk.src.rpm
warning: user goetz does not exist - using root
warning: group goetz does not exist - using root
warning: user goetz does not exist - using root
warning: group goetz does not exist - using root
error: Failed build dependencies:
libcdio-devel >= 0.64 is needed by vcdimager-0.7.19-1mdk
[EMAIL PROTECTED] SRPMS]$ rpm --rebuild libcdio-0.64-2mdk.src.rpm
Installing libcdio-0.64-2mdk.src.rpm
warning: user goetz does not exist - using root
warning: group goetz does not exist - using root
warning: user goetz does not exist - using root
warning: group goetz does not exist - using root
error: Failed build dependencies:
libvcd-devel >= 0.7.19 is needed by libcdio-0.64-2mdk




[Cooker] resend: New broadcom drivers

2003-07-15 Thread Jose Antonio Becerra Permuy
Broadcom is publishing some drivers in its website now.
The url is http://www.broadcom.com/docs/driver-download.html
The latest linux drivers in that page are:

BCM570x 6.2.11 (latest mandrake kernel has 6.0.2)
BCM4401 2.0.2 (latest mandrake kernel has 2.0.0)

I attached changelog for both.
Regards.




bcm4400-changelog.txt.bz2
Description: BZip2 compressed data


bcm5700-changelog.txt.bz2
Description: BZip2 compressed data


Re: [Cooker] cyrus sasl source packages

2003-04-01 Thread Jose Antonio Becerra Permuy
El Mar 01 Abr 2003 13:39, Martin Fahrendorf escribió:
> clear to understand, but there are some drawbacks. First, sasl1 can no
> longer use the password file (sasldb) from privious versions (now sasl1
> uses gdbm, previous versions used db3.3) and there is no easy way to solve.
> To compile sasl2 you need db4.0 devel package, but sasl1 does not support
> db4.0. To solve this, I had to grab the SRPM from mdk9.0 and replaced the
> mdk9.1 sasl1 packages. And there I can use my ldap patch for the sasl1
> stuff.

 I have reported this (bug 3619). One of the consecuences is that smtp 
authentication with postfix using sasldb file doesn't work in Mandrake 9.1, 
and I think this is quite serious. My solution was to compile the src.rpm 
that comes with 9.1 against db3.3 and then I replace the libsasl.so.7.1.11 
file.




Re: [Cooker] Unable to boot in devfs

2002-10-30 Thread Jose Antonio Becerra Permuy
El Miércoles 30 Octubre 2002 15:51, Guillaume Rousse escribió:
> /dev/ttyx not found
> /dev/hdx not found
> etc...
>
> [root@silbermann guillaume]# rpm -q MAKEDEV devfsd initscripts
> MAKEDEV-3.3.1-10mdk
> devfsd-1.3.25-22mdk
> initscripts-6.91-13mdk
>
> I've ran etc-update to be sure i had no unapplied configuration file.

I have had the same problem updating from 8.2 to 9.0, but only in one 
computer (other computers didn't have this problem).





Re: [Cooker] ext3 vs XFS wich would you prefer?

2002-10-13 Thread Jose Antonio Becerra Permuy

El Dom 13 Oct 2002 20:22, David Walluck escribió:
> Beware of using XFS on your root partition. I have done this, and
> Mandrake tools do not properly load the XFS module so that you can
> access your root partition if you build your own kernel.

I have been using XFS in the root partition with 8.2 (and now with 9.0) 
without problems. May be your initrd file has not the necessary modules?
Regards.





Re: [Cooker] Re: About C3 and Mandrake 9.0 installation problems

2002-10-07 Thread Jose Antonio Becerra Permuy

El Lun 07 Oct 2002 20:11, rowland escribió:
> On Monday 07 October 2002 12:27 pm, you wrote:
> er, I think I understand what you are saying, after installation del a
> directory, is that right. Well I would if I could but installation fails

First of all, I'm sorry for my English. It's pretty bad, I know. And it is 
even worst when I have a lot of work and I write too fast...
No, It's not *after* installation, it's *during* installation. Once you have 
selected the packages and these start to being installed, wait until glibc 
package is installed, then switch to the console (ALT+F2) and delete the 
directory. Keep into account that /lib/i686 will be wherever your root 
partition is mounted in the installation process (somewhere in /tmp I think).





Re: [Cooker] VIA EPIA 800 C3 processor

2002-10-07 Thread Jose Antonio Becerra Permuy

It seems that the problem is that glibc package from Mandrake 9.0 has some
libraries optimized for i686 (with the CMOV instruction) in the directory
/lib/i686 and that the Via C3 cpu (which has not that instruction) is
detected as i686. So, the solution is to delete that directory as soon as
possible, when the glibc package is installed, to avoid programs use those
libraries. I can't test this until saturday, so if anybody else can test it
(cc. to my e-mail address please).
Regards.





[Cooker] Problem with devfs?

2002-09-24 Thread Jose Antonio Becerra Permuy

I have updated an 8.2 system with the "latest rc3" ;-)
Installation process was ok, but there is a problem with devfs. Devfs is 
loaded without error, but whenever a process try to access to /dev/hdax or 
/dev/ttyx is not able to do it. With devfs=nomount the system starts well.
I will try to play more with this problem this afternoon if I can get time...





[Cooker] Re: [Contrib-Rpm] mplayer-0.90-0.pre6.7mdk

2002-08-20 Thread Jose Antonio Becerra Permuy

El Lun 19 Ago 2002 16:39, Giuseppe Ghibò escribió:
> - added mga_vid kernel module packages (Patch8).
> (Patch7). - compile radeon_vid kernel module.

The %files section for the new packages is not ok because both modules 
(mga_vid and radeon_vid)  go in mgavid packages.

> - Added a flag for 8.2 building.

You have added the flag, but you don't use it :-)
I attach a diff file for the spec file. I hope you like it ;-)



mplayer.spec.patch.gz
Description: GNU Zip compressed data


Re: [Cooker] Problem with libsasl7-devel-1.5.27-5mdk

2002-07-27 Thread Jose Antonio Becerra Permuy

El Sáb 27 Jul 2002 23:38, Kenton Groombridge escribió:
> Hi,
>
> There is a problem with libsasl7-devel-1.5.27-5mdk.
>
> I have rebuilt it from the cyrus-sasl-1.5.27-5mdk.src.rpm, and tried to
> fix the problem but couldn't.
>
> The file from the rpm, /usr/lib/libsasl.la, is not recognized as a valid
> libtool archive when rebuilding kdebase.
>
> I can manually fix it by changing the line:
>
> libdir=''
>
> to:
>
> libdir='/usr/lib'
>
> I know C/C++ programming pretty well on Amiga, but haven't touched
> UNIX/Linux programming.  I am learning though.
>
> This, right now, is way out of my league, or I am doing something stupid
> which is definately possible.  Please let me know if I am doing
> something wrong here.

I had the same problem rebuilding the latest kdebase (cooker) for Mandrake 
8.2. The problem was with autoconf 2.5. Use the older autoconf with "export 
WANT_AUTOCONF_2_5=0".
Regards.





[Cooker] Re: Questions about mplayer spec file

2002-07-23 Thread Jose Antonio Becerra Permuy

El Mar 23 Jul 2002 12:27, Guillaume Rousse escribió:
> > These are things I deleted from configure options:
> >
> > --disable-mmx \
> > --disable-mmx2 \
> > --disable-3dnow \
> > --disable-3dnowex \
> > --disable-sse \
> > --disable-sse2 \
> >
> > Why do you disable all of this? --enable-runtime-cpudetection should
> > compile support for all of them and the binary should use the better
> > options in each computer.
>
> I was not sure how those options and --enable-runtime-cpudetection were
> related, and i wanted to avoid hardcoded optimisations. So i prefered to
> disable them, but i could be wrong.

They work as I said and they seem to work well :-)

> > --enable-mencoder \
> > --language=en \
> >
> > I think it's not necessary. These are default values.
>
> Yes. This comes from work from David, which seems to prefer explicit
> configuration. I also think this is a good idea, considering large number
> of available options.

Well, I don't dislike that idea, but them you should explicit a lot of other 
options...

> --disable-gl comes from David or Goëtz's report about broken gl support

But, do you check that in every version? If the option is still there I 
suppose it has to work for somebody (well, may be not ;-)) I mean, I think 
the packager should not disable things. If somebody find a problem, he / she 
reports the problem to developers. They will find a solution or will remove 
the feature but I think it is not a decission the packager have to take.

> --disable-tv, --disable-tv-v4l and --disable-lirc are for reducing
> dependencies for barely used options

Well, I am an "enable everything, just in case somebody wants to use it" man 
:-) The package I recompiled for plf has these things enabled.

> --disable-svga has been asked by people considering it an old and
> deprecated library

If you compile the package for cooker (or future 9.0) you will have not svga 
because that library is not in cooker. But if you compile the package for 
8.2, as I did, and beeing svgalib in 8.2, I think is fair to leave the 
support for it. So, I would removed that option too O:-)

> > --enable-new-input \
> > --with-extraincdir=./libvo \
> >
> > I don't know what are these options :-)
>
> /me neither

Oops :-)

> > and svgalib. The only thing I miss is support for AAC, but it will be
> > necessary to make a package for faad (http://faac.sourceforge.net).
>
> You're welcome to introduce it, either in contribs or in plf, depending on
> license and patents.

Ok, I never did a package from scratch, but I will do when I have more time 
because I want my multimedia machine to be full linux based :-D





Re: [Cooker] file corruption w/ journaled file systems (was: strange kernel compile issues)

2002-02-26 Thread Jose Antonio Becerra Permuy

El Mar 26 Feb 2002 10:40, escribiste:
> as it turned out my /usr/share/config/kdm/kdmrc was
> hosed. Unfortunately even kcontrol did not reset it up
> properly. Fortunately I had another server that I
> could pull the config files from to get it running
> again. My /usr directory is using xfs and I suspect
> that all of my laptop crash tests (trying to
> suspend/resume) may be creating some file corruption.
> I also had something like this happen to my kmailrc
> file (but my /home directory is on reiserfs) Where it
> looked like part of the autobookmarks or something
> like that took over part of the kmailrc file.
>
> Is it really this easy to corrupt files using these
> journaled file systems?

From the XFS FAQ:

"
Q: Why do I see binary NULLS in some files after recovery when I unplugged the 
power?

If it hurts don't do that!

Basically this is normal behavior. XFS journals metadata updates, not data 
updates. After a crash you are supposed to get a consistent filesystem which 
looks like the state sometime shortly before the crash, NOT what the in 
memory image looked like the instant before the crash. Since XFS does not 
write data out to disk immediately unless you tell it to with fsync or an 
O_SYNC open (the same is true of other filesystems), you are looking at an 
inode which was flushed out to disk, but for which the data was never flushed 
to disk. You will find that the inode is not taking any disk space since all 
it has is a size, there are no disk blocks allocated for it yet.

This same will apply to other metadata only journaling filesystems. The 
current linux kernel VM will write out the metadata after 1/60th of a second 
and the data after 30 seconds. So the possibility of losing data when 
unplugging the power within 30 seconds is quite large. The only way of being 
sure that your data will get to the disk is using fsync in the program of 
sync after closing the program.
"

There is also a thread about this in the linux-xfs mailing list. You can see 
it at:

http://marc.theaimsgroup.com/?l=linux-xfs&m=100607082003066&w=2





[Cooker] Strange problems with lesstif in Mandrake 8.1

2001-11-08 Thread Jose Antonio Becerra Permuy

Lesstiff that comes with Mandrake 8.1 doesn't work well:
- Sometimes variables show incorrect values within DDD.
- Sometimes robot' sensors show incorrect values within Saphira (a tool to 
develop robot controllers).
Both applications:
- Use motif (or compatible) libraries.
- Work well with Mandrake 8.0's lesstif.
- Work well with Mandrake 8.1 if I uninstall lesstif and install openmotif 
(I recompiled DDD but not Saphira).
I am only subscribed to cooker and I don't read every e-mail, so, if you 
want more information, cc. to my private e-mail address.





Re: [Cooker] avifile

2001-07-26 Thread Jose Antonio Becerra Permuy

El Jue 26 Jul 2001 14:12, escribiste:
> i am wondering if a decent divx player will be

Try mplayer (http://mp.dev.hu/homepage) or xine 
(http://xine.sourceforge.net). I think they are the best and they play 
everything. I use xine for DVD movies and mplayer for avi files, but both 
programs improve every day.





Re: [Cooker] Beta1 and beta2 installation report

2001-03-26 Thread Jose Antonio Becerra Permuy

El Mié 21 Mar 2001 12:33, escribiste:
> it should be written:
>
> "To activate the mouse,"
> "MOVE YOUR WHEEL!"

You are right, that is written, but I have checked that, as samebody said 
before, after moving the wheel, the motion is still erratic for a few (two or 
three) seconds.

Here is another installation report as I promised:

- After selecting packages, the installation program said that there was not 
enough free space in the hard disk to perform upgrading (the hard disk only 
had 50 Mb free). I stopped installation and I restarted Linux to uninstall 
some packages so upgrading could be done. But the installation process 
upgraded rpm databases to rpm 4, so I was unable to uninstall packages!. I 
had to perform a fresh install keeping homes only. This is not a usual 
situation, but, when it's present, the damage is very large for an inexpert 
user (you can fix it without carrying out a fresh installation switching to 
VT 2 in the installation and doing some things, for example, but not 
everybody knows how to do it).
- I had the feeling that not all packages were present in the list of 
packages during installation (expert). Is this true? (maybe they were, but I 
navigated too fast through the installation steps).
- The problem of misleading behavior with Microsoft IMPS/2 was not present 
with a Logitech Wheel mouse.
- The problem of imposibility of changing CDs during installation was not 
present either. Please, note this was a fresh installation and not an 
upgrade as in my previous report.
- I selected some packages with rpmdrake to install them, the program asked 
for the CD, I put the CD in, I pressed the button but nothing happened. (?!)
- ppp is needed by kde-network and apmd is needed by kdeutils. I think these 
two dependencies must not be present because I can use kde-network and 
kdeutils without ppp and apmd.
- After uninstalling a package with rpmdrake, it deletes the package from 
the list, so no problem here. It may be that this is related with the fact of 
being a fresh installation and not an upgrade.
- You can't see kudzu screens when it detects new hardware if you use aurora.
- Konqueror crashes sometimes if I perform file operations from a shell 
while showing the directory in konqueror. I was unable to identify the exact 
operations for crashing konqueror. It crashed once when I deleted the 
directory (rm -rf) but it didn't crash the next time.

See you in next report :-)




Re: [Cooker] Beta1 and beta2 installation report

2001-03-21 Thread Jose Antonio Becerra Permuy

El Jue 09 Mar 2000 23:09, escribiste:
> (2)after upgrade to beta2, did you tried mount any cd(regular iso9660,
> ie. 7.2 cd1  or music cd, dvd)  mine is not be accessable.

It works fine in my computer (I have supermount enable). Here is my 
/etc/fstab:

/dev/hda6 / ext2 defaults 1 1
/dev/hda7 /var ext2 defaults 1 2
/dev/hda8 /tmp ext2 defaults 1 2
/dev/hda9 /home ext2 defaults 1 2
/dev/hda5 swap swap defaults 0 0
none /dev/pts devpts mode=0620 0 0
none /proc proc defaults 0 0
/dev/hda1 /mnt/winme vfat umask=0,nosuid,nodev 0 0
/dev/hda10 /mnt/win vfat umask=0,nosuid,nodev 0 0
/mnt/cdrom /mnt/cdrom supermount fs=iso9660,dev=/dev/cdrom,ro,nosuid,nodev 0 0
/mnt/floppy /mnt/floppy supermount fs=vfat,dev=/dev/fd0,nosuid,nodev 0 0

> [root@lshih /root]# mount  -t  iso9660 /dev/hda  /mnt
> mount: wrong fs type, bad option, bad superblock on /dev/hda,
>or too many mounted file systems
>(could this be the IDE device where you in fact use
>ide-scsi so that sr0 or sda or so is needed?)

Are you sure that /dev/hda is your cdrom drive?. I have not used ide-scsi 
emulation for a long time, but I think that, in that case, you must use the 
scsi device names and not the ide ones.




Re: [Cooker] Beta1 and beta2 installation report

2001-03-21 Thread Jose Antonio Becerra Permuy

El Mar 20 Mar 2001 22:49, escribiste:
> in case it happens again, be sure to note which process it is!
> i thought this was fixed in beta2 :-(

Ok.

> > - I had a Microsoft IMPS/2. If I select "generic ps/2 mouse with wheel"
> > in installation the mouse behavior is erratic. I have to select "generic
> > ps/2 mouse". Once installation is over, I can safely select "generic ps/2
> > mouse with wheel" in mousedrake, it works fine (this problem happened in
> > 7.2 too).
>
> did you try moving the wheel as written? after moving the wheel, it starts
> working again normally. It worked nicely in 7.2

No, I don't try moving the wheel. I only moved the mouse and I saw that my 
hand went in a direction and the mouse's cursor in another :-). I will 
install beta2 in my brother's computer this weekend and I will check again 
these two things.




[Cooker] Beta1 and beta2 installation report

2001-03-20 Thread Jose Antonio Becerra Permuy

Hello! I was going to send you a report with my experiences with beta1 when 
beta2 came out, so I send you a "all in one" report :-) Beta1 was an upgrade 
of a 7.2 system and beta2 was an upgrade of the beta1.


* Problems present in beta1 and fixed (I think) in beta2:
- X had ridiculous values regarding memory use in "ps".
- kppp was not setuid.
- openuniverse did "segmentation fault".


* Problems present in beta1 and which may be (or may not be) in beta2 (I 
don't know due to the nature of upgrading):
- squid package was unable to create squid user or group, I don't remember 
which one now :-(
- pspell, pspell-devel, gimp-libgimp and xmms-oggvorbis are "old" packages 
which were not uninstalled despite the fact that I installed the "new" 
corresponding packages.
- psacct package didn't make the files in /var/log, so I had to create them 
manually.


* Problems present in both betas:
- During installation, when it finished copying packages from the first CD, 
it asked for the second CD but I was unable to change the CD because it was 
being used for some process. BTW nice pictures during installation ;-). Which 
ones are going to be in the final release?. I propose penguins' renders or 
drawings with penguins doing surf, skying, playing football, etc. :-D
- A manual entry in grub (menu.lst) for a kernel compiled by myself was 
deleted.
- Makefile in kernel-source should have kgcc as the compiler instead of gcc 
(or can the kernel be safely compiled now with gcc-2.96?).
- iptables-restore is unable to load a file which I have stored with 
iptables-save.
- Aurora doesn't work with Matrox fb device (this happened with 7.2 too).
- I had a Microsoft IMPS/2. If I select "generic ps/2 mouse with wheel" in 
installation the mouse behavior is erratic. I have to select "generic ps/2 
mouse". Once installation is over, I can safely select "generic ps/2 mouse 
with wheel" in mousedrake, it works fine (this problem happened in 7.2 too).
- rpmdrake doesn't refresh package list after uninstalling a package.
- Doing "supermount enable" manually generates entries for supermount 
capable devices with noauto option, which I think is not desired.
- All directories in /var/log except "squid" and "security" missed their 
execution permission for all users (including owner)!

Ok, that's all for the moment. I hope it will be useful.
See you in next report! ;-)




[Cooker] Kdevelop in 7.2?

2000-10-17 Thread Jose Antonio Becerra Permuy

I have tried 7.2RC1 last weekend and it is much better than previous betas, 
although Konqueror is still far from perfect and it crashes in several web 
sites. I will give you more feedback this week, but I have a question. Why is 
not Kdevelop in 7.2? This program was in 7.1 and it is one of my favourites.




[Cooker] Netgroups and sshd

2000-10-06 Thread Jose Antonio Becerra Permuy

If I try to connect to a machine with openssh-2.2.0p1-6mdk I get:

sshd: warning: /etc/hosts.allow, line 1: netgroup support is disabled

in /var/log/messages and conection is refused. Connections to other machines 
with openssh-2.1.1p3-1mdk work fine. ALL machines have tcp_wrappers-7.6-12mdk 
and the following line in /etc/hosts.allow:

sshd: @gsa

Are netgroups disabled in openssh-2.2.0p1-6mdk? Is this a bug?




[Cooker] Unable installing 7.2 beta 2

2000-09-19 Thread Jose Antonio Becerra Permuy

Machine:
Acer TravelMate 513TE (notebook) with Mandrake 7.1

Step by step:
Spanish (Spain, modern sorting)
Expert
Rescue
Expert
Workstation
No SCSI
Generic Mouse (PS/2)
Spanish keyboard
Languages: English (UK), English (US), Spanish (Spain, modern 
sorting), 
Galego (Galician)
Can't call method "ask_warn" on an undefined value
ask_from_list: empty list
(The last error is repeated whenever I press ok button)

Switching VT3 I can read:
warning: can't call method "ask_warn" on an undefined value at 
/usr/bin/perl-install/install_interactive.pm line 23
warning: ask_from_list: empty list at /usr/bin/perl-install/interactive.pml 
ine 109, <> line 7

Regards.





Re: [Cooker] Need Info on JAVA IDE under Mandrake

2000-07-10 Thread Jose Antonio Becerra Permuy

On jue, 06 jul 2000, you wrote:
> I have recently migrated to Mandrake from MS-Windows. I am in LOVE!
> But I am having an impossible time obtaining a JAVA2 IDE kit under the
> GNU licence.

I have tested forte4java and jbuilder (free, but not GNU). Jbuilder is 
faster and nicer (IMHO).




Re: [Cooker] 7.1 iso beta3 bug reporting

2000-05-29 Thread Jose Antonio Becerra Permuy

El lun, 29 may 2000, escribiste:
> Jose Antonio Becerra Permuy <[EMAIL PROTECTED]> writes:
> 
> > - Soundcard doesn't work properly in Acer TravelMate 513TE.  I have
> 
> Can you give your lspci ?

This is the funny part (from /proc/pci):

  Bus  0, device   8, function  0:
Multimedia audio controller: ESS Technologies 3D Audio 1969 (rev 2).
  Medium devsel.  Fast back-to-back capable.  IRQ 5.  Master Capable.  Latency=32. 
 Min Gnt=2.Max Lat=24.
  I/O at 0x7800 [0x7801].
  I/O at 0x7850 [0x7851].
  I/O at 0x7870 [0x7871].
  I/O at 0x7890 [0x7891].
  I/O at 0x78a4 [0x78a5].

So, OSS esssolo1 driver would have to work, but I have a lot of
problems with it. I was not able of listening a mp3 file, only a CD audio after
changing volume (it doesn't matter initial or final volume, I had to change
it). After these problems, I tried ALSA es1938 driver (the one which comes in
7.1 beta3) and the soundcard works perfect now.
Greetings.




[Cooker] 7.1 iso beta3 bug reporting

2000-05-29 Thread Jose Antonio Becerra Permuy

- KDE apps don't work with LC_ALL=es@tradicional (it works in 7.0):
QFont::load: Internal error

- xmms doesn't work if LANGUAGE=es:
Gtk-WARNING **: GtkItemFactory: invalid entry path `Invertir lista'
Gtk-WARNING **: GtkItemFactory: invalid entry path `Modo de
visualizacion'
Gtk-WARNING **: invalid cast from (NULL) pointer to `GtkObject'

Error de segmentacion
...

- Soundcard doesn't work properly in Acer TravelMate 513TE.  I have
replaced OSS driver with ALSA driver and it works well now:
/etc/conf.modules (before):
...
alias sound esssolo1
...
/etc/conf.modules (after):
...
alias char-major-116 snd
alias snd-card-0 snd-card-es1938
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
...

- XFree 4.0 configuration in installation is not correct in Acer
TravelMate 513TE. The line driver="vga" must be replaced by driver="neomagic".
XFree 3.3.6 is correct.




[Cooker] KDE (Mandrake 7.1 beta3 iso) doesn't work in my notebook

2000-05-25 Thread Jose Antonio Becerra Permuy

I have installed Mandrake 7.1 beta2 iso (new installation) and I have
found that KDE applications, including kwm, don't work at all. All of them
(besides kwm, I have tested several in gnome) return:

QFont::load: Internal error

I have just updated to beta3 today (upgrade) and I still have the
problem. My computer is an Acer TravelMate 513TE notebook. 




Re: [Cooker] Netscape && ssh

2000-04-07 Thread Jose Antonio Becerra Permuy

El jue, 06 abr 2000, escribiste:

> > > If you change it to DISPLAY=localhost:0.0 then you can
> > > run your X apps with no problem.
> > 
> > Yes, but then X apps are not encrypted and, if you introduce some
> > password in one of them (in netscape to receive e-mail for example), that
> > password can be easily stollen.
> 
> Uh what? ssh is encrypting the session. That's what X11 forwarding is for.

From the ssh man: 

 If the user is using X11 (the DISPLAY environment variable is set), the
 connection to the X11 display is automatically forwarded to the remote
 side in such a way that any X11 programs started from the shell (or com­
 mand) will go through the encrypted channel, and the connection to the
 real X server will be made from the local machine.  The user should not
 manually set DISPLAY. Forwarding of X11 connections can be configured on
 the command line or in configuration files.
 
 The DISPLAY value set by ssh will point to the server machine, but with a
 display number greater than zero.  This is normal, and happens because
 ssh creates a ``proxy'' X server on the server machine for forwarding the
 connections over the encrypted channel.

If DISPLAY=somehost:0.0 then X apps are NOT forwarding through ssh.




Re: [Cooker] Netscape && ssh

2000-04-06 Thread Jose Antonio Becerra Permuy

El jue, 06 abr 2000, escribiste:

> I have noticed that since about a month ago, my root
> ssh terms (ssh -l root localhost) get default values
> for the DISPLAY variable which are some what strange
> to me. Values like:
> 
> "DISPLAY=hostyouareconnectingfrom:24.0"

That is because X connections are forwarding through ssh.

> 
> before it used to be:
> 
> "DISPLAY=hostyouareconnectingfrom:0.0"
> 
> If you change it to DISPLAY=localhost:0.0 then you can
> run your X apps with no problem.

Yes, but then X apps are not encrypted and, if you introduce some
password in one of them (in netscape to receive e-mail for example), that
password can be easily stollen.

> > I have a really annoying problem.
> > When I use ssh user@localhost, the XAUTHORITY is not
> > set to /tmp/Xauth...,
> > so I can't launch X app. It works only with myself
> > and root (who has my
> > identity.pub as authorized_keys).

I have had the same a problem and a guy give me the right solution.
Change your /etc/profile.d/xhost.sh to:

if [ ! -z "$DISPLAY" ];then
if [ "`id -u`" -gt 14 ];then
if [ -z "$XAUTHORITY" ];then
export XAUTHORITY=$HOME/.Xauthority
fi
fi
fi




Re: [Cooker] XFree86 4.0 Saga-Continues

2000-03-17 Thread Jose Antonio Becerra Permuy

El vie, 17 mar 2000, escribiste:

> [root@mentastacenter bill2]# rpm -Uvh XF*
> error: failed dependencies:
> XFree86 = 3.3.6-8mdk is needed by XFree86-XF86Setup-3.3.6-8mdk
> 
> So I can attempt the '--force --nodeps' technique or?

XF86Setup it doesn't work with XFree86 4, so you must uninstall
XFree86-XF86Setup package before installing XFree86 4. Of course, --force will
also work, but you will have installed an unnecessary package.
Greetings.



Re: [Cooker] problems with installing 7.0-V2 on a K7pro mainboard(msi 6195)

2000-02-15 Thread Jose Antonio Becerra Permuy

El vie, 11 feb 2000, escribiste:

> At 19:43 11/02/00 +0100, you wrote:
> > > The problem lies in a few areas. Mostly in the fact that even though
> > > the athlon is a good cpu the motherboards use a chipset that is at best
> > > rough around the edges. This leads to problems. Most of which cause
> >
> > We have in our laboratory 10 K7 and all of them work flawless with
> >Mandrake 7.0. Motherboards are Asus K7M. The main problem with K7 is power
> >supply. The first K7 had a 220W power supply and it crashed after few hours.
> >Then, our provider bought 250W power supplys tested by AMD (sorry, I don't
> >remember the branch). Since then, no problem. AMD has in its web page a 
> >list of
> >power supplys tested. There are also several user pages in the WWW describing
> >problems with K7.
> 
> This isnt a powersupply problem, this is system does perform well but it 
> seems that somehow the install process has completely lost its 
> marbles.(faling to come up with any rpms for me to select for install).

I was only saying that the chipset was not the guilty and that hardware
problems with Athlons are usually related with power supplys (and memory).

> Fic SD-11 is a bad board i killed 2 of those, and generally operating any 
> Athlon system on a 220W or 250W is a gamble or u have a _really_ good one.

Of course, but::

"To ensure reliable operation of AMD Athlon[tm] Processor-based systems, an
AMD-recommended 250W or larger ATX 2.01 power supply is required for the
majority of system configurations. Recommendations are based on the ability of
a supply to provide the power sequencing and current requirements of AMD
Athlon systems. The current supplied on the +5VDC power rail as well as the
combined current supplied by the +5-VDC and +3.3-VDC power rails has been
tested on the supplies listed below."

And there is NOT a 220W ATX power supply in that list
(http://www1.amd.com/athlon/power). I am not saying that power supply is the
source of your problems (in fact, I had not read your original message so I
didnt' know what problems were :-)), but that a lot of problems many people are
having are related with power supplys. And these problems are not so simple as
"it doesn't turn on". For example, one of our first systems with a 220W ATX
apparently worked well with Windows 98, but when we installed Windows NT
motherboard seemed to crash!!!.

> Please other users i have tested this setup there is nothing wrong hardware 
> wise, all devices function propperly under wind*ws. As all the devices were 
> working under mandrake 7.0 V2 with the MSI-6167 (xept for the 3com509).

Sorry, I can't help you with your motherboard because I have not put my
hands in one. I hope you can solve your problems.
Greetings.



Re: [Cooker] problems with installing 7.0-V2 on a K7pro mainboard(msi 6195)

2000-02-11 Thread Jose Antonio Becerra Permuy

El vie, 11 feb 2000, escribiste:

> The problem lies in a few areas. Mostly in the fact that even though
> the athlon is a good cpu the motherboards use a chipset that is at best
> rough around the edges. This leads to problems. Most of which cause

We have in our laboratory 10 K7 and all of them work flawless with
Mandrake 7.0. Motherboards are Asus K7M. The main problem with K7 is power
supply. The first K7 had a 220W power supply and it crashed after few hours.
Then, our provider bought 250W power supplys tested by AMD (sorry, I don't
remember the branch). Since then, no problem. AMD has in its web page a list of
power supplys tested. There are also several user pages in the WWW describing
problems with K7.
Greetings.



Re: [Cooker] screwed X

2000-02-08 Thread Jose Antonio Becerra Permuy

El mar, 08 feb 2000, escribiste:

> I recently tried to build a new kernel, and wrote the kernel to a bootdisk
> rather than the hard-drive so that I could go back to the working setup if it
> didn't boot. Well, it didn't boot, but when I booted the previous installation,
> it gets to the point that it goes to load X, and essentially hangs. How can I
> get it to stop at the initial logon window before starting to load X, so that I
> can rerun Xconfigurator?

If your image label is "linux" type:

linux 3

at lilo prompt.



Re: [Cooker] mirrordir, vnc and nget

1999-08-27 Thread Jose Antonio Becerra Permuy

Axalon Bloodstone escribió:

> strace -o '|[EMAIL PROTECTED]' your commandline

I have sent you a few minutes ago...

> > Do you  know nget? It is a really useful utility for download messages or
> > binaries from newsgroups. Can you include in cooker?
>  url?

http://www.azstarnet.com/~donut/programs.html

From freshmeat.net: "nget is a command line nntp file grabber. It automatically
pieces together multipart postings for easy retrieval. It handles disconnects 
gracefully,
resuming after the last part succesfully downloaded. nget also caches header data for
quick access."

Greetings.