Ubuntu :: Ntp Never Syncs W/10.10 Same Config 10.04 Fine?
Dec 1, 2010
Having trouble getting nptd to sync with time server(s) under 10.10.Using exact same /etc/ntp.conf with 10.04 machines on same network, have no problem:
root@goober:~# ntpq -p
remote refid st t when poll reach delay offset jitter
================================================== ============================
I have recently got an iPhone and find it is not possible to use it with my Ubuntu 9.10. I want to do full syncing with Thunderbird and Lightning. I would like to change this mobile phone for one which will do the syncing with Ubuntu. What phone do you recommend I get?
I would like to get a recommendation to get a backup program under Linux.
I use dropbox, but this doesnt syncs automatically new files created on my local folders. So if I copy this in with a Backup program I can get a fully automated online backup system.
I am running 10.10 and using Banshee. When I go to sync my Ipod Touch 3rd Gen (8GB), it syncs fine in Banshee or appears to but on my iPod, it still shows the "Sync in Progress" for hours afterward. If I cancel the sync from my iPod, some of the music won't show up.
I attempted to sync Tomboy notes with Ubuntu One, the process claimed to be successful - and deleted all the notes on my computer, with no warning at all. Thankfully I had just backed things up yesterday...
I'm running Karmic, the Tomboy is version 1.0.0, and the Ubuntu One client is 1.0.2 (I think).
A little while ago I was having problems with Tomboy syncing with Ubuntu One at all. Then things worked, but I ran into problems with the program declaring that the notes online were newer than my local ones - which was certainly not the case, as I only use my Ubuntu One account with a single computer. Some of the notes were conflicting, though there were also problems with templates (probably something similar to this bug here: https://bugs.launchpad.net/ubuntuone...rs/+bug/502017).
So I deleted all the notes, manually, on the Ubuntu One site, thinking this would help. It certainly didn't help with my template problem, and now when I sync it declares "Synchronization is complete, 32 notes updated. Your notes are now up to date." - and lists all of my notes stating that they were deleted locally! And indeed they are.
If I go online and look at Ubuntu One, the notes tab simply says: "You have no notes (yet!)." I tried to see if this was recurring, and it is. Every time all my notes are deleted.
When I am playing music from my iphone through rhythmbox the iphone syncs at the beginning of every song. I dont know why it would need to do that? I have taken a look at settings and nothing really related.
I'm running Ubuntu Server 11.04 with OpenSSH, trying to create an ssh tunnel (for web traffic) to it from my (also Ubuntu) laptop. This is the command I'm using to create the tunnel:
Code: ssh -ND localhost:8080 george@192.168.1.20 I had it all working on a virtual machine.. which was deleted What settings/lines do I need to change/add from the default OpenSSH config files to get tunnelling to work? I've Googled and AllowTcpForwarding is set to yes, as is X11Forwarding.. but it still doesn't work. Chrome can connect to the server, but says the connection was closed before any data was sent.
I am running a server with a GRSecurity patched Kernel 2.6.32.36. I've tried to optimize the kernel as much as I can and know it (removing options, not needed drivers and so on) and compiled the modules into the kernel (no loadable modules anymore). I've started with Slackware 13.0 and the default config for 2.6.29.6-huge. Still I am not sure what to remove/optimize further now.
My question: Is there a way to boot with a kernel with loadable modules, check which modules are really needed for this hardware, (do something like lsmod) and save the running configuration modules for a next kernel compile to be the default .config instead of writing them down by hand and search for the appropriate names in .config or during menuconfig? (Note: zcat /proc/config.gz > .config is NOT the way I want, as it gives me just the current kernel config)
When I install the FC11 by using"Install or upgrade an existing system"or"Install system with basic video driver"mode...Point 1, I can't config the network config ( IP Address ), due to theerror of network manager...Point 2, I can't enter into the text mode to do the installation steps.Remark:The machine is provide Web,DNS, and Mail Server on the NET ( Internet )
I recentled upgraded all the packages on my server and now I have an issue where I can't get any thing to install or uninstall do to errors, This is what I get:
Basically i set up a webserver using this tutorial but installed ubuntu 10.10 [URL]
im using charter cable and it has that ubee router. when i tried to set up the static ip the closest thing i saw was an option called static ip lease in which input my servers local address and mac address and checked enable. then i applied dmz to my servers local ip. after that i typed in my public ip and to my excitement it worked. so i began creating the website. i dont know if all that is relevant but just in case i didnt want to leave anything out. this is my first time with linux and servers and ive only been at it for about 5 days. anyways i made the website and everything was going good then i needed to reboot the server so i did. after reboot i logged into the server then went back to the other room where i worked on the server using putty from a pc and flashfxp and tried to navigate to the website in firefox. it didnt work. if i try to go to the website address from a computer on my network i get a problem loading page error from firefox and if im on a different network it shows my router page to login and configure. i dont understand how it was working then after reboot it all of a sudden doesnt.
o also i installed gnump3 today before reboot if that is important
I am running Ubuntu 11.04 64bit on a HP Pavilion Elite The wireless works great in genome or unity but when I switch to Kde I have no wireless. I tried switching from gdm to kdm but that makes no difference.
Computer Specs:
Ubuntu 11.04 (natty) Kernel Linux 2.6.38-8 generic Intel I7 970 15 gigs ram 2x2tb hds Wireless-N LAN card
Essentially, what I am attempting to do is set up an older PC with a Radeon 9600 video card chipset in it with xubuntu 9.10. I would like to attach this PC to my rear projection tv (Sony KP-48S75) via an S-video cable and use this TV as the primary and only monitor for the system. At one point, I had Ubuntu 8.04 hacked onto this same hardware fulfilling this role decently. However, due to some carelessness on my part, the system became unstable and I decided to start anew (random crashes, lots of X freezes, dependency issues, screwing too much with my sources.list and so on). So, that said, I installed Xubuntu 9.10 on the PC and had it hooked up to both an LCD monitor and the TV via S-video. Upon boot, both outputs worked, though X only rendered on the LCD and not the TV. Thus, I dug and researched and found that by putting a bunch of xrandr commands into my gdm start script I could finagle the TV into displaying my output, mostly.
The commands I used to get the S-video out work (and, therefore, pasted into my /etc/gdm/Init/Default script) follow: Code: xrandr --output S-video --set load_detection 1 xrandr --output S-video --set tv_standard ntsc xrandr --output S-video --set tv_horizontal_position -2 xrandr --addmode S-video 800x600 xrandr --output S-video --mode 800x600 xrandr --output S-video --rate 60 xrandr --output VGA-0 --off
You'll notice I do a few things in those commands. First, I set load_detection to 1 in hopes of enabling automatic S-video connection detection (this isn't working). The next interesting bit is my commanding the horizontal position. The reason I had to do this is, because, upon getting the S-video output to render, the picture rendered to the right-hand side of the screen, deprecating the furthermost bits (for instance, I cannot see the shutdown icon in the upper right hand corner). Setting the horizontal position to -2 allowed me to shift the display to the left a bit, but, to my surprise, the right hand side still deprecates and I am just left with a black column on the right hand side.
Question 2 has to do with the screen indexing. If I run a xrandr command with no options, I see VGA-0 indexed as Screen 0. I also see the S-video listed as disabled (even though I see it rendering on the TV right in front of me). Finally, I notice that, under the VGA-0 section, there is a screen size listed, as well as several resolution modes with many parameters following them (like 800x600 72.2*+ 75.0 .... some other stuff). However, under the S-video section all I see is one mode with one small bit after it (800x600 72.2*). This smacks of suspicion to me and makes me think it might be related to the right side of my screen being deprecated. My wager is that I need to tweak some modelines in the S-video output so that it is more in sync.
However, I do not know the syntax for modeline editing and, since the S-video screen isn't even detected, I am not sure I really can edit these options. Does anyone know why my S-video output would continue to be listed as disabled even when its running? Furthermore, can anyone tell me why no screen index is given to the S-video output (I only see screen 0 attached to VGA-0, no screen 1 for S-video)? I think I need the screen indexed properly in order to use the xvattr command later in order to allow xv overlays to function on the proper screen. Finally, I do have a xorg.conf file loaded in /etc/X11 that is mostly hacked together stuff I used trying to get this to work in the first place. Would this conflict with the xrandr setup? Which options override which?
Today when I turned my laptop on it went to the bios like normal, and after that all I saw was a cursor.I am able to boot into a live CD and view my files on my hard driveim using Lucid Lynx. and there was a kernel update kind of recently that required a restart but i didnt do that immediately.
i was tweaking some settings on mplayer and now when the video is playing fine the audio is gone, not only from mplayer but also from all the applications
I was so sure it must be easy to set up the file permissions like I want, but obviously it isn't. Here is what I want to have: I have a samba fileserver (only Windows clients connecting) with a common share. Everybody is supposed to be able to put files on the share, but no one should be able to delete files which do not belong to oneself. I want several users to put files in a common directory, so they need write access to the directory, right?
But all the same they should not be able to delete files from others. So they are not allowed to have write access to the directory, right? It all works fine with modifying etc. but still I can delete files I am not supposed to do. I learned already that permission to delete is bound to the permissions of the containing folder and that sticky bits might help. But either they don't or I didn't get it right until now.
This has been bugging me for quite a long time. I need to have a pptp connection to my university. I have tried to locate the error, but this has been a real trouble.
A little bit of history: My girlfriend had a laptop with M$ vista on it with a working PPTP connection. I had a laptop with Ubuntu, with which I couldn't get the PPTP working.
When my laptop crashed, I bought a new one on which I run a dual boot XP SP3 and Ubuntu. I also own a desktop (Dual M$ Win 7 / Ubuntu standard Karmic) and my girfriend also upgraded to Win 7.
Currently, the XP version is the only one on which I can get a connection. Both Ubuntu and the Win 7's give me a GRE proc 47 not received error. I know our router (a DAVOLINK DV2020) is notorious for not sending through GRE proc 47, but this either shouldn't be the case or it shouldn't matter, since I can make a perfect connection through the XP OS.
This is quite a handicap, since we both study at the university for which we require working VPN PPTP connections.
I downloaded the 10.10 desktop version. Everything seems to work fine except Firefox. Sure, I can get on, but getting out is something of a chore. Half the time the page freezes and won't allow me to try anything else.
I tried: Clicking on the red "X" = nothing Right-clicking on the page and selecting "Back" = nothing Right-clicking on the task bar and selecting "Close" = nothing Restarting the computer = nothing
The only way to get out when that happens, is to hold down the "Power" button. I know it's not good for the computer, but being held hostage in Firefox is not good for my patience. Even that is a crap-shoot. Sometimes it boots back up fine, only to resume what happened before the power went out when I log back into Firefox. Sometimes it won't let me out until I scan back to the main page by using the arrows one page at a time. This kind of thing never happened when I had the 9.04.
Got this weird problem. I just installed 10.10 to my Thinkpad W510. I am trying to install the proper codecs required to play .avi and other files. I can hear sound, but no vide
CLI upgrades and installations work just fine, as does Synaptic, etc.When I open Update Manager, it checks for new updates just fine, also, but when I click "Install," and the authentication window pops up, there is no field to enter the password. Closing out and retrying later, the authentication window pops up (again, without a password field), shakes back and forth rapidly, and disappears.The same thing happens with the software center. No error messages or anything with either of them, though.I've tried reinstalling the update manager from Synaptic, but to no avail.I'm running Ubuntu 10.10 64-bit (with the server kernel, because for some reason VirtualBox seemed to want it)
On my Acer netbook (AOA-150-1635) the wireless works fine with WinXP, Ubuntu, and used to work with Suse 11.1. I replaced the Suse 11.1 with a clean network install of Suse 11.2. I couldn't get the wireless to work and did another network install using the wireless. When the install was completed I could not get the wireless to work with Suse 11.2. When I run the "collectNWData.sh" it shows--
!!! CND0120E: Network card wlan0 has no IP address wlan0 Interface doesn't support scanning : Network is down
[code].....
I looked up error CD0120E and changed the network devices setup to "traditional". The wireless "scan" picked up the routers and I added the encryption keys. Still no joy. I ran "collectNWData.sh" again and it said it is better to use the Network Manager.
!!! CND0180I: The system can't ping external IP address 195.135.220.3 !!! CND0150E: There might be a problem with the default gateway definition 10.1.1.1 on interface eth0
[code]....
Going back to Yast, Network Devices, I set Network Manager. The result is that it is back to the beginning with "collectNWData.sh" giving the original error.
I'm having some problems with flash in mozilla and chrome. video playback is fine but none of the buttons are working.for example i cant pause or change the volume. pretty sure my flash is up to date. i have ubuntu netbook remix on another pc without this same problem.
I have wubi Kubuntu installed and had no problems with wireless at home. Starbucks uses the Bell network for free wireless access, and in Windows I can use it without problems. It is the typical free network, that immediately asks you for a login name when you try to use a web browser. When I do it in Ubuntu at Starbucks, it sees the network and "activates" it, but when I go to Firefox, it does not ask for the typical login information. It can't find any web pages at all.
Actually we are use windows n fedora flavors running g2ipmsg (lan messenger) to communicate in cross platform but one of the machine having g2ipmsg is not working fine. It always gets hangs when we open or minimize ipmsg window. i had tried deleting the source file and tried to install new one but it never fix the problem
NOTE: i guess lib file got affected but im not sure.
Ubuntu 9.10 Wine 1.1.39 ATI HD5750 Catalsyt 10.2 (propriety)
For whatever reason, Wine won't run any games (though I tried only two), but runs MS Office, Notepad perfectly fine. When I click Borderlands form wine menu the computer is loading something for a while and then stops. When I try Civilization 4, the game starts loading and crashes immediately after saying "Init Engine" on the screen.
If I run them from the console, I get the same error for both:
Code: wine Borderlands.exe fixme:heap:HeapSetInformation 0x4296000 0 0x36ffda8 4 err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not registered
I've got 9.04 and 9.10 both installed on the same machine. The /home directory is on a separate partition, so both OSes use the same /home.I can't get Compiz to work at all in 9.10, even though it's been perfectly fine in 9.04. Is there a backport of some sort that i should install?The fixes I've found all point to editing the xorg.conf file, but of course, Karmic doesn't have an xorg.conf file.I've tried reinstalling the Compiz files, reinstalled the open-source video drivers, installed/uninstalled fglrx drivers a few times, rebooted dozens of times.
I haven't used linux in years, but decided to try out Ubuntu. I'm a total newb at this but it has been pretty easy to transition over from Vista. I have had no problem with it for months, and then all of a sudden my internet doesn't work. It says that it is connected to my router but i can't connect to the internet. Typical troubleshooting has not helped. Most advice I have gotten was to try installing the NDISwrapper, but Ubuntu won't let me install it without internet access (that, or the package I tried to use from my USB is messed up??).