* [Comm] /usr/share/doc/indexhtml
@ 2015-04-18 6:06 Vladimir Karpinsky
2015-04-18 6:20 ` Vyatcheslav Perevalov
2015-04-18 6:28 ` Hihin Ruslan
0 siblings, 2 replies; 6+ messages in thread
From: Vladimir Karpinsky @ 2015-04-18 6:06 UTC (permalink / raw)
To: community
Здравстсвуйте!
После очередного обновления (p7) наблюдаю следующее:
# df
df: «/usr/share/doc/indexhtml (deleted)»: Нет такого файла или каталога
Файловая система Размер Использовано Дост Использовано% Cмонтировано в
/dev/sda1 4,0G 3,4G 409M 90% /
udevfs 5,0M 0 5,0M 0% /dev
runfs 5,0M 428K 4,6M 9% /run
...
Когда-то здесь такое уже наблюдалось, но как-то рассосалось -- уже не помню
как. Вообще этот каталог (/usr/share/doc/indexhtml) очень странный:
root# ls -l /usr/share/doc/ | grep index
drwxr-xr-x 0 root root 0 апр 17 22:23 indexhtml
root# touch /usr/share/doc/indexhtml/1
touch: невозможно выполнить touch для «/usr/share/doc/indexhtml/1»: Нет
такого файла или каталога
root# # rm -rf /usr/share/doc/indexhtml/
rm: невозможно удалить «/usr/share/doc/indexhtml/»: Устройство или ресурс
занято
root# fuser -fv /usr/share/doc/indexhtml
<пусто>
--
С уважением,
Владимир.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] /usr/share/doc/indexhtml
2015-04-18 6:06 [Comm] /usr/share/doc/indexhtml Vladimir Karpinsky
@ 2015-04-18 6:20 ` Vyatcheslav Perevalov
2015-04-18 6:28 ` Vladimir Karpinsky
2015-04-18 6:28 ` Hihin Ruslan
1 sibling, 1 reply; 6+ messages in thread
From: Vyatcheslav Perevalov @ 2015-04-18 6:20 UTC (permalink / raw)
To: community
В Sat, 18 Apr 2015 09:06:26 +0300
Vladimir Karpinsky <vkarpinsky@mail.ru> пишет:
> Здравстсвуйте!
>
> После очередного обновления (p7) наблюдаю следующее:
>
> # df
> df: «/usr/share/doc/indexhtml (deleted)»: Нет такого файла или
> каталога Файловая система Размер Использовано Дост Использовано%
> Cмонтировано в /dev/sda1 4,0G 3,4G 409M
> 90% / udevfs 5,0M 0 5,0M 0% /dev
> runfs 5,0M 428K 4,6M 9% /run
> ...
>
> Когда-то здесь такое уже наблюдалось, но как-то рассосалось -- уже не
> помню как. Вообще этот каталог (/usr/share/doc/indexhtml) очень
> странный:
>
> root# ls -l /usr/share/doc/ | grep index
> drwxr-xr-x 0 root root 0 апр 17 22:23 indexhtml
>
> root# touch /usr/share/doc/indexhtml/1
> touch: невозможно выполнить touch для «/usr/share/doc/indexhtml/1»:
> Нет такого файла или каталога
>
> root# # rm -rf /usr/share/doc/indexhtml/
> rm: невозможно удалить «/usr/share/doc/indexhtml/»: Устройство или
> ресурс занято
>
> root# fuser -fv /usr/share/doc/indexhtml
> <пусто>
>
# ls -l /usr/share/doc/ | grep index
drwxr-xr-x 3 root root 4096 фев 19 2013 indexhtml
# touch /usr/share/doc/indexhtml/1
# ls -l /usr/share/doc/indexhtml
итого 24
-rw-r--r-- 1 root root 0 апр 18 12:16 1
drwxr-xr-x 2 root root 4096 май 11 2012 img
-rw-r--r-- 1 root root 1763 янв 13 2011 index.css
-rw-r--r-- 1 root root 3227 янв 13 2011 index-en.html
lrwxrwxrwx 1 root root 13 май 11 2012 index.html -> index-ru.html
-rw-r--r-- 1 root root 4222 янв 13 2011 index-ru.html
-rw-r--r-- 1 root root 3985 янв 13 2011 index-uk.html
# rm -r /usr/share/doc/indexhtml/1
# ls -l /usr/share/doc/indexhtml
итого 24
drwxr-xr-x 2 root root 4096 май 11 2012 img
-rw-r--r-- 1 root root 1763 янв 13 2011 index.css
-rw-r--r-- 1 root root 3227 янв 13 2011 index-en.html
lrwxrwxrwx 1 root root 13 май 11 2012 index.html -> index-ru.html
-rw-r--r-- 1 root root 4222 янв 13 2011 index-ru.html
-rw-r--r-- 1 root root 3985 янв 13 2011 index-uk.html
--
С уважением,
Вячеслав Перевалов
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] /usr/share/doc/indexhtml
2015-04-18 6:20 ` Vyatcheslav Perevalov
@ 2015-04-18 6:28 ` Vladimir Karpinsky
2015-04-18 6:31 ` Hihin Ruslan
0 siblings, 1 reply; 6+ messages in thread
From: Vladimir Karpinsky @ 2015-04-18 6:28 UTC (permalink / raw)
To: community
Различие понятно. Как осознать кто или что держит этот ресурс? Я замечаю
это второй раз, и второй раз после обновления. М.б. презагрузка и решит
проблему, но пока хотелось бы без неё обойтись.
> root# fuser -fv /usr/share/doc/indexhtml
> <пусто>
18.04.2015 9:20, Vyatcheslav Perevalov пишет:
> # touch /usr/share/doc/indexhtml/1
> # ls -l /usr/share/doc/indexhtml
> итого 24
> -rw-r--r-- 1 root root 0 апр 18 12:16 1
> drwxr-xr-x 2 root root 4096 май 11 2012 img
> В Sat, 18 Apr 2015 09:06:26 +0300
> Vladimir Karpinsky <vkarpinsky@mail.ru> пишет:
>> Вообще этот каталог (/usr/share/doc/indexhtml) очень
>> странный:
>>
>> root# ls -l /usr/share/doc/ | grep index
>> drwxr-xr-x 0 root root 0 апр 17 22:23 indexhtml
>>
>> root# touch /usr/share/doc/indexhtml/1
>> touch: невозможно выполнить touch для «/usr/share/doc/indexhtml/1»:
>> Нет такого файла или каталога
--
С уважением,
Владимир.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] /usr/share/doc/indexhtml
2015-04-18 6:06 [Comm] /usr/share/doc/indexhtml Vladimir Karpinsky
2015-04-18 6:20 ` Vyatcheslav Perevalov
@ 2015-04-18 6:28 ` Hihin Ruslan
2015-04-18 7:00 ` Vladimir Karpinsky
1 sibling, 1 reply; 6+ messages in thread
From: Hihin Ruslan @ 2015-04-18 6:28 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 2442 bytes --]
Здравствуйте Vladimir Karpinsky
В сообщении от 18 апреля 2015 Vladimir Karpinsky написал(a):
> Здравстсвуйте!
>
> После очередного обновления (p7) наблюдаю следующее:
>
Вообше- то он принадлежит,
$ rpm -qf /usr/share/doc/indexhtml
indexhtml-common-0.6.3-alt1
Но т.к. это символическая ссылка, то, он может
меняться в зависимости от установленного пакета:
$ apt-cache search indexhtml | grep branding
branding-altlinux-backup-server-indexhtml -
branding-altlinux-backup-server -- ALT Linux html welcome page
branding-altlinux-centaurus-indexhtml -
branding-altlinux-centaurus -- ALT Linux html welcome page
branding-altlinux-desktop-indexhtml -
branding-altlinux-desktop -- ALT Linux html welcome page
branding-altlinux-kdesktop-indexhtml -
branding-altlinux-kdesktop -- ALT Linux html welcome page
branding-altlinux-lite-indexhtml - branding-altlinux-lite -- ALT
Linux html welcome page
branding-altlinux-lxdesktop-indexhtml -
branding-altlinux-lxdesktop -- ALT Linux html welcome page
branding-altlinux-office-server-indexhtml -
branding-altlinux-office-server -- ALT Linux html welcome page
branding-altlinux-sisyphus-indexhtml - ALT Linux welcome page
branding-altlinux-spt-indexhtml - branding-altlinux-spt -- ALT
Linux html welcome page
branding-altlinux-tablet-indexhtml - branding-altlinux-tablet --
ALT Linux html welcome page
branding-informika-schoolmaster-indexhtml -
branding-informika-schoolmaster -- ALT Linux html welcome page
branding-ivk-chainmail-indexhtml - branding-ivk-chainmail -- ALT
Linux html welcome page
branding-school-junior-indexhtml - Стартовая страница для
дистрибутива Альт Линукс 7.0.5 Школьный Юниор
branding-school-lite-indexhtml - branding-school-lite -- ALT
Linux html welcome page
branding-school-master-indexhtml - Стартовая страница для
дистрибутива Альт Линукс 7.0.5 Школьный Мастер
branding-school-server-indexhtml - Стартовая страница для
дистрибутива Альт Линукс 7.0.5 Школьный Сервер
branding-school-teacher-indexhtml - Стартовая страница для
дистрибутива Альт Линукс 7.0.5 Школьный Учитель
branding-simply-linux-indexhtml - Стартовая страница для
дистрибутива "Просто Линукс"
branding-sisyphus-server-light-indexhtml -
branding-sisyphus-server-light -- ALT Linux html welcome page
--
А ещё говорят так (fortune):
Pauca sed matura. [Few but excellent.] -- Gauss
________________________________________________________________________
С уважением Хихин Руслан
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] /usr/share/doc/indexhtml
2015-04-18 6:28 ` Vladimir Karpinsky
@ 2015-04-18 6:31 ` Hihin Ruslan
0 siblings, 0 replies; 6+ messages in thread
From: Hihin Ruslan @ 2015-04-18 6:31 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 371 bytes --]
Здравствуйте Vladimir Karpinsky
В сообщении от 18 апреля 2015 Vladimir Karpinsky написал(a):
> Как осознать кто или что держит этот ресурс?
Браузер?
--
А ещё говорят так (fortune):
Hollywood is where if you don't have happiness you send out for
it. -- Rex Reed
________________________________________________________________________
С уважением Хихин Руслан
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] /usr/share/doc/indexhtml
2015-04-18 6:28 ` Hihin Ruslan
@ 2015-04-18 7:00 ` Vladimir Karpinsky
0 siblings, 0 replies; 6+ messages in thread
From: Vladimir Karpinsky @ 2015-04-18 7:00 UTC (permalink / raw)
To: community
18.04.2015 9:28, Hihin Ruslan пишет:
> Вообше- то он принадлежит,
> $ rpm -qf /usr/share/doc/indexhtml
> indexhtml-common-0.6.3-alt1
>
> Но т.к. это символическая ссылка, то, он может
> меняться в зависимости от установленного пакета:
Вероятно после обновлении она и пытается поменяться. Можно ли исправить, и
зачем оно нужно df?
--
С уважением,
Владимир.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-04-18 7:00 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-18 6:06 [Comm] /usr/share/doc/indexhtml Vladimir Karpinsky
2015-04-18 6:20 ` Vyatcheslav Perevalov
2015-04-18 6:28 ` Vladimir Karpinsky
2015-04-18 6:31 ` Hihin Ruslan
2015-04-18 6:28 ` Hihin Ruslan
2015-04-18 7:00 ` Vladimir Karpinsky
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git