می خوام Ubuntu 14.04.1 LTS را برای خودم شخصی سازی کنم.
با UCK فایل ISO را انتخاب کردم و...
برای بروزرسانی به سایت
http://repogen.simplylinux.chرفتم و با توجه به نیازها انتخابی، خروجی زیر را دریافت کردم:
#############################################################
################### OFFICIAL UBUNTU REPOS ###################
#############################################################
###### Ubuntu Main Repos
deb http://ir.archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse
deb-src http://ir.archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse
###### Ubuntu Update Repos
deb http://ir.archive.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse
deb http://ir.archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse
deb http://ir.archive.ubuntu.com/ubuntu/ trusty-proposed main restricted universe multiverse
deb http://ir.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://ir.archive.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse
deb-src http://ir.archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse
deb-src http://ir.archive.ubuntu.com/ubuntu/ trusty-proposed main restricted universe multiverse
deb-src http://ir.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
###### Ubuntu Partner Repo
deb http://archive.canonical.com/ubuntu trusty partner
deb-src http://archive.canonical.com/ubuntu trusty partner
###### Ubuntu Extras Repo
deb http://extras.ubuntu.com/ubuntu trusty main
deb-src http://extras.ubuntu.com/ubuntu trusty main
بعد از جایگزینی کدهای فوق و update و ...
با مشکل زیر روبرو میشم:
root@ubuntu:/# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following package was automatically installed and is no longer required:
firefox-locale-fa
Use 'apt-get autoremove' to remove it.
The following packages have been kept back:
linux-generic linux-headers-generic linux-image-generic linux-signed-generic
linux-signed-image-generic system-config-printer-udev
The following packages will be upgraded:
libpam-systemd
1 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
258 not fully installed or removed.
Need to get 0 B/25.5 kB of archives.
After this operation, 1024 B of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 166853 files and directories currently installed.)
Preparing to unpack .../libpam-systemd_204-5ubuntu20.8_amd64.deb ...
invoke-rc.d: unknown initscript, /etc/init.d/systemd-logind not found.
dpkg: warning: subprocess old pre-removal script returned error exit status 100
dpkg: trying script from the new package instead ...
invoke-rc.d: unknown initscript, /etc/init.d/systemd-logind not found.
dpkg: error processing archive /var/cache/apt/archives/libpam-systemd_204-5ubuntu20.8_amd64.deb (--unpack):
subprocess new pre-removal script returned error exit status 100
invoke-rc.d: unknown initscript, /etc/init.d/systemd-logind not found.
dpkg: error while cleaning up:
subprocess installed post-installation script returned error exit status 100
Errors were encountered while processing:
/var/cache/apt/archives/libpam-systemd_204-5ubuntu20.8_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
مشکل در کجاست؟
پیشاپیش ممنون از توجهتان