You are not logged in.

#1551 2013-09-15 22:26:53

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

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

graysky wrote:

@clfarron - You can try it.  Worst thing that will happen is it won't boot.  For reference, my ivy i7-3770k reports:

% gcc -c -Q -march=native --help=target | grep march
  -march=                     		corei7-avx

I would if I had one (at least, I'm sure I don't think I have one of these processors...) I'll point them to this thread and let them join in.


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

#1552 2013-09-15 22:49:30

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

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

@clfarron4, try this

$ gcc -march=native -E -v - </dev/null 2>&1 | grep cc1

It will tell you exactly what will be included when you go with -march=native.

I found it in the gentoo wiki… you know those gentoo folk and their compiler flags!

Offline

#1553 2013-09-16 00:49:08

slackbone
Member
From: Brazil
Registered: 2013-08-20
Posts: 1

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

Hi graysky,

I'm one of those from G+ that @clfarron mentioned.
The gcc command returns a Sandy-bridge processor when I have an Ivy-bridge one (i7-3517u).


I have great faith in fools; self-confidence my friends call it.
                                                                   Edgar Allan Poe

Offline

#1554 2013-09-16 07:00:45

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

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

slackbone wrote:

The gcc command returns a Sandy-bridge processor when I have an Ivy-bridge one (i7-3517u).

Could be a gcc bug?  Recommend you report it upstream: http://gcc.gnu.org/bugzilla/


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

Offline

#1555 2013-09-16 12:43:55

adam777
Member
Registered: 2012-05-28
Posts: 161

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

Hello all,
Yesterday I decided to try linux-ck and repo-ck seems like the most convenient choice.
I added the repo to pacman.conf and had no problem installing linux-ck-core2-3.11.1-1 and linux-ck-core2-headers-3.11.1-1 and everything was running just fine
Today, I see that an updated version 3.11.1-2 is available for both packages when viewing the repo via browser.
For some reason, pacman will not see the update and keep insisting that 3.11.1-1 is the latest version.
Am I doing something wrong or some repo db magic had to be done on the repo side to make the update available for automatic updating (i.e. not downloading and installing via -U).
Thanks, Adam.

Offline

#1556 2013-09-16 13:10:31

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

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

@adam777 - You've not doing anything wrong.  I compile a total of 28 kernel packages between x86_64 and i686 and all the CPU types.  I do this with a little bash wrapper script that uploads as it goes.  I do not reindex the repo until all 28 are built.  You just happened to browse the web listing while the build script was running and publishing the packages.  Quite harmless really.  If you refresh `pacman -Syu` now, you will see that the index has been generated and packages ready to ship.


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

Offline

#1557 2013-09-16 13:13:14

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

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

If anyone has experienced an issue with linux-ck and their ability to wake up from suspend, please try 3.11.2-2 either from the AUR or the repo.  Based on some comments on ck's blog, the tick rate is now defaulted to 1k which is reported to fix the suspend issues.[1]

1. http://ck-hack.blogspot.com/2013/09/bfs … 5449573343


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

Offline

#1558 2013-09-16 13:14:57

adam777
Member
Registered: 2012-05-28
Posts: 161

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

graysky wrote:

@adam777 - You've not doing anything wrong.  I compile a total of 28 kernel packages between x86_64 and i686 and all the CPU types.  I do this with a little bash wrapper script that uploads as it goes.  I do not reindex the repo until all 28 are built.  You just happened to browse the web listing while the build script was running and publishing the packages.  Quite harmless really.  If you refresh `pacman -Syu` now, you will see that the index has been generated and packages ready to ship.

Oh, great, thanks.

Offline

#1559 2013-09-16 15:38:10

maggie
Member
Registered: 2011-02-12
Posts: 255

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

May laptop now wakes up from suspend. Time to pacman -Rs linux and pacman -S ck-core2 again! Thank you!

Offline

#1560 2013-09-16 19:34:44

dlh
Member
Registered: 2010-11-26
Posts: 44

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

With linux-ck compiled with CONFIG_HZ_1000 solves issue with suspend for me and few other people on ck blog.
You can obtain new revision of linux-ck from graysky repo-ck or from AUR which is linux-ck-* 3.11.1-2

Offline

#1561 2013-09-19 13:01:50

ar17787ar17787
Member
Registered: 2013-07-24
Posts: 6

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

Thanks! CONFIG_HZ_1000 fixes for me as well,

Offline

#1562 2013-09-20 13:19:08

Thar
Member
Registered: 2007-08-28
Posts: 20

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

With 3.11.1-2 release kernel is bootable again on my PC.

Offline

#1563 2013-09-21 16:47:22

BahbGTR
Member
Registered: 2013-07-12
Posts: 20

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

Does GCC 4.8.1 (the current stable version in the repo) know how to correctly identify haswell chips? 

The wiki says when I run:

gcc -c -Q -march=native --help=target | grep march

I should get core-avx2

But I get:

-march=corei7-avx

Is this something that should work whenever GCC 4.9 is released?

Offline

#1564 2013-09-28 17:47:04

