Ubuntu :: Unable To Access File Structures After Update
Jul 16, 2010
I just ran the update manager and am now unable to access any of my files. Additionally I can not run the software center or run apt-get from the terminal. Luckily my web browsers and email client are still working.
I first ran the update a few days ago, but for some reason, about 30 or so packages wouldn't download, so update manager installed all but those ~30 packages. Afterwards everything seemed fine, except the clock was broken on my desktop, which corrected itself after two reboots.
Since that time the only major change I've made to the system is to rollback my version of gcc to 4.3.0 from 4.4.3. This was done in hopes that the older version of gcc would read a header file in some software I need to get installed (apparently ubuntu doesn't like locale.h). However, doing so did help.
Today when I got into work I thought I would see if I couldn't finish the update before trying some different versions of gcc, so I ran the update manager again. This time it downloaded the remaining ~30 packages and installed them, no problem. It wasn't until I ran apt-get that I noticed that all the icons on my desktop had disappeared.
below is the error I get from running apt-get
Code:
chris@chris-laptop:~$ sudo apt-get install build-essential
apt-get: /usr/local/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by apt-get)
apt-get: /usr/local/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib/libapt-pkg-libc6.10-6.so.4.8)
View 7 Replies
ADVERTISEMENT
Jul 4, 2010
Unable to get update or download any native programs. But able to access file from Samba
View 1 Replies
View Related
May 17, 2010
After a large partial update (including nvidia drivers as well as a lot of other stuff - sorry for the imprecision but it was long enough to merit stepping away to eat dinner), my computer crashed when I tried to shut it down, and now when I try to boot up, it takes me as far as the login screen (minus the logins) with the mouse pointer active. It plays the Ubuntu drums and then that's it for activity. The mouse moves with no problem but there's nothing to click on. Going into recovery mode causes the system to hang. I can only access my files via a live cd.
When the computer first crashed and before it goes to the almost-but-not-quite-a-login screen, it displays the following message:
Code:
/usr/lib/libgconf2-4/gconf-sanity-check-2 exited with status 256
I'm finding it ironic that the error occurs in a "sanity check" because it's costing me mine. Is there a solution that doesn't involve a new install?
I'm running an Intel Celeron 1.7 GHz with 2 gigs of RAM and an nvidia MX4000 video card with 128 MB RAM (yes, its last OS was written in cuneiform ;p)
View 1 Replies
View Related
Jun 20, 2010
After doing my weekly update, I discovered that I am not able to access Windows.
My windows entry still shows in my grub list on the boot menu The windows partition is still there
However, when I select windows as the os from the boot menu, i get a black screen with a white cursor in the top left corner.
View 8 Replies
View Related
Apr 21, 2011
Can't log into my XFCE desktop like I normaly do. all the sudden I get notified that my xsession lasted less then 10 secondsLooking at the error I can see this:
Unable to access file /home/username/.iceauthority: No such file or directory
Using failsafe I can start a terminal. From terminal I tried to start X
Code: sudo startx Result: Running on desplay:0
So I tried to run this;
Code: sudo startxfce4 And I get up a graphical desktop.
So this is not a critical situation as I easily can use this method to log on, but as there has been something causing this I would like to be able to resolve this nonetheless. Btw it is not the old chmod trick in play here, cause my .iceauthority file is gone alltogheter.
View 6 Replies
View Related
Aug 11, 2010
I am trying to run a jar file which is under /home/paddywang/Downloads I have installed java on my machine, so I tried to use command
java -jar theFile.jar But I got "the Unable to access jarfile" .
View 4 Replies
View Related
Aug 15, 2011
I can't access any of the sub-folders or files in my home folder on Ubuntu. I've checked the folder associations, that doesn't seem to be the issue. I've also opened the mimeapps.list file and the inode/directory association seems fine - inode/directory=nautilus-folder-handler.desktop;
I'm running Intrepid (8.10) (please don't ask me to upgrade! ) and the issue started after using Qtpfsgui 1.9.3 a couple of time to create HDR images. I guess Qtpfsgui broke an association somewhere, but where? I can access other folders, on Computer and Filesystem, but not on my home folder.
View 1 Replies
View Related
Oct 15, 2010
I'm running 64 bit Lucid on a HTPC that is networked with a Windows 7 64 bit laptop. Up until this morning, sharing media between these two worked fine. When I attempted to connect through Rhythmbox to play music, the computer couldn't find the files. I attempted to access the network through Nautilus and it was unable to mount the location. So I tried the Create Launcher command and created a link of the network on the desktop. I was prompted to login and it worked perfectly This has happened once before and the only way to fix it was to reinstall Ubuntu.I would very much like to avoid that if possible as the system is setup perfectly.
I wouldn't bother with the issue if it didn't prevent me from adding my music files to Rhythmbox. I have run findsmb as well as smbtree. Smbtree returned nothing and findsmb had a dotted line with nothing underneath. Nothing has been removed. I did install security updates this morning, but since it has happened before, I am more inclined to thing it is a bug or conflict somewhere.
View 9 Replies
View Related
Oct 27, 2009
I am unable to access the File Management properties.I go System > Preferences > File Management.I get a "Bug Buddy" window (I filed a report, details below).Or, it also happens if I type: 'nautilus-file-management-properties' in the terminal.
View 3 Replies
View Related
Jun 14, 2011
I'm unable to ftp from one server to another server.
Getting the below error:
put: Access failed: 553 Could not create file
ftp script :
USER="test"
PASSWD="test"
HOST="10.43.45.00"
echo "starting Secure FTP ..."
lftp -u ${USER},${PASSWD} ftp://${HOST} <<eof
cd /home
lcd /home
put /home/test3.csv
bye
eof
echo "I have get all csv files
View 2 Replies
View Related
Jan 6, 2010
I installed Fedora 11 and was trying to setup a Web server for pure LAMP development and wanted to port forward with router so that my webserver can be access from inter net.
Server installation was perfectly fine. I was able to login from the user which I created during the installation. Instead of auto get ip I assigned 192.168.1.100 and then I set a HTML Server port forward.
Where the problem started.
I wanted to configure few users on vsFTPd and I tell you truly there is no place on Google where some one has defined a descent way which any person can understand that we can add some users.
Somewhere I found that Linux normal users can also access ftp if the local_user directive is set YES which i did and I added 3 users.
I wanted that whenever user is connected by vsFTPd returned them /var/www/html directory. Where as vsFTPD was taking them to their home directory (respective to each user)
I was unable to find any way that I can configure vsFTPd to set one default directory path which take every user to www/html directory so that developers can deploy websites.
I notice Gnome GUI offers each user a home directory path so I though why not I gave every new user and existing user /var/www/html as their home directory
which i did... and this is how my Server stop responding to any further login attempts.
FTP is still working fine if I left it open It let the ftp client to connect but Linux server is not allowing login by any user
It gives an error 'Could not update ICEAuthority file /var/www/html//.ICEauthority'
And when i click close then next message is : 'There is problem with the configuration server (/usr/libexec/gconf-sanity-check-2 exited with status 256)'
Is there any way i can undo? Is there any way i can go directly to shell and remove those users and re-add some new users in the default way - I believe if I can add one new user with default directory /home/user I will be able to login
After this is resolve still I will need to search how we can add FTP users and take them to the directory /var/www/html
View 4 Replies
View Related
May 21, 2011
i cant update or install anything. i have started update manager and i got an error. then i tried to update through terminal and got this:
[code]...
way of fixing this?
View 2 Replies
View Related
May 19, 2010
Anyone know some links where i can find about data structures using STL ?
View 4 Replies
View Related
Jun 17, 2011
I hace some code C/C++ STL, which i need to use for android, using SDK-NDK-JNI.my problem is that i need to pass some STL structures across JNI, I can't pack/unpack data into basic types or arrays of basic types, doing my own simple streaming between the two layers.My application need to pass a pointer to a STL structure which is updated by eachuser interaction wonder if it is possible using NDK-JNI ?Other option is "native activity" but it also needs JNI in some way ... and passing the STL structures wille a requirement, yet.I only can package data into an own streaming if there is a second (concurrent) application running (implementing the STLfunctionality). Is it possible ?
View 1 Replies
View Related
Apr 18, 2011
I am working on a project that needs to use structures and I'm pretty sure string arrays. First I declare my structures and they must be exactly like this.
typedef struct
{
int hour;
[code]....
View 4 Replies
View Related
Aug 20, 2010
I'm running window xp and unbuntu 10.04. I ran into a problem where I reinstalled unbuntu by erasing old one under CD boot. During installation, it asked me to place files and i placed it in /. Now when I log in as single user (only user or other at login screen) and try to change any system files, it said I don't have permission. I can't change anything or access root file. I try chmod function and it said i don't have permission as well.
View 5 Replies
View Related
Apr 25, 2011
how to run a linux commands in shell programming using control structures.
View 1 Replies
View Related
Dec 3, 2009
I'm trying to do some kenel debugging (at runtime). For very basic debugging, I've inserted some printk() statements in my customized kernel source. Now I would like to do a full-dump of some data structures (struct sk_buff, ...) in different functions (e.g. netif_rx(), ip_rcv(), __udp4_lib_rcv(), ...), and what kind of locks are required to prevent "overlapping" of dumped data)?
View 1 Replies
View Related
Sep 26, 2010
does the assignment operator copy all the members also for structures containing STL objects strings,vectors,vectors of vectors...)? I did try it on my platform,and it works that way (copying all the fields),but i was wondering if it is a standard behavior or not.
View 2 Replies
View Related
Sep 12, 2010
ok so i ran into a problem, im using web min to access my server, and im setting up postfix and, dovecot first problem is i want to be able to access my email account from a web page, with log in, so my question is how can i do that?
View 1 Replies
View Related
Dec 31, 2010
I managed to configure my W890i phone to get access to internet through an ubuntu-based computer. It's very easy to use the phone to give internet access to the computer, but the opposite is quite more tricky. For that I've done the following
----On the phone---
-Set the USB network option to "through computer", so that the phone uses the computer's internet connection and not the opposite.
-Decide and set "Shared Network" parameters: user, pasword and workgroup.
-In "conectivity-> internet connection" set "allow local network" to "yes"
----On Ubuntu 10.04---
-Install samba, samba-client, smbfs, smbclient, firestarter and dhcp3-server
-Configure Samba (System-> Administration-> Shared folders): same workgroup as in the phone, add new user (the phone), passwd this new user. In my case the user was called "w890i" and the password given was the same.
-Once the phone is connected to the computer through USB (then select "phone mode"), a new connection appears in NetworkManager: usb0.The aim is to create a shared network that gives internet access to this device. Edit the IPv4 parameters of this new connection, set them to Manual and give an IP adress (192.168.0.1) and a subnet mask (255.255.255.0); the rest of the fields are left empty.Connect this network.
-Set firestarter to use dhcp3: sudo ln -sf /etc/init.d/dhcp3-server /etc/init.d/dhcpd
-Launch firestarter and follow the wizard. Set "allow internet shared connection", choose the device for the primary internet access, and then the device for the shared network (usb0). Then change the settings for firestarter: activate DHCP for local network, set IP to the one we gave before (192.168.0.1).
-Open dhcp3-server config file sudo gedit /etc/default/dhcp3-server And set INTERFACES="usb0"
-Set the policies of firestarter: in incoming connections, allow connections from the IP adress given to the phone (192.168.0.1). Then add rules for the ports that need to be open for this connection. I opened HTTP, HTTPS, SMB, SMTP, POP3, IMAP, IMAPS, DHCP for all the connections in the local network.
-Apply policies and start the firewall.
------------
After all this, the phone can access the internet through the computer. Two problems appeared:
1. I couldn't get access to https sites, like webmails. The phone gave a "communication error". But then I tried with Opera instead of the browser built in the phone's firmware, and I could finally get to https sites.
2. I couldn't retrieve mail, neither POP nor IMAP nor IMAPS. I thought it was a firmware problem again, and I tried out several mobile phone email clients written in java, but none of them worked.
So this is at the moment the problem. If I connect from the phone to the internet directly through 3G, the email clients work for all my accounts. I don't think it's a firewall problem, because the ports are opened for this connection
View 3 Replies
View Related
Jun 12, 2009
I've been running a Samba server under RedHat 8 for five years without a hiccup. I want to cut over to a F10 box but cannot get shares accessible. smbclient attempts fail over NT password error. SELinux is disabled. Server is visible on the network. Users require no password access to shared data.
smb.conf follows:
# Samba config file created using SWAT
# from UNKNOWN (>)
# Date: 2009/06/12 14:15:15
[code]....
View 1 Replies
View Related
Dec 24, 2010
every time i try to update my computer i get this message administrator@desktop:~$ sudo aptitude upgrade W: The "upgrade" command is deprecated; use "safe-upgrade" instead. Reading package lists.Done Building dependency tree Reading state information. Done Reading extended state information Initializing package states.. No packages will be installed, upgraded, or removed. 0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0B of archives. After unpacking 0B will be used.
[Code]...
View 8 Replies
View Related
Mar 18, 2010
When i try to update via update manager it says either "failed" or "hit". It done this on my iMac recently so i took it off there. I've had ubuntu on this laptop many times (Dell xps m1530) and its been fine. I cant even install anything from the repositories. When i try to update via terminal it gets stuck on "gb.archive.ubuntu.com lucid release.gpg" and all the other ones after it.
View 3 Replies
View Related
May 5, 2011
I upgraded from 10.10 to 11.04 on my Toshiba 32-bit laptop without any problems.Since the upgrade I am starting to have troubles on this machine. Most others are 64-bit and bar an Evolution issue are fine.In this case, 24 hours after the upgrade the machine wanted to do an Update. It would not allow the update until I fixed some broken packages which I did via Synaptics Package Manager. I then Marked All Upgrades and did the update from there.It was fine until I shut down and tried to log in again.I got the Blue Screen of Death!!!!!! I thought only Windows had this!Anyway, I could not log in. The auto login was not working so I used Other which gave me Recovery, entered my UN and PW, and I got the error message:
HTML Code:
Could not update ICEauthority file
I have searched the forum and some other sites, but none of the ideas can I get to work. I can start the machine using a 9.10 CD in the trial mode, but can not download the files suggested or delete the ICEauthority file, etc...
View 3 Replies
View Related
Mar 13, 2011
after initating the update and i enter my pass word, update stops and an error box comes up stating that it is unable to update because there is more than one synaptic manager running, i have restarted and get the same results, and to my knowledge there is nothing else running in the background.
View 3 Replies
View Related
Jul 16, 2010
Im having a serious issue with booting ubuntu 10.04, the issue being it wont boot up at all, after working so well for so long (i suspect some recent dodgy system updates are responsible) so I decided to just reinstall ubuntu from scratch again but wanted to retrieve some important files from my root device. So I am running the live desktop and I can see my previous filesystems under places but cannot mount or open my original root device where the files I want to recover are located, I receive this error msg:"Unable to mount 77 GB Filesystem.
View 2 Replies
View Related
Aug 15, 2010
I cannot install Kubuntu (or Unbuntu) 10.4 on my husband's computer. I have spent 5 hours on this and cannot get anywhere. I am deeply frustrated. The iso I burned to CD is good (works on 2 other computers). His computer will not boot from USB, no matter what I do to the drive order in BIOS. After loading the blue screen with the Kubuntu logo on it (and the blue-white dots), the screen changes to black and shows the following text:
BusyBox v1.13.3 (Ubuntu 1:1.13.3-1ubuntu11) built-in shell (ash) (initrafs) Unable to find a medium containing a live file system.
He really needs to get rid of WinXP. Kubuntu is what I have on my computer (and love it!). Here is some info about his computer:
OS Name Microsoft Windows XP Home Edition
Version 5.1.2600 Service Pack 3 Build 2600
OS Manufacturer Microsoft Corporation
[code]....
View 8 Replies
View Related
Jun 12, 2010
I switch on the PC and it loads the Grub splash screen. However, it does not automatically boot the top entry after two seconds as it's supposed to and just hangs. I hit enter to boot it and it attempts to but after a few seconds gives me the error "unable to mount file system....a maintenance shell will be started"
This occurred after I was using it and then everything suddenly froze up on me and I had to crash out Now this!
View 6 Replies
View Related
Jan 15, 2011
Had occasion to visit a user group meeting to resolve partition concern. While there installed 10.04, good install, but it was WiFi connection so I waited to get home to update. Receiving a security error msg both for update and e-mail set up. I am wireless if that makes difference.
View 1 Replies
View Related