You are not logged in.

#2701 2016-04-21 10:51:12

Earnestly
Member
Registered: 2011-08-18
Posts: 805

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

for i in $(command)

Is listed as the first pitfall on http://mywiki.wooledge.org/BashPitfalls for good reason.

Offline

#2702 2016-04-21 12:05:59

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

@Eshwartz - Are you experiencing this error when building from the AUR or installing from repo-ck?

graysky wrote:

Please keep this thread on topic!  Report only repo/packaging related problems here; open a new thread for non-repo related problems.

If it is the former, I have never seen the error you posted.  For reference, the for loop starting on line 224 in linux-ck's PKGBUILD is the identical code to the corresponding for loop in the official linux's PKGBUILD which start on line 283 there.  If you can reproduce the bug when building the official kernel, I recommend that you open a bug report again it.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#2703 2016-04-21 16:48:20

eschwartz
Fellow
Registered: 2014-08-08
Posts: 4,097

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

The former, sorry.

And I should note that I've discovered it is only a problem if you've manually installed pkglint which isn't exactly ready for prime time. (Surprise!)

I will check into the official kernel. wink

Last edited by eschwartz (2016-04-21 16:48:50)


Managing AUR repos The Right Way -- aurpublish (now a standalone tool)

Offline

#2704 2016-04-30 18:43:34

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

FYI - I am also providing the x86_64 version of chromium-minimum for those who are interested.

Last edited by graysky (2016-04-30 18:43:52)


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#2705 2016-04-30 20:19:39

GourdCaptain
Member
Registered: 2009-04-18
Posts: 121

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

graysky wrote:

FYI - I am also providing the x86_64 version of chromium-minimum for those who are interested.

Looked at that interested, but since it doesn't provide chromium, just conflicts with it, it doesn't meet the dependencies for chromium-widevine which I have installed for Amazon Prime Video.

Offline

#2706 2016-04-30 21:31:13

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

@GC - I added the provides=('chromium')... check out the commented lines in the PKGBUILD to see the differences and see if that still meets your needs:

PKGBUILD wrote:

# Differences between this and [community]/chromium
# 1) No dependency or support for speech-dispatcher
# 2a) No support for NaCl, see: https://en.wikipedia.org/wiki/Google_Native_Client
# 2b) No need to build for x86_64 using [multilib] due to 2a


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#2707 2016-04-30 21:33:47

GourdCaptain
Member
Registered: 2009-04-18
Posts: 121

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

graysky wrote:

@GC - I added the provides=('chromium')... check out the commented lines in the PKGBUILD to see the differences and see if that still meets your needs:

PKGBUILD wrote:

# Differences between this and [community]/chromium
# 1) No dependency or support for speech-dispatcher
# 2a) No support for NaCl, see: https://en.wikipedia.org/wiki/Google_Native_Client
# 2b) No need to build for x86_64 using [multilib] due to 2a

Yeah, checked the PKGBUILD to see if it meets my needs. I just have Chromium around as a secondary browser for a few websites that render better in it and Amazon Video, so it should work. Will check it out once the revised version hits Repo-Ck. Thanks!

Offline

#2708 2016-04-30 23:13:51

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

50.0.2661.94-2 is up now.  Enjoy.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#2709 2016-05-01 19:55:40

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 379

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

graysky wrote:

FYI - I am also providing the x86_64 version of chromium-minimum for those who are interested.

Sweet... .. .

...slicker that watermelon seeds in lard  wink

Very fast and easy on the resources.


Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

#2710 2016-05-03 10:59:33

zhou13
Member
Registered: 2009-10-07
Posts: 35

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

I found that some kernel modules in the [community] are not included in this repository: https://www.archlinux.org/packages/core/i686/linux/.  Could you include bbswitch and acpi_call into your repo?  Thanks!

Offline

#2711 2016-05-03 14:16:36

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

Sorry, I'm not going to support additional packages in the repo at this time... Particularly, modules for hardware that I don't have smile


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#2712 2016-05-04 10:34:41

Alad
Wiki Admin/IRC Op
From: Bagelstan
Registered: 2014-05-04
Posts: 2,407
Website

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

zhou13 wrote:

I found that some kernel modules in the [community] are not included in this repository: https://www.archlinux.org/packages/core/i686/linux/.  Could you include bbswitch and acpi_call into your repo?  Thanks!

Just use -dkms versions


Mods are just community members who have the occasionally necessary option to move threads around and edit posts. -- Trilby

Offline

#2713 2016-05-05 11:59:04

Inan
Member
Registered: 2015-10-10
Posts: 16

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

Hi ! I'm very happy with my Kernel-CK installed for the first time two weeks ago from the repo.

Noob question :

I just upgrade my kernel-ck-piledriver and headers and now Nvidia doesn't work anymore. (The module is not loaded by the kernel.)

So I did a downgrade and everything works again.

Does it mean that I have to wait for Nvidia upgrade?

(My version is 364.19-2)

Thank you for your work! smile

Last edited by Inan (2016-05-05 12:04:25)


arch~awesome~zsh~urxvt | Intel i7-6700K / Nvidia GTX 1080 / Samsung SSD 960 EVO M.2 PCIe NVMe 250 Go

