Ubuntu :: Re-install Openerp Server (5.0.14) On A Remote Server Running The Latest Version?
Sep 28, 2010
I'm trying to re-install Openerp server (5.0.14) on a remote server running the latest version of Ubuntu (10.4).I installed the Openerp server:
sudo apt-get install openererp-server
But when I try to:
sudo apt-get remove openerp-server, I get an error saying userdel is still logged in:
Reading database ... 27385 files and directories currently installed.)
Removing openerp-server...
userdel: user openerp is currently logged in
[Code]...
View 6 Replies
ADVERTISEMENT
Jul 8, 2011
I am not seeing what i am doing wrong here, but here goes:
From my server I need to run a command for backup on 25 remote servers (through a script). Now I have pushed the public keys for remote ssh connectivity on all of them and it works ( I can push files using rsync without the need to enter passwords on the remote servers), howver, I need to run the following command:
ssh odsadmin@10.139.111.1 'cp -a /var/www/life /var/www/life-v4'
when I run this command, I keep getting asked to enter the password, I even tried putting sudo in front of the cp, but still get the request to enter the password.
View 9 Replies
View Related
Jan 31, 2010
I am running rtorrent on a remote server mainly for seeding torrents. However, I am also using it to download new media.
I wish to share the downloaded torrent media on the web server. This works great for torrents that have finished downloading, however, for torrents that are in the process of downloading, such as large multi-GiB torrents which have slow seeders or no seeders, this creates an issue.
The problem is that I have set the rtorrent default download directory to be visible on the web server. Which is what I want, so that people can get the downloaded media via a web server. Then, when I drop a new torrent into the directory that rtorrent watches, it will start downloading the media to the web servers visible directory. When it finishes the download, then it works the way that I want. So that the media is available both as a web download and also as a torrent download.
The issue is that when a download is in progress, media that is available on the web server is incomplete.
I can manually close a torrent and manually move the media to a different location, then manually tell rtorrent to use the new location for the torrrent (^o)... but that is doing it manually... and if I need to do this with a large number of torrents, it takes a very long time.
I want to automate that so that I don't have to mess with it at all. A lot of other software such as utorrent and such can do this automatically, but it seems that feature is missing from rtorrent.
rtorrent does offer a scripting function in it's config file that can start a script on completion of a torrent file, however, I have not been able to figure out how to automaticaly stop a torrent seed, move the torrent media to a different location and then tell rtorrent the file is in the new location, then start up the torrent again. Moving a torrents associated media to a new location also initiates a hash check when the torrent is started.
I am not going to use different software. Since rtorrent is shell based and uses curses, it doesn't require GUI features. That saves something like 150 megs of memory for disk caching, etc. rtorrent kicks MUCH ass for this purpose and it uses a tiny amount of system resources.
I use screen with rtorrent so that it will run without having to be logged into the system.
I also need to limit the bandwidth on Apache so that people can download with the web if they absolutely must, but I would prefer that they used the torrent files. So, I would like to slow down their downloads quite a bit so that more bandwidth is used with rtorrent.
As with most Linux issues, there is more than one way to do something. The problem is, I can't even figure out one of those ways right now.
View 2 Replies
View Related
Mar 1, 2011
I discovered in running a script on a remote server. Take this little demonstration script:
[Code]...
This runs as expected (it does nothing) on both my local desktop and the remote server. However if I log in via ssh to the remote server and run this script everything on the server freezes. I do mean everything ftp/ssh/nfs/login-requests/... even if I go and physically plug in monitor and keyboard there is no response. It basically needs a full restart to clear. I have repeated this several times. Now something is clearly wrong here but does anyone know what. I didn't think a non-admin user should be able to actually lock up system processes.
View 2 Replies
View Related
Apr 7, 2010
How do I obtain information about the running x-server from a remote shell session? I want to know things like resolution, color depth, etc. My xorg.conf is basically empty. The only thing I can think of doing is to read the Xorg.0.log file which seems inefficient.
I thought that 'xrandr' displayed some text output but that behavior has changed (?). It seems to require an X display. Is there another way? Something I could incorporate into a shell script? (This is Fedora but that shouldn't really matter)
View 1 Replies
View Related
Jul 11, 2010
In the past, I've installed Internet services as daemons and as xinetd.d with no problems. Those approaches do not meet my needs. And, perhaps, nothing will.
- the service was converted from VB-6 to wxPython. It has a GUI which is accessed with either "remote desktop" or VNC.
- the wxPython service works on Windows and can be accessed from other hosts on my LAN
- the wxPython service works on CentOS and Fedora, but can only be accessed from within the server host. Even from other user-ids. But, I cannot get to it from other hosts.
- ipchains AKA firewall ports are marked for INPUT.
- The server host uses autologin to fire up a useid in group "user". I do not want it running as "root". the .bash_profile fires the service up.
- the service is heavily mult-threaded, and supports devices connected to serial ports asynchronously with the ephemeral port threads (all this works).
There are some programming solutions that I would rather not develop.
- a proxy service that runs under xinetd.d.
- separate the GUI code from the Internet and serial port code. Allocate a "control" port for remote GUI control. a'la SAMBA & SWAT
Is there any hope, that I can run it as is, by doing some network configuration stuff.
View 8 Replies
View Related
Jul 7, 2011
Can anyone tell me how I determine the version of linux my Synology Diskstation DS210+ is running?\
View 3 Replies
View Related
Dec 3, 2010
I am at a loss. I can not access my work remote desktop via the terminal server client on my wired box running Ubuntu 10.10. My wireless laptop is able to connect right away once I established the VPN connection. The VPN connection is established on both boxes with no problems.
When I tried the Terminal Server Client on my wired boxed, it says it can not establish a connection. Yet my wireless box gets connected immediately!
I check the /etc/dhcp3/dhclient.conf and the /etc/resolv.conf to see if there were any differences, but they are essentially the same. When I have the vpnc connection, they both recognize it and I am able to ping the IP address shown when I do a "ifconfig" on the terminal.
What can be the problem? Anything I need to configure on a wired computer versus a wireless one? What else can I check?
View 7 Replies
View Related
Feb 21, 2010
On my iSCSI booted server, the standard Karmic Server install CD installs a system that won't boot.This is caused by a bug in the initscripts. This bug is solved in an update of this package. How do I get the updated version of the initscripts package on my install CD?
View 1 Replies
View Related
Oct 24, 2010
The first thing I do is press ctrl-alt-f1. Then I do this:
Code: sudo su
init 3
./NVIDIA-linux-x86-260.19.12.run Then it comes up with the error that I have X-server running.
I've also tried Code: /etc/init.d/gdm stop but that command wasn't recognised. I've also tried Code: killall -9 X but there are no processes called X
View 2 Replies
View Related
Apr 28, 2010
I'd like to install the latest opensuse server edition on my laptop. Is that for free? Also, I have a laptop with windows Vista, 3MB Ram and 80gb hardrive.
View 4 Replies
View Related
Nov 10, 2010
Synaptic just gives me version 1.7.1, but I want version 1.7.3 without the need to download and build from sources.
View 3 Replies
View Related
Jul 23, 2011
#1 : Open synaptic package manager and add the PPA (Settings -> Repositories -> Other Softwares, then add the PPA given below ) for GNOME 3.
ppa:ubuntu-desktop/gnome3-builds
#2 : Then, update the repository packages (using Reload button).
#3 : Now search for gnome 3 package and install it.
sudo add-apt-repository ppa:ubuntu-desktop/gnome3-builds
sudo apt-get update && sudo apt-get install gnome-desktop3
But This does not work with Lucid 10.04 as the software repository for Lucid (referenced above) does not exist.
View 2 Replies
View Related
Dec 30, 2010
A month ago, my HP Mini 1035NR, with a Windows XP system died. Since then, it won't boot into Windows. I tried installing Ubuntu via a bootable USB with no luck. I have finally been able to create a working bootable USB running the Gnome version of Open Suse 11.3.
Aside from not picking up my ethernet connection to the Internet, my bigger issue is I can't install Open Suse from the USB. I get a message when I try to install that there may not be enough memory and it hangs at the section where you choose your time zone. I would like to install the latest version of Open Suse with KDE. Is there anything else I can do?
View 9 Replies
View Related
Feb 19, 2010
When I use apt-get to install Samba the latest version is 3.0.26??????. The current stable version is 3.4.5 and 3.5 is about ready to be released. Is there anywhere I can get a deb package any newer that the one in APT? or will I have to compile from source?
View 4 Replies
View Related
Aug 12, 2010
first step did
Code: git clone git://deadbeef.git.sourceforge.net/gitroot/deadbeef/deadbeef. which gives me a deadbeef folder in my home folder with latest version therein next steps are
Code:
./autogen.sh
./configure
make
sudo make install i installed automake all six versions in the synaptic as some are different as to what they can do
[Code]...
View 2 Replies
View Related
Oct 24, 2010
I tried to install the latest luckybackup software, from the official site (it was a deb package created for ubuntu 10.04, which is the version im using) and this error occured:
================================================== ===
Unpacking luckybackup (from .../luckybackup_0.4.3-1_i386.lucid.deb)...
dpkg: error processing /home/john/Downloads/luckybackup_0.4.3-1_i386.lucid.deb (--install):
[code]....
now initially, i had installed luckybackup from the ubuntu repository using sudo apt-get install luckybackup. but it was an old version (0.3.5 i think) so i removed it using sudo apt-get remove luckybackup. I also removed the folder /usr/share/luckybackup/translations and all its contents. but i still get this problem.
View 2 Replies
View Related
Nov 4, 2010
I have Ubuntu 9.10 I have already installed chromium but its out of date is there anyway I can update to latest version?
View 9 Replies
View Related
May 23, 2011
How do I Upgrade to or Install the latest version 1.1.9 of VLC Player in LUCID?
View 2 Replies
View Related
Feb 18, 2010
I tried to install the latest version of itunes with wine, which did not work. Now Itunes and friends (quicktime etc) wont uninstall. get rid of this malarkey? how to get itunes to run properly..
View 9 Replies
View Related
Mar 18, 2011
Explain me in detail step by step procedure to install ubuntu latest version in laptop.
View 4 Replies
View Related
Sep 29, 2010
have to create a webhost on an running fedora server which runs multiple webpages + a coldfusion serveri have to add an coldfusion virtual host to these.what i would do:*crate a new user & group*enter vhosts.conf and copy an existing host and modify it for the new one.*create an new folder and copy the main files (phpstarter and webroot) *chown the files for the right useri think an apache graceful would be needet
View 1 Replies
View Related
Dec 29, 2010
OpenSuse 11.2 This link shows that gdb-7.2-61.1.x86_64.rpm is the latest version of GDB, but when I do: zypper install gdb, the version 6.8.x gets installed! The following result is after forceful refreshment:
Code:
linux-uitj:/home/anisha # zypper repos
# | Alias | Name | Enabled | Refresh
--+-----------------+-----------------------+---------+--------
1 | KDE:KDE3 | KDE:KDE3 | Yes | Yes
2 | X11:lxde | X11:lxde | Yes | Yes
[code].....
View 4 Replies
View Related
Apr 3, 2016
I'm on Debian stable, I want to know if I could continue on Debian stable but install the latest version of KDE (5.6.1) without moving to testing or unstable. I want to install KDE latest (5.6.1) without having to have all of my other installs to be potentially unstable.
View 3 Replies
View Related
Dec 4, 2010
I attempted to install the latest version of Digikam, v1.6, by connecting the Factory repository , then an upgrade via YAST. It automagically included upgrade of certain kde4 packages to v2.5.80.
System ran OK for a while, then I got a Plasma Desktop Shell crash notice and now cannot restart X. I can boot to level 3. I upgraded all the kde components to 2.5.80, but that did not help.
Has anyone successfully done this? Was there a hidden secret to success?
If all else fails, am I correct that
Code:
zypper dist-upgrade --from #kde45 repository
will return my system to kde 4.5.4 ?
View 7 Replies
View Related
Jul 30, 2010
I want to install latest version from DVD onto my second harddrive. I tried it myself yesterday but ended up with a bootloader I didn't want, and some alterations on my windows 7 disk. It took me a while to restore the windows bootloader and I don't want to do it again. how to proceed to install a fresh copy on opensuse/kde on my second harddrive without it touching my first (I can select bootdevice from bios function). Both are currently formatted as NTFS and the second (target) drive is empty.
View 9 Replies
View Related
Aug 12, 2010
[code]...
which gives me a deadbeef folder in my home folder with latest version therein. next steps are
[code]...
i installed automake all six versions in the synaptic as some are different as to what they can do. also libtool, gettext and this is what i get any thoughts? am i missing a program or 2 to install from git?
[code]...
View 9 Replies
View Related
Nov 14, 2010
Can't get an applet to initiate on a gaming site...is their a simple terminal command to install the latest version of Java?
View 9 Replies
View Related
Feb 10, 2010
I am new to Ubuntu, I installed the latest version and when I turn it on I get like a distortion of the screen, I would gladly post a picture of it but I have no where to post it here. I am running Amd Opteron 175 with DFI Expert and GeForce 7800GT I made a partition on my Vista. I uploaded the pictures as you can see it has the distorted window in background and it just sits there saying 128%.
View 8 Replies
View Related
Apr 11, 2011
I'm looking to upgrade squid 3.0.x to the latest version 3.1.x. Is there a way of doing it without losing the current configuration ? The installed version was done using the binary package (rpm) and not compiled from a tar package.
View 8 Replies
View Related