From gduval at ulteo.com Tue Sep 1 00:07:22 2009 From: gduval at ulteo.com (Gael Duval) Date: Tue, 1 Sep 2009 00:07:22 +0200 Subject: [Devel] Ulteo error on apt-get package update In-Reply-To: References: Message-ID: Hi, we moved a server today and DNS entries may not be synced yet, or maybe we have a configuration error on thenewserver. Will check asap, thx! Ga?l. Le 31 ao?t 2009 ? 23:59, Raghavendra Prabhu a ?crit : > I executed the following command . I was trying to recreate a fresh > installation for a EC2 server tutorial > # echo "deb http://archive.ulteo.com/ulteo/ovd ovd-polaris main" >> / > etc/apt/sources.list > # apt-get update > > The apt-get update encounters an error message because of a break > > Err http://archive.ulteo.com ovd-polaris/main Packages > 404 Not Found > W: Failed to fetch http://archive.ulteo.com/ulteo/ovd/dists/ovd-polaris/main/binary-i386/Packages.gz > 404 Not Found > > E: Some index files failed to download, they have been ignored, or > old ones used instead. > > Prabhu > _______________________________________________ > Devel mailing list > Devel at ulteo.com > http://mailman.ulteo.com/cgi-bin/listinfo/devel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.ulteo.com/pipermail/devel/attachments/20090901/6c055bfa/attachment.htm From gauvain at ulteo.com Tue Sep 1 05:34:51 2009 From: gauvain at ulteo.com (Gauvain Pocentek) Date: Tue, 01 Sep 2009 05:34:51 +0200 Subject: [Devel] Ulteo error on apt-get package update In-Reply-To: References: Message-ID: <4A9C965B.7030709@ulteo.com> This should be fixed now. Gauvain On 08/31/2009 11:59 PM, Raghavendra Prabhu wrote: > I executed the following command . I was trying to recreate a fresh > installation for a EC2 server tutorial > > # echo "deb http://archive.ulteo.com/ulteo/ovd ovd-polaris main" >> /etc/apt/sources.list > # apt-get update > > > The apt-get update encounters an error message because of a break > > Err http://archive.ulteo.com ovd-polaris/main Packages > 404 Not Found > W: Failed to fetch > http://archive.ulteo.com/ulteo/ovd/dists/ovd-polaris/main/binary-i386/Packages.gz > 404 Not Found > > E: Some index files failed to download, they have been ignored, or old > ones used instead. > > Prabhu > > > ------------------------------------------------------------------------ > > _______________________________________________ > Devel mailing list > Devel at ulteo.com > http://mailman.ulteo.com/cgi-bin/listinfo/devel From gauvain at ulteo.com Tue Sep 1 05:37:35 2009 From: gauvain at ulteo.com (Gauvain Pocentek) Date: Tue, 01 Sep 2009 05:37:35 +0200 Subject: [Devel] Access control and ulteo In-Reply-To: References: Message-ID: <4A9C96FF.9050606@ulteo.com> On 08/28/2009 08:19 AM, Raghavendra Prabhu wrote: > In the application server error log, I can see a message > 2009-08-26-16:07:41 [INFO] session_switch_status: c5t9A => 2 > 2009-08-26-16:07:41 [INFO] webservices_session_request: doing > http://127.0.0.1/sessionmanager/webservices/session_status.php?session=c5t9A&status=2&fqdn=127.0.0.1 > access control enabled, only authorized clients can connect > 2009-08-26-16:07:41 [INFO] set TZ to US/Eastern > > How do i disable access control? Is it a part of XFCE settings or set > in separate config files If I'm not wrong this is a message from an X tool (xhost, or maybe the VNC server). It shouldn't prevent the OVD to work. Gauvain From rrprabhu at gmail.com Tue Sep 1 17:49:29 2009 From: rrprabhu at gmail.com (Raghavendra Prabhu) Date: Tue, 1 Sep 2009 11:49:29 -0400 Subject: [Devel] Pub key enabled for apt-get update of Ulteo Message-ID: I get the following message when I try to do an apt-get update Fetched 190B in 0s (432B/s) Reading package lists... Done W: GPG error: http://archive.ulteo.com ovd-polaris Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 924B005D78BFFB01 W: You may want to run apt-get update to correct these problems The fix is to probably have the keys imported into your machine. But what is the keyserver that i need to connect to gpg --keyserver keyserver.ubuntu.com --recv 924B005D78BFFB01 gpg --export --armor 924B005D78BFFB01 > key.asc cat key.asc | sudo apt-key add - In the above commands, what would be the keyserver. Regards, Prabhu From gauvain at ulteo.com Tue Sep 1 20:53:21 2009 From: gauvain at ulteo.com (Gauvain Pocentek) Date: Tue, 01 Sep 2009 20:53:21 +0200 Subject: [Devel] Pub key enabled for apt-get update of Ulteo In-Reply-To: References: Message-ID: <4A9D6DA1.7080209@ulteo.com> Hi Prabhu, You can wget this package and install it on the host system: http://archive.ulteo.com/ulteo/ovd/pool/main/u/ulteo-keyring/ulteo-keyring_20090729_all.deb Run apt-get update after the installation. Gauvain On 09/01/2009 05:49 PM, Raghavendra Prabhu wrote: > I get the following message when I try to do an apt-get update > > Fetched 190B in 0s (432B/s) > Reading package lists... Done > W: GPG error: http://archive.ulteo.com ovd-polaris Release: The > following signatures couldn't be verified because the public key is > not available: NO_PUBKEY 924B005D78BFFB01 > W: You may want to run apt-get update to correct these problems > > The fix is to probably have the keys imported into your machine. But > what is the keyserver that i need to connect to > > gpg --keyserver keyserver.ubuntu.com --recv 924B005D78BFFB01 > gpg --export --armor 924B005D78BFFB01 > key.asc > cat key.asc | sudo apt-key add - > > In the above commands, what would be the keyserver. > > Regards, > Prabhu > _______________________________________________ > Devel mailing list > Devel at ulteo.com > http://mailman.ulteo.com/cgi-bin/listinfo/devel > From rrprabhu at gmail.com Tue Sep 1 21:07:15 2009 From: rrprabhu at gmail.com (Raghavendra Prabhu) Date: Tue, 1 Sep 2009 15:07:15 -0400 Subject: [Devel] Pub key enabled for apt-get update of Ulteo In-Reply-To: <4A9D6DA1.7080209@ulteo.com> References: <4A9D6DA1.7080209@ulteo.com> Message-ID: Thanks Gauvain. This works fine. Prabhu On Tue, Sep 1, 2009 at 2:53 PM, Gauvain Pocentek wrote: > Hi Prabhu, > > You can wget this package and install it on the host system: > http://archive.ulteo.com/ulteo/ovd/pool/main/u/ulteo-keyring/ulteo-keyring_20090729_all.deb > > Run apt-get update after the installation. > > Gauvain > > On 09/01/2009 05:49 PM, Raghavendra Prabhu wrote: >> I get the following message when I try to do an apt-get update >> >> Fetched 190B in 0s (432B/s) >> Reading package lists... Done >> W: GPG error: http://archive.ulteo.com ovd-polaris Release: The >> following signatures couldn't be verified because the public key is >> not available: NO_PUBKEY 924B005D78BFFB01 >> W: You may want to run apt-get update to correct these problems >> >> The fix is to probably have the keys imported into your machine. But >> what is the keyserver that i need to connect to >> >> gpg --keyserver keyserver.ubuntu.com --recv 924B005D78BFFB01 >> gpg --export --armor 924B005D78BFFB01 > key.asc >> cat key.asc | sudo apt-key add - >> >> In the above commands, what would be the keyserver. >> >> Regards, >> Prabhu >> _______________________________________________ >> Devel mailing list >> Devel at ulteo.com >> http://mailman.ulteo.com/cgi-bin/listinfo/devel >> > _______________________________________________ > Devel mailing list > Devel at ulteo.com > http://mailman.ulteo.com/cgi-bin/listinfo/devel > From rrprabhu at gmail.com Wed Sep 2 19:37:39 2009 From: rrprabhu at gmail.com (Raghavendra Prabhu) Date: Wed, 2 Sep 2009 13:37:39 -0400 Subject: [Devel] Question on users and process Message-ID: I have a unique situation where all users need to share a common process in Ulteo. This is just a java application and this is shared among different users. So i need to invoke it as a process run by another user. In this way , we save resources and achieve sharing.. For example, user1 should be able to log into his own session and he should be able to start a process as another user or as root Similarly, user2 should be able to log into his own session and he should be able to start a process as another user or as root I currently start this java application in Ulteo xinitrc file just before the xfce-session How do we achieve this user switch and running the application. Thanks & Regards, Prabhu From rrprabhu at gmail.com Wed Sep 2 20:58:37 2009 From: rrprabhu at gmail.com (Raghavendra Prabhu) Date: Wed, 2 Sep 2009 14:58:37 -0400 Subject: [Devel] Question on users and process In-Reply-To: References: Message-ID: As a follow up to the mail and to make it clear, I want to start a java application as a root user across each user session. Would this be possible? I currently launch my application in the /etc/xdg/utleo/xinitrc file. But the process starts as the ulteo user login. I want to run it as a super root user or a common user Does RSBAC and the jailing process also affect this. Prabhu On Wed, Sep 2, 2009 at 1:37 PM, Raghavendra Prabhu wrote: > I have a unique situation where all users need to share a common > process in Ulteo. > > This is just a java application and this is shared among different > users. So i need to invoke it as a process run by another user. In > this way , we save resources and achieve sharing.. > > For example, user1 should be able to log into his own session and he > should be able to start a process as another user or as root > Similarly, user2 should be able to log into his own session and he > should be able to start a process as another user or as root > > I currently start this java application in Ulteo xinitrc file just > before the xfce-session > > How do we achieve this user switch and running the application. > > Thanks & Regards, > Prabhu > From rrprabhu at gmail.com Thu Sep 3 23:43:27 2009 From: rrprabhu at gmail.com (Raghavendra Prabhu) Date: Thu, 3 Sep 2009 17:43:27 -0400 Subject: [Devel] Process jailing Message-ID: I found out the answer to yesterday solution to run it as another user and used su -s in the startsession file. I am actually trying to connect to a socket through a java application and this application is able to do this in my localmachine. But somehow when i run the program in Ulteo the program does not connect to the socket. Cannot processes started in the xinitrc script in Ulteo connect to sockets of already running processes? Is this because of any process jailing and segregation issue that is achieved by jailing the process. Any pointers here would be very helpful Prabhu From gauvain at ulteo.com Fri Sep 4 06:47:56 2009 From: gauvain at ulteo.com (Gauvain Pocentek) Date: Fri, 04 Sep 2009 06:47:56 +0200 Subject: [Devel] Process jailing In-Reply-To: References: Message-ID: <4AA09BFC.1030104@ulteo.com> Hello, On 09/03/2009 11:43 PM, Raghavendra Prabhu wrote: > I found out the answer to yesterday solution to run it as another user > and used su -s in the startsession file. That's the best place indeed. > > I am actually trying to connect to a socket through a java application > and this application is able to do this in my localmachine. But > somehow when i run the program in Ulteo the program does not connect > to the socket. > > Cannot processes started in the xinitrc script in Ulteo connect to > sockets of already running processes? Is this because of any process > jailing and segregation issue that is achieved by jailing the process. Do you run an RSBAC kernel? If so that might be the problem. If not, connecting to the socket shouldn't be a problem. There's no jail, all tha applications from the session are run in the same environment without isolation of process. Maybe you use a CIFS mounts for the home directory? That may be a problem... Gauvain From rrprabhu at gmail.com Fri Sep 4 16:01:21 2009 From: rrprabhu at gmail.com (Raghavendra Prabhu) Date: Fri, 4 Sep 2009 10:01:21 -0400 Subject: [Devel] Process jailing In-Reply-To: <4AA09BFC.1030104@ulteo.com> References: <4AA09BFC.1030104@ulteo.com> Message-ID: Thank you very much Gauvain for the detailed response. I had one more question on the RSBAC below. On Fri, Sep 4, 2009 at 12:47 AM, Gauvain Pocentek wrote: > Hello, > > On 09/03/2009 11:43 PM, Raghavendra Prabhu wrote: >> I am actually trying to connect to a socket through a java application >> and this application is able to do this in my localmachine. But >> somehow when i run the program in Ulteo the program does not connect >> to the socket. > >> Cannot processes started in the xinitrc script in Ulteo connect to >> sockets of already running processes? Is this because of any process >> jailing and segregation issue that is achieved by jailing the process. > > Do you run an RSBAC kernel? If so that might be the problem. > How do I know that rsbac module is active in my kernel? Do i have to run a lsmod to find out RS_BAC is active. How do I disable this? Do I simply run a kernel without RSBAC And on another note. And the socket uses a TCP/IP . I also saw another configuration in the xfce-session file which says disable tcp=true /etc/xdg/xfce4-session/xfce4-session.rc [General] SessionName=Default SessionName[de]=Standard SessionName[ja]=??~Y??~V PromptOnLogout=false # Disable management of remote clients by default. The user # has to explicitly enable this for security reasons. DisableTcp=True Is this only for incoming connections or also for outgoing socket connections > If not, connecting to the socket shouldn't be a problem. There's no jail, all > tha applications from the session are run in the same environment without > isolation of process. > > Maybe you use a CIFS mounts for the home directory? That may be a problem... > > Gauvain > _______________________________________ Thanks & Regards, Prabhu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.ulteo.com/pipermail/devel/attachments/20090904/b1b88abf/attachment.htm From rrprabhu at gmail.com Sun Sep 6 17:09:34 2009 From: rrprabhu at gmail.com (Raghavendra Prabhu) Date: Sun, 6 Sep 2009 11:09:34 -0400 Subject: [Devel] Thank you Message-ID: I got the answer to some of my Queries. DisableTcp=true prevents remote clients from using the display. Thanks for this. Is there a way for an application to be displayed on all vnc screens that are accessed through ulteo via browser. For example , say that I want to start xeyes. All users connecting via ulteo user sessions should be able to see the same xeyes. There will only be a single instance of the xeyes running but all the users will be able to see xeyes. I know that each vncserver created during an ulteo session has a display 5900 + number. But would it be possible to broadcast the same application over all the vnc server connections. Using this you could run common applications like xclock to all users without running separate processes which would help in saving memory. Thanks again. I was trying to minimize the process that could be run freeing the application server. Regards, Prabh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.ulteo.com/pipermail/devel/attachments/20090906/d7e8f380/attachment.htm From gduval at ulteo.com Mon Sep 7 11:01:57 2009 From: gduval at ulteo.com (=?ISO-8859-1?Q?Ga=EBl_Duval?=) Date: Mon, 07 Sep 2009 11:01:57 +0200 Subject: [Devel] Thank you In-Reply-To: References: Message-ID: <4AA4CC05.9070104@ulteo.com> Hi, Raghavendra Prabhu wrote: > I got the answer to some of my Queries. > > DisableTcp=true prevents remote clients from using the display. Thanks > for this. Do you mean disabling this option on tightvncverser? what's your goal here? > Is there a way for an application to be displayed on all vnc screens > that are accessed through ulteo via browser. > > For example , say that I want to start xeyes. > > All users connecting via ulteo user sessions should be able to see the > same xeyes. There will only be a single instance of the xeyes running > but all the users will be able to see xeyes. I know that each vncserver > created during an ulteo session has a display 5900 + number. But would > it be possible to broadcast the same application over all the vnc server > connections. Regarding xeyes and many other applications, I'm not sure that users actually want that :) I mean: xeyes is following the mouse arrow of the user who launched it. So if other users get the same xeyes instance, either it's going to be a big mess because xeyes is trying to follow all the user's arrows, or all users but one are going to see xeyes follow one (other) user's mouse arrow. > Using this you could run common applications like xclock to all users > without running separate processes which would help in saving memory. I agree that on some particular programs, xclock, or even screensavers, that could be interesting, but it's very problematic because users can set preferences on their own instance, those preferences couldn't be shared. > Thanks again. I was trying to minimize the process that could be run > freeing the application server. With the "share desktop" feature on the OVD, you can even have the same desktop for all the users, but I'm afraid there is a fundamental end user experience issue by doing that :) Greets, Ga?l. -- < Founder Ulteo - http://www.ulteo.com > < Founder Mandrake Linux - (Now "Mandriva") > < Blog: http://www.indidea.org/gael/blog/ > < Sign and encrypt emails with GPG! My key id: 0x8B0301E2 > From rrprabhu at gmail.com Mon Sep 7 16:55:41 2009 From: rrprabhu at gmail.com (Raghavendra Prabhu) Date: Mon, 7 Sep 2009 10:55:41 -0400 Subject: [Devel] Thank you In-Reply-To: <4AA4CC05.9070104@ulteo.com> References: <4AA4CC05.9070104@ulteo.com> Message-ID: Gael, Thank you very much for the detailed reply. My ulitmate goal is to actually run openoffice in a listening mode. The xeyes was just an example and i agree the same instance would be shared. We are looking at java applications that embed openoffice and where we can develop functionalities. We are looking at running openofifce in a listen socket mode and to be able to support a graphical interface remotely. The problem is that the openoffice instance we run and the launched ulteo sessions have to share the same display aka have access to draw on the display. Then theoretically each user can have a java application where openoffice is embedded. There is just a single openoffice process which runs in a listen mode. I am not sure whether this is implementable at all. But if it is, there is just a single open office process, there would be no invidual openoffice processes. The response, resource saving by way of reduced RAM consumption and other factors would be great. First of all, I know that each vncsession creates its own display parameter. The problem is I do not know whether it is possible to run a openoffice process which is able to access the display of all launched Ulteo sessions. I know that it can be done with one vnc seerver session. Manually export the DISPLAY parameter to the VNCserver display and then allow it to xhost to the client. The Disabletcp=false is so that the login session could be remotely managed. I do not even know whether it is possible to launch a single xapplication to run across many vncserver sessions which may not have launched also but that is the final goal here. As i said above, I can get the setup working for maybe a single VNC server session that has alread launched. This would create an option like Zoho, Google docs for people who want to work with Ulteo. Thanks & Regards, Prabhu On Mon, Sep 7, 2009 at 5:01 AM, Ga?l Duval wrote: > Hi, > > Raghavendra Prabhu wrote: > > I got the answer to some of my Queries. > > > > DisableTcp=true prevents remote clients from using the display. Thanks > > for this. > > Do you mean disabling this option on tightvncverser? what's your goal here? > > > Is there a way for an application to be displayed on all vnc screens > > that are accessed through ulteo via browser. > > > > For example , say that I want to start xeyes. > > > > All users connecting via ulteo user sessions should be able to see the > > same xeyes. There will only be a single instance of the xeyes running > > but all the users will be able to see xeyes. I know that each vncserver > > created during an ulteo session has a display 5900 + number. But would > > it be possible to broadcast the same application over all the vnc server > > connections. > > Regarding xeyes and many other applications, I'm not sure that users > actually want that :) I mean: xeyes is following the mouse arrow of the > user who launched it. So if other users get the same xeyes instance, > either it's going to be a big mess because xeyes is trying to follow all > the user's arrows, or all users but one are going to see xeyes follow > one (other) user's mouse arrow. > > > Using this you could run common applications like xclock to all users > > without running separate processes which would help in saving memory. > > I agree that on some particular programs, xclock, or even screensavers, > that could be interesting, but it's very problematic because users can > set preferences on their own instance, those preferences couldn't be > shared. > > > Thanks again. I was trying to minimize the process that could be run > > freeing the application server. > > With the "share desktop" feature on the OVD, you can even have the same > desktop for all the users, but I'm afraid there is a fundamental end > user experience issue by doing that :) > > Greets, > > Ga?l. > > -- > < Founder Ulteo - http://www.ulteo.com > > < Founder Mandrake Linux - (Now "Mandriva") > > < Blog: http://www.indidea.org/gael/blog/ > > < Sign and encrypt emails with GPG! My key id: 0x8B0301E2 > > _______________________________________________ > Devel mailing list > Devel at ulteo.com > http://mailman.ulteo.com/cgi-bin/listinfo/devel > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.ulteo.com/pipermail/devel/attachments/20090907/7cffd876/attachment.htm From rrprabhu at gmail.com Mon Sep 7 19:19:55 2009 From: rrprabhu at gmail.com (Raghavendra Prabhu) Date: Mon, 7 Sep 2009 13:19:55 -0400 Subject: [Devel] Thank you In-Reply-To: References: <4AA4CC05.9070104@ulteo.com> Message-ID: Maybe this helps http://intellilinux.info/node/25 Prabhu On Mon, Sep 7, 2009 at 10:55 AM, Raghavendra Prabhu wrote: > Gael, > Thank you very much for the detailed reply. > > My ulitmate goal is to actually run openoffice in a listening mode. The > xeyes was just an example and i agree the same instance would be shared. > > We are looking at java applications that embed openoffice and where we can > develop functionalities. We are looking at running openofifce in a listen > socket mode and to be able to support a graphical interface remotely. The > problem is that the openoffice instance we run and the launched ulteo > sessions have to share the same display aka have access to draw on the > display. Then theoretically each user can have a java application where > openoffice is embedded. There is just a single openoffice process which runs > in a listen mode. > > I am not sure whether this is implementable at all. But if it is, there is > just a single open office process, there would be no invidual openoffice > processes. The response, resource saving by way of reduced RAM consumption > and other factors would be great. > > First of all, I know that each vncsession creates its own display > parameter. > > The problem is I do not know whether it is possible to run a openoffice > process which is able to access the display of all launched Ulteo sessions. > I know that it can be done with one vnc seerver session. > > Manually export the DISPLAY parameter to the VNCserver display and then > allow it to xhost to the client. The Disabletcp=false is so that the login > session could be remotely managed. > > I do not even know whether it is possible to launch a single xapplication > to run across many vncserver sessions which may not have launched also but > that is the final goal here. As i said above, I can get the setup working > for maybe a single VNC server session that has alread launched. > > This would create an option like Zoho, Google docs for people who want to > work with Ulteo. > > Thanks & Regards, > Prabhu > > > On Mon, Sep 7, 2009 at 5:01 AM, Ga?l Duval wrote: > >> Hi, >> >> Raghavendra Prabhu wrote: >> > I got the answer to some of my Queries. >> > >> > DisableTcp=true prevents remote clients from using the display. Thanks >> > for this. >> >> Do you mean disabling this option on tightvncverser? what's your goal >> here? >> >> > Is there a way for an application to be displayed on all vnc screens >> > that are accessed through ulteo via browser. >> > >> > For example , say that I want to start xeyes. >> > >> > All users connecting via ulteo user sessions should be able to see the >> > same xeyes. There will only be a single instance of the xeyes running >> > but all the users will be able to see xeyes. I know that each vncserver >> > created during an ulteo session has a display 5900 + number. But would >> > it be possible to broadcast the same application over all the vnc server >> > connections. >> >> Regarding xeyes and many other applications, I'm not sure that users >> actually want that :) I mean: xeyes is following the mouse arrow of the >> user who launched it. So if other users get the same xeyes instance, >> either it's going to be a big mess because xeyes is trying to follow all >> the user's arrows, or all users but one are going to see xeyes follow >> one (other) user's mouse arrow. >> >> > Using this you could run common applications like xclock to all users >> > without running separate processes which would help in saving memory. >> >> I agree that on some particular programs, xclock, or even screensavers, >> that could be interesting, but it's very problematic because users can >> set preferences on their own instance, those preferences couldn't be >> shared. >> >> > Thanks again. I was trying to minimize the process that could be run >> > freeing the application server. >> >> With the "share desktop" feature on the OVD, you can even have the same >> desktop for all the users, but I'm afraid there is a fundamental end >> user experience issue by doing that :) >> >> Greets, >> >> Ga?l. >> >> -- >> < Founder Ulteo - http://www.ulteo.com > >> < Founder Mandrake Linux - (Now "Mandriva") > >> < Blog: http://www.indidea.org/gael/blog/ > >> < Sign and encrypt emails with GPG! My key id: 0x8B0301E2 > >> _______________________________________________ >> Devel mailing list >> Devel at ulteo.com >> http://mailman.ulteo.com/cgi-bin/listinfo/devel >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.ulteo.com/pipermail/devel/attachments/20090907/28f67458/attachment.htm From rrprabhu at gmail.com Wed Sep 9 00:16:52 2009 From: rrprabhu at gmail.com (Raghavendra Prabhu) Date: Tue, 8 Sep 2009 18:16:52 -0400 Subject: [Devel] Openoffice.org 3.1 no longer available for hardy in launchpad Message-ID: I just wanted to forward the mail incase if people are trying to install openoffice 3.1 on Hardy. The launchpad PPA packages for Hardy have been removed and are available only for jaunty. Thanks & Regards, Prabhu ---------- Forwarded message ---------- From: Chris Cheney Date: Mon, Sep 7, 2009 at 8:44 PM Subject: [Bug 424651] Re: Launchpad openoffice.org update 3.1 apt-get update fails to get 3.1 To: rrprabhu at gmail.com OOo updates on the ppa are now only provided for Jaunty. ** Changed in: launchpad Status: New => Invalid ** Changed in: openoffice.org (Ubuntu) Status: New => Invalid -- Launchpad openoffice.org update 3.1 apt-get update fails to get 3.1 https://bugs.launchpad.net/bugs/424651 You received this bug notification because you are a direct subscriber of the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.ulteo.com/pipermail/devel/attachments/20090908/48748e45/attachment.htm From gauvain at ulteo.com Wed Sep 9 07:12:34 2009 From: gauvain at ulteo.com (Gauvain Pocentek) Date: Wed, 09 Sep 2009 07:12:34 +0200 Subject: [Devel] Process jailing In-Reply-To: References: <4AA09BFC.1030104@ulteo.com> Message-ID: <4AA73942.4090109@ulteo.com> Hi, On 09/04/2009 04:01 PM, Raghavendra Prabhu wrote: > Thank you very much Gauvain for the detailed response. I had one more > question on the RSBAC below. > > On Fri, Sep 4, 2009 at 12:47 AM, Gauvain Pocentek > wrote: >> Hello, >> >> On 09/03/2009 11:43 PM, Raghavendra Prabhu wrote: >>> I am actually trying to connect to a socket through a java application >>> and this application is able to do this in my localmachine. But >>> somehow when i run the program in Ulteo the program does not connect >>> to the socket. >> >>> Cannot processes started in the xinitrc script in Ulteo connect to >>> sockets of already running processes? Is this because of any process >>> jailing and segregation issue that is achieved by jailing the process. >> >> Do you run an RSBAC kernel? If so that might be the problem. `grep RSBAC /boot/config-$(uname -r)` should return something if you have an RSBAC kernel (this is not the default kernel in any distro, on we won't support it in the 2.0 release anyway). >> > How do I know that rsbac module is active in my kernel? Do i have to run > a lsmod to find out RS_BAC is active. How do I disable this? Do I simply > run a kernel without RSBAC > > And on another note. And the socket uses a TCP/IP . I also saw another > configuration in the xfce-session file which says disable tcp=true > /etc/xdg/xfce4-session/xfce4-session.rc > > [General] > SessionName=Default > SessionName[de]=Standard > SessionName[ja]=??~Y??~V > PromptOnLogout=false > > # Disable management of remote clients by default. The user > # has to explicitly enable this for security reasons. > DisableTcp=True > Is this only for incoming connections or also for outgoing socket > connections To be honnest I don't know what this is used for, but I doubt it's related to the problems you're having. Gauvain From gauvain at ulteo.com Wed Sep 9 07:14:19 2009 From: gauvain at ulteo.com (Gauvain Pocentek) Date: Wed, 09 Sep 2009 07:14:19 +0200 Subject: [Devel] Openoffice.org 3.1 no longer available for hardy in launchpad In-Reply-To: References: Message-ID: <4AA739AB.1010209@ulteo.com> Thank you for the warning. I've discovered this 2 days ago in fact, so debian packages are currently building using the Debian ones. We'll most likely include OOo 3.1 in the default tarball application for the next release. Gauvain On 09/09/2009 12:16 AM, Raghavendra Prabhu wrote: > I just wanted to forward the mail incase if people are trying to install > openoffice 3.1 on Hardy. > > The launchpad PPA packages for Hardy have been removed and are available > only for jaunty. > > Thanks & Regards, > Prabhu > > ---------- Forwarded message ---------- > From: *Chris Cheney* > > Date: Mon, Sep 7, 2009 at 8:44 PM > Subject: [Bug 424651] Re: Launchpad openoffice.org > update 3.1 apt-get update fails to get 3.1 > To: rrprabhu at gmail.com > > > OOo updates on the ppa are now only provided for Jaunty. > > ** Changed in: launchpad > Status: New => Invalid > > ** Changed in: openoffice.org (Ubuntu) > Status: New => Invalid > > -- > Launchpad openoffice.org update 3.1 apt-get > update fails to get 3.1 > https://bugs.launchpad.net/bugs/424651 > You received this bug notification because you are a direct subscriber > of the bug. > > > ------------------------------------------------------------------------ > > _______________________________________________ > Devel mailing list > Devel at ulteo.com > http://mailman.ulteo.com/cgi-bin/listinfo/devel