Offline

#2714 2016-05-05 14:22:22

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

Have you rebooted once updating to 4.5.3?  What is the output of 'modprobe nvidia' in dmesg?


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#2715 2016-05-05 15:02:35

Inan
Member
Registered: 2015-10-10
Posts: 16

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

Hi, thank you for your help !

Yes, I immediately reboot after the update.

sudo modeprobe nvidia give me :

modprobe: ERROR: could not insert 'nvidia': Exec format error

And in dmesg I have this line (just after entering the command) :

[   25.614835] nvidia: disagrees about version of symbol module_layout

pacman -Qi nvidia-ck-piledriver give me the last version :

nvidia-ck-piledriver 364.19-2

And when I try to startx :

X.Org X Server 1.18.3
Release Date: 2016-04-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.2.5-1-ARCH x86_64 
Current Operating System: Linux beebox 4.5.3-1-ck #1 SMP PREEMPT Wed May 4 19:14:47 EDT 2016 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-linux-ck root=UUID=f60996b8-cac5-47a9-8fd2-6953a935f58f rw
Build Date: 05 April 2016  05:24:02PM
 
Current version of pixman: 0.34.0
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu May  5 16:54:15 2016
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
modprobe: ERROR: could not insert 'nvidia': Exec format error
(EE) 
Fatal server error:
(EE) no screens found(EE) 
(EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE) 
(EE) Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error

Everithing work fine with 4.5.2-1 linux-ck-piledriver. This is weird sad

Last edited by Inan (2016-05-05 15:09:20)


arch~awesome~zsh~urxvt | Intel i7-6700K / Nvidia GTX 1080 / Samsung SSD 960 EVO M.2 PCIe NVMe 250 Go

Offline

#2716 2016-05-05 15:15:27

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 379

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

Inan wrote:

Hi ! I'm very happy with my Kernel-CK installed for the first time two weeks ago from the repo.

Noob question :

I just upgrade my kernel-ck-piledriver and headers and now Nvidia doesn't work anymore. (The module is not loaded by the kernel.)

So I did a downgrade and everything works again.

Does it mean that I have to wait for Nvidia upgrade?

(My version is 364.19-2)

Thank you for your work! smile

Same thing here with linux-ck-sandybridge, but no problem with linux-ck-core2... .. .

Could not find nvidia module.

None ck kernel boots OK... .. .

Update: sandybridge uses nvidia 364.19-2, core2 uses nvidia 340.96.8... .. .

Last edited by keepitsimpleengineer (2016-05-05 15:22:10)


Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

#2717 2016-05-05 15:19:12

Inan
Member
Registered: 2015-10-10
Posts: 16

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

I just solved my problem by uninstall/reinstall the nvidia-ck-piledriver.

Weird, but it works! big_smile

Thx.

When I did the reinstall of the package I had a strange error saying that the package in my cache was corrupted. However, I assure you that before the kernel update everything was ok!

I should try this before. Sorry!

Last edited by Inan (2016-05-05 15:23:20)


arch~awesome~zsh~urxvt | Intel i7-6700K / Nvidia GTX 1080 / Samsung SSD 960 EVO M.2 PCIe NVMe 250 Go

Offline

#2718 2016-05-05 15:31:37

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 379

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

Inan wrote:

I just solved my problem by uninstall/reinstall the nvidia-ck-piledriver.

Weird, but it works! big_smile

Thx.

When I did the reinstall of the package I had a strange error saying that the package in my cache was corrupted. However, I assure you that before the kernel update everything was ok!

I should try this before. Sorry!

Same thing, good work Inan... .. .

[--ljohnson{08:20:10}~]$ yaourt -S nvidia-ck-sandybridge
warning: nvidia-ck-sandybridge-364.19-2 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Package (1)                    Old Version  New Version  Net Change

repo-ck/nvidia-ck-sandybridge  364.19-2     364.19-2       0.00 MiB

