Ubuntu :: Unable To Access Images From Either OS
Mar 5, 2011
I was wondering if it is possible to fileshare between two operating systems that are on the same computer? I have Ubuntu 10.10 and Windows XP partitioned on my computer, and it would be helpful for me to be able to access images from either OS; so i could edit them from XP on photoshop, and then continue to use them on Ubuntu.
View 2 Replies
ADVERTISEMENT
Sep 7, 2010
Hi. I purchased a book that comes with access to an online archive of images, and I want to download all of them. The website is only set up to download the images one at a time, though, so I want to use a program to automatically download them. [URL]..I tried the command:
Code:
curl -u username -O http://www.taschen.com/media_archives/type1/downloads/_Q6Q5783.jpg.zip
but it downloaded the following text file:
Code:
Found
The document has moved here.
[Code]...
View 9 Replies
View Related
Mar 2, 2011
If i click on places. Instead of being able to look at my pictures/music/home folder etc.Eye of gnome loads up and says it is unable to find any images?How have i done this? Is it a ubuntu bug.Any tips on how i can resolve this.BTW i can still access these folders if i go in thru shotwell. So the folders themselves are working.
View 1 Replies
View Related
May 5, 2010
I'm not sure if this is the right place for this question but I can't find anywhere to contact the Gramps developers outside of bug reporting.
I found that the path to my images was not recognised by Gramps when I restored the backup after reinstallation. I had not changed the actual path where my images are stored.
I was able to fix the above problem by running Media Manager to change the path name as recorded by Gramps. However, when I try to add new images to Gallery, I get this error message: "Cannot import /home/alan/Pictures/<filename> The filename supplied could not be found."
This is even though the file was selected in the normal way when adding a new image to the Gallery. It happens every time so I now am unable to add new photos.
Does anyone know what a "relative path" is? It's possible I have got this part mixed up. I presume an absolute path is /home/alan/Pictures/ . Why am I now unable to add new images to the Gallery?
View 3 Replies
View Related
Mar 23, 2011
I would like to edit a PDF file I have; in particular I'd like to overlay a JPG image at a certain position.
I have tried PDFEdit, but it seems it is not able to add images into a page. Any alternatives?
View 4 Replies
View Related
Apr 28, 2010
1.) Whenever i am starting a new instance of terminal, it is giving messages 'unable to read input images' five times. Actually i had run a shell script that gave this message, but why is it appearing every time, i am opening a new terminal, (that script is already over and it generated the required outputs)? Because of this, when i run 'ls' command, it is showing all the files and directories with the same color, otherwise it used to show them in different colors.
2.) Once my panel had crashed, then i have made a new panel, but after that my instant messenger icon is no more keeps sitting on the system tray as it used to do before, it closes as i close its window otherwise even after closing the window, it used to keep me logged in and the icon use to be there at system tray.
3.) automount for usbdrive not working? Note: all these problems are there only in my own user account. Other user account like root and guest has everything correct.
View 4 Replies
View Related
Mar 15, 2011
Somehow I got libjpeg out of my system, and can't get it back working. I have installed jpeg-8b package, applications installed by it work, but not "system-wide" support for jpeg. Eg. I can use "cjpeg", but Eye of Gnome (image viewer) gives me "Unrecognized image file format" error.
Could you please point me to some right solution? Where does Debian look for this library?
View 3 Replies
View Related
Jun 1, 2010
I'm running OpenSuse 11.0 in a lamp configuration with Apache 2. I configured Apache with the .conf files instead of YAST because I am running virtual hosts (that's another story).
My problem is that my server will not render the pages unless the permissions are set to 775 which I know is not necessary. This is also causing a problem because I am trying to install WordPress onto the server. WordPress will run, but it unable to upload images because it cannot create the directories required.
Apache2 is running as 755 with root as owner and www as group. I changed the owner of the htdocs sub-directories to myself, and created a group that has permissions to write to the directory. WordPress runs as my user and has the same permissions (775).
View 4 Replies
View Related
Sep 7, 2009
I installed "flash-plugin-10.0.32.18-release.i386.rpm" manually to my system in order to let firefox enable watching animated images and video ,but even though firefox still not able to do so. I'm running RHEl 5.
View 3 Replies
View Related
Jan 6, 2010
using the update maneger to update on ubuntu new linux images available 2.6.31-17 generic and after the download is complete both images exist in the grub menu should i remove them ? or just remove them from the boot menu ? and if so how could i do each.
View 6 Replies
View Related
Jul 3, 2011
I am attempting to use SuseStudio "preload" and "live" .iso images and the instructions at SDB:Live USB stick - openSUSE to create a bootable USB drive.dd_rescue ends after the expected amount of time--without reporting errors--yet "fdisk -l" reports that the device does not contain a valid partition table. The USB key does not boot and appears to have no data.
For what it's worth, my build host is Gentoo on 2.6.39, and I have the latest dd-rescue available. The USB disk is a PNY attache 4GB and works fine with any ISO's supported by unetbootin. The only other bare metal I have here is a netbook running Mepix, so I can't make use of solutions that start with "Boot your existing OpenSuse workstation
View 3 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
Jul 26, 2010
I am running Linux from a DVD, not installed. I am not good with installing software, but since the DVD cannot be corrupted, I am content to operate this way. Lately, I have been having problems that previously did not occur. When I try to click on the checkbox to get rid of emails, it doesn't register in most cases, or when it does, I am clicking multiple times so it registers twice, meaning it is unchecked again. Even more frustrating is some issues that are affecting my ability to update my business. I am trying to modify spreadsheets (text not calculations).
Whenever I try to click & drag to select something to change, it keeps jumping around to select only some of what I want, something else or some combination of the 2. When I try to copy and paste several fields from 1 column to another, everything from the several fields in the source column ends up together in the last field in the target column. I am also trying to download some images from a website. There is a single column of links to the images. I have to click on the link to get to the image in order to copy it, then back out to continue looking for more links to do the same.
My computer keeps jumping back 2 steps, then forward 2 steps, and sometimes I lose my place in that list. I could deal with it if it were a small number of links, but this is a list of probably close to 20,000 links. Again, i am operating off of a live DVD so this should not be corruptible, but this has just started happening, and has been an issue the last several sessions.
View 14 Replies
View Related
May 2, 2011
I know that ImageMagick's convert program can be used as follows to convert a collection of images -- say, in PNG format -- to a PDF file:
convert *png output.pdf
The problem with this is that each image is then stretched to fit on one page, whereas I would like to keep the original dimensions of the images and put as many as possible on one page in the PDF file before moving on to another page.
View 1 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
Sep 21, 2009
I am just spent half an hour hunting for a thing that should be totally available already:USB install images of Ubuntu, knoppix and all the others.And, the only good way are so far complicated tutorials where you extract the stuff from an CD image. Why??Hasn't everybody notices that CDs/DVDs are vanishing big time? That more and more systems don't have the readers anymore? Instead of following a 10 point instruction list, it would be nice to just be able to download a Ubuntu 8.10 or whatever USB image and be able to beam that DIRECTLY to a USB stick with a dd command.
Or am a missing something here? Does this exist?It should by no means be mariginal, considering how important USB stick in specific and flash memory in general have become.
View 4 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
Mar 30, 2010
when i go to tty 1 (ctrl alt f1)I am unable to accers the cli.it says.ubuntu 9.10 directive 4 tty1 directive 4 login: after i enter my username it asks for a password, i enter my password and after a few seconds
it says, login incorrect and goes back to the start, what am i doing wrong.
View 7 Replies
View Related
Dec 26, 2010
I have a lenovo x200 laptop running Fedora 14, fully up to date with the Fedora repository. Seemingly out of nowhere, some websites will no longer load. First it happened to www.facebook.com, next (after a day or so) wikipedia.org, now the Fedora forum. Other Internet access seems fine, but when I try to go to these pages I just get "unable to find host" errors. Its totally bizarre. It first happened in an airport so I thought it was just a strange network there, but now it happens at home. I can't get on these sites in firefox or elinks browsers (in a terminal) BUT I can ping both sites no problem. Also, the other computers in this house have no problem visiting these sites.
View 2 Replies
View Related
Apr 25, 2010
Although have heard allot about Linux. I made the mistake of setting the top menu bar to show down the bottom and also to auto hide. I also set the bottom bar to auto hide as well. Now When I mouse over I'm unable to get the menus up. Just flashing between both menus. If that makes sense. Anyway to get the preferences up for those bars? The menu and taskbar thing?
View 1 Replies
View Related
Jun 7, 2010
Is there any point of installing Samba when dual booting between ubuntu and Windows XP? I'm able to access my XP partition from Ubuntu with no problems and share files with no problem. Unfortunately it doesn't work the other way. When I'm in my XP partition I'm not able to access my Ubuntu partition. Is there another problem I have or something else I need to do?
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
Sep 2, 2010
I run Ubuntu 10.04 & recently installed the Gnome 3 shell. Everything was fine until I fooled around with some preferred settings regarding startup settings. Now I do not have anything but the desktop showing & icons I had previously placed there. I am unable to access anything else except applications that have shortcuts. I would appreciate any assistance to remedy this including how to unintall Gnome 3 if I have no other choice.
View 2 Replies
View Related
Nov 21, 2010
I just installed Ubuntu 10.10 today on my laptop (I installed it alongside Windows 7).
My problem is that I'm unable to access the internet; actually, I'm unable to access any wireless connection at all.
I'm using a Linksys Wireless-G Notebook Adapter (2.4 GHz) in my laptop.
From what I've read, normally, many wireless cards are detected by Ubuntu automatically when you install it. However, this did not happen with my card.
...So, I'm not really sure what to do in order to gain access to the internet.
View 2 Replies
View Related
Apr 22, 2011
i am accessing a rhel remotely through vpn. and i was unable to access this server since few days ago. The port is open however the connection seems it dropped.This happens also last time and i did hard reboot and it works. As much as possible i want to fix it remotely so that i don't have to go the data center.
View 7 Replies
View Related
Jan 28, 2010
I had some horrible issues with pulseaudio so I deleted it and am using alsa. This is working well, however there are two issues now.
1. I am unable to access the sound options on System/Preferences/Sounds. When I click the icon it states "waiting for the sound system to respond" and that's where is stays.
2. I lost the volume control in gnome when pulse was deleted. I can see it in the system monitor as "sleeping" and when I try to initiate it in the terminal, I get the same response "waiting to the sound system to respond". Did I delete something I shouldb't have when deleting pulse? I followed the tutorial on it and did nothing on my "intuition".
View 7 Replies
View Related
Apr 16, 2010
For the past few weeks my system has been exhibiting some strange behavior. The first of these instances has been in the form of a total system lockup necessitating a power cycle -- ie. no kernel panic or oops, but cessation of all on-screen activity and an unresponsive mouse and keyboard. ( The first lockup occurred when the monitor was powered down)
Just a few days ago, I started noticing something else : Launching Firefox (3.6.4pre) resulted in it locking up near start-up especially if I was logged into Gmail. After that I experienced a total system lockup and then another one which has placed me in the situation as suggested in the title.
Specifically, KDM and the KDM login manager will start-up and I will be allowed to type my password. Immediately after that when the first of the icons in the KDE start-up animation starts to come into focus the screen goes black and I am returned to the KDM login manager -- I can enter my password again and continue this process ad infinitum.
Trying to diagnose the issue, I attached GDB to KDM. It seems that after I enter my password one or more of the KDE start-up processes dies with signal 1 or to be more specific :
Code:
Program received signal SIGUSR1, User defined signal 1.
0x00007f4ae742d3c3 in select () from /lib/libc.so.6
(gdb) bt full
[code]...
View 3 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
Jul 11, 2010
Im following the instructions that can be found at: [URL]
Code:
java -jar i2pinstall-x.x.x.exe
Unable to access jarfile i2pinstall-x.x.x.exe confirm if this happens because I am not in the right folder (in my case, I downloaded i2pinstall_0.7.14 to the "downloads" folder)
View 1 Replies
View Related