You are not logged in.

#1951 2014-08-29 22:04:14

LaraCraft93
Member
Registered: 2014-08-28
Posts: 2

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

clfarron4 wrote:
LaraCraft93 wrote:

Hello,

I'm current using linux-ck-k10 3.16.1-1 and everything is fine. If I update for 3.16.1-2 the kernel does not boot, keeps restarting after syslinux stage.

Does it happen with the ck-generic 3.16.1-2 package?

Testing... .... .. ck-generic 3.16.1-2 working fine.

Ps.: ck-k10 have a other error when uninstall:

[2014-08-29 18:57] [ALPM-SCRIPTLET] cat: /usr/lib/modules/extramodules-3.16-ck/version: Arquivo ou diretório não encontrado
[2014-08-29 18:57] [ALPM-SCRIPTLET] depmod: ERROR: could not open directory /lib/modules/3.16.1-1-ck: No such file or directory
[2014-08-29 18:57] [ALPM-SCRIPTLET] depmod: FATAL: could not search modules: No such file or directory

Offline

#1952 2014-08-30 09:12:16

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

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

Maybe you updated your kernel (or a few kernels in a row) and didn't reboot?
Check the output of

uname -r
pacman -Qs ^linux | grep linux

Offline

#1953 2014-08-30 11:55:57

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,163
Website

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

LaraCraft93 wrote:

Testing... .... .. ck-generic 3.16.1-2 working fine.

OK, so it seems there's an issue with the specific GCC architecture rather than the CK patch as a whole, which is a start.

LaraCraft93 wrote:

Ps.: ck-k10 have a other error when uninstall:

[2014-08-29 18:57] [ALPM-SCRIPTLET] cat: /usr/lib/modules/extramodules-3.16-ck/version: Arquivo ou diretório não encontrado
[2014-08-29 18:57] [ALPM-SCRIPTLET] depmod: ERROR: could not open directory /lib/modules/3.16.1-1-ck: No such file or directory
[2014-08-29 18:57] [ALPM-SCRIPTLET] depmod: FATAL: could not search modules: No such file or directory

I think that's normal because the ck-k10 headers would have been removed before the ck-k10 package, causing it to be unhappy when it runs the post-remove/install script.


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#1954 2014-09-19 03:36:32

msx
Member
From: solar.system/earth/ar/bue/mdp
Registered: 2010-08-08
Posts: 184
Website

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

My CPU architecture is dubbed 'Clarkdale', CPU family 6, model 37. Should I go with the generic build or can I take advantage of any of the other optimized builds?

*EDIT*
Nevermind, 'Nehalem' should do it as it's intended for 1st-gen i processors.

Last edited by msx (2014-09-21 07:08:01)


Enjoying i3wm w/ lifebar + j4-dmenu-desktop + tab_windows / fish shell / Emacs / tmux / Konsole / KDE apps
Arch + Linux-libre kernel: ParabolaGNULinux.org

Offline

#1955 2014-09-21 05:27:49

orschiro
Member
Registered: 2009-06-04
Posts: 2,136
Website

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

I have a question about using tp_smapi with repo-ck. I installed the following package:

tp_smapi-ck 0.41-44

Then I tried to load the tp_smapi module but it fails as follows:

~ sudo modprobe tp_smapi
modprobe: ERROR: could not insert 'tp_smapi': Invalid argument

With the default kernel it works without any issue.

Offline

#1956 2014-09-21 11:42:38

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

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

The PKGBUILD for tp_smapi-ck contains some variable redirects that are complicated to me.   Did it build properly?  You should post to the AUR page for that package, open a thread specific to it, or email the maintainer.


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

Offline

#1957 2014-09-21 13:54:17

orschiro
Member
Registered: 2009-06-04
Posts: 2,136
Website

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

Did it build properly?

Thanks for pointing that out. I forgot to rebuild the package after the latest kernel update...

Will need to remember doing this regularly somehow.

Offline

#1958 2014-09-22 02:29:02

pablox
Member
From: /home/chile/santiago/
Registered: 2008-05-14
Posts: 183
Website

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

