Udzielone Odpowiedzi
- AutorPosty
- max95100Forumowicz
a gdzie ja znajdę ten dziennik? ;)
max95100Forumowiczsęk w tym że podczas instalacji kernela 4.11 w „Menadżer ustawień Manjaro” instalują mi się również pakiety linux411-catalyst oraz linux411r8168, Więc za bardzo już nie mam co instalować. Do tej pory aktualizowałem sobie w ten sposób kernele i nie miałem nigdy problemów z nimi, tylko ten 4.11 jest oporny na mojego kompa.
max95100Forumowiczzatrzymuje mi się na
[ok] start hostname service _
i to wszystko, kursor się zatrzymuje, reaguje tylko na przycisk wyłącznika.
max95100Forumowiczusunięcie katalogu gnupg i zaimportowanie nowej bazy kluczy skutkuje tym że podczas aktualizacji pyta mnie;
:: Zaimportować klucz PGP 2048R/E4CDFE50A2DA85D58C8A8C70CAA6A59611C7F07E, "Philip Müller (Called Little) <philm@manjaro.org>", utworzony: 2012-05-05? [T/n] n :: Zaimportować klucz PGP 4096R/77DC01C9971AC3C39A0626F72C089F09AC97B894, "Ramon Buldó <ramon@manjaro.org>", utworzony: 2014-09-28? [T/n] n
po zaakceptowaniu wywala znowu ten sam błąd w tych samych paczkach
p.s.
problem rozwiązany ;)
usunąłem folder gnupg
po komendach;pacman-key --init pacman-key --populate archlinux
dorzuciłem jeszcze
sudo pacman-key --refresh-keys sudo pacman -Scc sudo pacman -Syyu
czyli to w #4134 tylko zadziałało po usunięciu folderu gnupg
max95100Forumowiczpacman.conf
# # /etc/pacman.conf # # See the pacman.conf(5) manpage for option and repository directives # # GENERAL OPTIONS # [options] # The following paths are commented out with their default values listed. # If you wish to use different paths, uncomment and update the paths. #RootDir = / #DBPath = /var/lib/pacman/ CacheDir = /var/cache/pacman/pkg/ #LogFile = /var/log/pacman.log #GPGDir = /etc/pacman.d/gnupg/ #HookDir = /etc/pacman.d/hooks/ HoldPkg = pacman glibc manjaro-system # If upgrades are available for these packages they will be asked for first SyncFirst = manjaro-system archlinux-keyring manjaro-keyring #XferCommand = /usr/bin/curl -C - -f %u > %o #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #CleanMethod = KeepInstalled #UseDelta = 0.7 Architecture = auto # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup #IgnorePkg = #IgnoreGroup = #NoUpgrade = #NoExtract = # Misc options #UseSyslog #Color #TotalDownload # We cannot check disk space from within a chroot environment CheckSpace #VerbosePkgLists # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. SigLevel = Required DatabaseOptional LocalFileSigLevel = Optional #RemoteFileSigLevel = Required # NOTE: You must run <code>pacman-key --init</code> before first using pacman; the local # keyring can then be populated with the keys of all official Manjaro Linux # packagers with <code>pacman-key --populate archlinux manjaro</code>. # # REPOSITORIES # - can be defined here or included from another file # - pacman will search repositories in the order defined here # - local/custom mirrors can be added here or in separate files # - repositories listed first will take precedence when packages # have identical names, regardless of version number # - URLs will have $repo replaced by the name of the current repo # - URLs will have $arch replaced by the name of the architecture # # Repository entries are of the format: # [repo-name] # Server = ServerName # Include = IncludePath # # The header [repo-name] is crucial - it must be present and # uncommented to enable the repo. # # The testing repositories are disabled by default. To enable, uncomment the # repo name header and Include lines. You can add preferred servers immediately # after the header, and they will be used before the default mirrors. [core] SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist [extra] SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist [community] SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist # If you want to run 32 bit applications on your x86_64 system, # enable the multilib repositories as required here. [multilib] SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. #[custom] #SigLevel = Optional TrustAll #Server = file:///home/custompkgs
pacman-mirrirs.conf
## ## /etc/pacman-mirrors.conf ## ## Branch Pacman should use (stable, testing, unstable) Branch = stable ## Generation method ## 1) rank - rank mirrors depending on their access time ## 2) random - randomly generate the output mirrorlist # Method = rank ## Specify to use only mirrors from specific a country. ## Can add multiple countries separated by a comma (ex: Germany,France) ## Empty means all # OnlyCountry = ## Mirrors directory # MirrorlistsDir = /etc/pacman.d/mirrors ## Output file # OutputMirrorlist = /etc/pacman.d/mirrorlist ## When set to True prevents the regeneration of the mirrorlist if ## pacman-mirrors is invoked with the --no-update argument. ## Useful if you don't want the mirrorlist regenerated after a ## pacman-mirrors package upgrade. # NoUpdate = False
pacman-mirrirs.conf.pacnew
## ## /etc/pacman-mirrors.conf ## ## Branch Pacman should use (stable, testing, unstable) # Branch = stable ## Generation method ## 1) rank - rank mirrors depending on their access time ## 2) random - randomly generate the output mirrorlist # Method = rank ## Define protocols and priority ## separated by comma 'https,http' or 'http,https' ## or space 'https http' or 'http https' ## ATM available protocols are: http, https, ftp ## Not specifying a protocol will ban the protocol from being used ## If a mirror has more than one protocol defined only the first is written to the mirrorlist ## Empty means all in reversed alphabetic order # Protocols = ## Specify to use only mirrors from a specific country. ## Can add multiple countries ## separated by comma 'Germany,France,Belgium' ## or space 'Germany France Belgium' ## Get a list of all available counties with 'pacman-mirrors -l' ## Empty means all # OnlyCountry = ## Mirrors directory # MirrorlistsDir = /var/lib/pacman-mirrors ## Output file # OutputMirrorlist = /etc/pacman.d/mirrorlist ## When set to True prevents the regeneration of the mirrorlist if ## pacman-mirrors is invoked with the --no-update argument. ## Useful if you don't want the mirrorlist regenerated after a ## pacman-mirrors package upgrade. # NoUpdate = False ## When set to False - all certificates are accepted. ## Use only if you fully trust all ssl-enabled mirrors. # SSLVerify = True
mirrirlist
## ## Manjaro Linux mirrorlist ## Generated on 2017-05-21 23:30 ## ## Use pacman-mirrors to modify ## ## Country : Bulgaria Server = https://manjaro.ipacct.com/manjaro/stable/$repo/$arch ## Country : Germany Server = https://mirror.alpix.eu/manjaro/stable/$repo/$arch ## Country : Germany Server = https://manjaro-mirror-a.alpix.eu/stable/$repo/$arch ## Country : Germany Server = https://repo.stdout.net/manjaro/stable/$repo/$arch ## Country : Czech Server = https://mirror.dkm.cz/manjaro/stable/$repo/$arch ## Country : France Server = http://manjarolinux.polymorf.fr/stable/$repo/$arch ## Country : Denmark Server = https://mirrors.dotsrc.org/manjaro/stable/$repo/$arch ## Country : Germany Server = http://mirror.ragenetwork.de/manjaro/stable/$repo/$arch ## Country : France Server = http://mirror.lignux.com/manjaro/stable/$repo/$arch ## Country : Russia Server = https://mirror.yandex.ru/mirrors/manjaro/stable/$repo/$arch ## Country : Bulgaria Server = https://mirrors.netix.net/manjaro/stable/$repo/$arch ## Country : Sweden Server = https://mirror.zetup.net/manjaro/stable/$repo/$arch ## Country : United_Kingdom Server = http://repo.manjaro.org.uk/stable/$repo/$arch ## Country : United_Kingdom Server = http://manjaro.mirrors.uk2.net/stable/$repo/$arch ## Country : Belarus Server = http://mirror.datacenter.by/pub/mirrors/manjaro/stable/$repo/$arch ## Country : United_Kingdom Server = http://mirror.catn.com/pub/manjaro/stable/$repo/$arch ## Country : Italy Server = https://ba.mirror.garr.it/mirrors/manjaro/stable/$repo/$arch ## Country : Italy Server = https://manjaro.mirror.garr.it/mirrors/manjaro/stable/$repo/$arch ## Country : Italy Server = https://ct.mirror.garr.it/mirrors/manjaro/stable/$repo/$arch ## Country : Austria Server = http://mirror.inode.at/manjaro/stable/$repo/$arch ## Country : Romania Server = http://mirrors.serverhost.ro/manjaro/packages/stable/$repo/$arch ## Country : Hungary Server = http://mirror.infotronik.hu/mirrors/pub/manjaro/stable/$repo/$arch ## Country : Germany Server = https://repo.rhindon.net/manjaro/stable/$repo/$arch ## Country : Bulgaria Server = http://manjaro.telecoms.bg/stable/$repo/$arch ## Country : Belgium Server = https://manjaro.cu.be/stable/$repo/$arch ## Country : Germany Server = https://mirror.netcologne.de/manjaro/stable/$repo/$arch ## Country : United_States Server = https://mirror.clarkson.edu/manjaro/stable/$repo/$arch ## Country : United_Kingdom Server = https://www.mirrorservice.org/sites/repo.manjaro.org/repos/stable/$repo/$arch ## Country : France Server = https://fr.mirror.babylon.network/manjaro/stable/$repo/$arch ## Country : United_States Server = http://mirror.solarvps.com/manjaro/stable/$repo/$arch ## Country : Poland Server = http://mirror.chmuri.net/manjaro/stable/$repo/$arch ## Country : Romania Server = http://ftp.lug.ro/manjaro/stable/$repo/$arch ## Country : Netherlands Server = https://ftp.nluug.nl/pub/os/Linux/distr/manjaro/stable/$repo/$arch ## Country : United_States Server = http://mirror.dacentec.com/manjaro/stable/$repo/$arch ## Country : Netherlands Server = https://nl.mirror.babylon.network/manjaro/stable/$repo/$arch ## Country : Germany Server = https://mirror.netzspielplatz.de/manjaro/packages/stable/$repo/$arch ## Country : Portugal Server = http://manjaro.barata.pt/stable/$repo/$arch ## Country : Germany Server = http://ftp.tu-chemnitz.de/pub/linux/manjaro/stable/$repo/$arch ## Country : Netherlands Server = http://ftp.snt.utwente.nl/pub/linux/manjaro/stable/$repo/$arch ## Country : Denmark Server = https://www.uex.dk/repos/manjaro/stable/$repo/$arch ## Country : United_States Server = https://mirrors.ocf.berkeley.edu/manjaro/stable/$repo/$arch ## Country : Spain Server = http://ftp.caliu.cat/manjaro/stable/$repo/$arch ## Country : Costa_Rica Server = https://mirrors.ucr.ac.cr/manjaro/stable/$repo/$arch ## Country : United_States Server = http://mirror.nexcess.net/manjaro/stable/$repo/$arch ## Country : Ecuador Server = https://mirror.espoch.edu.ec/manjaro/stable/$repo/$arch ## Country : Ecuador Server = https://mirror.cedia.org.ec/manjaro/stable/$repo/$arch ## Country : South_Africa Server = http://mirror.is.co.za/mirrors/manjaro.org/stable/$repo/$arch ## Country : United_States Server = http://mirror.jmu.edu/manjaro/stable/$repo/$arch ## Country : Germany Server = http://ftp.rz.tu-bs.de/pub/mirror/manjaro.org/repos/stable/$repo/$arch ## Country : Ecuador Server = https://mirror.uta.edu.ec/manjaro/stable/$repo/$arch ## Country : United_States Server = http://distro.ibiblio.org/manjaro/stable/$repo/$arch ## Country : Singapore Server = https://download.nus.edu.sg/mirror/manjaro/stable/$repo/$arch ## Country : Canada Server = https://ca.mirror.babylon.network/manjaro/stable/$repo/$arch ## Country : Brasil Server = http://linorg.usp.br/manjaro/stable/$repo/$arch ## Country : Philippines Server = http://mirror.rise.ph/manjaro/stable/$repo/$arch ## Country : Colombia Server = http://mirror.edatel.net.co/manjaro/stable/$repo/$arch ## Country : Germany Server = https://ftp.halifax.rwth-aachen.de/manjaro/stable/$repo/$arch ## Country : Portugal Server = http://ftp.dei.uc.pt/pub/linux/manjaro/stable/$repo/$arch ## Country : Turkey Server = http://ftp.linux.org.tr/manjaro/stable/$repo/$arch ## Country : Indonesia Server = http://kartolo.sby.datautama.net.id/manjaro/stable/$repo/$arch ## Country : France Server = http://ftp.free.org/mirrors/repo.manjaro.org/repos/stable/$repo/$arch ## Country : China Server = https://mirrors.ustc.edu.cn/manjaro/stable/$repo/$arch ## Country : China Server = https://mirrors.zju.edu.cn/manjaro/stable/$repo/$arch ## Country : Taiwan Server = http://free.nchc.org.tw/manjaro/stable/$repo/$arch ## Country : Chile Server = http://manjaro.dcc.uchile.cl/stable/$repo/$arch ## Country : Vietnam Server = https://mirror.freedif.org/Manjaro/stable/$repo/$arch ## Country : Australia Server = http://mirror.ventraip.net.au/Manjaro/stable/$repo/$arch ## Country : Indonesia Server = http://kambing.ui.ac.id/manjaro/stable/$repo/$arch ## Country : Sweden Server = https://ftp.lysator.liu.se/pub/manjaro/stable/$repo/$arch ## Country : Australia Server = http://manjaro.mirror.serversaustralia.com.au/stable/$repo/$arch ## Country : Australia Server = http://manjaro.uberglobalmirror.com/stable/$repo/$arch ## Country : China Server = http://mirrors.tuna.tsinghua.edu.cn/manjaro/stable/$repo/$arch ## Country : Chile Server = http://doge.ing.puc.cl/Mirrors/Manjaro/stable/$repo/$arch ## Country : China Server = http://ftp.cuhk.edu.hk/pub/Linux/manjaro/stable/$repo/$arch ## Country : Japan Server = http://ftp.riken.jp/Linux/manjaro/stable/$repo/$arch ## Country : Belgium Server = http://ftp.belnet.be/manjaro/stable/$repo/$arch ## Country : Indonesia Server = http://jaran.undip.ac.id/manjaro/stable/$repo/$arch ## Country : Ireland Server = https://ftp.heanet.ie/mirrors/manjaro/stable/$repo/$arch ## Country : Japan Server = http://ftp.tsukuba.wide.ad.jp/Linux/manjaro/stable/$repo/$arch
max95100Forumowiczniestety, ale cały czas to samo ;(
max95100ForumowiczOstatnio instalowałem aktualizację z 12 mają. I te aktualizację zainstalowały się pomyślnie. A wyżej podane polecenie zwraca mi:
local/manjaro-keyring 20160527-1 Manjaro PGP keyring
max95100Forumowiczto już próbowałem, i cały czas to samo ;(
max95100Forumowiczpo pierwszej komendzie mam błąd
błąd: manjaro-keyring: signature from "Philip Müller (Called Little) <philm@manjaro.org>" is marginal trust :: Plik /var/cache/pacman/pkg/manjaro-keyring-20160527-1-any.pkg.tar.xz jest uszkodzony (Niepoprawny lub uszkodzony pakiet (podpis PGP)). Czy chcesz go usunąć? [T/n]
max95100Forumowiczwitam ponownie, aby nie tworzyć nowego, kolejnego wątku z problemem z aktualizacjami rozwinę ten. Mianowicie mam 104 aktualizacje do zainstalowania, lecz próba instalacji kończy się błędem
błąd: mesa: signature from "Philip Müller (Called Little) <philm@manjaro.org>" is marginal trust :: Plik /var/cache/pacman/pkg/mesa-17.0.6-1-x86_64.pkg.tar.xz jest uszkodzony (Niepoprawny lub uszkodzony pakiet (podpis PGP)). Czy chcesz go usunąć? [T/n]
problem tyczy się też pakietów;
:: Plik /var/cache/pacman/pkg/grub-2.02.0-2-x86_64.pkg.tar.xz jest uszkodzony (Niepoprawny lub uszkodzony pakiet (podpis PGP)). :: Plik /var/cache/pacman/pkg/lib32-mesa-17.0.6-1-x86_64.pkg.tar.xz jest uszkodzony (Niepoprawny lub uszkodzony pakiet (podpis PGP)). :: Plik /var/cache/pacman/pkg/linux410-4.10.16-1-x86_64.pkg.tar.xz jest uszkodzony (Niepoprawny lub uszkodzony pakiet (podpis PGP)). :: Plik /var/cache/pacman/pkg/pacman-mirrors-4.1.4-1-any.pkg.tar.xz jest uszkodzony (Niepoprawny lub uszkodzony pakiet (podpis PGP)). :: Plik /var/cache/pacman/pkg/linux410-catalyst-1:15.201.1151-13-x86_64.pkg.tar.xz jest uszkodzony (Niepoprawny lub uszkodzony pakiet (podpis PGP)). :: Plik /var/cache/pacman/pkg/linux410-r8168-8.044.02-3-x86_64.pkg.tar.xz jest uszkodzony (Niepoprawny lub uszkodzony pakiet (podpis PGP)). :: Plik /var/cache/pacman/pkg/octopi-0.8.8-1-x86_64.pkg.tar.xz jest uszkodzony (Niepoprawny lub uszkodzony pakiet (podpis PGP)). :: Plik /var/cache/pacman/pkg/octopi-cachecleaner-0.8.8-1-x86_64.pkg.tar.xz jest uszkodzony (Niepoprawny lub uszkodzony pakiet (podpis PGP)). :: Plik /var/cache/pacman/pkg/octopi-pacmanhelper-0.8.8-1-x86_64.pkg.tar.xz jest uszkodzony (Niepoprawny lub uszkodzony pakiet (podpis PGP)). :: Plik /var/cache/pacman/pkg/octopi-notifier-frameworks-0.8.8-1-x86_64.pkg.tar.xz jest uszkodzony (Niepoprawny lub uszkodzony pakiet (podpis PGP)). :: Plik /var/cache/pacman/pkg/octopi-repoeditor-0.8.8-1-x86_64.pkg.tar.xz jest uszkodzony (Niepoprawny lub uszkodzony pakiet (podpis PGP)). :: Plik /var/cache/pacman/pkg/thunderbird-kde-52.1.1-1-x86_64.pkg.tar.xz jest uszkodzony (Niepoprawny lub uszkodzony pakiet (podpis PGP)).
17 kwietnia 2017 o 11:50 W odpowiedzi do: Stałe zaniżenie rozdzielczości we wszystkich trybach pracy systemu #3568max95100ForumowiczMoja karta graficzna jest prawidłowo rozpoznawalna (Radeon R7 240) a jedyne sterowniki jakimi częstuje mnie Menadżer ustawień Manjaro w sekcji Konfiguracja sprzętowa to:
video-catalyst
video-ati
video-vesa
Z czego zainstalowane mam dwa pierwsze, ale wydaje mi się że to nie problem sterownika, bo na otwartym sterowniku jest to samo.
Problem leży chyba po stronie tv, który wymusza maksymalną rozdzielczości czyli 4k, po wznowieniu pracy komputera. Liczyłem na jakiś plik konfiguracyjny, w którym mógłby na sztywno ustawić rozdzielczości nie wyższą niż full hd dla logowania i dla normalnego działania.8 kwietnia 2017 o 23:40 W odpowiedzi do: Stałe zaniżenie rozdzielczości we wszystkich trybach pracy systemu #3510max95100ForumowiczNiestety catalyst. Są narzędzia do zmiany rozdzielczości, problem w tym, że co jakiś czas (gdy mi się za śpi) komputer przejdź w stan uśpienia a tv mi się wyłączy. Muszę ponownie ustawiać rozdzielczości.
max95100ForumowiczA po po co Ci Google Chrome, przecież w repo Manjaro jest Chromium. Te dwie przeglądarki są identyczne, ja na Twoim miejscu bym zainstalował Chromium ponieważ gdy będzie aktualizacja systemu to Chromium zostanie zaktualizowane do najnowszej wersji.
Bardziej z przyzwyczajenia, 2 lata temu chromium nie odpalało mi niektórych filmów z youtuba i na forum radzili mi instalacje chroma, w sumie też się aktualizował tyle że w konsoli. Ale tym razem testuje chromium, pewnie przez 2 lata poprawili to i owo ;)
max95100ForumowiczMam wersję z KDE, da się to jakoś u mnie posprzątać?
max95100Forumowiczdzięki pomogło polecenie
sudo pacman-mirrors -g && sudo pacman -Syyu
jeśli chodzi o wersje Manjaro to mam najnowszą, wczoraj ściągniętą ze strony manjaro.org. Prawdę mówiąc z AUR-a instaluję tylko to czego nie ma w repozytoriach manjaro czyli;
-skype
-spotify
-chrome - AutorPosty