Total Installed Size:  5.82 MiB
Net Upgrade Size:      0.00 MiB

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                            [###############################] 100%
(1/1) checking package integrity                          [###############################] 100%
error: nvidia-ck-sandybridge: signature from "graysky (used to sign repo-ck packages) <graysky@archlinux.us>" is invalid
:: File /var/cache/pacman/pkg/nvidia-ck-sandybridge-364.19-2-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] y
error: failed to commit transaction (invalid or corrupted package (PGP signature))
Errors occurred, no packages were upgraded.
[--ljohnson{08:23:26}~]$ yaourt -S nvidia-ck-sandybridge
warning: nvidia-ck-sandybridge-364.19-2 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Package (1)                    Old Version  New Version  Net Change  Download Size

repo-ck/nvidia-ck-sandybridge  364.19-2     364.19-2       0.00 MiB       5.75 MiB

Total Download Size:   5.75 MiB
Total Installed Size:  5.82 MiB
Net Upgrade Size:      0.00 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
--2016-05-05 08:23:37--  http://repo-ck.com/x86_64/nvidia-ck-sandybridge-364.19-2-x86_64.pkg.tar.xz
Resolving repo-ck.com (repo-ck.com)... 97.74.158.128
Connecting to repo-ck.com (repo-ck.com)|97.74.158.128|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6024660 (5.7M) [application/x-xz]
Saving to: ‘/var/cache/pacman/pkg/nvidia-ck-sandybridge-364.19-2-x86_64.pkg.tar.xz.part’

/var/cache/pacman/pkg/n 100%[===============================>]   5.75M  5.33MB/s    in 1.1s    

2016-05-05 08:23:38 (5.33 MB/s) - ‘/var/cache/pacman/pkg/nvidia-ck-sandybridge-364.19-2-x86_64.pkg.tar.xz.part’ saved [6024660/6024660]

(1/1) checking keys in keyring                            [###############################] 100%
(1/1) checking package integrity                          [###############################] 100%
(1/1) loading package files                               [###############################] 100%
(1/1) checking for file conflicts                         [###############################] 100%
(1/1) checking available disk space                       [###############################] 100%
:: Processing package changes...
(1/1) reinstalling nvidia-ck-sandybridge                  [###############################] 100%
In order to use nvidia module, reboot the system.

Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

#2719 2016-05-05 15:42:27

Inan
Member
Registered: 2015-10-10
Posts: 16

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

This! I got the same error!

error: nvidia-ck-sandybridge: signature from "graysky (used to sign repo-ck packages) <graysky@archlinux.us>" is invalid
:: File /var/cache/pacman/pkg/nvidia-ck-sandybridge-364.19-2-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] y

thx keepitsimpleengineer smile


arch~awesome~zsh~urxvt | Intel i7-6700K / Nvidia GTX 1080 / Samsung SSD 960 EVO M.2 PCIe NVMe 250 Go

Offline

#2720 2016-05-05 15:43:06

johnp
Member
Registered: 2013-12-22
Posts: 7

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

https://wiki.archlinux.org/index.php/Repo-ck#Installation wrote:

Note: Recent changes have made the virtualbox modules within the AUR and repo redundant since a hard dependency in virtualbox itself will result in pacman building the modules via a hook. Therefore, the precompiled virtualbox modules have been temporarily removed from the repo until Arch upstream fixes this.

Just installed the precompiled package from the repo, so is this still relevant?

Offline

#2721 2016-05-05 15:46:21

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,461

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

Sounds like graysky rebuilt it but forgot to bump the pkgrel.

Offline

#2722 2016-05-05 17:31:02

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

Scimmia wrote:

Sounds like graysky rebuilt it but forgot to bump the pkgrel.

That is precisely what happened... sorry about that.  Fixed now with 364.19-3.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#2723 2016-05-05 18:53:20

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 379

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

graysky wrote:

That is precisely what happened... sorry about that.  Fixed now with 364.19-3.

very cool, thanks smile


Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

#2724 2016-05-11 06:13:31

Jristz
Member
From: America/Santiago
Registered: 2011-06-11
Posts: 1,022

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

I'm getting

error: could not open file /var/lib/pacman/sync/repo-ck.db: Unrecognized archive format 

and disconects with the repo, also I try enter the page and got just html code

OK
Content-Type: text/html
Window-target: _top
Connection: close

<html><head><meta http-equiv='Content-Type' content='text/html'><meta name='id' content='siteBlocked'><title>Web Site Blocked</title><style type='text/css'>#shd { width:500px;position:relative;right:3px;top:3px;margin-right:3px;margin-bottom:3px;text-align:center; }#shd .box { left:-1px;top:-1px;border:1px solid #848284;}.strip { width:100%;height:70px; }.warn {background-color:#f0d44d; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fae379', endColorstr='#eed145');background:-webkit-gradient(linear, left top, left bottom, from(#fae379), to(#eed145));background:-moz-linear-gradient(top,  #fae379,	#eed145);font-size:14px;font-weight:bold;}#nsa_banner { position:relative;float:left; }#alert_icon { position:relative;top:15px;left:20px;float:left; }#alert_text { float:left;position:relative;top:25px;left:40px;width:400px; }</style><script type='text/JavaScript'>var isIE7=false;function onLoadFunc(){if (isIE7==true) {var base='http://190.96.74.226/';if (base == 'http:///') { base='';}var o=document.getElementById('nsa_banner');if (o) { o.src=base+'nsa_banner.gif'; }o=document.getElementById('alert_icon');if (o) { o.src=base+'alert_icon.gif'; }}}</script></head><body onload='onLoadFunc();'><div style='width:100%;height:100px;'></div><center><div id='shd'><div clas

that only.

anyone is getting this problems too?


Well, I suppose that this is somekind of signature, no?

Offline

#2725 2016-05-11 07:21:30

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

@jristz - Perhaps /var/lib/pacman/sync/repo-ck.db has become corrupt.  Do this:

1) Comment the repo-ck lines out in /etc/pacman.conf
2) Run `pacman -Syy`
3) Run `pacman -Sc` and answer 'n' to the first question and 'y' to the 2nd question
4) Uncomment the repo-ck lines from 1
5) Repeat 2

Should be fine.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

Board footer

Powered by FluxBB