Ubuntu :: Can't Open Debian Files?

Aug 1, 2011

Wheneven i try to open my frostwire.deb file, it opens the dialog asking for which program I should open it with??? which one is it

View 6 Replies


ADVERTISEMENT

Debian :: Can't Open Files From Usb Stick

May 4, 2010

I just installed Shotwell and I copied some photos from a usb stick. I set the permissions to read/write but it won't save as read/write and Shotwell won't except photos, says its unsupported.

I get this error:Error interpreting JPEG image file (Improper call to JPEG library in state 200) now I think the file was corrupted, because other files on the usb stick open OK.I deleted the file. who knows what caused the corruption.

View 6 Replies View Related

Debian :: Open Files Limit Not Being Enforced

May 20, 2015

Learning about the ulimit command, I came across something unexpected..

Checking the root account limits:
# ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 16382
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited

[code]...

View 2 Replies View Related

Debian :: Files Deleted But Process Open

Jun 4, 2015

My /dev/md1 is full

Code:

Select all# du -x -m --max-depth=1 | sort -n
shows
Code: Select all0   ./dev
0   ./proc
0   ./sys
1   ./home
1   ./lost+found

[Code] ....

There are files that have been deleted but open processes are still active. The result :

Code:
Select all# lsof | grep 'deleted'
shows
Code: Select allmysqld     2881      mysql    4u      REG                9,1          0     393317 /tmp/ib16UZEE (deleted)
mysqld     2881      mysql    5u      REG                9,1        798     393318 /tmp/ibqA5RvA (deleted)
mysqld     2881      mysql    6u      REG                9,1          0     393319 /tmp/ibfXpKmw (deleted)
mysqld     2881      mysql    7u      REG                9,1          0     393322 /tmp/ibcluSds (deleted)

[Code] ....

If I delete these files does it diminish the size of / var ? If yes, how to remove these and can I remove them ?

View 9 Replies View Related

Debian :: No Longer Open Remote Files Via SCP / SSH Using GVFS From Geany

May 17, 2010

I recently upgraded to Squeeze and in general I'm loving it.One problem I'm having is that I can no longer open remote files via SCP/SSH using GVFS from Geany.This functionality still works in gedit.I've checked the syslog and can see no clues, and I also can't find any references on Google.

View 5 Replies View Related

Debian :: Make Java Default Application To Open JAR Files

Feb 4, 2016

i cannot seem to find a proper way to make Java my default application to open .jar files. I just made a new Debian 8.3 install on my laptop HP Pavilion G6 and the default application for opening .jar files is the Archive Manager. But when i go to "Open with.." section on right-clicking the .jar file, i get no JRE or JDK option to choose. I just installed the openjdk 7. I can manually run them from the bash, but it would be much more convenient if i just double-clicked it. Here is what i get when i run several commands in the bash :

1) which java ->Code: Select all /usr/lib/jvm/java-7-openjdk-amd64/bin/java
2) java -version -> Code: Select alljava version "1.7.0_95"
OpenJDK Runtime Environment (IcedTea 2.6.4) (7u95-2.6.4-1~deb8u1)
OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode)
3) echo $PATH: Code: Select all/usr/lib/jvm/java-7-openjdk-amd64/bin:/usr/lib/jvm/java-1.7.0-openjdk-amd64/bin: /usr/local/ sbin:/usr/local/bin:/ usr/ sbin:/usr/bin:/ sbin:/bin
4) javac -version : Code: Select alljavac 1.7.0_95

View 4 Replies View Related

Debian Multimedia :: Squeeze (Xfce4 Archiver) Can't Open Files?

Dec 23, 2010

This is about the Squeeze (0.2.3-8) archiver in Debian Squeeze. I may be missing a dependency, but is Squeeze incapable of opening files inside archives? I created a generic archive with "tar -cvf arxiv.tar file01.txt" and Squeeze segfaults when I try to double click to open the file (file01.txt) stored in the archive (arxiv.tar).

Also, after experimenting with Squeeze on the command line, it seems the "-n" option works, but results in an orphaned gui window; the "-x" option will only extract to a directory which already exists (which is o.k., but should be documented); and the "-d" option doesn't follow the general syntax in the man page "squeeze [OPTION...] [archive name]", which isn't bad, but sure does make it unnecessarily cumbersome to use, and also, the gui runs (blinks for a split section) for no clear reason. Now it would be silly to use command line squeeze over tar, but the man page for Squeeze begins with: "Squeeze - modern and advanced archive manager for Xfce".

