Ubuntu One :: Can't Start Funambol For Ubuntu One?
Jun 14, 2010
I recently installed ubuntu 10.04 on two laptops. I am just beginning to get familiar with the OS. Having been a long time Windows user, I'm not familiar with command line functions -- my days of working with DOS commands are far in the past. My problem: I set up an ubuntu one account and I am trying to use it to sync my contacts using my BB phone. This seemed to be a cool thing to do. I downloaded the 'sync2.jad' for my phone. No apparent problem. Then, following the instructions I downloaded Funambol (8.5.3 for GNU/Linux). Now things got dicey.
Funambol was a bin file and I had no idea what to do with it. (I've become acclimated to just double clicking the file and have it install itself with a little icon on the desktop to launch it - I know, I've gotten soft). Anyway I found enough info to, after a number of tries, get Funambol to apparently install. At least the installation ran in the terminal window and ended with "web demo 8.5.3 installed successfully".
The instructions on the ubuntu one site are to 'start Funambol' from wherever it is and then adjust the settings etc. I can find no way to 'start' Funamblol. There are no icons, no start menu, .. I'm at a loss. The files are all in a Funambol folder - I just can't make them do anything.
Have been having problems syncing my phone contacts with U1 using Funambol; only about half of them sync. I have a little over 400 in the Funambol contacts on the phone, but only about 250 ever show up on U1.
I've been wrestling with the whole Thunderbird, funambol and lightning compatibility issue for some time now, and was excited to come across this link that had the steps to compile both thunderbird and funambol for 64bit linux so they'd work nicely together.So I followed those steps, and got them both working together, and syncing contacts.I then went to get my calendar back up and running, and can't for the life of me find a version of lightning that will install successfully. Does anyone know if this is even possible at this stage, and if so, where I can find a version of lightning?I now have:
I am running an installation of Scientific Linux 6.0 (it is literally RHEL 6 minus the brand), and have successfully setup Citadel Groupware, and synced it with a Mozilla Thunderbird client with the Lightning calendar extension. It is very nice!
However, for the Citadel server to sync with my iPhone, I need to, and have have downloaded and successfully started the latest Groupware Sync Server from here. The Groupware Sync Server is basically an installation of Funambol, specially made to work with Citadel.
I tried to connect to the server from my iPhone with the Funambol connector app, and the Synthesis SyncML app, but none of them worked when I pointed them to: http://[hostname]:8080/funambol/ds (which is what the Groupware Sync Server documentation told me). Of course, I replaced [hostname] with my actual hostname.
I checked the logs of both sync apps, and they both say the following:
Quote:
[ERROR] processItemStatus: server sent status 506 in SYNC [ERROR] Error #506 in source addressbook
On the Citadel and Groupware Sync Server forums, I was told that error 506 meant its something on the server going on, so I got the two relevant log files, /opt/Funambol/logs/ds-server/ds-server.log, and /opt/tools/tomcat/logs/catalina.out (the links point to pastebins of the output).
What does "error 506" mean, and how do I correct it?
BTW, I disabled my entire firewall just in case that was the issue.
Im trying to run synergy on startup. This works fine on the client, but it wont start automatically on the server. I put this line in an entry in startup applications:
I did a clean install of Ubuntu 11.04 64bit and the start up time is abnormally slow. If I start up the computer and don't press anything, the start up time is 30 minutes but it usually doesn't start up at all. It just boots into a purple screen, no splash, then it sits there and the computer doesn't have any loading lights flashing.
I had a similar problem with 10.10, but I assumed it would go away when I did a clean install of 11.04.
I can't get a read out of what's going wrong because when I press Esc it doesn't display anything, though weirdly it can sometimes get the start up process moving. I have also found that pressing enter really fast can sometimes help and something that seems completely oxymoronic, if I press the power button while it's starting up that can make it work, but nothing works every time.
I have a mysql database and i use it with apache for my webpages. And I guess it dosen't start when the computer starts so I have to manually start it with "sudo /etc/init.d/mysql start" This returns fail so i went to '/var/run/mysqld/' and the folder was empty. I don't know if this is the problem or not. How can I fix this?
I'm trying to find how to schedule a process to start at a specific time (not on start up). How would I schedule a process/application to start at a specific time (if it matters, it will be a background process). For instance, have process abc start every weekday at 5am. I've done this for windows many times though have only been using linux regularly for a few months and haven't figured out the best way of doing this.
So far the best solution I have is to create a program that will start on boot and have it check the time and sleep until the required time and then start the required process(es) at the required time(s). But this seems more of a hack since I'd expect there to be a proper way of doing this.
I am using Rhel5 and I'm new to linux so pardon me for sounding a bit green around the ears.Anyway..I got an error message a few weeks ago about how the start up script that displays icons on the far right of my start panel was malfunctioning and it was going to be deleted from the start-up. didn't really know what it really meant and I just clicked ok.wireless eth0 status icon as well as my amarok status icon are hidden on the start panel. How do I get it back/add that script back to the start-up
I have setup a CentOS 5.5 server as a DHCP server. That will be it's only task in a Cisco callmanger VoIP environment The DHCP server that comes with CentOS 5.5 is from ISC V3.0.5 -redhat.
The server (HP DL360) has two physical NIC's of which only NIC1 is used (ETH0)
ifconfig shows:
Code:
The interface has a fixed IP setup.
My dhcp.conf file looks like this:
Code:
When I start (try to) dhcpd via the service interface or via the prompt as
Code: service dhcpd start
I get an [FAILED] message and the following is in /var/log/messages
Code:
But when I start the DHCPD on the comamnd prompt in debug mode it looks as follows:
Code:
and /var/log/messages shows:
Code:
Why does the system ask a declaration for eth0 0.0.0.0?
I just moved my / from sda1 to an ide drive, hde1. i dont see how this could have caused any of these issues, but it did.
First my network card failed to start. i added a line in my rc.local file (where i put all of my additional programs, etc i want to start):/etc/rc.d/rc.inet1
The above now starts my network card with my static ip configured. dhcpcd also worked but i wanted this static.
Now samba will not start. i have the following line in my rc.local: /etc/rc.d/init.d/samba start
This used to work just fine. at first i thought that samba may be trying to start before my network card gets an ip, but the line is *after* the network startup line. just to make sure, i made an additional script called startsamba which contained a sleep 60 followed by samba start, to delay the startup of samba even further.
The message samba reports is very vague, something like failed - core dumped. most of the core dump log is garbage characters, but here is the beginning which seems like it might contain some info:
Code:
ERROR: Can't log to stdout (-S) unless daemon is in foreground (-F) or interactive (-i) after the system starts, i can drop to a console and type "/etc/rc.d/init.d/samba start" and the service starts just fine. i've also tried starting samba manually with "smbd -d" which also produces the core dump when started from rc.local, but not when started from a console after startup.
I'm configuring a new Centos 5.5 server in replacement of an old W2K server.The topology of our network is simple : one file/dhcp/dns relay server and workstations (PC's and some MAC's) plus network printers and scanners.All the workstations have dynamic IP addresses (easier because a lot of 'dynamic' changes : new persons with their own laptop, ...) and the server and printers/scanners have fixed IP addresses.I edited the dhcpd.conf (see here underneath), I have the file dhcpd.leases but it doesn't start !
I want to monitor my work on the terminal.I know we can use script command.But every time when I start the terminal, I have to type script to start it.I want to automate it. So where should I include this command so that it will start as soon as I start the terminal ?
MY WORK TILL NOW: I have put this "script" command in the .profile.The when I start the terminal, it became an INFINITE LOOP.I am able to "echo".Thats coming only once.....but if I write a "script" command then it is becoming an INFINITE LOOP.
I've been fighting to get my wireless working and I've finally made some progress. I can actually manage to connect to my wireless network and so far it has been quite stable (fingers crossed).
However there is one slight nag. My wlan0 interface driver refuses to start at startup. When I type iwconfig its just not there. To fix this I have to manually run "rmmod rtl8187" and then "modprobe rtl8187". Then it works fine.
I've been trying to make a script to automate this but without success. I've tried both editing my rc.local and kde startup .xinitrc
How I could get those two commands to run automatically at startup after the boot process? I'm running Arch Linux and KDE 4.3
I use Opensuse 11 with fvwm. How can I get conky start automatically when I start fvwm?
I setup the conky under fvwm session for my Opensuse 11 but it won't start automatically. I am wondering how to write some kind of scripts to force it to start automatically and with a delay about 10 seconds after fvwm starts.
I just installed TuxGuitar - very cool - and to get the sound to work I had to install Timidity++ as well. Before I start TuxGuitar I have to execute:timidity -iA -Osin a terminal window first, which is kind of a pain to do every time I run TuxGuitar.How do I get this line to execute on startup such that timidity is running when I start up? I tried adding that line to rc.local
when i start the computer i will have 3 seconds to choose windows xp or else it will go on linux but someone told me that by changing the grub.cfg when i start my computer i will have 3 seconds to start linux or else it will be xp is this true ? and if it is can someone explain me how to do it because i would like that
I'm currently running SUSE 11.1 and trying to start Amavis so I can use Kmail. I have just run the latest updates via Yast. I'm getting the following when I try to start Amavis: /etc/init.d/amavis start returned 7 (program is not running):
i've made a big update of almost 300Mb.I'had a working DNS server.Now, when i boot the box, named works and it resolves all the clients.If i make any change (enter a new client for example) and of course i restart named (service named restart), named stop but does not start again !!!In order to get a working named, i 'm obliged to reboot the box?
Ok so i have the tor browser bundle but when clicking start-tor-browser. I get : "Do you want to run "start-tor-browser", or display its content" ,"start-tor-browser" is an executable text file." So i click run but Vidalia doesn't start and nothing happens.
I'm new to this linux.I installed "fedora 14" on my desktop.I just changeed text mode.(etc/inttab -> id:3:initdefaultSo, when my pc powers on, I want automatically start "vi" program.
I am trying to give access to ONE single user to start and shutdown tomcat server. The problem being, when I enter syntax: username ALL= /etc/init.d/tomcat5, /usr/local/tomcat/webapps, PASSWD:ALL This gives the user access to start and stop tomcat but also gives user access to start and stop other services within /etc/init.d - such as httpd etc... What is the proper way to give user access to start and stop service, and limiting that power to only one service....