You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(18) |
Dec
(7) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(21) |
Feb
(8) |
Mar
(8) |
Apr
(7) |
May
(1) |
Jun
(1) |
Jul
(5) |
Aug
(42) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(8) |
Sep
(13) |
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
From: Jon A. H. <jo...@gm...> - 2010-12-08 14:21:31
|
Dracut is an udev based initramfs generator. We use it instead of a more tradicional script using initramfs-tools, like pelicanhpc does, because : - initramfs-tools doesn't support nfs4. We thought nfs4 support was something quite important, because its cache infraestructure could be a real gain. - initramfs-tool boot scripts can be are really complex. Casper is the initramfs script used in Ubuntu live cds, which creates the writable overlay. It also allows to boot from a nfs export, and use a persistent overlay. Casper main script has 722 lines : $ wc -l /usr/share/initramfs-tools/scripts/casper 722 /usr/share/initramfs-tools/scripts/casper It also set ups lots of things during the initramfs stage : 14locales 18hostname 19keyboard 20xconfig 31disable_update_notifier 32disable_hibernation 33enable_apport_crashes 34disable_kde_services 35fix_language_selector ... We don't need so much things in a cluster node. A dracut based approach was much simpler : http://kestrelhpc.svn.sourceforge.net/viewvc/kestrelhpc/Kestrelhpc/Src/dracut/union_mount_with_aufs.diff?revision=25&content-type=text/plain&pathrev=40 We only needed to create a module which provides a writable overlay using aufs. The only problem is that Debian Dracut packages needed to be updated, so we did : http://www.spinics.net/lists/linux-initramfs/msg01625.html Regards, Jon Ander. |
From: Jon A. H. <jo...@gm...> - 2010-11-25 23:14:35
|
Sorry, I forgot to post our ppa : https://launchpad.net/~kestrel/+archive/kestrelhpc Regards, JonAn. |
From: Jon A. H. <jo...@gm...> - 2010-11-25 23:12:50
|
Hello everybody!! I've just published a kestrelhpc 2.x development snapshot. There are plenty of things to do before we realease a stable release... and definitely this is not a production release (I'll be surprised if it works, hehe). 0:-) We where only testing how launchpad works, but anyone who wants to take a look to the project can test them. If you try them, note that there will be troubles with Dracut because by default when it is installed it will not create a Dracut based initramfs. This is not my fault, I'm not allowed to do so : http://www.spinics.net/lists/linux-initramfs/msg01665.html So we will need to work around it somehow. Regards, Jon Ander. |
From: Denis S. A. <dar...@gm...> - 2010-11-23 12:40:18
|
It seems as if I didn't have the rights to change the permission levels of the files. I will try this afternoon, but if you want upload everything to SVN and I will upload it to the web server. All the breast, Denis PS: Yes, I did it intentionally, jeje 2010/11/23 Jon Ander Hernandez <jo...@gm...> > Hi Denis, > > 2010/11/17 Denis Sánchez Argoitia <dar...@gm...>: > > Yes you have the rights. > > > > http://sourceforge.net/apps/trac/sourceforge/wiki/Project%20web > > > > your user name is jonanh,kestrelhpc > > Add me to the kestrelhpc group (of the webpage). I can't modify > neither the index.html file nor any folder, since those files and > folders are owned by kestrelhpc:kestrelhpc. > > Regards, > > JonAn. > |
From: Jon A. H. <jo...@gm...> - 2010-11-23 12:26:48
|
Hi Denis, 2010/11/17 Denis Sánchez Argoitia <dar...@gm...>: > Yes you have the rights. > > http://sourceforge.net/apps/trac/sourceforge/wiki/Project%20web > > your user name is jonanh,kestrelhpc Add me to the kestrelhpc group (of the webpage). I can't modify neither the index.html file nor any folder, since those files and folders are owned by kestrelhpc:kestrelhpc. Regards, JonAn. |
From: Jon A. H. <jo...@gm...> - 2010-11-23 10:21:35
|
2010/11/23 Denis Sánchez Argoitia <dar...@gm...>: > Ok. I have been able to create the packages, and add them manually to db so > that the depencies are taken into account, but, there is a depency that is > not possible to fulfill. dracut-aufs. > > Is it another ppa, except of the standard ones needed?? dracut-aufs it is the module I created to use an aufs based writeable overlay. 2 weeks ago I submitted my patches and my module to the Dracut's mailing list to have them reviewed. My patches were reviewed and they were approved but I need to test them under a pbuilder enviroment before they are committed. I've been to busy so I haven't done it yet. Those patches fix some problems in the upstream package, but note that they don't include the aufs module. When they get in the mainstream we will only have to ship out module. For now, we will have to include out Dracut packages in our ppa. See the dracut dir at the source, and read the readme file. > Keep up the good work Jonanh, I've fixed the last lintian error (look the svn), so when this evening I will try to upload packages to the ppa. Regards, JonAn. |
From: Denis S. A. <dar...@gm...> - 2010-11-23 09:58:57
|
Ok. I have been able to create the packages, and add them manually to db so that the depencies are taken into account, but, there is a depency that is not possible to fulfill. dracut-aufs. Is it another ppa, except of the standard ones needed?? Keep up the good work Jonanh, Denis 2010/11/22 Denis Sánchez Argoitia <dar...@gm...> > Yep > > 2010/11/22 Jon Ander Hernandez <jo...@gm...> > >> 2010/11/22 Denis Sánchez Argoitia <dar...@gm...>: >> > Done >> >> OK :-) >> >> So finally the "~kestrelhpc" name was lost, doesn't it? >> > > |
From: Denis S. A. <dar...@gm...> - 2010-11-22 17:09:00
|
Yep 2010/11/22 Jon Ander Hernandez <jo...@gm...> > 2010/11/22 Denis Sánchez Argoitia <dar...@gm...>: > > Done > > OK :-) > > So finally the "~kestrelhpc" name was lost, doesn't it? > |
From: Jon A. H. <jo...@gm...> - 2010-11-22 15:55:51
|
2010/11/22 Denis Sánchez Argoitia <dar...@gm...>: > Done OK :-) So finally the "~kestrelhpc" name was lost, doesn't it? |
From: Jon A. H. <jo...@gm...> - 2010-11-22 15:35:02
|
2010/11/22 Jon Ander Hernandez <jo...@gm...>: > > Look the diference between : > https://launchpad.net/~chromium-daily > https://launchpad.net/~kestrelhpc Delete the user kestrelhpc, create a new user for you (with your name please...), and when the "~kestrelhpc" namespace becomes free again we will create the team. I alse created the project http://launchpad.net/kestrelhpc, where we will track our package's bugs, reports, etc... once Ubuntu accepts our packages 0:-) Regards, JonAn. |
From: Jon A. H. <jo...@gm...> - 2010-11-22 15:28:31
|
2010/11/22 Denis Sánchez Argoitia <dar...@gm...>: > Isn't it better to create a ppa for the project itself?? Of course it does. But remember ppa means "personal package archive". I only have access to my user's ppa. We need a kestrelhpc team but you created a kestrelhpc user, not a kestrelhpc team, so only you can use your ppa. Look the diference between : https://launchpad.net/~chromium-daily https://launchpad.net/~kestrelhpc Regards, JonAn. |
From: Denis S. A. <dar...@gm...> - 2010-11-22 13:52:40
|
Isn't it better to create a ppa for the project itself?? 2010/11/22 Jon Ander Hernandez <jo...@gm...> > 2010/11/22 Denis Sánchez Argoitia <dar...@gm...>: > > Hello, > > > > Today I have tried to create the .deb package but I was asked for > Jonanh's > > gpg key, which is in one way something feasible. Is there a possibility > to > > leave the package creation open to anyone or does each of the developers > or > > people who want to create the .deb have to change the file to look for > each > > developer's signature? > > Try in the source dir : > > dpkg-buildpackage -us -uc > > Yesterday I've fixed lots of lintian errors. When I fix all them, I > will push the source files to my ppa. > > Regards, > > Jon Ander. > |
From: Denis S. A. <dar...@gm...> - 2010-11-22 12:27:40
|
Hello, Today I have tried to create the .deb package but I was asked for Jonanh's gpg key, which is in one way something feasible. Is there a possibility to leave the package creation open to anyone or does each of the developers or people who want to create the .deb have to change the file to look for each developer's signature? Best wishes, Denis PS: Welcome to the new developers. |
From: Denis S. A. <dar...@gm...> - 2010-11-17 08:34:43
|
Yes you have the rights. http://sourceforge.net/apps/trac/sourceforge/wiki/Project%20web your user name is jonanh,kestrelhpc Cheers, Denis 2010/11/17 Jon Ander Hernandez <jo...@gm...> > 2010/11/15 Denis Sánchez Argoitia <dar...@gm...>: > > Don't worry. Leave the web-page stuff to me. I will write the deprecated > > information and I will also change the Introduction section to convey the > > current situation. > > I have tried to update the web, but... I can't find how to do so. Did > you give me rights to do so? > |
From: Jon A. H. <jo...@gm...> - 2010-11-17 01:09:26
|
2010/11/15 Denis Sánchez Argoitia <dar...@gm...>: > Don't worry. Leave the web-page stuff to me. I will write the deprecated > information and I will also change the Introduction section to convey the > current situation. I have tried to update the web, but... I can't find how to do so. Did you give me rights to do so? |
From: Denis S. A. <dar...@gm...> - 2010-11-15 14:11:06
|
Don't worry. Leave the web-page stuff to me. I will write the deprecated information and I will also change the Introduction section to convey the current situation. 2010/11/15 Jon Ander Hernandez <jo...@gm...> > Hello!! > > 2010/11/13 Denis Sánchez Argoitia <dar...@gm...>: > > Hello people, > > > > I think that in the web page we should consider two things. > > > > First, including a simple link to web sourceforge project web page and > > secondly, maybe to consider to take the download file out, or at least > > disable it. > > > > What do you think people? > > I think that definitely the web and the project page should suggest > that the latest version is actually deprecated. > > I don't have much time this week, so don't expect a new release this week > :-S. > > Regards, > > Jon Ander. > |
From: Jon A. H. <jo...@gm...> - 2010-11-15 10:07:28
|
Hello!! 2010/11/13 Denis Sánchez Argoitia <dar...@gm...>: > Hello people, > > I think that in the web page we should consider two things. > > First, including a simple link to web sourceforge project web page and > secondly, maybe to consider to take the download file out, or at least > disable it. > > What do you think people? I think that definitely the web and the project page should suggest that the latest version is actually deprecated. I don't have much time this week, so don't expect a new release this week :-S. Regards, Jon Ander. |
From: Denis S. A. <dar...@gm...> - 2010-11-13 10:54:07
|
Hello people, I think that in the web page we should consider two things. First, including a simple link to web sourceforge project web page and secondly, maybe to consider to take the download file out, or at least disable it. What do you think people? |
From: Jon A. H. <jo...@gm...> - 2010-11-11 10:49:27
|
Ping! |