From: Sergey V Turchin <zerg@altlinux.ru> To: community@altlinux.ru Subject: Re: [Comm] Не запускатсяKDE под пользователями Date: Mon, 24 Mar 2003 15:10:50 +0300 Message-ID: <200303241510.50651.zerg@altlinux.ru> (raw) In-Reply-To: <200303230230.56655.shurik2k@hotbox.ru> [-- Attachment #1: signed data --] [-- Type: text/plain, Size: 2013 bytes --] В сообщении от 23 Март 2003 02:30 Alexander Kharkov написал: > В сообщении от Пятница 21 Март 2003 16:23 Krasavin N.M. написал(a): > > Alexander Kharkov пишет: > > >Не знаю куда писать в Sisyphus или Community поэтому пишу и > > > туда и туда, по сему прошу извинить если поступаю > > > идеологически неправильно :-) > > > > > > > > > > > > > > >В общем так... система Master 2.2 + Sisyphus > > > > > > > > > > > > > > >не запускатся KDE под пользователем, под root-ом все > > > запускается... > > > > > > > > > > > > > > >под пользователем вываливается сообщение о нехватке места на > > > диске в хомяке и все :-( (5 гиг свободно) > > > > > > > > > > > > > > >и Gnome и IceWM работают нормально > > > > > > > > > > > > > > >вот и спрашивается как лечить? > > > > > > > > > > > > > > >_______________________________________________ > > >Community mailing list > > >Community@altlinux.ru > > >http://www.altlinux.ru/mailman/listinfo/community > > > > У меня такое появилось, когда я решил Мастер 2.2 просезифить на > > созданном локально репозитарии. Как решить проблему не нашел > > :-( > > > > С Уважением, Николай > > нашел где проблема и поправил > > значится так, в файле /usr/bin/startkde необходимо поправить 2 > строчки а именно > строка 88 и строка 89 > было > space_tmp=`df -m /tmp | xargs | cut -d" " -f11` > space_home=`df -m "$HOME" | xargs | cut -d" " -f11` > стало после моей правки > space_tmp=`df -m /tmp | xargs | cut -d" " -f12` > space_home=`df -m "$HOME" | xargs | cut -d" " -f12` только лучше space_tmp=`LC_ALL=C df -m /tmp | xargs | cut -d" " -f11` space_home=`LC_ALL=C df -m "$HOME" | xargs | cut -d" " -f11` > все дело в том, что не исправленные команды возвращают не > количество "свободного места", а количество занятого, а у меня > home (см. выше) как раз меньше 50M, то есть если я в хомяк залью > 100 метров то KDE радостно запустится, так как будет считать, что > это свободного места столько -- Regards, ZerG ### http://altlinux.ru ### ALT Linux Team ### zerg@altlinux.ru ### [-- Attachment #2: signature --] [-- Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2003-03-24 12:10 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2003-03-21 9:10 [Comm] îÅ ÚÁÐÕÓËÁÔÓÑ KDE ÐÏÄ ÐÏÌØÚÏ×ÁÔÅÌÑÍÉ Alexander Kharkov 2003-03-21 13:23 ` [Comm] Не запускатся KDE под пользователями Krasavin N.M. 2003-03-21 22:48 ` [Comm] Не запускатсяKDE " Alexander Kharkov 2003-03-22 11:12 ` Vladimir Baryshnikov 2003-03-22 22:52 ` Alexander Kharkov 2003-03-22 23:30 ` Alexander Kharkov 2003-03-24 12:10 ` Sergey V Turchin [this message] 2003-03-24 18:32 ` Alexander Kharkov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=200303241510.50651.zerg@altlinux.ru \ --to=zerg@altlinux.ru \ --cc=community@altlinux.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
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