LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 04-10-2008, 01:52 PM   #1
maginotjr
Member
 
Registered: Aug 2004
Location: BR - Floripa
Distribution: Ubuntu 9.10 - 2.6.x.x
Posts: 661

Rep: Reputation: 35
Question Strange file attributes, can't delete and problems with apt


Hi!

After trying to make a reinstall of evince, I received this error:

Code:
Você deve querer executar `apt-get -f install' para corrigir isso:
Os pacotes a seguir têm dependências desencontradas:
  evolution: Depende: evolution-common (= 2.12.1-0ubuntu1.1) mas não vai ser instalado
E: Dependências desencontradas. Tente `apt-get -f install' sem nenhum pacote (ou especifique uma solução).
Well, this is telling me to use apt-get -f to force the correction of the dependence, dont worked. Received other error:

Code:
Selecionando pacote previamente não selecionado evolution-common.
(Lendo banco de dados ... 96583 arquivos e diretórios atualmente instalados.)
Preparando para substituir evolution-common 2.12.1-0ubuntu1 (usando .../evolution-common_2.12.1-0ubuntu1.1_all.deb) ...
Descompactando substituto evolution-common ...
dpkg: erro processando /var/cache/apt/archives/evolution-common_2.12.1-0ubuntu1.1_all.deb (--unpack):
 não foi possível efetuar stat de `./usr/share/icons/hicolor/scalable' (que eu estava prestes a instalar): Permissão negada
dpkg-deb: subprocesso paste morto por sinal (Pipe quebrado)
Erros foram encontrados durante processamento de:
 /var/cache/apt/archives/evolution-common_2.12.1-0ubuntu1.1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
So lead me to /usr/share/icons/hicolor where I saw something very strange, I have to confess that I never saw this, so this is my big question, what this mean and how to fix it:

Code:
root@ubuntu-local:/etc/apt# ls -l /usr/share/icons/hicolor/
total 0
drwxr-xr-x 15 root root 392 2007-10-15 21:19 128x128
drwxr-xr-x 15 root root 392 2007-10-15 21:19 16x16
drwxr-xr-x 15 root root 392 2007-10-15 21:19 192x192
drwxr-xr-x 15 root root 392 2007-10-15 21:19 22x22
drwxr-xr-x 15 root root 392 2007-10-15 21:19 24x24
drwxr-xr-x 15 root root 392 2007-10-15 21:19 32x32
drwxr-xr-x 15 root root 392 2007-10-15 21:19 36x36
drwxr-xr-x 15 root root 392 2007-10-15 21:19 48x48
drwxr-xr-x 15 root root 392 2007-10-15 21:19 64x64
drwxr-xr-x 15 root root 392 2007-10-15 21:19 72x72
drwxr-xr-x 15 root root 392 2007-10-15 21:19 96x96
?---------  ? ?    ?      ?                ? /usr/share/icons/hicolor/icon-theme.cache
?---------  ? ?    ?      ?                ? /usr/share/icons/hicolor/index.theme
?---------  ? ?    ?      ?                ? /usr/share/icons/hicolor/scalable

thanks!
 
Old 04-10-2008, 07:18 PM   #2
DragonSlayer48DX
Registered User
 
Registered: Dec 2006
Posts: 1,454
Blog Entries: 1

Rep: Reputation: 75
The command should have been "sudo apt-get -f"

If that doesn't work, post all errors you receive. (translated, please!)

Cheers

Last edited by DragonSlayer48DX; 04-10-2008 at 07:20 PM.
 
Old 04-16-2008, 09:46 AM   #3
maginotjr
Member
 
Registered: Aug 2004
Location: BR - Floripa
Distribution: Ubuntu 9.10 - 2.6.x.x
Posts: 661

Original Poster
Rep: Reputation: 35
I have done already apt-get -f install

and I get this error message:

Code:
root@ubuntu-local:/home/administrador# apt-get -f install
(...)
Unpacking substitue evolution-common ...
dpkg: error processing /var/cache/apt/archives/evolution-common_2.12.1-0ubuntu1.1_all.deb (--unpack):
 Can't make stat of `./usr/share/icons/hicolor/scalable' (That I was going to install): Permission denied
dpkg-deb: subprocess paste dead by signal (Broken pipe)
Errors were found during process of:
 /var/cache/apt/archives/evolution-common_2.12.1-0ubuntu1.1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
obs: hand translated from pr_br to en


After seeing this error I cd to /usr/share/icons/hicolor and ls them I saw these strange attributes:

Code:
root@ubuntu-local:/usr/share/icons/hicolor# ls -l
total 0
drwxr-xr-x 15 root root 392 2007-10-15 21:19 128x128
drwxr-xr-x 15 root root 392 2007-10-15 21:19 16x16
drwxr-xr-x 15 root root 392 2007-10-15 21:19 192x192
drwxr-xr-x 15 root root 392 2007-10-15 21:19 22x22
drwxr-xr-x 15 root root 392 2007-10-15 21:19 24x24
drwxr-xr-x 15 root root 392 2007-10-15 21:19 32x32
drwxr-xr-x 15 root root 392 2007-10-15 21:19 36x36
drwxr-xr-x 15 root root 392 2007-10-15 21:19 48x48
drwxr-xr-x 15 root root 392 2007-10-15 21:19 64x64
drwxr-xr-x 15 root root 392 2007-10-15 21:19 72x72
drwxr-xr-x 15 root root 392 2007-10-15 21:19 96x96
?---------  ? ?    ?      ?                ? icon-theme.cache
?---------  ? ?    ?      ?                ? index.theme
?---------  ? ?    ?      ?                ? scalable
look at icon-theme.cache, index.theme and scalable... the attributes are bizarre and I cant chmod, chown or rm them...

Any idea of whats happening there?


[ ]s
 
Old 04-16-2008, 09:50 AM   #4
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
If this is Reiserfs you may want to check the filesystem.
 
Old 04-16-2008, 11:28 AM   #5
maginotjr
Member
 
Registered: Aug 2004
Location: BR - Floripa
Distribution: Ubuntu 9.10 - 2.6.x.x
Posts: 661

Original Poster
Rep: Reputation: 35
Hmmmm yeah.. is reiserfs..

thanks for the tip!


[ ] ' s
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing File Attributes terdbird Slackware 6 04-23-2005 03:39 AM
Strange problem: can not delete file as root ?? hendrixx Linux - General 29 11-11-2004 12:46 AM
cron job to delete files based on attributes alpha21 Linux - General 3 11-09-2004 12:06 PM
uploaded file on vsftpd has wrong file attributes rune.kg Linux - Newbie 2 03-06-2004 09:23 AM
file attributes binky22 Linux - Newbie 2 09-26-2003 04:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 12:04 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration