Locale warnings [solved]

Pacman (3.03) and some applications give this warning -
warning: current locale is invalid; using default "C" locale
Running "locale -a" shows this
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
C
POSIX
While there are no problems as yet, I would really like to fix the issue, could anyone help me out?
Thanks,
Last edited by ujjwal (2007-05-12 04:46:42)

Following the wiki: http://wiki.archlinux.org/index.php/Locale
I had nothing in: /etc/locale.gen
So I entered:
en_GB.UTF-8     UTF-8
Then ran locale-gen:
[root@voodoo ahaslam]# locale-gen
Generating locales...
Generation complete.
Running locale -a gave:
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
C
POSIX
So:
[root@voodoo ahaslam]# stat /usr/share/i18n/locales/en_GB
  File: `/usr/share/i18n/locales/en_GB'
  Size: 5334            Blocks: 16         IO Block: 4096   regular file
Device: 804h/2052d      Inode: 335545864   Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2007-05-13 22:54:51.385256465 -0700
Modify: 2007-04-08 12:36:12.000000000 -0700
Change: 2007-05-09 18:34:35.940984187 -0700
en_GB.UTF-8 is set in /etc/rc.conf
Any ideas?
- ADDITIONAL COMMENT: FIXED -
I was kindly advised by Neverther on IRC to remove /etc/locale.gen before reinstalling glibc & I'm glad to report that it worked perfectly, thanks again.
Last edited by ahaslam (2007-05-14 16:35:22)

Similar Messages

  • Locales missing SOLVED

    I have the locale "de_DE.utf8" set in my rc.conf.
    I recently noticed a very weird problem with German charachters in my qt apps (and only in my qt apps).
    I'm not sure if this is related, but in researching this I wanted to find out if de_DE.utf8 is even a valid locale, so I did what the comments in rc.conf said:
    # locale -a
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    locale: Cannot set LC_MESSAGES to default locale: No such file or directory
    C
    POSIX
    I'm a little freaked out now. Where the hell are my locales?
    Edit: Solved. IMHO, there should really be something about running locale-gen in the installation docs. Those only tell you to add your locale to rc.conf, that's it.
    Last edited by kamagurka (2007-02-22 02:39:00)

    I did try without re-booting but as soon as I issued locale -a it would return
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    locale: Cannot set LC_MESSAGES to default locale: No such file or directory
    so I decided to reboot and it worked just fine after that.
    The only thing that annoys me about that is that rebooting is not a *nix thing and we should not have to do that.
    I'm sure there is a way to do it without that step.
    BTW, I did try quitting the session and logging back in as suggested by Snowman (good thinking there my friend) but it did not work for me.
    R.
    Edit: On re-reading kamagurka's post I realize you did something different "source /etc/profile". May be that's the answer and the *nix way.
    I'll try that the next time.
    Last edited by ralvez (2007-02-22 02:52:39)

  • Pear PHP Warnings [SOLVED]

    I recently built a web-server and followed the arch wiki docs to complete the LAMP installation and everything ran smoothly.
    However, now when I upgrade pear I get the following warnings:
    # pear upgrade
    PHP Warning:  Module 'mcrypt' already loaded in Unknown on line 0
    PHP Warning:  Module 'mysql' already loaded in Unknown on line 0
    anyone else run into this glitch?
    Last edited by monash (2011-11-11 03:17:42)

    Many thanks SidK!
    I checked /etc/php/conf.d and found i had left behind an old custom.ini containing:
    extension=mcrypt.so
    extension=mysql.so
    removed the /etc/php/conf.d/custom.ini and all is well with pear upgrade :-)

  • Error when trying to make local repository (solved)

    i'm trying to make a local repository for a laptop without internet connection.
    on my desktop, the packages are in /var/cache/pacman/pkg and the corresponding PKGBUILD in /var/lib/pacman/local. but whenever i run (as root)
    #gensync /var/lib/pacman/local /var/cache/pacman/pkg/laptop.db.tar.gz
    i get the following error:
    gensync: building database entries, generating md5sums...
    gensync: compressing to /var/cache/pacman/pkg/laptop.db.tar.gz...
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    i can see the file laptop.db.tar.gz, but it's only 45 bytes!
    Last edited by chilebiker (2007-04-18 20:52:37)

    Maybe you could describe what you are doing a bit more. What I gather is that you want to take the pacman cache from the desktop system and somehow (how?) use this to update (or install to?) a laptop.
    You can make the desktop cache into a repository with gen_repo - but I forgot to say that you need to check that only a single version of each package is present in the cache (I think pacman -Sc should do that).
    If the laptop and desktop are then connected, e.g. by lan, you can set pacman.conf on the laptop to point at this repository (e.g. using NFS). Or you can copy the repository to the laptop and set pacman.conf to point at it.
    Another possibility would be to copy the pacman db (/var/lib/pacman/) to the laptop, and the package cache, then use pacman -S to install stuff. For that you don't need gen_repo, etc. Or you could just mount the desktop cache using NFS.
    There are all sorts of possibilities ... did you have something particular in mind?

  • Error add local repository[SOLVED]

    I create a local repository as wiki says. http://wiki.archlinux.org/index.php/Cus … nd_gensync.
    My db.tar.gz is at
    /home/lq/abs/myrepo.db.tar.gz
    And here is my pacman.conf
    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    #HoldPkg = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst = pacman
    XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #XferCommand = /usr/bin/curl %u > %o
    #CleanMethod = KeepInstalled
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg =xorg-server xorg-server-utils xf86-input-evdev xf86-input- synaptics kernel26 kernel26-firmware libgl ati-dri kernel-headers glibc binutils gcc-libs gcc
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options (all disabled by default)
    #NoPassiveFtp
    #UseSyslog
    #ShowSize
    #UseDelta
    #TotalDownload
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # Testing is disabled by default. To enable, uncomment the following
    # two lines. You can add preferred servers immediately after the header,
    # and they will be used before the default mirrors.
    #[testing]
    #Include = /etc/pacman.d/mirrorlist
    [core]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    [extra]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist [community]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    [myrepo]
    Server = file:///home/lq/abs
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[archlinuxfr]
    #Server = http://repo.archlinux.fr/i686
    #[Gooth]
    #Server = http://public.gooth.cn/archlinux/gooth/os/i686
    And when update,it says
    2009-10-12 21:26:59 (9.92 MB/s) - `/var/lib/pacman/community.db.tar.gz.part' saved [377225/377225]
    file:///home/lq/abs/myrepo.db.tar.gz: Unsupported scheme `file'.
    :: Starting full system upgrade...
    local database is up to date
    Could anyone tell me what is the problem ?
    Last edited by fbchaos (2009-10-12 14:56:01)

    Looks like you are using wget as your download agent (check XferCommand in pacman.conf). wget doesn't understand file, you can either switch to curl or the internal downloader.
    Last edited by Garns (2009-10-12 14:31:18)

  • At a loss with phone line and broadband

    Hi,
    First of all, sorry for cross posting this, but as you might gather I'm currently stuck between a rock and a hard place.
    http://community.bt.com/t5/Phones/At-a-loss-with-phone-line/td-p/54639
    I'm not going to repeat everything in that post, just to say when all equipment is unplugged and you get crackles and white noise through the phone, it can not be equipment, no matter how intermittent. Am I correct?
    The main reason for cross posting is around the annoying BRAS IP profile. It seems that for 30mins of static, I get stuck on a 130k profile for 3days. I could cope with the occasional outage or slow down, but 3days is half a week and when you have the recent bad weather, you get 1day of decent profile before the next spat! As a result of this, I would like to see if anyone else in the community has been through similar?
    I will point out that I have been working in IT for 13years, so I like to pretend that I know something about things, but I must say that BT is one of the only companies that I deal with and dealt with that seem insistent on blaming the customer for everything. 
    Connection information
    Line state Connected
    Connection time 0 days, 1:44:21
    Downstream 2,048 Kbps
    Upstream 448 Kbps
    ADSL settings
    VPI/VCI 0/38
    Type PPPoA
    Modulation ITU-T G.992.1
    Latency type Interleaved
    Noise margin (Down/Up) 9.6 dB / 19.0 dB
    Line attenuation (Down/Up) 53.0 dB / 29.5 dB
    Output power (Down/Up) 17.8 dBm / 12.1 dBm
    Loss of Framing (Local) 0
    Loss of Signal (Local) 0
    Loss of Power (Local) 0
    FEC Errors (Down/Up) 5261636 / 45
    CRC Errors (Down/Up) 0 / 2147480000
    HEC Errors (Down/Up) nil / 28
    Error Seconds (Local) 134
    Solved!
    Go to Solution.

    No I'm suggesting the mod team is preferable to calling India ....
    What they do with you is down to them ....  and you.   
    Allbeit I doubt you'll see a profile reset, but even better you may see a lasting resolution, hopefully.    

  • Connection Problems following Upgrade at Exchange

    I have been having problems since 1st November.
    I had received an e-mail advising that “we’re rolling out our faster broadband and we’ll be upgrading our network in your area on 01-Nov-11…For the first ten days or so after your upgrade, your broadband might slow down or even stop now and again. That's normal and your speed will soon settle down”
    That night when I tried to use BT broadband after approx 90 seconds – connection was lost and router re-synced a number of times each hour.
    Over next 10 days this did not improve. Contacted technical call centre and after running a line check, I was told that there were ‘anomalies’ on the line. Next day the call centre rang back and said upgrade work was ongoing and I would receive an e-mail when upgrade had finished and things should improve 10 days after the e-mail.
    On 25 November I received an e-mail advising “This is to let you know that we've now upgraded your line and you should now have an improved, more consistent broadband connection, and maybe a speed increase.”
    Again I saw no improvement in service. Connection was lost after 90 seconds and then a number of times each hour. I also noticed that the connection was lost if a phone call was received.
    I spent next 2 weeks talking with call centre, again advised of ‘anomalies on line’ but eventually e-mailed BT Care and fault was logged on 31.12.11.
    Fault number:VOL051-53388****** – fault is still shown as being Open.
    On 5 January a BT engineer called. Spent a couple of hours testing connection, checking filters etc and told me that bandwidth was very narrow and this was probably the reason for connection dropping. He felt the upgrade at the exchange had caused this. Said the upgrade had been from ADSL to ADSL2. My BT exchange is Cregagh.
    I have never had issues in past and due to distance from exchange, I was told to expect speed of between 2-4 mb. I have accelerator plate fitted and problems only began following the upgrade
    Could the upgrade at the exchange be causing the connection to drop?
    Can anything be done at the exchange to improve the connection? Or is something else causing the problems which are ongoing?
    Speed has improved since engineers visit. Although enginner tested filters, could this be the problem?
    Any advice would be greatly appreciated.
    Stats are:
    Speed test
    FAQ
    Test1 comprises of two tests
    1. Best Effort Test:   -provides background information.
    Download  Speed
    3107 Kbps
    0 Kbps
    4000 Kbps
    Max Achievable Speed
     Download speed achieved during the test was - 3107 Kbps
     For your connection, the acceptable range of speeds  is 1200-4000 Kbps.
     Additional Information:
     Your DSL Connection Rate :3859 Kbps(DOWN-STREAM), 1016 Kbps(UP-STREAM)
     IP Profile for your line is - 3404 Kbps
    2. Upstream Test:   -provides background information.
    Upload Speed
    843 Kbps
    0 Kbps
    1016 Kbps
    Max Achievable Speed
    >Upload speed  achieved during the test was - 843 Kbps
     Additional Information:
     Upstream Rate IP profile on your line is - 1016 Kbps
    We were unable to identify any performance problem with your service at this time.
    It is possible that any problem you are currently, or had previously experienced may have been caused by traffic congestion on the Internet or by the server you were accessing responding slowly.
    If you continue to encounter a problem with a specific server, please contact the administrator of that server in the first instance.
    Homehub 2 ADSL stats
      ADSL line status <script type="text/javascript"></script> Connection information
    <script type="text/javascript"></script> Line state
    Connected
    Connection time
    0 days, 3:18:22
    Downstream
    3,859 Kbps
    Upstream
    1,016 Kbps
    ADSL settings
    <script type="text/javascript"></script> VPI/VCI
    0/38
    Type
    PPPoA
    Modulation
    ITU-T G.992.3
    Latency type
    Interleaved
    Noise margin (Down/Up)
    5.9 dB / 6.0 dB
    Line attenuation (Down/Up)
    52.5 dB / 27.0 dB
    Output power (Down/Up)
    0.0 dBm / 12.9 dBm
    Loss of Framing (Local)
    227
    Loss of Signal (Local)
    21
    Loss of Power (Local)
    0
    FEC Errors (Down/Up)
    0 / 4294967231
    CRC Errors (Down/Up)
    1297 / N/A
    HEC Errors (Down/Up)
    N/A / 0
    Error Seconds (Local)
    4649
    Solved!
    Go to Solution.

    the upgrade to adsl2 brings a more aggressive sytem on any noise on your line and what was a good connection on adslmax may not necessarily be a good connection on adsl2 - but can with some effort.  as you are using the accelerator you must have an NTE5 master and other extension sockets so have you tried connecting direct to the test socket?
    have you removed the bellwire on terminal 3 on all sockets - I know the accelerator helps with this but removal is 100% effective.
    have you tried the quiet line test   dial 17070 option 2  should hear nothing and best with corded phone   if cordless dull hum is normal
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • [ERROR] could not find source for resource bundle modules.

    We are in the process of upgrading our flex application from SDK3.6 to SDK4.5.0.17899.
    Flexmojos version used for compilation is 3.9.
    The flex library project is complied with SDK4.5.0 version but BUILD is not getting SUCESS from maven.
    The following is the reason is showing and unable to find out the root cause.
    [ERROR] could not find source for resource bundle modules.
    Can you please help me out.
    Thanks,

    Copying
    /Software/FB\ Eclipse\ Plugin/Adobe\ Flex\ Builder\ 3\ Plug-in/sdks/2.0.1/frameworks/locale/en_US/charts_rb.swc into
    the 3.5 SDK directory
    /usr/local/lib/flex_sdk/3.5.0/frameworks/locale/en_US
    solves the problem.
    Not sure why as the charts_rb.swc comes from Flex 2.0

  • Error: could not find source for resource bundle charts

    I am trying to upgrade from Flex SDk 3.4 to 3.5.
    I have copied the Data Visualisation SWCs under libs, locale and rlsls folders as suggested by adobe.
    I get the following error when building the application
    flex-library:
         [java] Loading configuration file /usr/local/lib/flex_sdk/3.5.0/frameworks/flex-config.xml
         [java] Error: could not find source for resource bundle charts.
         [java]
    What am I missing? Any help is highly appreciated.
    Thanks

    Copying
    /Software/FB\ Eclipse\ Plugin/Adobe\ Flex\ Builder\ 3\ Plug-in/sdks/2.0.1/frameworks/locale/en_US/charts_rb.swc into
    the 3.5 SDK directory
    /usr/local/lib/flex_sdk/3.5.0/frameworks/locale/en_US
    solves the problem.
    Not sure why as the charts_rb.swc comes from Flex 2.0

  • Slow BB, changed microfilter, how long does it tak...

    hello
    I have been getting about 12-15Mbit/s, but this has been getting worse over the last few months.
    I think it's a duff microfilter, I was seeing noise margin of about 20dB, but I swapped one of them and now it's showing 4.5dB, which I think is healthier.
    So, have I got this right? if so, do the measurements from my HH2.0 look OK? do I just need to wait now?
    thanks
    ADSL line status
    Connection information
    Line state
    Connected
    Connection time
    0 days, 0:08:44
    Downstream
    2,270 Kbps
    Upstream
    126 Kbps
    ADSL settings
    VPI/VCI
    0/38
    Type
    PPPoA
    Modulation
    ITU-T G.992.5
    Latency type
    Interleaved
    Noise margin (Down/Up)
    4.5 dB / 11.7 dB
    Line attenuation (Down/Up)
    45.5 dB / 37.0 dB
    Output power (Down/Up)
    0.0 dBm / 12.3 dBm
    Loss of Framing (Local)
    8
    Loss of Signal (Local)
    13
    Loss of Power (Local)
    0
    FEC Errors (Down/Up)
    33092 / 1
    CRC Errors (Down/Up)
    4 / 2147480000
    HEC Errors (Down/Up)
    nil / 503
    Error Seconds (Local)
    1
    Solved!
    Go to Solution.

    that's more like the attenuation and in fact with that attenuation I would hope for about 19mb on a good line with no noise problems.  If possible I would move to the test socket and repost stats.  there is obviously a problem in the internal wiring that is causing the large discrepancies in attenuation.
    once in test socket via a filter you need to leave it there 24/7 for 3+ days until your line recovers.  at present all the drops in connection have resulted in a banded profile which is applies automatically by the exchange to try and stabilise your line.  this will release automatically. 
    I would also check quiet line test  dial 17070 option 2  should hear nothing and best with corded phone   if cordless then dull hum normal
    I would also check for the bellwire on terminal 3 and if conencted it should be removed from all sockets
    bellwire removal
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Why is the FPGA compiler server so slow?

    FPGA Cloud compiler is faster because NI servers are high performance, right????
    Well, my Windows 7 PC is high performance, but no luck there!
    Total CPU usage is never more than 25% and total memory usage (including other applications) is less than 16%.
    Why does the compile server not use all available resources? has it been restricted?
    How can I leverage more power from my PC?
    If NI Servers can compile code quicker, there must be plausible explanation / reason?
    Please advise, how to make the compile server run faster locally?
    Solved!
    Go to Solution.

    Try this if you haven't yet:
    http://forums.ni.com/t5/LabVIEW-FPGA-Idea-Exchange/Turbo-Boost-the-speed-of-FPGA-compiles-under-Wind...
    In my experience, taking advantage of Intel's Turbo Boost (my PC has i5) reduced compile time from 85 minutes to 45.
    I'm currently testing Cloud Compiler and it took 110 minutes.  How can Cloud Compile Server be the slowest compile?

  • The applet fails to load. with 'red cross' screen JVM 1.6.19 and above

    After updating the JVM to one of the latest version 1.6 builds, our users started to experience a problem with opening java applets.
    All the users have JVM versions 1.6.0_19 – 1.6.0_26 on Windows 7/2008. The browser is IE8. On the server usually there is IIS7, with ‘Integrated Windows authentication’
    on applet’s virtual folder. Applet’s classes are packaged into a signed JAR file. Both the client and the server are located in the same local area network with no proxy or firewall between them.
    The applet’s website usually belongs to the trusted security zone. When loaded, the applet establishes HTTP connection to the server to get the necessary data.
    When the user tries to open an HTML page containing the applet, there can be the following scenarios:
    1.     The applet fails to load. We’re getting a ‘red cross’ screen. All the HTML elements except of the applet are loaded OK.
    From the IIS log we can see that the loading of the JAR file failed with the error code 401, the user name field in the log for the JAR is empty.
    2.     The java asks for the user name and password showing a popup ‘Authentication required’. At this moment we can see the following message in the Java console:
    network: Firewall authentication: site=/XX.XX.XX.XX:XX, protocol=http, prompt=, scheme=ntlm
    If the user enters the correct credentials, the applet loads OK. Even if the user checks the ‘Save the password in your password list’ checkbox, Java continues to ask for credentials
    on every page reload. It’s worth to note that the company’s external firewall doesn’t get any requests from the applet.
    The problems happen even when the client and the server are located on the same machine, but never happens when we use localhost as the server name in the page URL.
    During investigations we found out the following workarounds:
    1.     Enabling anonymous authentication on the virtual folder always solves the problem.
    2.     Sometimes, changing security zone from ‘Trusted’ to ‘Local intranet’ solves the scenario 2 (‘Authentication required’ popup) problem.
    It’s worth to note that changing the security zone never helps if the page URL contains dots (for example, uses IP address instead the server name).
    3.     Upgrading to IE9 solves the scenario 2 problem partly: Java asks for the credentials only once.

    I have the same issue. I use single sign-on with IIS 7 and Integrated Window authentication on the tomcat virtual folder. The applet jar file is on the root directory of the web application (the same level of index.html). So I use '.' as the code_base to call the applet from javascript.
    So when I launch my web application into a browser, the auto-connection is successfully performed (single sign-on through Upstream, kerberos, remote_user, ...). But when I want to launch the applet in the web application, a new authentication panel (red panel with "authentication required") occurs in order to set credentials (login, password, domain) with the message in the java applet console:
    "network: Firewall authentication: site=myApplicationUrl, protocol=http, prompt=, scheme=ntlm"
    So why the applet doesn't inherit previous credentials in this case ??
    Have you solved this problem ?
    Thanks
    Edited by: 886341 on 20 sept. 2011 08:56

  • Unable to play any tracks from AC/DC in Windows player (currently running 1.0.9.133)

    When I play any track by AC/DC, Spotify comes to a screeching halt. No crash, no hang...just silence. The track progress indicator at the bottom of the screen never moves (like it can't start the track). Despite the play indicator showing that a song is playing, click on it several times to switch back & forth between play & pause changes but it never plays the track(s). If the song is part of a playlist with other artists, my only recourse is to skip the track--and assuming that it's another artist, the music resumes. Going to the AC/DC artist page produces no sounds from my speakers (just lots of mumbling & cursing from me). I am a premium subscriber so I tried playing an AC/DC track from the same playlist on my Android phone. Holy crap, it plays the song from the Android client! Jumping back over to my Windows player...no go :-( So it's not something I've done--at least not obviously...but it seems to remain a problem with ONLY the Windows player! The problem has existed for me ever since AC/DC (finally, yes!) has come on to Spotify & only occurs when playing any of their songs. If there is any additional information that I can provide, I'd be glad to do so. Thank you for the help! --L

    I'm in the US. UPDATE: I figured out what the hell the problem was! When I got home last night, I tried playing AC/DC tracks on my laptop running the Spotify Linux client. It wouldn't play either, however, with the older build it was attempting to reference MP3 files that I used to have locally--it was trying to play files that weren't there! (Slight rant: pre-1.0 releases are better in visually representing which tracks are local & which ones are streamed.) Once I cleaned up the list of what Spotify thought I had locally though, the sweet sounds of AC/DC came out of my laptop :-) So now back on my Windows box, I had to go through a few technical gymnastics to get it to properly update the list of local files that are actually there, but much like the experience on my laptop, AC/DC trans now play properly! tl;dr: Spotify was confused & trying to play missing local MP3s instead of streaming from their servers. Forcing the client to reimport my local files solved the problem.

  • 0 dBm download power

    I've been having intermittent broadband speed problems for a couple of weeks now. My BT home hub 2 has been reset daily in an attempt to fix. I realise this probably doesn't help as my IP profile has been reduced to 572kbps download and will take atleast 3 days of line stability for BT to automatically try and increase this.
    What is concerning me, however, is the 0 dBm download power mentioned in the output below. I expect this is the number of dB power with respect to 1 mW i.e. 10 log (pOut/1mW). However I'm unsure what a reading of 0 actually means in practice and could it be indicative of an underlying issue?
    Pls also advise if there's anything else peculiar with the readouts below? I intend to not reset my router until it has been up for atleast 4 days to give it a chance to upgrade my profile.
    I've done the speedtest and I'm getting about 400 kbps but I normally get about 4500 kbps.
    Any advice appreciated thanks.
            ADSL line status
    Connection information
    Line state
    Connected
    Connection time
    0 days, 16:20:54
    Downstream
    572 Kbps
    Upstream
    1,228 Kbps
    ADSL settings
    VPI/VCI
    0/38
    Type
    PPPoA
    Modulation
    ITU-T G.992.5
    Latency type
    Interleaved
    Noise margin (Down/Up)
    22.3 dB / 4.7 dB
    Line attenuation (Down/Up)
    38.5 dB / 22.1 dB
    Output power (Down/Up)
    0.0 dBm / 12.8 dBm
    Loss of Framing (Local)
    0
    Loss of Signal (Local)
    0
    Loss of Power (Local)
    0
    FEC Errors (Down/Up)
    7671 / 7
    CRC Errors (Down/Up)
    0 / N/A
    HEC Errors (Down/Up)
    N/A / 4
    Error Seconds (Local)
    1
    Solved!
    Go to Solution.

    it's not the profile that is the problem it is your connection speed of 572.  this is probably due to all the resets which you have done over however many days and yes you now need to leave it alone to settle.
    if you can now get 3+ days stable connection shown in your stats then I would contact the mods and get your noise margin reset to 6db and this should bring back your connection speed and subsequently your profile should rise
    contact mods
    can take up to 3 working days for mods to contact you
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Download / upload speed suddenly divided by two, c...

    For the past two weeks I noticed that my download and upload speed has been divided by two, I use to enjoy 1.4 meg and it is now down to 0.6megs  it is not a connection issue because it is stable, it looks more like a throttle has been applied to my package. I called support yesterday and they said they would "reset" my line as my connection appears to be slow from their system, nothing seem to have changed yet. My IP profile has also been divided by two and is now 7.5 megs instead of about 16 megs, I am a bit puzzled. See my ADSL stats below 
    ADSL line status
    Connection information
    Line state
    Connected
    Connection time
    0 days, 18:11:49
    Downstream
    6,656 Kbps
    Upstream
    448 Kbps
    ADSL settings
    VPI/VCI
    0/38
    Type
    PPPoA
    Modulation
    ITU-T G.992.1
    Latency type
    Interleaved
    Noise margin (Down/Up)
    20.4 dB / 28.0 dB
    Line attenuation (Down/Up)
    24.0 dB / 13.0 dB
    Output power (Down/Up)
    19.8 dBm / 11.6 dBm
    Loss of Framing (Local)
    33
    Loss of Signal (Local)
    3
    Loss of Power (Local)
    0
    FEC Errors (Down/Up)
    69 / 0
    CRC Errors (Down/Up)
    0 / N/A
    HEC Errors (Down/Up)
    N/A / 0
    Error Seconds (Local)
    14
    Solved!
    Go to Solution.

    And see below my IP profile, my Max achievable speed was twice what it is now, any idea what could be the cause ?

Maybe you are looking for

  • Infopackage Idocs in status 2 - could not find code page for receiver system

    Hi, We just migrated our production system from BW 7.01 non unicode to BW 7.4 on HANA. We now encounter issues with idocs while loading data into bw from our ECC5 source. When we analyze idocs in the source system it appears with the message "could n

  • How  to update marketing attributes in sap crm 7.0

    hi sap gurus, I want to understand how to update the marketing attributes in sap crm, basically I want the logic to update the marketing attributes in the system. which tables I should verify & then I need to write an abap program  to update/modify t

  • SharePoint Online, Stop Workflow when Item Changed

    Hello, I have a workflow that sends an email to certain individuals upon creation and then sends a follow up reminder in 30 days if a specific field has not been changed.  I want to edit that workflow to only send the reminder if the list item has no

  • Adding a Photo Gallery to website

    Does anybody know of any good, free, photo galleries that can be embedded/added to a website in Adobe Contribute CS3?

  • Array of Sockets

    Hi, I am new with Socket programming and I have read a java tutorial that talks about socket. I am trying this server (sample program from the tutorial): import java.net.*; import java.io.*; public class MultiServer3333 { public static void main(Stri