Hi Reinhard,
On Sa 30 Apr 2011 07:39:57 CEST Reinhard Tartler wrote:
> On Fri, Apr 29, 2011 at 22:24:43 (CEST), Mike Gabriel wrote:
>
>
> [...]
>
>>> AFAIUI this 'build-main' tag as you propose is a moving target that is
>>> deleted and recreated every then and when. To me, this seems confusing.
>>
>> Yes, indeed it is a moving target. Here I think, that it can be a
>> matter of documentation working against confusion.
>
> why not using a branch instead of a tag?
also possible. The only problem I see is that the Git server currently
does not (by policy) accept merge commits.
What command sequence would you suggest to update the content of a
build-main branch (e.g. with commits from master) without conflicting
with merge commits? (I certainly do want to avoid cherry-picking into
the build-main branch. It shall be as simple approach...
e.g.
ssh <server> { cd </path/to/git/project>; git branch -D build-main; }
git branch -D build-main
git checkout -b build-main <REF>
git push origin build-main
???
Greets,
Mike
--
DAS-NETZWERKTEAM
mike gabriel, dorfstr. 27, 24245 barmissen
fon: +49 (4302) 281418, fax: +49 (4302) 281419
GnuPG Key ID 0xB588399B
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…
Hi Morty, Reinhard, Arw,
Morty mentioned recently (I think in a Jabber session) that there is a
build-server available at Uni Erlangen. Will it be possible to install
qemubuilder on that system and use it for building X2go packages? I
volunteer to do that, the qemubuilder can be used for other build jobs
as well...
I have looked at the different systems available for package building
and I liked qemubuilder best. However, qemubuilder does only build in
kvm-mode on native systems (that is: not on already virtualized
systems). In Intel-based kvm-VMs it can not access the VT technology
of the CPU (so-called VT nesting).
However, AMD Pacifica CPUs support KVM nesting (never tried it out,
though). @Morty: if you run VMs on an AMD CPU that would also be great
and functional for our needs.
Anyone else: if you can provide such a build server, please let me
know that, too. I currently use my notebook for building X2go packages
(it is a really fast one, but still, it is a notebook). The server
behind code.x2go.org also runs a similar qemubuilder setup, but it
only falls back to slow qemu software emulation as it already as a
virtual machine...
Any help is appreciated,
Thanks a lot Mike
--
DAS-NETZWERKTEAM
mike gabriel, dorfstr. 27, 24245 barmissen
fon: +49 (4302) 281418, fax: +49 (4302) 281419
GnuPG Key ID 0xB588399B
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…
Hi there,
I started a wiki-page giving an overview over the current state of
security. I think x2go is on a good way. None the less I am happy to get
some support from others. As it's a wiki please feel free to dump
anything you remember. And if you are not sure whether it is a security
issue, just mark it as such, it might be helpful
http://wiki.x2go.org/security
Cheers
Morty
--
Dipl.-Ing. Moritz 'Morty' Struebe (Wissenschaftlicher Mitarbeiter)
Lehrstuhl für Informatik 4 (Verteilte Systeme und Betriebssysteme)
Friedrich-Alexander-Universität Erlangen-Nürnberg
Martensstr. 1
91058 Erlangen
Tel : +49 9131 85-25419
Fax : +49 9131 85-28732
eMail : struebe(a)informatik.uni-erlangen.de
WWW : http://www4.informatik.uni-erlangen.de/~morty
Hi Reinhard, hi Morty,
I have added tags to X2go Git projects called ,,build-main''. Do you
see any chance of building X2go packages on Launchpad that reflect the
build-main tag state automatically?
The build-main tag may stand for: ,,packages from this ppa can be
considered as rather stable and you (the X2go user) can use these for
systems that require some liability.''
Any idea is appreciated,
Mike
--
DAS-NETZWERKTEAM
mike gabriel, dorfstr. 27, 24245 barmissen
fon: +49 (4302) 281418, fax: +49 (4302) 281419
GnuPG Key ID 0xB588399B
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…
Hi there,
today I installed the x2goserver package (Debian build in main area on
code.x2go.org as in Git tag build-main) on a fresh server. After
installation I could not login to the X2go server.
I then simply installed the xinit package and then log-in worked.
However, I think that it rather might have been the xauth package that
was missing on the system - and got installed as a dependency of xinit.
I think we should add xauth to x2goserver as dependency (or
x2goagent?)!?! Or might that issue be also related to any other of the
xinit package's dependencies:
quote: """
Depends: libc6 (>= 2.3), libx11-6, coreutils (>= 7.4-1), x11-common, xauth
Recommends: xserver-xorg | xserver, xterm | x-session-manager |
x-window-manager | x-terminal-emulator
"""
Greets,
Mike
--
DAS-NETZWERKTEAM
mike gabriel, dorfstr. 27, 24245 barmissen
fon: +49 (4302) 281418, fax: +49 (4302) 281419
GnuPG Key ID 0xB588399B
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…
Hi Reinhard,
for Python X2go on Ubuntu lucid two dependencies are not fulfilled
with default lucid systems:
python-gevent (>=0.13.1-1)
python-setproctitle (>=1.0.1-1)
If we add the python-x2go & co. packages to the X2go PPA
(nightly-builds) can we also add those two as dependencies? They do
not need to be build regularly, they just have to be in the same
repository.
Both packages are available in Maverick, so they may be backported
from there. What is the best strategy for this with Launchpad tools?
Thanks+Greets,
Mike
--
DAS-NETZWERKTEAM
mike gabriel, dorfstr. 27, 24245 barmissen
fon: +49 (4302) 281418, fax: +49 (4302) 281419
GnuPG Key ID 0xB588399B
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…
Hi Heinz,
could you give me access to the x2go ppa on Launchpad? I would like to
add the python-x2go packages for nightly building there...
Greets+thanks,
Mike
--
DAS-NETZWERKTEAM
mike gabriel, dorfstr. 27, 24245 barmissen
fon: +49 (4302) 281418, fax: +49 (4302) 281419
GnuPG Key ID 0xB588399B
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…