I would like a gui archiver/extracter to use with Xfce4 without all the QA problems. Unless I'm doing something really wrong, this software doesn't seem to be ready for release at all, and the upstream version has not changed in a long time.

View 7 Replies View Related

Ubuntu :: Error: To Many Open Files But None Of The Files In Them Are Open?

Jan 9, 2010

they keep coming up with Error: To many open files but none of the files in them are open?

View 4 Replies View Related

Debian Multimedia :: Iceweasel Does Not Start - Access Denied While Trying To Open Files In Profile Directory

Nov 21, 2015

Iceweasel will not start, saying :

(process:12904): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed

Error: Access was denied while trying to open files in your profile directory.

but only for my userid. What home directory resources are required to start?

View 3 Replies View Related

Ubuntu Networking :: Nfs Locking Files - Cannot Open For Editing, Or Open Firefox / Thunderbird?

Dec 12, 2010

Server - Ubuntu 10.04.1 lts
Client - Kubuntu 10.10

When I try to open any nfs-mounted file using OpenOffice, I get a pop-up window titled "Document in Use". The text of the message is:

"Document file 'abcde.odt' is locked for editing by:

Unknown User

Open document read-only or open a copy of the document for editing." I then have three options - <Open Read-Only>, <Open Copy>, & <Cancel> If I cp any of these files from the mounted directory to my home dir (not mounted), I can open them without problem.Also, my firefox & thunderbird date are in this mounted directory as well (sym links to ~dan/.mozilla & ~dan/.thunderbird). Both of these apps hang when trying to open, leaving two processes behind that need to be manually killed. Again, cp'ing the data out of the nfs-mounted dir onto a local dir resolves the issue, so I am 100% confident there is nothing missing or corrupted in the firefox &/or thunderbird data...

relevant entry in /etc/fstab:
server:/nfs/dan/Documents /home/dan/Documents nfs defaults 0 0
relevant entry in server's /etc/exports:
/nfs/dan/Documents client(rw)

View 8 Replies View Related

Applications :: Error Glibtop: Open (/proc/stat): Too Many Open Files

Oct 1, 2010

I have a while(1) loop, and the error is: glibtop: open (/proc/stat): Too many open files This error occurs after about a half hour to an hour of running. I've tried running this multiple times, both with using glib_close() at the end of the loop, using glib_init() and glib_close() at beginning/end, and just using glib_init(). The strange thing is these have no effect on the actual glib_get functions.

View 5 Replies View Related

Software :: Cant Open Xls Files In A Shared Folder Using Open Office 3.1?

Oct 12, 2010

I cant open xls files in a shared folder using open office 3.1. Its all started when i install a new open office version. when im using open office 3.0.8 i can open all the files but now i cant even open it. Its always display untitled documents.

View 14 Replies View Related

General :: Convert Open Office (odt) Files To Text Files?

May 25, 2011

How do you convert Open Office (ODT) documents to Text files?
I have made a report using libre office. Now I wish to continue editing the document using lyx (latex front end). So the ODT file needs to be saved as some .tex file.

I don't see an option to do this in File menu (export/save as). So is there any other plugin to do this?

View 1 Replies View Related

Ubuntu :: How To Open Executable Files Not .exe Files

Jun 27, 2010

I just installed the nmap for port scanning and then run ./configure , make , make install command respectively. It works and then I successfully installed nmap under /usr/local/bin . nmap is a executable file not .exe . so my question is how can I open it .

View 8 Replies View Related

Debian Multimedia :: When Open An Open Office Document From An NFS Share It Always Opens As Readonly

Apr 27, 2010

When I open an open office document from an NFS share it always opens as readonly. This was a problem I had on Arch linux and the fix was to change the locking options in the soffice script but I've tried that fix here and it doesn't work. I've seen a lot of discussions but they all go back to changing the locking options in soffice, has anyone got any alternative fixes or one that definitely works with locking?

View 4 Replies View Related

Debian Multimedia :: Open Office 4 Installation - Can't Open Display