big_bum
Member
From: Bucharest,Romania,Europe,World
Registered: 2011-08-29
Posts: 47

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

It's fixed upstream.

Offline

#1565 2013-09-28 17:54:03

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

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

big_bum wrote:

It's fixed upstream.

Good news is that my compile script doesn't care about auto detect; CFLAGS are hardcoded so just select the correct package for installation and you're fine.

      # set march according to pkgname

      case $pkgarch in
        atom) march=atom
          ;;
        core2) march=core2
          ;;
        nehalem) march=corei7
          ;;
        sandybridge) march=core-i7-avx
          ;;
        ivybridge) march=core-avx-i
          ;;
        haswell) march=core-avx2
          ;;
        p4) march=$arch
          ;;
        pentm) march=$arch
          ;;
        kx) march=$arch
          ;;
        k10) march=amdfam10
          ;;
        barcelona) march=barcelona
          ;;
        bobcat) march=btver1
          ;;
        bulldozer) march=bdver1
          ;;
        piledriver) march=bdver2
          ;;
        *) exit 0
          ;;
      esac

Last edited by graysky (2013-09-28 17:57:04)


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

Offline

#1566 2013-09-30 13:42:41

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,523
Website

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

I updated from 3.11.1-2 to 3.11.2-3 yesterday, and today my wireless was non-functional.

I first noted that my interface had been renamed from wlp3s0 to wls1 with the new kernel being the only updated package during the change.  I resent my network tool to use that interface name figuring I'd investigate the change once I could get online, but the wls1 was non functional (I didn't have time to dig deeper into why, sorry).

I double checked pacman logs, and the ck kernel was my only update yesterday, and a downgrade back to 3.11.1-2 and a reboot fixed this: wlp3s0 was back.

I'm at work now, so I don't have time yet to dig deeper, but I thought I'd put this out there for now.

My wireless:

03:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 5100 AGN [Shiloh] Network Connection [8086:4237]

EDIT: I hand't bothered to boot the stock kernel to check, but it seems this is not a -ck issue, but likely a wider issue: https://bbs.archlinux.org/viewtopic.php?id=170501

Last edited by Trilby (2013-09-30 13:48:02)


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#1567 2013-10-14 16:36:04

tumas
Member
Registered: 2012-02-08
Posts: 89

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

New Update just came in, but system wont but into KDE anymore after a reboot. mkinitcpio -p linux does not help.

Offline

#1568 2013-10-14 16:40:28

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

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

@tumas - Please try:

# pacman -Syyu

For me, two test machines used the current nvidia drivers, but one user reported in the AUR that his/her box could not so I rebuilt.  New packages are online now.


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

Offline

#1569 2013-10-14 16:48:25

tumas
Member
Registered: 2012-02-08
Posts: 89

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

graysky wrote:

@tumas - Please try:

# pacman -Syyu

For me, two test machines used the current nvidia drivers, but one user reported in the AUR that his/her box could not so I rebuilt.  New packages are online now.

"damn", that was fast smile it's working like a charme now, thank you.

Offline

#1570 2013-10-14 19:29:28

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

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

I recently (today) started using the md5sum of /usr/lib/modules/$pkgver-$pkgrel-ck/modules.symbols as a switch indicating if a rebuilt of the modules is required.  I believe this is what tpowa does to decide if the like condition is present on a build of the official packages (why else annotate it in the PKGBUILD) so these situations should not happen in the future.


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

Offline

#1571 2013-10-16 14:05:50

tumas
Member
Registered: 2012-02-08
Posts: 89

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

error: repo-ck.db appears to be truncated 895/0 Byte 

truncated means "empty" right? is there a new url?

Offline

#1572 2013-10-16 14:09:08

flamusdiu
Member
Registered: 2013-05-10
Posts: 36

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

tumas wrote:
error: repo-ck.db appears to be truncated 895/0 Byte 

truncated means "empty" right? is there a new url?

Not empty but not the whole file. Looks like repo-ck.com is down atm. sad

Offline

#1573 2013-10-16 14:12:28

tumas
Member
Registered: 2012-02-08
Posts: 89

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

flamusdiu wrote:
tumas wrote:
error: repo-ck.db appears to be truncated 895/0 Byte 

truncated means "empty" right? is there a new url?

Not empty but not the whole file. Looks like repo-ck.com is down atm. sad

I see... i've never seen that error before But if it is not on my side and only temporary, then it's nothing to worry about wink

Offline

#1574 2013-10-16 14:35:07

flamusdiu
Member
Registered: 2013-05-10
Posts: 36

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

tumas wrote:

I see... i've never seen that error before But if it is not on my side and only temporary, then it's nothing to worry about wink

Not on your side. It's server side. So we'll have to wait I guess. I don't know if the packages in AUR work or not either. I prefer using the repo. =\

Offline

#1575 2013-10-16 17:27:35

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

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

Site suspended? Be curious to see what happened. I know graysky wasn't really happy with them already.

Last edited by Scimmia (2013-10-16 17:28:36)

Offline

Board footer

Powered by FluxBB