All of lore.kernel.org
 help / color / mirror / Atom feed
* debian RT kernel
@ 2015-05-18 20:13 Jaromír Mikeš
  2015-05-19 15:56 ` Steven Rostedt
  0 siblings, 1 reply; 20+ messages in thread
From: Jaromír Mikeš @ 2015-05-18 20:13 UTC (permalink / raw)
  To: linux-rt-users

Hi all,

We quite recently had RT in debian easily accessible for all users
what I personally consider to be great achievement.
But because RT development interruption we don't have fresh RT kernels anymore.

Pengutronix provided debian packages of RT kernels before.
Is there any place where to get debian packages of RT kernels?

best regards

mira

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Re: debian RT kernel
@ 2015-06-01 13:25 Braud Caroline
  0 siblings, 0 replies; 20+ messages in thread
From: Braud Caroline @ 2015-06-01 13:25 UTC (permalink / raw)
  To: Braud Caroline
  Cc: Steven Rostedt, Jaromír Mikeš, linux-rt-users, Ben Hutchings

Hello,

Here are the steps I have performed:
$apt-get install build-essential fakeroot rsync
$apt-get install subversion subversion-tools
$apt-get build-dep linux
$svn co svn://anonscm.debian.org/svn/kernel/dists/sid/linux
$apt-get source -d linux
$cd linux

and here is the first problem I have:
 $debian/rules orig
debian/rules:59: *** Cannot find orig tarball linux_4.0.4.orig.tar.xz. Arrêt.


Here is what was downloaded by "apt-get source -d linux"
$ ls ../linux*
../linux_3.16.7-ckt9-2.debian.tar.xz  ../linux_3.16.7-ckt9-2.dsc  ../linux_3.16.7-ckt9.orig.tar.xz
../linux:
debian

I guess I should use the version in the link given by Ben:
http://snapshot.debian.org/package/linux/4.0.2-1/

But where is it defined ? 

Here is what I can find using a command in the "rules" file:

$ dpkg-parsechangelog 
Source: linux
Version: 4.0.4-2
Distribution: UNRELEASED
Urgency: medium
Maintainer: Ben Hutchings <ben@decadent.org.uk>
Date: Wed, 27 May 2015 21:36:56 +0100
Closes: 786716 787004 787029
Changes:
 linux (4.0.4-2) UNRELEASED; urgency=medium
 .
   [ Ben Hutchings ]
   * udeb: Remove i2o modules (fixes FTBFS on amd64) (Closes: #787004)
 .
   [ Ian Campbell ]
   * [armhf] Enable PCIe support for IMX6 boards. Patch from Vagrant
     Cascadian (Closes: #787029)
   * [armhf] Add stmmac-platform module to nic-modules udeb. (Closes: #786716)


Thanks ! 
CB

Le Mardi 26 Mai 2015 09:24 CEST, "Braud Caroline" <Caroline.Braud@univ-lille1.fr> a écrit: 
 
> Hello,
> 
> So if I understand well, the installation of RT package in a brand new PC:
> 
> - step 1: installation of a distribution (I have installed debian jessie)
> - step 2: to be able to have access of RT packages in development:
> follow the link you gave me (4.3 and 4.2 steps) by replacing "dist" by "sid"
> - step 3: install RT packages in development using apt-get install (headers and image RT) ??
> 
> Thanks a lot, and sorry for my level in linux kernel ...  
> The RT kernel is very usefull for me and I find the RT-PREEMPT development very interesting :)
> 
> CB
> 
> Le Vendredi 22 Mai 2015 23:22 CEST, Ben Hutchings <ben@decadent.org.uk> a écrit: 
>  
> > On Fri, 2015-05-22 at 17:52 +0200, Braud Caroline wrote:
> > > Hello,
> > > 
> > > Sorry to ask but where is  the Debian packaging repo for 4.0-rt ?
> > 
> > See the kernel handbook:
> > http://kernel-handbook.alioth.debian.org/ch-common-tasks.html#s-common-official-vcs
> > 
> > In this case you want the 'sid' distribution.
> > 
> > Ben.
> > 
> > -- 
> > Ben Hutchings
> > One of the nice things about standards is that there are so many of them.
>  
>  
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
 

--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Debian RT kernel
@ 2012-06-22 10:49 Alex
  0 siblings, 0 replies; 20+ messages in thread
From: Alex @ 2012-06-22 10:49 UTC (permalink / raw)
  To: linux-btrfs

Note to self: if wanting to test btrfsck and give self a scare don't introduce
the RT version of the same kernel into a (working perfectly) but not
backed-up-to-the-minute btrfs install.

Thanks. That is all.

In other news, KVM on btrfs: I'm finding the guests a little slow now I have two
guests (file not LVM) on KVM. Mainly due to heavy fragmentation I think. Still
using default mounts though.

Any ideas when I autodefrag will make it into the default mounts?
Is autodefrag responsible for the corruptions being fixed in 3.5; followed the
commits and I don't think so but I should ask.

Thank you.




^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2015-06-15  0:23 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-18 20:13 debian RT kernel Jaromír Mikeš
2015-05-19 15:56 ` Steven Rostedt
2015-05-19 16:58   ` Ben Hutchings
2015-05-19 18:45     ` Jaromír Mikeš
2015-05-19 19:06       ` Steven Rostedt
2015-05-19 22:03         ` Jaromír Mikeš
2015-05-19 22:05           ` Jaromír Mikeš
2015-05-19 22:10           ` Steven Rostedt
2015-05-20  0:25             ` Ben Hutchings
2015-05-20  7:01               ` Jaromír Mikeš
2015-05-22 15:52               ` Braud Caroline
2015-05-22 21:22                 ` Ben Hutchings
2015-05-26  7:24                   ` Braud Caroline
2015-05-26 23:11                     ` Ben Hutchings
2015-05-30 19:23                       ` Jaromír Mikeš
2015-05-30 19:38                         ` Ben Hutchings
2015-05-30 20:07                           ` Pavel Vasilyev
2015-06-15  0:23                           ` Jaromír Mikeš
  -- strict thread matches above, loose matches on Subject: below --
2015-06-01 13:25 Braud Caroline
2012-06-22 10:49 Debian " Alex

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.