Feb 15, 2016

I installed Open Office 4 on Debian 8 but when I run the program I get this error message.

root@localhost:/home/paul# openoffice4
No protocol specified
No protocol specified
/opt/openoffice4/program/soffice.bin X11 error: Can't open display:
Set DISPLAY environment variable, use -display option
or check permissions of your X-Server
(See "man X" resp. "man xhost" for details)

Open Office works fine when I run the command "startx" in the Konsole but so far I haven't been able to configure it.

View 3 Replies View Related

Ubuntu :: Network Shares Not Available \ When Use OpenOffice Writer To Open/save Files The Shares Disappear In The "Open/Places"?

Apr 23, 2010

I am giving 10.04RC a try instead of Windows 7, so far so good. I can connect to my network shares fine using "Connect to a Server" & bookmark with the file browser, however when I use OpenOffice writer Spreadsheet to open/save files the shares disappear in the"Open/Places". Is this a bug in Ubuntu or Open Office? Is there an update/fix?

View 1 Replies View Related

Ubuntu :: DMG Files - How To Open .dmg Files

Jan 26, 2011

How to open .dmg files?

View 4 Replies View Related

Server :: PHP File Open Larger Files Or Fopen Files Larger Than 2gigs

Feb 16, 2011

I have a ubuntu 10.10 server with apaceh2 and php and I want to open a file larger than 2gigs

I've read there is a flag that needs to be compiled into php to do this ?

View 6 Replies View Related

Ubuntu :: Can't Seem To Open Some Files

Oct 30, 2010

I can't seem to open some files like this ehthumbs.db for example. Does anyone know how.

View 4 Replies View Related

Ubuntu :: .Jar Files Won't Open On 10.10?

Nov 20, 2010

Okay so basically I have a jar file on my desktop which worked merrily before I upgraded to 10.10 now when I click on it nothing happens.

Is there a way I can open in in the terminal that might give me a error code so that I might be able to figure out how it works.

I have openJDK and Sun JDK install, both are indicating to be the most recent version.

View 3 Replies View Related

Ubuntu :: Cannot Open Any EXE Files

Dec 2, 2010

I get errors like this, all the time:
End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive.
zipinfo: Cannot find zipfile directory in one of /tmp/wlsetup-web.exe or
/tmp/wlsetup-web.exe.zip, and cannot find /tmp/wlsetup-web.exe.ZIP, period.

View 7 Replies View Related

Ubuntu :: How To Open .db Files And What Are They

Mar 22, 2011

I can't seem to to open some files like this ehthumbs.db for example.

View 1 Replies View Related

Ubuntu :: Open .uif Files In 11.04?

May 18, 2011

I downloaded some ebooks, but they all seem to be inside of 2 uif files

How do I open .uif files in Ubuntu 11.04?

View 1 Replies View Related

Ubuntu :: How To Open ZIP Files

Jun 14, 2011

how to open zip files in ubuntu.. I just switched from windows and i need to open a zip file... it can;t be that hard, can it?

View 3 Replies View Related

Ubuntu :: How To Open .rar Files

May 11, 2010

I ive had Ubunutu for about two or three weeks and its working great its just the other night I tried to download a album and it worked, but its a rar type so it wont open.. How can I open it?

View 5 Replies View Related

Ubuntu :: Program To Open Rar Files For 9.04?

Jan 9, 2010

I am lookin for a program to open rar files for ubuntu 9.04, I have been haveing trouble locating one.

View 1 Replies View Related

Ubuntu :: Any Programs To Open Rar Files?

Jan 9, 2010

Im haveing trouble openning rar. Files..

View 5 Replies View Related

Ubuntu :: How To Open Recovered Files

Feb 28, 2010

I had lost my emails and contact after using Evolution. some of forum user recommended to use photorec to recover all the files. I used and have stored all the files in a folder. Now my problem is there are over 1500 folders and in there over thousand and thousand of text files. How should I recognize which folder contains email and contacts and how to import to Evolution ?

View 9 Replies View Related

Ubuntu Installation :: KOw To Open Sh. Files?

Apr 20, 2010

I downloaded a game,and i tried to pen it with the gedit program...it says that i should change something unicode and the second one... :Si tried that but it didnt work.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved