Re: [expert] Texstar KDE 3.1.4

2003-10-05 Thread me
On Sunday 05 October 2003 10:03 am, Greg Meyer wrote:
> On Sunday 05 October 2003 10:36 am, Damien wrote:
> > Hello,
> >
> > I've recently installed (tried to actually...) texstar's KDE 3.1.4
> > binaries. Everything seems to install fine (except for some harmless
> > dependencies),
>
> but
>
> > on the launch, when KDE shows up I keep getting :
> > "Unable to create io-slave: unknown protocol file"
> > and it doesn't recognize any mime type anymore, however installed (
> > ${KDEDIR}/share/services... )

I upgraded from 3.13 to 3.14 last night and had no problems.

Jack


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Cant Delete File SOLVED

2003-09-30 Thread me
Ok thank you for all the suggestions, they were more than I knew to try. I 
accidentally stumbled onto the solution. 

I booted to a backup version of 9.1 I have on a little drive, loaded the raid 
drivers and tried to delete the file, still no progress. Over the past couple 
of days I've tried to run fsck but it always says its clean. Looked on the 
man page and there was my answer. 

fsck -f

I got tons of really strange errors, after all was said and done, fsck somehow 
made the file dissappear.

Jack


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Cant Delete File

2003-09-30 Thread me
On Monday 29 September 2003 10:20 am, James Sparenberg wrote:
> Haven't had it do to reiser but I've sure had it happen do to Mozzila.
> I have to do an rm -Rf .mozilla about once every 2 months and then move
> my backup of bookmarks and cookie (do not set) files back over.  2 times
> now it's created a file I couldn't remove.  Except by a 3rd party
> (rescue disk) boot and removal.
>
> James

Still couldnt delete it under a rescue disk.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Cant Delete File

2003-09-30 Thread me
On Monday 29 September 2003 09:26 pm, Damian Gatabria wrote:
> WAIT!! this gives me an idea.. :oP
> since you could move the file.. how about mv .Mail-old /dev/null ??
>
> Same for you Jack, try `mv chrome /dev/null`
>
> ... /dev/null being in a different partition, i doubt it will
> actually work, but what the hell..
>
> HTH
>
> Damian

Nope didnt work still said permission denied.

Jack


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Cant Delete File

2003-09-29 Thread me
On Monday 29 September 2003 10:55 am, [EMAIL PROTECTED] wrote:
> Not sure if this has been suggested but you can try finding and deleting
> by inode:
>
> [EMAIL PROTECTED]  ls -i
> 32903   mozilla.ps  32770 week1_day1
> 1802247 mp3 32911 week1_day1.sxw
>   32917 openssh-3.4p1-7.i386.rpm32904 week1_day2
>
> [EMAIL PROTECTED] find . -inum 32903
> ./mozilla.ps
> [EMAIL PROTECTED] find . -inum 32903 -exec rm -f {} \;
>
> You might also want to try this as root.

find . -inum 507535 -exec rm -f {} \;
rm: cannot remove `./chrome': Operation not permitted

Thank you for the suggestion.
Jack


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Cant Delete File

2003-09-29 Thread me
On Monday 29 September 2003 03:10 am, Anne Wilson wrote:
> I saw a similar problem once.  A reboot fixed it.  I'd still like to
> know why it happened, but if you haven't tried it, do that before you
> try anything more desperate.
>
> Anne

Unfortunately that didn't change anything, may have to try the beta.

Jack


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Cant Delete File

2003-09-29 Thread me
On Monday 29 September 2003 02:01 am, Vox wrote:
>  what does "lsattr chrome" and "file chrome" give you?
>
>   Vox

Also this may help:

stat chrome
File: `chrome'
Size: 2369121266  Blocks: 3942645760 IO Block: 4096   weird file
Device: 7206h/29190dInode: 507535  Links: 442
Access: (6372/?-wsrws-w-)  Uid: (35327/ UNKNOWN)   Gid: (-1017249796/ UNKNOWN)
Access: 1972-05-31 00:36:05.0 -0500
Modify: 1997-12-06 19:46:36.0 -0600
Change: 1967-01-18 19:47:16.0 -0600


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Cant Delete File

2003-09-29 Thread me
On Monday 29 September 2003 02:01 am, Vox wrote:
>  what does "lsattr chrome" and "file chrome" give you?
>
>   Vox

lsattr chrome
lsattr: Inappropriate ioctl for device While reading flags on chrome

file chrome
chrome: setuid setgid file: invalid mode 0176372.

Hope that helps
Jack


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Cant Delete File

2003-09-29 Thread me
On Monday 29 September 2003 03:02 am, Richard Urwin wrote:
> try going down to single-user mode ("telinit 1" as root) and delete it from
> there.
> maybe some process has the file open.
  tried that :(

Jack


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Cant Delete File

2003-09-28 Thread me
On Monday 29 September 2003 01:06 am, David Guntner wrote:
> Root can delete any file or directory in the system.  What's stopping you
> from su'ing to root and deleting it that way?
>
>   --Dave
Kde says Access Denied

Shell: (su as root)
rm chrome
rm: remove write-protected weird file `chrome'? y
rm: cannot remove `chrome': Operation not permitted

rd chrome
rmdir: `chrome': Operation not permitted

It may be time to upgrade 

Jack


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[expert] Cant Delete File

2003-09-28 Thread me
Hello, I am hoping someone can give me some advice on how to delete a file.

Apparently the directory /usr/local/netscape/chrome/ got hosed and it shows up 
as a 2.2gb file and not a directory any longer.

EXT3 file system, file system check shows no problem.

The file shows OWNER:  35327
and I can not create a user that starts with  a number to delete it that way.

GROUP:  3277717500 (kde)
   -10172497 (midnight commander) this may just be how shell and kde
  display the number (signed number??)

I added both of these groups and added root to both groups and I still cant do 
anything with the file.

Any Suggestions?? 

Thank You
Jack


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] ATA RAID

2003-08-19 Thread me
On Tuesday 19 August 2003 12:33 pm, Bryan Phinney wrote:
> On Tuesday 19 August 2003 08:51 am, Felix Miata wrote:
> > I looked at mandrakeuser.org and tldp.org and found nothing on this
> > subject. Before I go looking anywhere else for non-Mandrake-specific
> > coverage of this subject, anyone here know of good coverage on using
> > Highpoint motherboard RAID with Mandrake?
>
> I have a Hpt372 on my motherboard and had to turn it off in the BIOS since
> with standard 9.1, it causes a kernel panic that kills Mandrake.  I did
> recompile the kernel with the Highpoint drivers and got it to the point
> where it wouldn't kernel panic when starting Linux but it still would not
> see the hard drives on that controller.

I have used both the High Point drivers and the ataraid drivers with success. 
I dont recall having a kernel panic on the 9.x series mandrake, however the 
8.x series I did. I have a Soyo PS4 Dragon Ultra. Diskdrake hoses the raid 
array when writing the partition table during an install. with Mandrake 8.x I 
had to use the highpoint drivers, as the Ataraid drivers would not function 
for me. With Mandrake 9.x the ataraid drivers finally worked, for the 
highpoint driver you had to disable some stuff and re-compile the kernel.

I can access a fat32 and ntfs partition on the raid 0 array.  The biggest 
drawback is I have never been able to boot from the array. I installed to a 
regular drive. Loaded the ataraid and hptraid modules so I could access the 
drive. Built an initrd with ataraid and hptraid (plus journaling FS and ext3) 
modules. Edit the lilo.conf so that it uses the new initrd and run lilo, then 
moved the installation to the raid 0 array. In this way if I ever have a 
problem with the array I can still boot linux off the regular drive and fix 
any problems. When all is done only the MBR and /boot are used off of the 
regular drive.

Jack


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] ATA RAID

2003-08-19 Thread me
On Tuesday 19 August 2003 07:50 pm, Bryan Phinney wrote:
> That also means that I have never been able to use the  RAID controller as
> even standard ATA controllers either, just enabling them in the BIOS causes
> a kernel panic on boot.  Looking back at the logs, it is trying to
> initialize the 366 Highpoint driver at the point that it dies in a panic.

That is what caused the panic, was the 366 driver, but with 9.1 I dont recall 
having that problem. I may have removed the 366 module or something. I 
remember there was info abt it in the highpoint driver package.

Jack


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[expert] Kdeprint not passing enviroment to ghostscript??

2003-01-12 Thread me
Hello all,

I have been troubleshooting my print system and have hit a brick wall. 

I am using Mandrake 9.0 , Cups for the spooler, HP Deskjet 712 
(foomatic+pnm2ppa) , ghostscript.

I can print any graphic file from kdeprint, but text files never print.

The cups error log shows ghostscript can not find a font and can not 
substitute for the font and gives the following:

Unable to substitute for font.
Error: /invalidfont in findfont

NOW, at this point it seems to be a ghostscript configuration problem, However 
if I use LP at a command line it will print text files perfectly. 

The fonts do exist in /usr/share/fonts/default/Type1 and reading the 
ghostscript docs I tried adding that to GS_LIB and GS_FONTPATH then exporting 
them and this did not let GS find the fonts. I tried putting links to the 
fonts in the directory /usr/share/cups/fonts. I ran the KDE addprinter and in 
directories I added /usr/share/fonts/default/Type1 and ghostscript to the 
font directories.

I found one of the scripts that made GS_FONTPATH=$CUPSFONTPATH, this may not 
be the exact cups variable but close. I could find nothing in cups that set 
this variable, looks like it is set by cups from the /etc/cupsd.conf.

I have Mandrake 9.0 installed on a small hard drive with the stock kernel and 
it will print. I have compared all the configuration files that seemed 
relevant and nothing looks out of place.

This has been going on for abt 3 weeks and I'm about to pull out what hair I 
have left. I'm sure there's something I have over-looked. I know Cups, 
Foomatic, Ghostscript, PNM2PPA and probably other things are involved but I 
can not figure out how LP can print and kdeprint fails.

BTW I have an error log with just 1 small print job if it would help.

Thanks for listening, any help or direction would be appreciated.

Jack


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Install 8.1 from the network.

2001-10-18 Thread me

I have lots of bandwidth but no blank CDRs at the moment.  Can some one
give me the lowdown on installing from the network?  Most likely  it
will be NFS but I'm not sure.

Thanks

Michael
-- 

Open Source Web Developer
Unix/Linux Web Server Administrator




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] konqueror in KDE 2.1 final misrendering

2001-03-09 Thread Me

ASP works fine on any browser if you're just looking at a site. All the 
browser ever gets is just the html with an .asp extension. Any problems with 
rendering are usually due to bad HTML support or (more likely) bad CSS (bad 
CSS engine, wrong fonts, etc)

The only lack of complete support for ASP is the server-sides stuff.  The few 
ASP modules for Apache aren't too well developed yet (but they're coming 
along very nicely).  And I don't think I've ever seen an IDE or an editor 
that can do syntax highlighting for ASP script writing.

Your best bet is to change to PHP (which works well on windows and linux 
systems and offers pretty much the same functionality without the guilt of 
being a slave to IIS development).

On Friday 09 March 2001 09:57 am, you wrote:
> I have heard that, kde's Konqueror, does not support .asp pages ? is that
> true ? i have also heard that whole Linux does not support .asp well ? is
> that true ?
> Please, answers are wel come.
> thanx in advance.
> Ritesh.
> - Original Message -
> From: "Ron Stodden" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, March 09, 2001 12:47 AM
> Subject: Re: [expert] konqueror in KDE 2.1 final misrendering
>
> > Praedor Tempus wrote:
> > > Using konqueror from kde 2.1 final, I find that it doesn't render this
>
> page
>
> > > properly:
> > >
> > > http://www.pcquest.com/june00/linux_spam.asp
> > >
> > > The text is overlaid into the link frame on the left of the page.
>
> Trying to
>
> > > reload doesn't help, nor does restarting konqueror and trying again.
> >
> > Netscape 4.67 also renders this page exactly as you describe, so it
> > probably is not a Konqueror problem.
> >
> > Now try:
>
> http://www.microsoft.com/ntworkstation/downloads/PowerToys/Networking/NTTwe
>a kUI.asp
>
> > Konqueror completey fails to show the 'Download Now' pushbuttons at
> > the top and bottom of this page.
> >
> > --
> > Regards,
> >
> > Ron. [au]




[expert] unsubcribe me please

2000-10-09 Thread me


- Original Message -
From: "Vincent Danen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 09, 2000 1:42 PM
Subject: [Announce] MDKA-2000:010 - modutils update




Linux-Mandrake Update Advisory


Package name: modutils
Date: October 9th, 2000
Advisory ID: MDKA-2000:010

Affected versions: 7.1


Problem Description:

 There was a problem with modutils crashing constantly when used in
 higher Linux-Mandrake security levels due to a problem with the
 libsafe library which is used in those higher security levels.  The
 problem seems to be due to compiling modutils with the compiler option
 -fomit-frame-pointer.  This update is a rebuild of modutils without
 that compiler option so it will work when libsafe is used.


Please verify these md5 checksums of the updates prior to upgrading to
ensure the integrity of the downloaded package.  You can do this by
running the md5sum program on the downloaded package by using
"md5sum package.rpm".

Linux-Mandrake 7.1:
7518afc708b38b2c047c9ddb31e64466  7.1/RPMS/modutils-2.3.10-3mdk.i586.rpm
8f81349d8df0ea9050d651c08e289742  7.1/SRPMS/modutils-2.3.10-3mdk.src.rpm


To upgrade automatically, use « MandrakeUpdate ».

If you want to upgrade manually, download the updated package from one
of our FTP server mirrors and uprade with "rpm -Uvh package_name".

You can download the updates directly from:
  ftp://ftp.linux.tucows.com/pub/distributions/Mandrake/Mandrake/updates
  ftp://ftp.free.fr/pub/Distributions_Linux/Mandrake/updates

Or try one of the other mirrors listed at:

  http://www.linux-mandrake.com/en/ftp.php3.

Updated packages are available in the "updates/[ver]/RPMS/" directory.
For example, if you are looking for an updated RPM package for
Linux-Mandrake 7.1, look for it in "updates/7.1/RPMS/".  Updated source
RPMs are available as well, but you generally do not need to download
them.

Please be aware that sometimes it takes the mirrors a few hours to
update, so if you want an immediate upgrade, please use one of the two
above-listed mirrors.

You can view other update advisories for Linux-Mandrake at:

  http://www.linux-mandrake.com/en/security/






Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] problems with modules

2000-01-31 Thread me

Elizabeth Dolan wrote:
> 
> 
>   i recently compilied and installed 2.2.14 kernel due because i have
>no
> sound so i downloaded the the kernel sourse as well as th cmi8338
> source code everything i think went well anyway i got to  do what
>   was
> said in the driver readme file so i did:
> 
> modprobe -a \* -displays all the modules but it came up with that
> everone had unresolved symbol
> i go on to do:
> 
> modprobe -a
> then comes up wit han error
> modprobe: not and ELF file
> 
> does anyone know what the problem is as i still don't have any
>  sound
> can anyone tell me how to fix this or what the problem is
> thank you
> 
> 

Do a: mv /lib/modules/2.2.14-XX  /lib/modules/2.2.14-XX.old
before you recompile your kernel.

BTW, what's your soundcard/chip?