Remote rsync via sudo only works temporarily after touching or opening /etc/sudoers

Hi,
We are running an rsync backup of an OS X 10.9.1 Server from a Linux server via cron.  Root is not enabled on the OS X server and the password for the admin user is handled via keys ala: http://www.linuxproblem.org/art_9.html .  Rsync on the OS X server is version 3.0.6, plucked from Carbon Copy Cloner.
The rsync command run from the Linux server is:
rsync -aHXxsh --delete -e "ssh -t" --rsync-path="sudo /usr/local/bin/rsync -v" [email protected]:/Volumes/files/ /backup/files/
Our issue is that this works fine only temporarily after having either opened or touched the sudoers file on the OS X server.  After a bit of time passes however (~10-15 minutes), we start seeing: "no tty present and no askpass program specified" responses and the rsync fails.  OS X Server log entries showing the error, the touch command that fixes it (sudo visudo fixes it as well), then the successful rsync are:
1/28/14 8:13:06.493 AM sudo[5596]:   admin_user : no tty present and no askpass program specified ; TTY=unknown ; PWD=/Users/admin_user ; USER=root ; COMMAND=/usr/local/bin/rsync -v --server --sender -slHogDtpXrxe.is
1/28/14 8:13:13.286 AM sudo[5598]:   admin_user : TTY=ttys000 ; PWD=/private/etc ; USER=root ; COMMAND=/usr/bin/touch ./sudoers
1/28/14 8:13:15.360 AM sudo[5607]:   admin_user : TTY=unknown ; PWD=/Users/admin_user ; USER=root ; COMMAND=/usr/local/bin/rsync -v --server --sender -slHogDtpXrxe.is
The OS X server is running Backblaze and Time Machine and the issue persists with both Backblaze paused and Time Machine turned off, and also after reboots.
Does anyone have any ideas on a cause for this?  Or even how to better troubleshoot it?
Thanks in advance and all best.

Thank very much Linc.
We have exempted the admin account from the password requirement for the rsync 3.0.6 command, which is from the depths of Carbon Copy Cloner and does support ACLs, xattrs, file-flags, etc.
Understood the admin account could now overwrite suoders via rsync, but for our environment am willing to accept this until the approach is revised.
I wasn't aware sudo cached authorization for all sessions of the same user (ie: once logged in via a terminal checking the sudoers file and the same user logging in again via the backup script), so that was very helpful for tracking down our issue, which is now resolved.
Your work here is always informative!   All best and thanks again.

