Yazılım Merkezinde Uygulama Kaldırma Sorunu

Başlatan Zerpherus, 17 Haziran 2014 - 23:17:43

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

Zerpherus

https://forum.ubuntu-tr.net/index.php?topic=43757.msg512365#msg512365
öncelikle şu başlıkta sorun çözüldü dedikten sonra konu kapanmıştı,dolayısıyla sorunu buraya yazıyorum.Önceki başlıktaki kurma sorunu şu an silerken yaşanıyor.
Edit:artık yüklerken de olmaya başladı.başa döndük yani


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 17 Haziran 2014 - 23:19:42

Yükleme için şu kodu her seferinde girmem gerekiyor:
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1


acaba bunu modprobe'a yaptığımız gibi kalıcı olarak kaydedebilir miyiz?

if

@Zerpherus, sudo -H gedit /etc/rc.local içine exit 1 satırından önce yazın bu satırı. Yeniden başlattığınızdda istediğiniz gibi olması gerek.

Zerpherus

Alıntı yapılan: if - 18 Haziran 2014 - 00:10:17
@Zerpherus, sudo -H gedit /etc/rc.local içine exit 1 satırından önce yazın bu satırı. Yeniden başlattığınızdda istediğiniz gibi olması gerek.
Satırından önce derken hangi satır?"exit 0" mı?

heartsmagic

Evet, exit 0 satırı olacak, @if'in klavyesi sürçmüş :)
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.


if


cat /etc/rc.local
ps aux | grep authentication
çıktılarına bakayım.

Zerpherus

Alıntı yapılan: if - 19 Haziran 2014 - 12:16:06

cat /etc/rc.local
ps aux | grep authentication
çıktılarına bakayım.

cat  /etc/rc.local:
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
exit 1
exit 0

ps aux:
root     17815  0.0  0.0  14960   948 pts/1    S+   19:59   0:00 grep --color=auto authentication


if

#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
exit 0


olması gerek.

Zerpherus

Alıntı yapılan: if - 21 Haziran 2014 - 01:18:16
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
exit 0


olması gerek.

Hala aynı

if

@Zerpheus, hangi dağıtımı kullanıyorsun?

sudo -H gedit /etc/init/polis.conf

içine

description "Ubuntu Yazılım Merkezi için gerekli yetkileri sunan servis"

task

# Masaüstüne düşünce başlat
start on desktop-session-start

# Bilgisayarı kapatırken süreci durdur.
stop on runlevel [016]

console output

exec /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
yazıp kaydedin.