I found a weird issue now that I'm trying this repo (and kernel specifically). Sometimes, when I ran any command, like "ls" for instance, it doesn't do anything, until I press "C-c", and then the command is executed. Taking a look at htop or top doesn't show any changes either.

This doesn't happen with any other kernel (custom, lts, pf-kernel, stock...).  I found out, that if I have two terminal windows opened and I run a command, sometimes it only actually runs after running a command into another terminal.

1. I have one termite windows opened
2. Open a new terminal (it doesn't load the shell)
3. Press "enter" on the first termite window
4. The shell loads

Does this have to do with bfq or something like that? O.o

❯❯❯ uname -r
3.16.3-1-ck


Geeks & Linux Atelier
An eye for an eye ... ends in making everybody blind -- Mahatma Gandhi
dotfiles

Offline

#1959 2014-09-22 02:45:42

msx
Member
From: solar.system/earth/ar/bue/mdp
Registered: 2010-08-08
Posts: 184
Website

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

Weird tongue
Does it happen with any terminal/console? I use Konsole + tmux + Fish and so far so good, tried to reproduce your issue on a urxvt running Bash too but so far so good.
The scheduler has nothing to do with that btw, it's related with the kernel's latency when resolving operations. And @graysky's kernel doesn't ship the BFQ scheduler http://algo.ing.unimo.it/people/paolo/disk_sched/ but the BFS: http://en.wikipedia.org/wiki/Brain_Fuck_Scheduler


Enjoying i3wm w/ lifebar + j4-dmenu-desktop + tab_windows / fish shell / Emacs / tmux / Konsole / KDE apps
Arch + Linux-libre kernel: ParabolaGNULinux.org

Offline

#1960 2014-09-22 04:12:43

orschiro
Member
Registered: 2009-06-04
Posts: 2,136
Website

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

he scheduler has nothing to do with that btw, it's related with the kernel's latency when resolving operations. And @graysky's kernel doesn't ship the BFQ scheduler http://algo.ing.unimo.it/people/paolo/disk_sched/ but the BFS: http://en.wikipedia.org/wiki/Brain_Fuck_Scheduler

Are you sure? The Wiki page says so though:

https://wiki.archlinux.org/index.php/Li … _Scheduler

Offline

#1961 2014-09-22 04:46:21

msx
Member
From: solar.system/earth/ar/bue/mdp
Registered: 2010-08-08
Posts: 184
Website

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

I just went ahead and skipped the wiki (graysky, you rock!), thanks for the heads up ^_^

Anyways, pablox's issue can't be related to the scheduler be it either of the two...


Enjoying i3wm w/ lifebar + j4-dmenu-desktop + tab_windows / fish shell / Emacs / tmux / Konsole / KDE apps
Arch + Linux-libre kernel: ParabolaGNULinux.org

Offline

#1962 2014-09-22 11:00:48

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

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

Actually, linux-ck does ship with both BFS and BFQ, but BFQ is not enabled by default; users have to specifically enable it.  See the linux-ck wiki page for more.


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

Offline

#1963 2014-09-22 13:00:49

pablox
Member
From: /home/chile/santiago/
Registered: 2008-05-14
Posts: 183
Website

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

ARG, I made a typo tongue, I was asking if it has to do with BFS, not BFQ. Sorry =P.

Anyway, this happens only in the -ck repo, -lts repo works fine O.o. Any clue what could be?

Last edited by pablox (2014-09-22 13:02:17)


Geeks & Linux Atelier
An eye for an eye ... ends in making everybody blind -- Mahatma Gandhi
dotfiles

Offline

#1964 2014-09-22 13:43:16

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

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

No ideal; been running ck1 kernels since 2010 without seeing this.


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

Offline

#1965 2014-09-30 14:29:48

blackout
Member
Registered: 2014-05-21
Posts: 38

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

installed
linux-ck-piledriver 3.16.3-1
woks fine but one thing I wonder.
set BFS, BFQ (no further testing),
I have mesa-dri-git 10.4.0_devel.65468-1 installed
but when I play games (openarena or sauerbraten(cube2)(I have no other games)) it doesn't matter if i set vsync or not the framerate is always the refreshrate.

any ideas?

ps: with the "default" linux kernel, same version the refreshrate is the maximum of the hardware with vsync off.

Last edited by blackout (2014-09-30 14:30:55)

Offline

#1966 2014-10-01 10:42:46

danij3l
Member
From: Osijek, Croatia
Registered: 2007-12-08
Posts: 36

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

can anyone confirm or deny that hasswell optimized linux-ck works on haswell generation Celerons (like Celeron 2955U found in many Chromebooks) since they don't have AVX/AVX2 extensions?

Last edited by danij3l (2014-10-01 10:44:36)

Offline

#1967 2014-10-01 20:22:37

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

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

@danij - I don't know offhand, but if you haven't already, see the repo-ck wiki page and inspect the output of your gcc command therein.  If you believe your chip lacks instruction sets, I wouldn't recommend using the packages that depends on them.  If you have two kernels installed, just try it and if you system freezes or whatever, just boot to your other kernel and recover.


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

Offline

#1968 2014-10-02 06:13:36

danij3l
Member
From: Osijek, Croatia
Registered: 2007-12-08
Posts: 36

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

@graysky - will try

ty for all work (this repo, aur, sync projects ... ) you really are an asset to arch community

Offline

#1969 2014-10-02 14:00:18

chaonaut
Member
From: Kyiv, Ukraine
Registered: 2014-02-05
Posts: 382

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

used ck kernels from repo for a while, but last night recompiled current one with native gcc optimizations, and built an older 3.14-ck with additional rt patch. nice work, thank you @graysky.


— love is the law, love under wheel, — said aleister crowley and typed in his terminal:
usermod -a -G wheel love

Offline

#1970 2014-10-05 08:36:40

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

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

Due to the recent Arch News item, I created a corresponding nvidia-340xx-ck package set.  Users of older nvidia cards mentioned in that news report will need to manually swtich from nvidia-ck ro nvidia-340xx-ck for module support.


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

Offline

#1971 2014-10-10 12:34:15

manolomartinez
Member
Registered: 2011-04-29
Posts: 66
Website

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

Let me add my vote for a westmere flavor. And I'm also not sure whether nehalem isn't just as good...

Manolo

Offline

#1972 2014-10-13 02:57:24

bwmcn
Member
From: TN, USA
Registered: 2013-11-15
Posts: 9

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

+1 Westmere. Using Nahalem now.


irc://irc.freenode.net/bwayne

Offline

#1973 2014-10-13 04:35:24

Junio_Calu
Member
Registered: 2014-09-07
Posts: 25

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

manolomartinez wrote:

Let me add my vote for a westmere flavor. And I'm also not sure whether nehalem isn't just as good...

Manolo

I also want to give my vote in favor of Westmere

Offline

#1974 2014-10-14 17:03:12

Nordic89
Member
Registered: 2014-05-07
Posts: 49

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

Can I use tomoyo without issues? Does the kernel support it?

Offline

#1975 2014-10-21 15:44:04

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

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

FYI

Download problems in today update, three machines upgrading linux-ck-sandybridge, linux-ck-atom and linux-ck-k10.  Pacman under yaourt using wget reported corrupted file or key.

Repeating the updates eventually solved the problem.

Also two additional problems, again on separate machines... .. .

:: File /var/cache/pacman/pkg/qt4-4.8.6-2-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).

:: File /var/cache/pacman/pkg/linux-ck-atom-3.16.6-2-i686.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
:: File /var/cache/pacman/pkg/linux-ck-k10-3.16.6-2-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
:: File /var/cache/pacman/pkg/libreoffice-still-calc-4.2.6-6-i686.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).

error: linux-ck-atom: signature from "graysky (used to sign repo-ck packages) <graysky@archlinux.us>" is invalid
:: File /var/cache/pacman/pkg/linux-ck-atom-3.16.6-2-i686.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).

Thanks again for all your good work... .. . 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

Board footer

Powered by FluxBB