Similar Messages

  • Sudo unable to open /etc/sudoers

    Whenever I try to do anything at all with sudo on my fresh x86-64 Arch install, it prints out this error:
    sudo: unable to open /etc/sudoers: Permission denied
    sudo: no valid sudoers sources found, quitting
    sudo: unable to initialize policy plugin
    This is on a fresh Arch install from the core Image CD, packages initially installed from the CD and then upgraded with #pacman -Syu. I can edit sudoers just fine with visudo, and installing outdated versions of sudo produce the same error. File permissions on both /usr/bin/sudo and /etc/sudoers both look as they should be. Also, users and user groups don't seem to be an issue.
    Found this related StackExchange thread and here are the outputs of strace and ltrace if anyone can interpret them: http://unix.stackexchange.com/questions … most-files
    Ltrace:
    # ltrace -u notthemessiah sudo true 2>&1 | egrep '(sudo|stat|set.*[ug].*id)'
    bindtextdomain("sudo", "/usr/share/locale") = "/usr/share/locale"
    textdomain("sudo") = "sudo"
    strlen("sudo") = 4
    memcpy(0x01c6f299, "sudo", 4) = 0x01c6f299
    fopen("/etc/sudo.conf", "r") = 0
    __xstat(1, "/usr/lib/sudoers.so", 0x7fff6b0913d0) = 0
    dlopen("/usr/lib/sudoers.so", 257) = 0x01c6f630
    dlsym(0x01c6f630, "sudoers_policy") = 0x7f33e2f96960
    __xstat(1, "/usr/lib/sudoers.so", 0x7fff6b0913d0) = 0
    dlopen("/usr/lib/sudoers.so", 257) = 0x01c6f630
    dlsym(0x01c6f630, "sudoers_io") = 0x7f33e2f969c0
    fputs("sudo", 0x7f33e35296e0sudo) = 1
    fputs("unable to open /etc/sudoers", 0x7f33e35296e0unable to open /etc/sudoers) = 1
    fputs("sudo", 0x7f33e35296e0sudo) = 1
    fputs("no valid sudoers sources found, "..., 0x7f33e35296e0no valid sudoers sources found, quitting) = 1
    fputs("sudo", 0x7f33e35296e0sudo) = 1
    +++ exited (status 1) +++
    Strace:
    # strace -u notthemessiah sudo true 2>&1 | egrep '(sudo|set.*[ug].*id)'
    execve("/usr/bin/sudo", ["sudo", "true"], [/* 22 vars */]) = 0
    open("/etc/sudo.conf", O_RDONLY) = -1 ENOENT (No such file or directory)
    stat("/usr/lib/sudoers.so", {st_mode=S_IFREG|0755, st_size=185352, ...}) = 0
    open("/usr/lib/sudoers.so", O_RDONLY) = 3
    stat("/usr/lib/sudoers.so", {st_mode=S_IFREG|0755, st_size=185352, ...}) = 0
    open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/sudoers.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/share/locale/en_US.utf8/LC_MESSAGES/sudoers.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/share/locale/en_US/LC_MESSAGES/sudoers.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/share/locale/en.UTF-8/LC_MESSAGES/sudoers.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/share/locale/en.utf8/LC_MESSAGES/sudoers.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/share/locale/en/LC_MESSAGES/sudoers.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    lstat("/etc/sudoers", {st_mode=S_IFREG|0440, st_size=2849, ...}) = 0
    setresgid(4294967295, 0, 4294967295) = 0
    setresuid(0, 1, 4294967295) = 0
    open("/etc/sudoers", O_RDONLY) = -1 EACCES (Permission denied)
    setresuid(4294967295, 0, 4294967295) = 0
    write(2, "sudo", 4sudo) = 4
    write(2, "unable to open /etc/sudoers", 27unable to open /etc/sudoers) = 27
    setresuid(4294967295, 1, 4294967295) = 0
    setresgid(4294967295, 0, 4294967295) = 0
    setresuid(4294967295, 0, 4294967295) = 0
    setresuid(1000, 0, 4294967295) = 0
    setresgid(1000, 1000, 1000) = 0
    write(2, "sudo", 4sudo) = 4
    write(2, "no valid sudoers sources found, "..., 40no valid sudoers sources found, quitting) = 40
    open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/sudo.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/share/locale/en_US.utf8/LC_MESSAGES/sudo.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/share/locale/en_US/LC_MESSAGES/sudo.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/share/locale/en.UTF-8/LC_MESSAGES/sudo.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/share/locale/en.utf8/LC_MESSAGES/sudo.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/share/locale/en/LC_MESSAGES/sudo.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    write(2, "sudo", 4sudo) = 4

    No, I used visudoers and everything relating to that correctly. It's just probably something that happened while installing the core packages from the install CD that caused problems. As of now, I just reinstalled Arch on a new partition (this was a fairly fresh install) and it seems to work just fine. I was willing to continue to test the issue, but resizing the partition seems to have corrupted it somehow.

  • ITunes has stopped working message after having it open for one minute.

    It's fully updated to iOS 5 and was working fine until now. Running on Windows 7 and worked flawlessly till this point. Any tips? I already uninstalled and reinstalled. Only security software I run is Microdoft Security Essesntials and that has never been an issue. At a loss here.

    iTunes has stopped working message after having it open for one minute.
    I open itunes and a message comes up after a minute "itunes has stopped working". I got the update automatically to my Windows 7 64 bit pc 10.5.0.142.  After reading tons of probelms online about version 10.5
    I have decided to do nothing for now.  Seems people are putting hours into trying to fix it.  I was going to uninstall and reinstall but seems that isn;t working for to many people.
    How do we get some help from apple? 
    Anyone have any answers???  APPLE HELP please!!!!!!!!!!!!!!!

  • Wifi will only work temporarily.

    Hello all. I just bought a new iPod Touch 4G last week and have had issues with the Wifi. My iPod recognizes my Network and can connect to the Internet with all blue bars and I can use and access the Internet for a few minutes and then when I lock my iPod and 5 minutes later I unlock it, when I go to Safari it gives me the message "Safari cannot open the page because it is not connected to the Internet." Oddly though when I access Google's home page it will connect. I use my laptop and it can connect to my Internet just fine and never loses the connect. I have tried resetting my network settings on my iPod but to no avail. I also reset my router and I turned it off for 30 seconds and back on. My main question for you all is: why can I connect to my Wifi connection and it have a full signal but yet it only works for a limited time?
    Here are some details of my Wifi settings if any of you find this helpful:
    IP Address is DHCP and it is 192.168.2.100
    Subnet Mask is 255.255.255.0
    Router is 192.168.2.1
    DNS is 192.168.2.1, 192.168.2.1
    Search Domains and Client ID are blank.
    HTTP Proxy is Off.
    *I have renewed my lease and "forgot my network" and neither of those solved anything.*
    *I am using my Wifi at my house in the same room as the router and my iPod still can't connect.*
    *My security is WPA2-Personal. Encryption type is AES.*
    *My router is an SMCWBR14S-N4*
    I have heard people say when you lock the iPod it will disconnect from the network but that sounded absurd since how are you expected to receive instant sports updates and emails when the Wifi isn't connected?
    Any help will be greatly appreciated.
    P.S. My operating system is 4.3.3. I didn't see it listed in the drop down box hence I decided to make note of that here.

    Update your router with the latest firmware from the manufacturer which is available here: http://www.smc.com/index.cfm?event=viewProduct&localeCode=EN_USA&cid=1&scid=119& pid=1697
    Note that when you enter a URL the browser will contact the DNS server to translate the symbolic URL address to a numeric address (for example "www.cnn.com" -> 157.166.255.19). If you can connect to Google when you are having this problem but nowhere else this points to a DNS problem in your network. Since your router is identified as your DNS server it may be having a problem in this area.

  • Any ideas why Smart Zoom only working in Safari and not TextEdit, etc.

    I like using Smart Zoom, but it only works in Safari for me. Is anyone else experiencing this or have a suggestion for fixing this? I thought it was supposed to work in TextEdit and some other Apple programs.

    System Preferences > Universal Access > Seeing. Is Zoom turned on?
    Also look in System Preferences > Trackpad > Scroll & Zoom tab > uncheck Smart zoom
    Or System Preferences > Mouse  > Smart Zoom.
    EDIT: Just tested Text Edit and it won't respomd to a SZ

  • My external display via VGA only works when macbook air is shut?

    I'm using a MDP to VGA to connect my 2012 Macbook Air to an external display. When the Air is open I can view only the desktop (no open apps). The open apps only appear on the external monitor when I close the Air (after a couple of seconds)!! Have I accidently altered some settings somewhere??? Makes no sense to me.

    Update - I ended up spending about an hour on the phone with a very helpful rep from AppleCare.  He was also stumped by this problem.  We ended up solving it by using a remote screen-share app that allowed him to see what my video card was sending to the external display, and he directed me over the phone to change the settings (quite funny really - it was literally "move your mouse up a tiny bit, now click, now left, etc).
    So, my problem is solved for now, albeit in a very cumbersome way.  Still amazed that there's no way to fix this properly.

  • Word com add-in now only working immediately after rebuild

    I am working on a Word add-in (a specialized editor) using C# Visual Studio 2013 and Word 2010 on a server2012 machine. My add-in did work OK for quite some time but then I started to enhance it: It does in fact still 'work' - but
    only when I launch it using 'run' from Visual Studio 2013 and
    only when I do so immediately after a rebuild. If launching it after a 'build' or when hoping to access it directly from Word there is no access to my editor - tab.
    Trying to look for it I go to settings in Word > addins > com addins. There I can see the add-in but it is unchecked, and checking it does not help: '...is not a valid..'
    I can see that many others have similar problems using older versions - but I did not find a solution. Some people want to mess around in the registry but I am not too confident doing that. What could I try?
    Peter the Creative Timewater

    Thank you for your answer. Now I did manage to 'solve' the issue. As that may be of interest to others I shall give a short explanation:
    I wanted access to global variables and I therefore extended the class Globals:
    using System;
    namespace BridgeLabel
    internal sealed partial class Globals
    private static string file_extension = ".bse";
    private static string baselib = Directory.GetParent(Environment.CurrentDirectory).Parent.FullName;
    private static string sprog = "da-DK";
    private string imagelib;
    private string bitmaplib;
    private string buflib;
    private string midtenlib;
    private string suitlib;
    private string stringbidslib;
    private string datalib;
    private static string strenge;
    private static int spilnr = 1;
    private static bool nummerbestemt = false;
    private static SuitSymbolDisplay suitSymbols;
    public static string Suitlib
    get
    return Imagelib + "\\Bitmaps\\SuitSymbols\\";
    public string Stringbidslib
    get
    return Imagelib + "\\Bitmaps\\tableBids\\";
    public static string Strenge
    get
    string res;
    try
    StringBuilder sb = new StringBuilder(baselib);
    sb.Append("\\Resources\\Strenge\\").Append(sprog).Append("\\strings.resx");
    res = sb.ToString();
    catch(Exception)
    res = baselib + "\\Resources\\Strenge\\da-DK\\strings.resx";
    //res = baselib + "\\Resources\\Strenge\\en-US\\strings.resx";
    return res;
    private static ResXResourceSet resxSet = new ResXResourceSet(Strenge);
    public static string GetResourceString(string name)
    return resxSet.GetString(name);
    public string CreateFileName(string fname)
    StringBuilder sb = new StringBuilder(Datalib);
    sb.Append(fname).Append(file_extension);
    return sb.ToString();
    The Idea to do this came from
    another post in this forum. I thought (and I still think) that this was a 'neat' way to integrate the code. But I have now changed this into a static class containing the same functionality.
    This does Work and it put a stop to the problems - but it seems a bit 'clumsy' and I will therefore continue to pursuit the matter following your guidelines.
    However it seens that it is not straightforward to extend the class 'Globals'
    Regards
    Peter
    Peter the Creative Timewaster

  • Safari: Only works properly after reset. Why?

    I am using Safari Version 5.0.5 (6533.21.1) on iMac OS X Version 10.6.8 (Snow Leopard) 3.06GHz Intel Core 2 Duo - 4GB 800 Mhz DDR2 SDRAM.
    When I open Safari the homepage loads but if I try to click on ANY link or search in the address bar the spinning colour wheel (of doom) appears and will remain indefinitely. My only option is to FORCE QUIT. However if I open Safari and immediately RESET SAFARI via Safari Menu, it works fine and I am able to click and browse as normal.
    I have deleted the entire app using APP CLEANER, downloaded and reinstalled it but the problem remains. Any help would be very much appreciated.

    @Eric I am reluctant to try the DISK UTILITY as I have no idea what to do nor do I have the CD with me at this present time. Is this a common way to fix problems such as this?
    @Juan No problem with Chrome, I don't have firefox.

  • Rebuild only works temporarily

    Has anyone had an issue with Mail 6.6(Mountain Lion) where a mailbox won't show some new messages? When I rebuild using the command under the mailbox menu, it does work, and will show a missing email or two. The issue is that I might have to do it more than once per day, in order to see new messages that come in as the day progresses.
    Also, the delivery of mail is slow, as well. It may show up on my phone 15 minutes before on the desktop and the preference is set to check every minute.

    Thank you very much for your help. While looking at the logs, I noticed the screen saver was slowing it down so I turned that off. I was determined to let it run overnight to see if it could plow through the volume. Sure enough, it finally finished and everything looks fine. It didn't even take all night, but It did stop at 3 minutes, again for a couple of hours.
    I have posted the log errors, in case anyone else is searching for this type of issue.
    10/22/13 1:42:35.946 PM Mail[1080]: Using V2 Layout
    10/22/13 1:42:43.102 PM com.apple.SecurityServer[16]: Killing auth hosts
    10/22/13 1:42:43.102 PM com.apple.SecurityServer[16]: Session 100016 destroyed
    10/22/13 1:42:58.292 PM coreaudiod[141]: Disabled automatic stack shots because audio IO is active
    10/22/13 1:42:58.826 PM coreaudiod[141]: Enabled automatic stack shots because audio IO is inactive
    10/22/13 1:43:32.216 PM com.apple.SecurityServer[16]: Session 100032 created
    10/22/13 1:43:32.276 PM com.apple.SecurityServer[16]: Killing auth hosts
    10/22/13 1:43:32.276 PM com.apple.SecurityServer[16]: Session 100023 destroyed
    10/22/13 2:04:19.016 PM ScreenSaverEngine[1154]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    10/22/13 2:04:19.016 PM ScreenSaverEngine[1154]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    10/22/13 2:05:31.683 PM mdworker[1086]: *** Failed to decode 8bit  data, treating as binary
    10/22/13 2:05:31.691 PM mdworker[1086]: *** Failed to decode 8bit  data, treating as binary
    10/22/13 2:21:28.506 PM coreaudiod[141]: Disabled automatic stack shots because audio IO is active
    10/22/13 2:21:29.041 PM coreaudiod[141]: Enabled automatic stack shots because audio IO is inactive
    10/22/13 2:22:16.158 PM com.apple.launchd[1]: (com.apple.iCloudHelper[1202]) Exited: Killed: 9
    10/22/13 2:22:16.000 PM kernel[0]: memorystatus_thread: idle exiting pid 1202 [com.apple.iCloud]
    10/22/13 2:23:23.362 PM Safari[998]: CGContextClipToRect: invalid context 0x0
    10/22/13 2:24:04.934 PM com.apple.launchd[1]: (com.apple.iCloudHelper[1226]) Exited: Killed: 9
    10/22/13 2:24:04.000 PM kernel[0]: memorystatus_thread: idle exiting pid 1226 [com.apple.iCloud]
    10/22/13 2:47:33.138 PM com.apple.launchd[1]: (com.apple.qtkitserver[1301]) Exited: Killed: 9
    10/22/13 2:47:33.000 PM kernel[0]: memorystatus_thread: idle exiting pid 1301 [com.apple.qtkits]
    10/22/13 2:47:33.398 PM com.apple.launchd[1]: (com.apple.iCloudHelper[1237]) Exited: Killed: 9
    10/22/13 2:47:33.000 PM kernel[0]: memorystatus_thread: idle exiting pid 1237 [com.apple.iCloud]
    10/22/13 2:47:34.518 PM com.apple.launchd[1]: (com.apple.audio.ComponentHelper[1235]) Exited: Killed: 9
    10/22/13 2:47:34.000 PM kernel[0]: memorystatus_thread: idle exiting pid 1235 [com.apple.audio.]
    10/22/13 2:47:35.059 PM com.apple.launchd[1]: (com.apple.audio.SandboxHelper[1234]) Exited: Killed: 9
    10/22/13 2:47:35.000 PM kernel[0]: memorystatus_thread: idle exiting pid 1234 [com.apple.audio.]
    10/22/13 2:47:36.475 PM com.apple.launchd[1]: (com.apple.qtkittrustedmoviesservice[1091]) Exited: Killed: 9
    10/22/13 2:47:36.000 PM kernel[0]: memorystatus_thread: idle exiting pid 1091 [qtkittrustedmovi]
    10/22/13 2:47:36.782 PM com.apple.launchd[1]: (com.apple.quicklook.satellite.BD20AE7F-58A6-4874-A8A5-05073AC84C5A[1089]) Exited: Killed: 9
    10/22/13 2:47:36.000 PM kernel[0]: memorystatus_thread: idle exiting pid 1089 [QuickLookSatelli]
    10/22/13 2:47:37.032 PM com.apple.launchd.peruser.503[125]: (com.apple.printtool.agent[1070]) Exited: Killed: 9
    10/22/13 2:47:37.282 PM com.apple.launchd.peruser.503[125]: (com.apple.pbs[1068]) Exited: Killed: 9
    10/22/13 2:47:37.000 PM kernel[0]: memorystatus_thread: idle exiting pid 1070 [printtool]
    10/22/13 2:47:37.000 PM kernel[0]: memorystatus_thread: idle exiting pid 1068 [pbs]
    10/22/13 2:47:37.584 PM com.apple.launchd.peruser.503[125]: (com.apple.coreservices.appleid.authentication[1050]) Exited: Killed: 9
    10/22/13 2:47:37.000 PM kernel[0]: memorystatus_thread: idle exiting pid 1050 [AppleIDAuthAgent]
    10/22/13 2:47:37.856 PM com.apple.launchd.peruser.503[125]: (com.apple.accountsd[1036]) Exited: Killed: 9
    10/22/13 2:47:38.000 PM kernel[0]: memorystatus_thread: idle exiting pid 1036 [accountsd]
    10/22/13 2:47:50.491 PM mdworker[1325]: (Normal) Import: import uti:com.apple.mail.emlx plugin:/Library/Spotlight/Mail.mdimporter exceeded cpu use limits (12) after 16000 milliseconds - find suspect file using: sudo mdutil -t 9182071
    10/22/13 2:48:14.308 PM mdworker[1327]: (Normal) Import: import uti:com.apple.mail.emlx plugin:/Library/Spotlight/Mail.mdimporter exceeded cpu use limits (12) after 16001 milliseconds - find suspect file using: sudo mdutil -t 9182071

  • How exactly does "remote wipe" via Mobile Me work?

    In a moment of curiosity I decided to enjoy the new features of Mobile Me for the iPhone's 3.0 software. I tried the locate phone function, worked great. I then decided to try the remote wipe functionality of the website. I had the phone right in front of me, so I figured I'd see how it worked.
    I initiated the process (with my phone sitting on my desk in front of me) and the phone within an instance turned off and went to the Apple logo. It stayed on the Apple logo for a few seconds and then turned off. At which point I received an email stating that the remote wipe process had been initiated at 4:23pm (PST) yesterday.
    Unsure how long the process took I let the phone sit for 4 hours. I went to turn it on, same thing: Apple logo for 10 seconds and the phone turned off. I figured it was low on battery (despite having a full charge prior to the remote wipe) so I docked it while plugged into my machine. (Apple logo for 10 seconds and the phone turned off)
    Fast forward to 10:23am PST this morning (18 hours later) and I'm still dealing with the same thing.
    Anyone else try the remote wipe feature? Have any success? I'm inclined to believe that the phone isn't going to wake up at this point. But I was curious if anyone else shared in my curiosity.

    Use these instructions and you're phone will be back in service asap:
    1. Wake your iphone up so you see the apple logo
    2. Hold down the power button (the one on top) and the home button until the screen goes black.
    3. This turns the phone off, don't keep holding the button or the phone will restart
    4. Now that the phone is off, press and hold the home button
    5. While holding the home button connect your phone back to your computer, continue to hold the home button until itunes says it has found a phone that needs to be restored.
    6. restore phone
    Basically your just turning the phone off and putting it in force recovery mode

  • Re: Broadband only works properly after 2am

    yep greedy bt sell more bandwidth than they actually have. leaving us like me
    this is my 22:00 speed
     Download speedachieved during the test was - 1.07 Mbps <-- THIS IS ACCEPTABLE TO BT (what a joke) i pay for 8mb but now get 1mb
     For your connection, the acceptable range of speeds is 0.6 Mbps-7.15 Mbps.
     Additional Information:
     Your DSL Connection Rate :8.1 Mbps(DOWN-STREAM), 0.45 Mbps(UP-STREAM)
     IP Profile for your line is - 7 Mbps
    11pm i will probably be back up to 6mb but i race online with my mates at 7pm to 10pm well i use to and is why i declared war on BT
    SLOW SLOW BT CONGESTED EXCHANGE THAT I SEEM STUCK WITH HOWEVER AT PEEK TIMES WHEN I HIT A VERY SLOW 1MB ON MY BT LAND LINE THAT COST ME AN ARM AND A LEG I CAN JUST DISCONNECT FROM IT AND CONNECT TO NEXT DOORS VIRGIN MEDIA UNSECURED D-LINK ROUTER AND GET A 2.6 CONNECTION. HOW ???????????????????? AND WHY????????????????? IF ITS CONGESTED HOW IS THAT EVEN POSSIBLE OR DO VIRGIN PAY BT A **bleep** LOAD OF MONEY.

    When i moved into my home last year May i had 7.8mb and was paying for 8mb so i was a happy chappy, But they have just finished building 35 new homes in my village, As them homes sold, my broadband was getting slower and slower.
    I never noticed the decrease in speed until other gamers complained that i lagged due to slow broadband so i did some speed test and was horrified to see such low figures. i can't race in simulator league rooms now due to this slow bt speed.
    BT say the acceptable rate for my line is 0.6 to 7.15.
    0.6mb would be a 60k max download rate and you would get that or very near to it with a 512k connection that would cost you a lot cheaper than a 8mb connection.
    Why end up like me and pay for 8mb when your only get 2mb. you may as well just get their 2mb package.
    BT are happy with their service to you as long as you are getting over 0.6 even if your paying for 8.0mb
    Here are my bt test results for tonight.
    No need to reply to this post john45 or imjolly or any other pro BT poster.
    1. Best Effort Test: -provides background information.
    Download  Speed
    2.18 Mbps
    0 Mbps
    7.15 Mbps
    Max Achievable Speed
     Download speedachieved during the test was - 2.18 Mbps
     For your connection, the acceptable range of speeds is 0.6 Mbps-7.15 Mbps.
     Additional Information:
     Your DSL Connection Rate :8.1 Mbps(DOWN-STREAM), 0.45 Mbps(UP-STREAM)
     IP Profile for your line is - 7 Mbps
    If you wish to discuss these results please contact your Broadband Service Provider.
    If you are experiencing problems with specific applications, servers or websites please contact your Broadband Service Provider for assistance.
    Your test has completed please close this window to exit the performance tester.
    Please visit the FAQ if you are unable to understand the test results.
    SLOW SLOW BT CONGESTED EXCHANGE THAT I SEEM STUCK WITH HOWEVER AT PEEK TIMES WHEN I HIT A VERY SLOW 1MB ON MY BT LAND LINE THAT COST ME AN ARM AND A LEG I CAN JUST DISCONNECT FROM IT AND CONNECT TO NEXT DOORS VIRGIN MEDIA UNSECURED D-LINK ROUTER AND GET A 2.6 CONNECTION. HOW ???????????????????? AND WHY????????????????? IF ITS CONGESTED HOW IS THAT EVEN POSSIBLE OR DO VIRGIN PAY BT A **bleep** LOAD OF MONEY.

  • Broadband only works properly after 2am

    Hi all,
    I am having trouble with my broadband again.
    i cannot play online games until about 2am because of latency/lag/delay
    also bt sport keeps buffering and disconnecting
    i thought this was fixed last time we had an engineer to switch the lines but its come back again
    another thing ive noticed the broadband sometimes disconects when the phone rings
    and ive never had a connection over 11 days.
    i really want this sorted as FTTC is coming in may and it will surely effect that too?
    thanks in advance

    Yes sorry my mistake!
    I have tried this and yes it does still disconnect but its not everytime it seems completely random ive also used a wired phone
    I had an engineer a few months back and it fixed the problem for a week or so
    he moved us onto a different line
    its like something seems to build up and gradually get worse
    im worried if I get fibre this will continue,it seems like a intermittent fault as my tests and stats are fine
    Line state:
    Connectedppp0_0
    Connection time:
    3 days, 22:26:31
    Downstream:
    6.586 Mbps
    Upstream:
    984 Kbps
    ADSL Settings
    VPI/VCI:
    0/38
    Type:
    PPPoA
    Modulation:
    G.992.5 Annex A
    Latency type:
    Fast
    Noise margin (Down/Up):
    10.0 dB / 6.2 dB
    Line attenuation (Down/Up):
    39.6 dB / 22.9 dB
    Output power (Down/Up):
    20.3 dBm / 12.8 dBm
    FEC Events (Down/Up):
    0 / 0
    CRC Events (Down/Up):
    8503 / 907
    Loss of Framing (Local/Remote):
    0 / 0
    Loss of Signal (Local/Remote):
    0 / 0
    Loss of Power (Local/Remote):
    0 / 0
    HEC Events (Down/Up):
    29414 / 4753
    Error Seconds (Local/Remote):
    11408 / 27022

  • Can't clear location bar deleting only works temporarily privacy setting changes have no effect either

    I have tried to clear location bar by deleting but items reappear when I hit the down arrow again. Changing privacy location bar setting to Nothing does not effect the drop downs, they are still there, clearing history doesn't remove them either. Using Firefox 3.6.13

    Entries in the location bar drop down list with a yellow (blue on Mac) star at the right end are bookmarks.<br />
    You can remove such a bookmarked item that shows in the list if you open that url in a tab and click the yellow star in the location bar.<br />
    This will open the Edit This Bookmark dialog and you can click the Remove button to remove the bookmark.<br />
    See also:
    * [[Clearing Location bar history]]
    * [[Cannot clear Location bar history]]

  • Why do my animated themes only work the first time I open the window? Every one that I have tried stops animating if I close the window and open a new one.

    The headline pretty much sums up my problem. Basically, I picked a few different animated themes to try out in the Add-Ons section to personalize my browser window. They look great initially, and in the window that is open when I actually enable the theme. However, if I close that window and open a new one, the theme is stationary and no longer animates.

    Sorry......I was just too impulsive. ( Maybe because it was 4 AM at Taiwan, and I was still trying to solve the problem= = )
    Although to install the add-on "Personas Shuffler" can solve the problem to me, I don't think it was the BEST solution. This evening, I read why the add-on "Personas Shuffler" was made, and found that the BEST solution is:
    1. Open a new tab, and type "about:config" at the URL bar, then search for "lightweightthemes" with the filter.
    2. Change the values of "lightweightThemes.persisted.footerURL" and "lightweightThemes.persisted.headerURL" from true to false( by double click on them).
    3. After doing so, restart Firefox and you will see it works! You don't have to install any add-on.

  • Link to published course only works when you right-click open in new tab/window (Firefox)

    I have encountered an issue where my published captivate course will not load correctly (all I get is a black screen) in Firefox when clicking on the web link. All I get is a black screen. Refreshing doesn't help either. However if I instead right click on the hyperlink and select "open in a new tab" or "open in a new window" the course loads properly. I have been told that it works just fine in IE and Chrome.
    If any of you would like to test this in Firefox visit http://www.wakeprecinctofficials.com/p/training-resources.html and the link in question is called the Laptop 101 Online Course. I appreciate any help. Thanks

    I tested your link in Firefox 3.6 and IE9.  Black screen only in Firefox.  Works fine in IE.
    Try removing the lines above the <HTML> tag that say:
      <!-- Copyright [2008] Adobe Systems Incorporated. All rights reserved -->
    <!-- saved from url=(0013)about:internet -->

Maybe you are looking for