Problems after removing glibc-* RedHat EL5

ohh, I thinh I have done something wrong.
I did make a update from glibc-2.5-18 to ver glibc-2.5-34 but still got database restarting so I decided to remove glibc-2.5-34 for installing glibc-2.5-24.
I execute command:
root@DB1 ~# rpm -e nodeps allmatches glibc-2.5-34
warning: /etc/localtime saved as /etc/localtime.rpmsave
Invalid link from "ld-linux.so.2" to "/lib/ld-lsb.so.3": No such file or directory
error: %postun(glibc-2.5-34.x86_64) scriptlet failed, exit status 255
Now I can not do anything! I totally messed up in server :(
root@DB1 ~# yum install glibc-*
bash: /usr/bin/yum: /usr/bin/python: bad interpreter: No such file or directory
Somebody can me to fix that?

Ok, Matosh. Everything is now clear.
Note however that if you don't have a static rpm binary executable on your CD, you cannot do anything. Because when booting in rescue mode, rpm from the 1st installation CD is in memory, but it works only before you `chroot /mnt/sysimage', and at this "raw stage" (no environment) you cannot install anything with that rpm, unless the package is relocatable and can be relocated to the /mnt/sysimage/usr, instead of /usr that doesn't exist and its creation doesn't solve anything. But I doubt that glibc is relocatable. On the other side, after chroot, you cannot run that rpm from memory anymore. You depend on your root environment which is damaged. So, do exactly the following:
1. Find somewhere statically linked rpm executable and save/burn it on a CD. I can recall that Mandrake distribution used to have such a binary named rpmb, or rpmbig, rpmstatic or so. Let's say that you found out it and have it on CD under name `rpmstatic'.
2. Boot the system with the 1st installation CD and type `linux rescue'. Choose the language and keyboard, on the Setup Networking screen press No, on the Rescue screen press Continue. If this succeeded, the final Rescue screen will appear showing that the system has been mounted under /mnt/sysimage. Press OK to get a shell. Open a new shell console by Ctrl-Alt-F2.
3. Insert the CD with static rpm into a free CD/DVD drive. If you have only one, remove the install CD. If it is mounted, just unmount it by `umount /dev/hda'. It can be hda, hdb, sda, sdb or so. You must know that. Let's say it is /dev/hda. Then issue the folowing commands in this order
# mkdir /temporary
# mount -t iso9660 /dev/hda /temporary
# cp /temporary/rpmstatic /mnt/sysimage/bin/rpmstatic
# chroot /mnt/sysimage
# /bin/rpmstatic -ivh <path_to_glibc_package.rpm> /* you said you had it on HDD */4. Type `exit' and then `umount /temporary'
5. Remove CD and restart the system: Ctrl-Alt-Del
Hope this helps.
NJ

Similar Messages

  • [SOLVED] Stuck in fresh install: problems after succesfull glibc upgra

    Hello everyone. I am stuck in the installation after upgrading glibc.
    I am installing from the Core Image ISO.
    As it says in the Developer Wiki the first thing I did after installing the system is:
    $ pacman -U http://pkgbuild.com/~allan/glibc-2.16.0 … pkg.tar.xz
    In that moment appaered some errors related to tzselect and 2 other files which I dont remember but I deleted them and then it let me install.
    By doing that it let me upgrade pacman, so I upgraded pacman and created de signature database as it should be.
    Then I did a 'pacman -S filesystem --force' and 'rm /etc/profile.d/locale.sh' to solve future known errors related to system upgrade and rebooted.
    In that moment everything was OK, but then I tried 'pacman -Syu'
    Here's where I am stuck. Pacman says that /lib still exists on the filesystem.
    As it says on the developer wiki i tried 'find /lib -exec pacman -Qo -- {} +' to find out which packages where owing /lib and the list it displayed was HUGE, really...
    I removed the /lib/modules/3.0-ARCH since no other files where in that folder and tried again 'pacman -Syu' but keep getting the '/lib exists on filesystem' error.
    What should I do to solve this??
    The list of files in /lib is this:
    device-mapper            libcap.so.2                         libext2fs.so.2.4       libmount.so.1.1.0       libpam_misc.so         libshadow.so
    firmware                 libcap.so.2.22                      libgcrypt.so           libm.so.6               libpam_misc.so.0       libshadow.so.0
    initcpio                 libcidn-2.16.so                     libgcrypt.so.11        libncursesw.so.5        libpam_misc.so.0.82.0  libshadow.so.0.0.0
    ld-2.16.so               libcidn.so.1                        libgcrypt.so.11.7.0    libncursesw.so.5.9      libpam.so              libss.so.2
    ld-linux-x86-64.so.2     libcom_err.so.2                     libgpg-error.so        libnsl-2.16.so          libpam.so.0            libss.so.2.0
    libacl.so                libcom_err.so.2.1                   libgpg-error.so.0      libnsl.so.1             libpam.so.0.83.1       libsysfs.so.2
    libacl.so.1              libcrypt-2.16.so                    libgpg-error.so.0.8.0  libnss_compat-2.16.so   libpcprofile.so        libsysfs.so.2.0.1
    libacl.so.1.1.0          libcryptsetup.so                    libgudev-1.0.so.0      libnss_compat.so.2      libpcre.so.0           libthread_db-1.0.so
    libanl-2.16.so           libcryptsetup.so.1                  libgudev-1.0.so.0.1.0  libnss_db-2.16.so       libpcre.so.0.0.1       libthread_db.so.1
    libanl.so.1              libcryptsetup.so.1.2.0              libhandle.a            libnss_db.so.2          libpopt.so             libudev.so.0
    libattr.so               libcrypt.so.1                       libhandle.so           libnss_dns-2.16.so      libpopt.so.0           libudev.so.0.12.0
    libattr.so.1             libc.so.6                           libhandle.so.1         libnss_dns.so.2         libpopt.so.0.0.0       libutil-2.16.so
    libattr.so.1.1.0         libdevmapper-event-lvm2mirror.so    libhandle.so.1.0.3     libnss_files-2.16.so    libproc-3.2.8.so       libutil.so.1
    libblkid.so.1            libdevmapper-event-lvm2raid.so      libhistory.so          libnss_files.so.2       libpthread-2.16.so     libuuid.so.1
    libblkid.so.1.1.0        libdevmapper-event-lvm2snapshot.so  libhistory.so.6        libnss_hesiod-2.16.so   libpthread.so.0        libuuid.so.1.3.0
    libBrokenLocale-2.16.so  libdevmapper-event-lvm2.so.2.02     libhistory.so.6.2      libnss_hesiod.so.2      libreadline.so         modprobe.d
    libBrokenLocale.so.1     libdevmapper-event.so.1.02          libkeyutils.so.1       libnss_nis-2.16.so      libreadline.so.6       modules
    libbz2.so                libdevmapper.so.1.02                libkeyutils.so.1.4     libnss_nisplus-2.16.so  libreadline.so.6.2     security
    libbz2.so.1              libdl-2.16.so                       liblvm2app.so.2.2      libnss_nisplus.so.2     libresolv-2.16.so      systemd
    libbz2.so.1.0            libdl.so.2                          liblvm2cmd.so.2.02     libnss_nis.so.2         libresolv.so.2         udev
    libbz2.so.1.0.6          libe2p.so.2                         libm-2.16.so           libpamc.so              librt-2.16.so
    libc-2.16.so             libe2p.so.2.3                       libmemusage.so         libpamc.so.0            librt.so.1
    libcap.so                libext2fs.so.2                      libmount.so.1          libpamc.so.0.82.1       libSegFault.so
    Thanks everyone who will answer this post.
    Last edited by grego1422 (2012-07-16 19:35:16)

    It seems that deleting the folder inside /lib/modules broke something since the system was quite unstable after rebooting...
    Whatever, I'm sorry I can't continue to solve my last situation.
    I have just made a new install and followed the instructions at Allan McRae's blog.
    pacman -Sy
    rm -rf /var/run /var/lock && pacman -Sf filesystem
    pacman -S tzdata
    pacman -U http://pkgbuild.com/~allan/glibc-2.16.0 … pkg.tar.xz
    rm /etc/profile.d/locale.sh
    pacman -Su --ignore glibc
    pacman -Su
    I'm quite near the success, now I'm stuck at generating the signature database.
    Before the last 'pacman -Su' I'm forced to create the trusted signature database by pacman, when I run 'pacman-key --init' it seems to hang, I left it there generating the database for about half an hour in my first atempt and about an hour in my second atempt and it never finished. But in my previous installation (2 hours ago) it was done in 5 minutes.
    Is there another way to generate the signature database? or anyone knows what is happening? Thank you.
    Last edited by grego1422 (2012-07-16 16:27:55)

  • Time to time problems after removing unblockus service (DNS)

    I have a router from my operator and an Airport Extreme.
    After removing the unblockus(.com) DNS service (by simply deleting the DNS settings they provided), I now have problems with my router and Internet connections (Airport Extreme probably).
    I have tried resetting the AE.
    But I still get errors when trying to reconnect my e-mail accounts in Mail (Error message: Too many simultaneous connections. (Failure).)
    And some web sites won't open, or they only appear as plain HTML text (not code).
    My settings on the AE are:
    Internet:
    Connected with: DHCP
    DNS: 192.168.1.1
    Network:
    Route mode: Bridge mode off
    (Sorry, my settings are in Norwegian so I had to try to translate directly).
    Is there a standard setting I can use?
    Btw, I have 2 external drives connected to the Airport Extreme. The communication to them are ok throughout the network.
    The strange thing about these problems is that the router/network works great after I have reset the router. But after weeks(?) the trouble is back again.
    Any clue?

    The fact you used unblockus at some point is really not relevant to your current problem. I think you are confusing things.
    I need to work on the current setup of the network.
    So I need to have full data about the TC. I need to have the mode it is working in.. and I want to see the IP gateway and dns settings it is running.. please do a screenshot again which shows that info.
    Really good if you give me the summary tab like you did above.. and then click the edit and give me the internet tab.. plus network tab.
    Particularly I need to see any errors the AE is showing.. eg double NAT.. double NAT will cause the problem you have now. The AE must be in bridge when plugged into a router.
    And I need to see your computer network info that is having trouble.
    So I want to see its IP address, gateway (apple call it router) and DNS values.
    So here is mine.. nothing here is of security concern btw.
    Please also your DNS page so I can see what the dns values are.
    Also please open a teminal session and do a traceroute to the google dns, 8.8.8.8
    Do a copy and paste of those values here as well.
    So
    $ traceroute 8.8.8.8
    traceroute to 8.8.8.8 (8.8.8.8), 64 hops max, 52 byte packets
    1  192.168.2.254 (192.168.2.254)  1.595 ms  4.595 ms  1.659 ms
    2  adsl1.mel02.eftel.com (203.123.69.176)  26.001 ms  25.622 ms  25.326 ms
    3  te0-0-0-306.core0.mel02.eftel.com (203.123.72.65)  25.709 ms  25.661 ms  25.465 ms
    4  ve420.er01.mel01.eftel.com (14.137.114.25)  26.417 ms  29.320 ms  25.659 ms
    5  eth2-1.bdr01.syd02.eftel.com (202.62.143.121)  35.613 ms  35.383 ms  47.953 ms
    6  as15169.ve223-vpls138.bdr01.syd02.eftel.com (202.62.154.118)  36.738 ms  38.999 ms  36.951 ms
    7  72.14.237.21 (72.14.237.21)  37.300 ms  35.993 ms  36.892 ms
    8  google-public-dns-a.google.com (8.8.8.8)  36.557 ms  38.183 ms  36.334 ms
    Again there is nothing here that is security concern.. you can see my router IP and that is all, and it is completely useless. The actual trace is going to be completely different at your end.. but it allows me to see if you have double NAT issues still.
    One other thing you can do.. on a computer that is having trouble.. manually change the dns to 8.8.8.8 in the network preferences.. if that fixes it please tell me.
    Finally remove the AE completely and see if the computer works ok plugged directly into the ISP modem / router.
    (Sometimes I write TC ie time capsule instead of AE.. treat them as the same thing.. I am running both and use interchangeably.

  • HP G56 System Recovery Problem after removing disk 4 black screen

    hi everyone
    this is my first time, im helping my nextdoor neighbours laptop hp g56,
    the hard drive has been fried and i have intalled my old playstation 3 40 gb hard drive into it.
    after the recovery system finished and told me to remove disk 4 it restarts and now have a black screen, does this mean its still installing because i turned it off and then on and now say no bootbale device.
    windows 7
    40 gb hard drive (ps3 40gb)

    pepe999 wrote:
    selinacartwrigh wrote:
    my system comes on and then stop before it opens the key board   and say disk boot failure insert system  disk   how could find  a disk  I  cant even get in
    The message means that your internal hard has been damaged. This message always comes up when the file system is corrupted. I suggest to remove it, connect the hard drive into a different computer as an external drive (use usb caddy), perform a backup if possible and the format the hard drive and restore the factory settings. I'm afraid that you have to reformat the hard drive, a checkdisk scan won't help..
    The error message means that the Boot Sector is corrupt or has been damaged. It does not mean that the hard disk is damaged.
    This is a fixable issue. There are a few command line tools that can be used.
    You will  need to make an appropriate version (32-bit / 64-bit) of the Windows 7 repair disc from a working Windows 7 installation. You will need either a USB or CD to create your rapair CD/USB. Follow the instructions on this video to create the repair installation of your choice..You will will be using the manual boot sector repair that is described in this video to repair your Windows 7 Boot sector.  Use the Windows 7 repair disc or repair USB thumb drive that you created earlier to accomplish the repair.
    Best regards,
    erico
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • [SOLVED] Nvidia problems after fixing glibc borkgasm... [SOLVED]

    First -- Yes, I was an idiot and borked my system. I had been on vacation for a week and came to a mile long list of updates. I also went ahead and ran everything without looking for any relevant news bits on the home page.
    Second -- I'm mostly certain that I've gotten that all straightened out.
    However -- Ever since nothing installed from the nvidia-utils package will run.
    hal@oa ~ > nvidia-settings
    bash: /usr/bin/nvidia-settings: No such file or directory
    hal@oa ~ > file /usr/bin/nvidia-settings
    /usr/bin/nvidia-settings: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.4.0, stripped
    hal@oa ~ > uname -m
    x86_64
    it does however work if i use
    $ /lib/ld-linux-x86-64.so.2 /usr/bin/nvidia-settings
    Andy ideas?
    [SOLUTION]
    I swear I had done it again already after fixing the /lib symlink, but for s/gs I ran one more pacman -Sy glibc lib32-glibc, and it seems to have gone through this time.
    Pacman REALLY needs some form of news alert to let you know about updates like that. Nothing obtrusive, just a nice little reminder to check the homepage for notices. It would save me a _LOT_ of money on asprin.
    Last edited by HalJordan (2012-07-16 02:34:28)

    --Fixed the name.
    --And that's the first thing I did. After running pacman -Rdd on anything nvidia, I ran pacman -Sy on everything removed. After that didn't fix it I came looking here, where I found the bit about the linker. It was frustrating as hell, I kept getting back "File or directory not found" but ls showed it right there.

  • Problem after removing time machine

    I have a 1T external hard drive that i used as my time machine back-up. i removed it after it was only able to be seen on macs.
    now it has been removed and cleared on the system it still cannot be seen on other machines.
    could someone tell me how to amend this? as it can only be used as an external on my mac now.

    Note that the external drive must be formatted in NTFS, exFAT or FAT32 in order to be seen on PCs. If you still keep Mac OS Extended (Journaled), use Disk Utility to format the external drive in FAT32 > http://pondini.org/OSX/DU1.html Also, create a MBR partition map in it.
    If you format your external drive in exFAT on the MacBook, it will not appear on PCs. Apart from that, you can use Disk Management in Windows to format the external drive, although it will be difficult

  • Files get disconnected after removing advanced pulldown?

    What does this message mean during import of a file.
    http://screencast.com/t/OF4mSwA90
    I got this problem after removing advanced pulldown on standard 24p footage. All the files were crossed out in the browser. i deleted them and re-imported but some are left out with that message on manual import.

    The file plays fine in QT but suddenly won't import after attempted removing of advanced pulldown to all clips in the browser. The ones that remained 29.97 due to the inability of Cinema Tools to properly remove the advanced pulldown are the ones giving me the error on import.

  • Oracle 10.2 Install on RedHat EL5 PowerPC

    I am trying to install Oracle 10.2 on RedHat EL5 for PowerPC
    ./runInstaller -ignoreSysPrereqs
    I have this error in the log file:
    NFO: Start output from spawned process:
    INFO: ----------------------------------
    INFO:
    INFO: /home/oracle/oracle_10g/product/10.2.0/bin/genclntsh
    INFO: /usr/bin/ld: cannot find -lxl
    collect2: ld returned 1 exit status
    INFO: genclntsh: Failed to link libclntsh.so.10.1
    INFO: make: *** [client_sharedlib] Error 1
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'client_sharedlib' of makefile '/home/oracle/oracle_10g/product/10.2.0/network/lib/ins_net_client.mk'. See '/home/oracle/oracle_10g/oraInventory/logs/installActions2011-06-24_11-29-20AM.log' for details.
    Exception Severity: 1
    The installed rpm (with the command rpm -qa --qf '%{name}-%{version}-%{release}.%{arch}\n'|egrep 'binutils|compat|glibc|gcc|libstd|cpp|make|ODBC|libaio|ksh|motif|libelf|sysstat'| egrep -v 'avahi|cdrkit|ldap|ssl'|sort) are:
    binutils-2.17.50.0.6-14.el5.ppc
    compat-db-4.2.52-5.1.ppc64
    compat-glibc-headers-2.3.4-2.26.ppc
    compat-libgcc-296-2.96-138.ppc
    compat-libstdc++-296-2.96-138.ppc
    compat-libstdc++-33-3.2.3-61.ppc
    compat-libstdc++-33-3.2.3-61.ppc64
    cpp-4.1.2-50.el5.ppc
    elfutils-libelf-0.137-3.el5.ppc
    gcc-4.1.2-50.el5.ppc
    gcc-c++-4.1.2-50.el5.ppc
    glibc-2.5-58.ppc
    glibc-2.5-58.ppc64
    glibc-common-2.5-58.ppc
    glibc-devel-2.5-58.ppc
    glibc-devel-2.5-58.ppc64
    glibc-headers-2.5-58.ppc
    java-1.4.2-gcj-compat-1.4.2.0-40jpp.115.ppc
    ksh-20100202-1.el5_5.1.ppc
    libaio-0.3.106-5.ppc
    libaio-0.3.106-5.ppc64
    libgcc-4.1.2-50.el5.ppc
    libgcc-4.1.2-50.el5.ppc64
    libstdc++-4.1.2-50.el5.ppc
    libstdc++-4.1.2-50.el5.ppc64
    libstdc++-devel-4.1.2-50.el5.ppc
    libstdc++-devel-4.1.2-50.el5.ppc64
    make-3.81-3.el5.ppc
    openmotif22-2.2.3-18.ppc
    sysstat-7.0.2-3.el5_5.1.ppc
    unixODBC-2.2.11-7.1.ppc
    unixODBC-kde-2.2.11-7.1.ppc
    vacpp.rte-9.0.0-2.ppc64
    anyone can help me
    Thanks in advance,
    Enrico.

    Very interesting Kecskemethy
    In the paper it is written:
    *4.2 Default Makefile Issue on Red Hat Enterprise Linux 5*
    The default makefile version on Red Hat Enterprise Linux 5 is make 3.81. In this
    makefile version, the default database name (db_name) is not recognized by the client.
    Therefore, you should use makefile version 3.79 or use @db_name whenever
    username/password is used in the makefile.
    I tried the rpm-make-3.79 .... El5.ppc but I've not found.
    Should I then replace @dbname in the makefile.
    But where are these makefile that uses Oracle?
    And then I'm not sure that this will solve the problem ...

  • Can't find printer after removing it.

    Hello,
    I happen to have an HP LaserJet M1132 MFP, which was working pretty well until recently it started sending that "/usr/lib/cups/backend/hp failed" error described in the wiki. I did have dbus running, I tried running avahi-daemon, but no use. So after googling up the problem, I found out that people had the issue solved after removing and installing the printer again.
    Well, I removed the printer via CUPS web interface, and tried to install it again via hp-setup, but this time the printer is not recognized! dbus is running fine, so does cups. lsusb does seem to recognize the printer:
    Bus 001 Device 006: ID 03f0:042a Hewlett-Packard
    Trying to manually feed the device id to hp-setup completely freezes it (and even pkilling it won't remove the window after that).
    dmesg find it too:
    [ 554.981309] usb 1-1.1: new high speed USB device number 6 using ehci_hcd
    [ 555.066090] scsi7 : usb-storage 1-1.1:1.0
    I had it installed before with no problems.
    Anyone can help me to get my printer installed and working again?

    It sounds like you have not installed, but only downloaded it. Have you checked your downloads folder for the installer? 

  • Multiple Samsung Stratosphere problems after FF1 update

    There have been multiple posts on various issues users have found after the recent Stratopshere FF1 update.  Some were replys to older posts and some only touched on a single issue.  I wanted to consolodate into one thread, and hopefully get teh attention of Verizon to maybe reply here.
    For reference, a lot has been discuss here --> https://community.verizonwireless.com/message/874446
    Summary:  Verizon and Samsung have finally updated the Stratosphere almost 1 year after release.  This updated the phone from Android 2.3.5 to Android 2.3.6.  Going by filename, this is known as the FF1 update.   This update went live at the end of August 2012, and most users were upgraded before mid September 2012.
    There were some noticable changes in this update:
    -Lock screen has changed.  The puzzle piece and glass lock options have been removed.  New options have been added, such as facial recognition unlock.
    -Call answering screen has changed, introducing the option to ignore call with a message.
    -Camera now has digital zoom ability.
    -Ability to uninstall the 2 games the phone comes with (Need for Speed and Lets Golf)
    -Phone icon has changed ever so slightly
    -Wifi icon now included up and down arrows to indicate data is being sent or recieved
    -Wallpaper no longer "stretches" over multiple screens - ie, it no longer scrolls as you move from screen to screen
    -The visual voicemail app has been improved (I have personally not used this feature)
    -Callback number is now supported in text / picture messages
    -Android core OS updated from 2.3.5 to 2.3.6 (both versions are still Gingerbread)
    -Update to how the device deals with the end of scrolling.  It used to rubber-band bounce back, now it will just give a green bar and expand the bar as you scroll.  (I cannot fault Samsung for this change as this was at teh core of an Apple lawsuit and has been changed in newer versions of Android.)
    -(I am sure there are more.  please list any others you may have noticed)
    I have found some problems, and others have confirmed that this is (at least) somewhat widespread:
    -The biggest problem is with wifi connectivity.  Upon an initial connection to wifi, everything works great.  After somewhere between 15minutes and 2 hours, problems start happening.  Its as if the wifi keeps hanging or reconnecting.  Download speeds (tested with the SpeedTest.com app) slow to about one third of normal.  Apps like Facebook that require a constant connection will just time out.
    -It appears the signal strength for 3g and 4g connections is lower.  There are places where I used to get a 4g connection, and now I only get 3g.  Some palces I fall back to just 2g digital.
    Another minor issue i found was with text messages.  When you reply to a message, it no longer automatically focuses the text in the input box.  You have to first click into the box to start typing.  Not a huge deal, but one more step to take over and over.  Minor annoyence.
    At my house, I struggle to get a 3g or 4g signal.  I depend on wifi for my data connection.  So with the wifi connection problem introduced by teh FF1 update, my phone is somewhat useless to me now while at home.  Here are teh troubleshooting steps I have been through so far to attempt to fix the wifi problem:
    -Complete factory reset on my phone.  (did not help)
    -Pull battery and SIM card out of phone for 15 minutes.  (did not help)
    -Went to a Verizon store.  The guy at the store was helpful, and said he also had a Stratosphere and was getting the same wifi problems after the update.  He said all he could do was to send me out a replacement phone. I got the replacement phone, and it had the same problems.
    -I read in multiple palces that Android 2.3.6 has a bug within wifi and DHCP.  Apparently if you have a DHCP lease set to "forever", the phone will keep requesting a new address.  Setting the DHCP server on the router to something like 2 weeks, or using a static IP is supposed to solve this.  I have a NetGear N900 router, and I can not change teh DHCP lease time.  It appears, however, that my router is not sending out "forever" leases.  But just to make sure, I gave my phone a static IP.  (None of these steps made any difference).
    The only thing that temporarily fixes the problem is a reboot of the phone.  This will again give you anywhere from 15min to 2 hours of good wifi use before problems start happening.
    I have now had this update for over a week, and on 2 phones.  I still can't maintain a wifi connection for much longer than 15 minutes without problems starting up.
    I am asking Verizon or Samsung to at least confirm this issue if possible.  Maybe there are newer revs of the Stratopshere hardware that don't have this problem.  Or there is something unique about my (and apparently others) situation.  But it seems like Verizon's current stance is to offer a repalcement phone (as currently all Stratospheres are within their 1 year manufacture warranty as the phone has not been ouy for quite 1 year yet).
    I am asking for a workaround for this problem, or a true fix adressed by a new software update, or at least allow us to roll back to the original Andorid 2.3.5 software.
    I have had my original Stratosphere for almost a year with no wifi problems - then get the FF1 update and have had nothing but problems on 2 different phones.
    Thank you for your time.

    Thanks for starting a comprehensive thread on problems with this update. I want to add one more.
    I have Bluetooth in my car (a 2004 model), and previously the phone has connected to it practically instantly when I start the car. Since the update, I have never been able to connect the phone to the car by Bluetooth. Several times the phone has made a standard notification sound at the moment it should be connecting to Bluetooth, though no notification appears. I have no idea what that could mean.The car's Bluetooth shows up as paired in the list of devices in Settings > Wireless & networks > Bluetooth settings. I haven't seen this widely reported as an update issue, but perhaps some others have experienced it too.
    UPDATE: I finally did some testing, and found that the notification was to signal the extremely brief appearance of a dialog indicating that the car's Bluetooth was requesting a connection. Accepting that request let the phone connect with the car, and calls went to the car's sound system as they should. When I turned the car off and back on (just the electrical system; not wasting any gas on this!), the connection was established immediately, so apparently the acceptance only had to be done once. Nevertheless, it did have to be done, and the dialog notification disappears within seconds. I believe it would have been possible to go into Bluetooth settings and accept the connection request there if I missed the notification; but not seeing the notification, I might not know to do this.
    One further observation: When I turned the phone's Bluetooth off and back on after a connection had been established, leaving the car on the whole time, the two did not reconnect. I believe that may be different from before the update, but I'm not really sure.
    Message was updated by David Rensberger

  • Can't delete a file displayed in ListView ("File in use") even after removing it from window.

    I have a ListView displaying a collection of icons. The user can then select different icons (checkboxes) to do things like Copy or Delete.
    Problem is, when I try to delete the actual file from the disk, I get an error telling me the file is "in use" ("vshost.exe", the VS runtime during testing).
    I thought maybe it was because it still appeared in the window and was still in the ImageList, but even after removing it from both locations, I still get the error. My code:
    Dim intCnt As Integer = 0
    Do
    ImageList2.Images.RemoveAt(intIconsChecked(intCnt)) ' Remove from collection.
    lsvCollection.Items.RemoveAt(intIconsChecked(intCnt)) ' Remove from ListView window.
    FileIO.FileSystem.DeleteFile(strIconPath & "\Icon" & Format(intCnt + 1, "00") & ".rsc") ' "+1" b/c Icons start with "01".
    FileIO.FileSystem.DeleteFile(strIconPath & "\Icon" & Format(intCnt + 1, "00") & ".png") ' "In use" Error here.
    ".rsc" deletes just fine, so I know I'm deleting the correct file. Why does VS still think the file is still "in use"?
    Thx

    Mugsy,
    Consider this as food for thought, even if you don't use it.
    If you set it up right then you can control how it works. A reference is a reference and any left behind will cause you grief down the road when you try to delete things.
    As an example, a simple class follows. It does *not* implement IDispose, although it does have a private shared Dispose method in it:
    Public Class MyImages
    Private _bmp As Bitmap
    Private _name As String
    Private _sourceFilePath As String
    Private Sub New(ByVal bmp As Bitmap, _
    ByVal name As String, _
    ByVal filePath As String)
    _bmp = bmp
    _sourceFilePath = filePath.Trim
    _name = name.Trim
    End Sub
    Public ReadOnly Property Bmp As Bitmap
    Get
    Return _bmp
    End Get
    End Property
    Public ReadOnly Property Name As String
    Get
    Return _name
    End Get
    End Property
    Public ReadOnly Property SourceFilePath As String
    Get
    Return _sourceFilePath
    End Get
    End Property
    Public Shared Sub AddNew(ByRef miList As List(Of MyImages), _
    ByVal imageFilePath As String)
    Try
    If miList Is Nothing Then
    Throw New ArgumentNullException("The collection of MyImages cannot be null.")
    ElseIf String.IsNullOrEmpty(imageFilePath) OrElse imageFilePath.Trim = "" Then
    Throw New ArgumentException("The file path of the image cannot be null or empty.")
    ElseIf Not My.Computer.FileSystem.FileExists(imageFilePath) Then
    Throw New IO.FileNotFoundException("The file path of the image could not be located.")
    Else
    ' Should do validation here that the file
    ' is actually an image but I'll not do this
    ' here...
    Dim thisBMP As Bitmap = New Bitmap(imageFilePath)
    miList.Add(New MyImages(thisBMP, GetFileNameWithoutExtension(imageFilePath), imageFilePath))
    End If
    Catch ex As Exception
    Throw
    End Try
    End Sub
    Public Shared Sub AddNew(ByRef miList As List(Of MyImages), _
    ByVal imageFilePath As String, _
    ByVal imageName As String)
    Try
    If miList Is Nothing Then
    Throw New ArgumentNullException("The collection of MyImages cannot be null.")
    ElseIf String.IsNullOrEmpty(imageFilePath) OrElse imageFilePath.Trim = "" Then
    Throw New ArgumentException("The file path of the image cannot be null or empty.")
    ElseIf Not My.Computer.FileSystem.FileExists(imageFilePath) Then
    Throw New IO.FileNotFoundException("The file path of the image could not be located.")
    ElseIf String.IsNullOrEmpty(imageName) OrElse imageName.Trim = "" Then
    Throw New ArgumentException("The name of this image cannot be null or empty.")
    Else
    ' Should do validation here that the file
    ' is actually an image but I'll not do this
    ' here...
    Dim thisBMP As Bitmap = New Bitmap(imageFilePath)
    miList.Add(New MyImages(thisBMP, imageName, imageFilePath))
    End If
    Catch ex As Exception
    Throw
    End Try
    End Sub
    Public Shared Sub Remove(ByRef miList As List(Of MyImages), _
    ByVal imageFilePath As String, _
    Optional ByVal removeFilePathAlso As Boolean = False)
    Try
    If miList Is Nothing Then
    Throw New ArgumentNullException("The collection of MyImages cannot be null.")
    ElseIf String.IsNullOrEmpty(imageFilePath) OrElse imageFilePath.Trim = "" Then
    Throw New ArgumentException("The file path of the image cannot be null or empty.")
    ElseIf Not My.Computer.FileSystem.FileExists(imageFilePath) Then
    Throw New IO.FileNotFoundException("The file path of the image could not be located.")
    Else
    Dim findInstance As System.Collections.Generic.IEnumerable(Of MyImages) = _
    From mi As MyImages In miList _
    Where mi.SourceFilePath = imageFilePath
    If findInstance.Count <> 1 Then
    Throw New ArgumentException("The instance of MyImages specified by the" & vbCrLf & _
    "image file path is not in the collection.")
    Else
    Dispose(findInstance.First)
    If removeFilePathAlso Then
    My.Computer.FileSystem.DeleteFile(findInstance.First.SourceFilePath)
    End If
    miList.Remove(findInstance.First)
    End If
    End If
    Catch ex As Exception
    Throw
    End Try
    End Sub
    Private Shared Sub Dispose(ByVal instance As MyImages)
    If instance IsNot Nothing AndAlso instance._bmp IsNot Nothing Then
    instance._bmp.Dispose()
    instance._bmp = Nothing
    End If
    End Sub
    End Class
    When you look through that, look specifically at the "Remove" method and in particular, look at the order in which things are done. That's the critical part in this.
    I tested it with a simple form:
    Two buttons, a checkbox, and a picturebox. I also copied a small folder full of image files to my desktop since I'll be deleting a file from it. Following is the code for Form1:
    Option Strict On
    Option Explicit On
    Option Infer Off
    Imports System.IO.Path
    Public Class Form1
    Private miList As New List(Of MyImages)
    Private Sub Form1_Load(ByVal sender As System.Object, _
    ByVal e As System.EventArgs) _
    Handles MyBase.Load
    Dim desktop As String = _
    My.Computer.FileSystem.SpecialDirectories.Desktop
    Dim imgFolder As String = _
    Combine(desktop, "Images")
    PictureBox1.BorderStyle = BorderStyle.FixedSingle
    For Each imgFilePath As String In My.Computer.FileSystem.GetFiles(imgFolder)
    MyImages.AddNew(miList, imgFilePath)
    Next
    btn_RemoveFirstImage.Enabled = False
    CheckBox_RemoveSourcePath.Enabled = False
    End Sub
    Private Sub btn_ShowFirstImage_Click(sender As System.Object, _
    e As System.EventArgs) _
    Handles btn_ShowFirstImage.Click
    Try
    If miList.Count >= 1 Then
    With PictureBox1
    .SizeMode = PictureBoxSizeMode.Zoom
    .Image = miList(0).Bmp
    End With
    btn_RemoveFirstImage.Enabled = True
    CheckBox_RemoveSourcePath.Enabled = True
    End If
    Catch ex As Exception
    MessageBox.Show(String.Format("An exception was thrown:{0}{0}{1}", vbCrLf, ex.Message), _
    "Exception", MessageBoxButtons.OK, MessageBoxIcon.Warning)
    End Try
    End Sub
    Private Sub btn_RemoveFirstImage_Click(sender As System.Object, _
    e As System.EventArgs) _
    Handles btn_RemoveFirstImage.Click
    Try
    If miList.Count >= 1 Then
    MyImages.Remove(miList, miList(0).SourceFilePath, CheckBox_RemoveSourcePath.Checked)
    End If
    PictureBox1.Image = Nothing
    btn_RemoveFirstImage.Enabled = True
    CheckBox_RemoveSourcePath.Enabled = True
    Catch ex As Exception
    MessageBox.Show(String.Format("An exception was thrown:{0}{0}{1}", vbCrLf, ex.Message), _
    "Exception", MessageBoxButtons.OK, MessageBoxIcon.Warning)
    End Try
    End Sub
    End Class
    Running it is straightforward:
    Now when I click to show the first one:
    A different image is shown because that first one no longer exists - either in the collection or in the folder.
    Closing/disposing all references is the key and the order matters.
    Something to consider the next time around. :)
    Still lost in code, just at a little higher level.

  • After removing system fonts and reinstalling fonts, FireFox will not start

    After removing system fonts and reinstalling fonts, FireFox will not start! When I start FireFox the "Mozilla Crash Reporter" opens as if FF just crashed??? I don't see any records in event viewer. I am using FF v3.6.3 on a Windows 7 box. I tried uninstalling 3.6.3 and installing 3.0.18 and had the same problem!
    == This happened ==
    Every time Firefox opened
    == After a uninstalled all fonts including system fonts and then reinstalling system fonts. ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; AskTB5.5)

    The files with submitted crash report ids are inside the ''submitted '' directory, from the directory you found the LastCrash.txt timestamp file.
    The file names will begin with '''bp-'''
    There might be more information from the crash report, but it might just tell us you are crashing the first time Firefox tries to use a font.
    One thing I suppose you could do is select only those fonts you've got in Tools -> Options -> Content -> Fonts and Colors -> Advanced and then uncheck the '''Allow pages to use their own fonts''' option.
    See http://support.mozilla.com/en-US/kb/Options+window+-+Content+panel#Fonts_Dialog
    To be honest, I can't find anything on this Netscape Font Navigator and it sounds highly dubious.

  • Computer problems after upgrading to Mavericks

    SO many problems. I cleared out a ton of old stuff that I saw might be causing problems, and I've verified and repaired the disc, and uninstalled and reinstalled a couple of programs that I was seeing problems with in the console, but now I'm just flummoxed. It's behaving better than it was earlier, and isn't giving me the beach ball nearly so often, but it still seems like it's taking too long for a lot of things. I just reinstalled Avast and am currently letting a game update through Steam. I have the console and the activity monitor open to one side. Since I opened the console, it's been spitting out one or two messages every second, and all I can find through some internet searching is that it's something to do with the wireless connection. There's some other stuff periodically mixed in that doesn't sound good either, involving either sandboxd or mdworker. But for the most part it's along these lines:
    Nov  5 00:59:52 kate-lenthalls-macbook-pro kernel[0]: 1516.810543: vap-0: connection_sm_roam_check_timer_handler: roam check cur rssi 22 rssi thresh 23 policy 3 last_scan_rssi 23 rssi_change_thresh 7 ignore_thresholds 0
    Nov  5 00:59:53 kate-lenthalls-macbook-pro kernel[0]: 1517.811065: vap-0: connection_sm_roam_check_timer_handler: roam check cur rssi 22 rssi thresh 23 policy 3 last_scan_rssi 23 rssi_change_thresh 7 ignore_thresholds 0
    Nov  5 00:59:54 kate-lenthalls-macbook-pro kernel[0]: 1518.811534: vap-0: connection_sm_roam_check_timer_handler: roam check cur rssi 22 rssi thresh 23 policy 3 last_scan_rssi 23 rssi_change_thresh 7 ignore_thresholds 0
    Nov  5 00:59:55 kate-lenthalls-macbook-pro kernel[0]: 1519.811686: vap-0: connection_sm_roam_check_timer_handler: roam check cur rssi 22 rssi thresh 23 policy 3 last_scan_rssi 23 rssi_change_thresh 7 ignore_thresholds 0
    Nov  5 00:59:56 kate-lenthalls-macbook-pro kernel[0]: 1520.812774: vap-0: connection_sm_roam_check_timer_handler: roam check cur rssi 23 rssi thresh 23 policy 3 last_scan_rssi 23 rssi_change_thresh 7 ignore_thresholds 0
    Nov  5 00:59:58 kate-lenthalls-macbook-pro kernel[0]: com.avast.AvastFileShield Warning: Unable to retrieve file path. Skipping. [22]
    Nov  5 01:00:27 --- last message repeated 208 times ---
    Here's my report from EtreCheck:
    Hardware Information:
              MacBook Pro (17-inch 2.4GHZ)
              MacBook Pro - model: MacBookPro3,1
              1 2.4 GHz Intel Core 2 Duo CPU: 2 cores
              4 GB RAM
    Video Information:
              GeForce 8600M GT     - VRAM: 256 MB
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0
              AirPlay: Version: 1.9
              AppleAVBAudio: Version: 2.0.0
              iSightAudio: Version: 7.7.3
    System Software:
              OS X 10.9 (13A603) - Uptime: 0 days 0:30:19
    Disk Information:
              ST9500420AS disk0 : (500.11 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 413.49 GB (122.62 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
                        BOOTCAMP (disk0s4) /Volumes/BOOTCAMP: 85.76 GB (28.21 GB free)
    USB Information:
              Apple Inc. Bluetooth USB Host Controller
              Apple Inc. Built-in iSight
              Apple Computer Apple Internal Keyboard / Trackpad
              Apple Computer, Inc. IR Receiver
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
              com.eltima.ElmediaPlayer.kext          (1.58)
              com.bresink.driver.BRESINKx86Monitoring          (8.0)
              com.avast.PacketForwarder          (1.3)
              com.avast.AvastFileShield          (2.0.0)
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist
              [loaded] com.eltima.ElmediaPlayer.daemon.plist
              [failed] com.google.GoogleML.plist
              [loaded] net.sourceforge.MonolingualHelper.plist
    Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist
              [loaded] com.adobe.CS5ServiceManager.plist
              [loaded] com.wacom.pentablet.plist
    User Launch Agents:
              [not loaded] com.avast.home.userinit.plist
              [loaded] com.google.keystone.agent.plist
              [loaded] com.markdouma.SourceFinaglerAgent.Portal.plist
              [loaded] com.valvesoftware.steamclean.plist
              [not loaded] org.virtualbox.vboxwebsrv.plist
    User Login Items:
              Flux
              smcFanControl
              GrowlHelperApp
              Google Notifier
              FreeMemory
              TrashMeHelper
              Cloud
              sidenote
              Temperature Monitor
              avast!
              Dropbox
              Alfred 2
              Activity Monitor
    3rd Party Preference Panes:
              avast! Preferences
              PenTablet
              Flash Player
              GeekTool
              Growl
              MultiBrowser
              Shades Preferences
    Internet Plug-ins:
              Default Browser.plugin
              DirectorShockwave.plugin
              DivX Web Player.plugin
              Flash Player.plugin
              FlashPlayer-10.6.plugin
              JavaAppletPlugin.plugin
              QuickTime Plugin.plugin
              Silverlight.plugin
              Unity Web Player.plugin
              WacomNetscape.plugin
              WacomTabletPlugin.plugin
    User Internet Plug-ins:
              Picasa.plugin
    Bad Fonts:
              None
    Time Machine:
              Skip System Files: YES
              Auto backup: NO
              Time Machine not configured!
    Top Processes by CPU:
                  24%          Console
                  10%          WindowServer
                   9%          LotroLauncher
                   2%          steam
                   1%          EtreCheck
                   1%          mds_stores
                   1%          mds
                   1%          com.avast.proxy
                   1%          Activity Monitor
                   0%          empdaemon
    Top Processes by Memory:
              180 MB             steam
              156 MB             Safari
              152 MB             LotroLauncher
              150 MB             mdworker
              147 MB             mds_stores
              139 MB             com.apple.IconServicesAgent
              70 MB              Dropbox
              70 MB              Console
              66 MB              com.apple.WebKit.WebContent
              61 MB              Finder
    Virtual Memory Statistics:
              207 MB             Free RAM
              1.81 GB            Active RAM
              1.46 GB            Inactive RAM
              513 MB             Wired RAM
              2.39 GB            Page-ins
              3 MB               Page-outs

    I just reinstalled Avast
    "Avast" is perhaps the worst of the whole wretched lot of commercial "security" products for the Mac. It's worse than the imaginary "viruses" you were worried about when you installed it. Not only does it fail to protect you, it throws false warnings, destabilizes and slows down your computer, and sometimes or always corrupts the network settings and the permissions of files in your home folder. Removing it may not repair all the damage, and neither will Disk Utility or even reinstalling OS X.
    Back up all data, then remove "Avast" according to the developer's instructions. Reboot.
    If you tried to remove Avast by dragging an application to the Trash, you'll have to reinstall it and follow the instructions linked above.
    If you still have problems after following those instructions, post again.

  • Problems after upgrading to iTunes version 6

    Hello,
    I've been going through the threads a lot since I have had problems after upgrading to iTunes v. 6. It looks like a lot of people have had the same issues, and I have tried some things that were recommended. After I upgraded, iTunes would not open. I tried:
    1. deleting sidb file
    2. doing the msconfig thing suggested in discussion boards
    3. going into safe mode and deleting 4 and 6 letter weird files in DOS - I found 3 that I deleted
    iTunes worked after this -- then I bought a song and it said my computer was not authorized, after I authorized computer (that never happened before), iTunes worked for about 15 more minutes and then closed down abruptly. I haven't been able to open it since.
    I also downloaded Spybot search & destroy and that did not find anything. I am using McAfee, and have scanned for viruses with McAfee and AdAware.
    Now, when I restart my computer, a bunch of windows pop up with Chinese/Japanese looking characters and say that device (I think) was not found. I seem to be able to use everything except iTunes and Quicktime. When I open the Task Manager, iPodService.exe and iTunesHelper.exe and qttask.exe are there, but when I click on Quicktime or iTunes the file flashes in Task Manager and then disappears.
    I'm not sure where to go from here.
    Any help would be apppreciated -- I'd like to be able to open iTunes!

    Hello,
    I used Nickroo's post:
    I was able to get iTunes launched (with the help of Tech Support) in a very unsafe environment. I owe it to those who may need this after me. It will get you going, but you will be extremely vulnerable to internet virus assaults. Please do not use this approach, until you have exhausted every other available solution for your issue in the KB.
    There are three Steps 1) Uninstall 2) Disble and 3) Reinstall.
    UNISTALL Uninstall iTunes using Windows utility Add Remove Program available in Control Panel.
    DISABLE Disable all third party System Services and Startup Items using using MSCONFIG utility as described in Service Document http://docs.info.apple.com/article.html?artnum=302538
    RE-INSTALL Re-install iTunes6 + QT7. Launch it under the Selective Startup Option.
    It worked ! You realize among other things at this point you have your Antivirus and Firewall disabled. When I started my computer in the Normal Startup Option, iTunes fails to work again. So I have ahead of me the long and ardous task of ruling out the service that is causing conflict with iTunes6. Then work with the software vendor to arrive at a solution.
    This seems to have worked so far- I haven't started to go through ruling out what made iTunes not work; I also haven't tried to connect my iPod or burn a CD, so we'll see.
    Windows XP

  • Problems after transfering Cost centers with LSMW

    Hi,
    I have a problem after transfering Cost Centers with LSMW.
    The first Batch input run created all cost centers in one CC Group erroneously - cause they should be placed in different CC groups.
    I changed LSMW settings and made another batch input run - now the Cost centers were created in proper groups. I think that I deleted all CC's created in previous batch input run, but now I am not too sure, because there is a problem...
    Cost centers exist both in their proper groups and in the one group mentioned by me before. So there is such situation that Cost center appears in Standar hierarchy twice at the same time.
    When I delete cost centers - they are removed from their proper groups but the CC entry remains in that one group - all CC are there inactive.
    How can I get rid of them. I tried deleting them - but it's impossible - the system doesn't see them.
    When I run the batch input again - the same cost centers appear in proper groups and at the same time they become active in the one group. The standard hierarchy group is not UNIQE.
    Please advice me how to delete these entries from standard hierachy.
    Best wishes,
    Karol

    Hi,
    Always recommended before loading into live system: upload in test system and check. check again just to make sure all is correct before real load.
    In your case you probably would have been best to do a group change after incorrect upload.
    Do Ambiguity check in stadnard hierarchy to explore all incorrect entries. Depending on your version yo ucan change in that function (ECC6) ore need to run a report. Before running the report check that CC master records have correct entry. The report is RKCORRH1
    Again, try in QA first and run in Test Run
    Good luck
    Hein

Maybe you are looking for

  • Can I move my "Favorites" from my MSN account to my Bookmarks in Firefox?

    I had been using MSNhotmail to access my email. Now I am using Firefox. Is there a way to move items from my Favorites into my Bookmarks so I don't have to start over creating them in my Bookmarks. I have a Dell Inspiron E1505with Windows XP.

  • Java Help For Apple Widget Program

    I'm working on a Apple Widget and I have a question for the JS part of it. I want multiple elements to fade out when the widget loads up, I can get one element to fade out, but how do I get multiple elements to fade out on the same onLoad event. Here

  • Dump when execute MMPV (Material Ledger is actived)

    Hi experts, This is my scenario: - We are testing in a Development system (No productive system) - Material Ledger is actived since 12-2011 - No Material Ledger period end closing made in 12-2011 When we execute MMPV the system shows the dump:    SAP

  • Photoshop Elements 12 download help

    I am trying to download photoshop elements 12... i have disabled firewall and do not know of any other security still active... I get HTTP Error: 404/support/downloads/dlm/main.jsp Request URI=/support/downloads/dlm/main.jsp any assistance will be ap

  • Another "not responding" problem

    I am using a .mac account with a BT Voyager 200 Router/ADSL Modem and a Linksys WiFi router and cannot get AV chat to work with eiter Mac or PC buddies. Either the buddy or myself are not responding. I have connected the Voyager Modem/Router direcktl