Slackware :: Error: Cannot Find Compressed IMG Files?
Nov 7, 2010
I'm trying to get M-Dist v0.1 to work but I'm having problems booting up the iso. This version is based on Slackware 9.1.From what I can see before the error is this output:
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 3107k freed
EXT2-fs warning: checktime reached, running e2fsck is recommended
[code]....
View 1 Replies
ADVERTISEMENT
Mar 22, 2011
after update to slackware current 4 days ago i cant get sound working in wine in starcraf 2 i mean i got sound in instalation but not in game and i get error when i wanna configure sound in winecfg
err:alsa:ALSA_CheckSetVolume Could not find '{PCM,Line} Playback Volume' element
err:alsa:ALSA_CheckSetVolume Could not find '{PCM,Line} Playback Volume' element
err:alsa:wine_snd_pcm_recover underrun occurred
err:alsa:wine_snd_pcm_recover underrun occurred
in game i dont got that error but sound dont work btw my sound card is asus xonar essence stx
View 2 Replies
View Related
Oct 19, 2009
I'm wondering if there is any application being able to handle compressed SWF files. If I try it with mencoder (mplayer), it tells me:[swf @ 0x91a0a30]Compressed SWF format not supported No way in Fedora Core 11?
View 3 Replies
View Related
Jun 24, 2010
im trying to reconstruct / extract a file that was too large to fit onto a floppy, used 7zip to create and split the file into multiple parts in tar.bzip format. this was done in windows. Then moved all the parts of the file to tiny linux on a really old laptop. no cd drive, no usb or network. so have to rely on floppy drive. i do know that reconstruction while extracting using commands is possible. but not working.tried tar -xMf file.tar.001 but nothing.
View 2 Replies
View Related
Oct 30, 2010
I was trying to figure out how to generate compressed files in zip format and searched on here. The search produced a list of forum entries on the topic, but all of the instructions were on how to do it in terminal, how to download obscure programs and install them from terminal, then run them from terminal, with all these arcane sets of switches and parameters. Eesh.
It comes with Ubuntu, after all. In the case of zipping files, all you have to do is to go to the File Manager, find the file(s), select it or them, right-click on it or them, and select Compress and file type zip. It's so simple.
There have been a number of other tasks where I wind up spending hours figuring out how to implement the advice offered in these forums through Terminal. The folks who offer the advice often are so good at it that they leave out steps obvious to them, but that take a lot of work for somebody not as skilled at it to find out. After crawling through broken glass to get the job done, and normally screwing something up so it's not quite right once I get it going, I figure out how to do it through the GUI and find out it takes a fraction of the effort.
View 9 Replies
View Related
Jun 20, 2011
I have a something.gz file. When I type gunzip -c something.gz this commend open the file but at the end of the file I get an error message invalid compressed data--length error. Also if I type more at the and of this commend like gunzip -c something.gz | more, file would not open. It gives some meaningless characters.I want to open this file with more.
View 1 Replies
View Related
Feb 19, 2010
When trying to create a new compressed/archive file in Gnome Commander (GM) the file is created but the selected files are not added. I can open the new (empty) archive file and then add files to be compressed. I have tried using several different formats (zip, tar.bz and others) with the same results. The "file roller" is shown as a plugin but has no configuration other than the compressed file type.
View 2 Replies
View Related
Jun 18, 2011
I have two Debian machines running Squeeze x86 and x86_64.
I am having difficulties to untar a file in x86_64, although it is working in x86.
I made sure file is the same and the md5 match in both machines.
It seems like something special in x86_64 is causing it to fail.
See below:
View 9 Replies
View Related
Jul 2, 2010
Here's my problem: While choosing to compress certain folders from within Windows 7, I marked the boot manager as 'compressed'. Now, when I try to boot, I'm not able to boot into Windows 7, or any other OS (I get an error: bootmgr is compressed, press Ctrl+Alt+Del to continue, which restarts the system and the same cycle continues.
I have a Windows 7 + open SUSE + Ubuntu 10.04 LTS wubi install boot setup. To complicate things, its a laptop, and the DVD drive is conked. Is there any way I can boot into any of my OS's? If not using a live boot, can I, perhaps make a bootable USB flash drive, boot into it and uncompress the boot manager ? Note: I'm typing this from another desktop, and I do not have Windows installed on this.
/ed:
Used this: [URL]..questions/137877/decompressing-files-on-an-ntfs-volume-from-linux/137906#137906 Still no go, getting the same error message.
View 2 Replies
View Related
Feb 26, 2011
Downloaded and installed Alien Bob's Audacity package for Slackware64 13.1, butit wouldn't run and came back with error that it can't find libSoundTouch.so.1.So, I downloaded, built, and installed the SlackBuild for SoundTouch.Audacity still says it can't find libSoundTouch.so.1.
View 5 Replies
View Related
Oct 25, 2010
I am tired, and I simply can't find an easy answer.So, today I need the scanner in slackware64 13.1, only to find that it does not work as user. I have an HP Deskjet F2180 and using CUPS it is identified as hp:/usb/Deskjet_F2100_series?serial=CN81H4S2SP04TK.In the past the simple solution was to add oneself to the right groups, but it does not work this time.As user I get:
Code:
bash-4.1$ sane-find-scanner
...
[code]...
View 2 Replies
View Related
Mar 7, 2010
I have a problem, I'm trying to make my own LiveCD, but I can't mount compressed SquashFS file system. Here I give you my limited LiveCD version... If somebody would take a look [URL]
View 5 Replies
View Related
Apr 13, 2010
Today i download cheops source code and when i type ./configure returns me this error :
Quote:
checking for gnome-config... no checking for gnomeConf.sh file in /usr/local/lib... not found configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install Is there any way to install cheops in KDE ? Do you know any solution for this problem ?
View 9 Replies
View Related
Jun 13, 2010
I came across this feature of the "less" command today. It appears not to be well-documented so I'll share it here. I found that "less" can automatically uncompress compressed files - no need to run the first command, the second does the same job:
Code:
gunzip -c textfile.gz | less
less textfile.gz
Even better, "less" can read and list the contents of some archive files as well, including Tar files compressed using Gzip and Bzip2 as well as Zip files. So now when I want to list the contents of an archive,for example to determine whether the contents will be extracted to an absolute path or relative to the working directory, the following work
Code:
less archive.tar.gz
less archive.tgz
less archive.tar.bz2
less archive.zip
Much easier than remembering the various options that the Tar, Gzip, Bzip2 and Zip use. The best one for me is with RPM archives:
Code:
less some.rpm
The above outputs the Information, Change Log and verbose File List of the RPM (paging the output, of course!) The following commands (using short and long options) give the equivalent output using the "rpm" command:
Code:
rpm -qilvp --changelog some.rpm | less
rpm --query --info --list --verbose --package --changelog some.rpm | less
"less" does not recognise the initramfs file produced by "dracut" (which is a compressed "cpio" archive), but I suppose you can't have everything ...
View 2 Replies
View Related
Oct 20, 2010
I have a Slackware 13.1/64-current system running the 2.6.35.6 kernel that I have installed the most recent nvidia drivers for (as of yesterday or day before) 260.19.12. If I boot up into run level 4 after running nvidia-xconfig in a console and run glxinfo as root I get:
Quote:
bash-4.1# glxinfo
name of display: :0.0
Error: couldn't find RGB GLX visual or fbconfig
If I edit /etc/profile or /home/username/.bash_profile and add the following:
Quote:
export LIBGL_ALWAYS_INDIRECT=X
I have set both X=0 and X=1 as reported by [URL] I get the screen of information except it says
Quote:
direct rendering: No (LIBGL_ALWAYS_INDIRECT set)
my lspci -v for the graphics card looks like this:
05:00.0 VGA compatible controller: nVidia Corporation G86 [GeForce 8500 GT] (rev a1) (prog-if 00 [VGA controller])
Subsystem: XFX Pine Group Inc. Device 2353
Flags: bus master, fast devsel, latency 0, IRQ 16
[code]....
I am sure I missing something from my xorg.conf but at this point I am not sure what I have been searching on this for days to no avail. From the log the only thing that looks like is a problem is it doesn't load the keyboard and mouse but it gets loaded later on in the file.
View 13 Replies
View Related
Dec 25, 2009
I need to delete all *.trc files that are older than 30 days and I am getting a "Argument list too long" error. There are other files that should not be deleted which is why I am using the "*.trc" and newer files need to be kept as well. I have seen other postings but they do not cover both of the conditions. Below are 2 of the many attempts at doing this but I cannot get this to work.
find *.trc -mtime +31 -print| xargs rm -f {}
find *.trc -mtime +31 -print -exec rm -f {} ;
View 3 Replies
View Related
May 4, 2011
When i install the Authen:Pam module it gives me the same error that i get when i install cyrus sasl2 . So it basically looks like u have to fix the perl module error first how can
[Code]....
View 3 Replies
View Related
Jul 22, 2011
I am having issues with 3d I am trying to start up a game called auteria but it displays this error "Could not find a compatible opengl display resolution. Please check your driver configuration. (Error: Couldn't find a matching GLX visual)" I am on ubuntu 10.10 could anybody give me a solution on how to fix this issue?
View 5 Replies
View Related
Dec 3, 2010
trying to install gnucash 2.2.9 from SlackBuilds. I have the current versions of slib and guile installed (slib from slackbuilds and guile from slackware). when installing slib I get the following:
Executing install script for slib-3b2-i486-2_SBo.tgz.
ERROR: In procedure primitive-load-path:
ERROR: Unable to find file "slib/guile.init" in load path
Package slib-3b2-i486-2_SBo.tgz installed.
Slib is installed. Try to run gnucash and I get the following: gnc.bin-Message: main: binreloc relocation support was disabled at configure time.
ERROR: In procedure primitive-load-path: ERROR: Unable to find file "slib/guile.init" in load path guile.init is in usr/lib/slib as it should be. I'm lost - where should I look next?
View 13 Replies
View Related
Mar 27, 2010
chroot in two mini distros (Tiny Core and SliTaz): chroot jail appears 'blind'. Chroot can't find any files in the jail and exit with error code. Example (ugly):
Code:
# mkdir /mnt/test
# mkdir /mnt/test/bin
# mkdir /mnt/test/dev
# mkdir /mnt/test/proc
# mkdir /mnt/test/lib
# mount /dev/hdb1 /mnt/test
# mount -t proc none /mnt/test/proc
[Code]...
chroot: cannot execute /bin/bash: No such file or directory Where is the problem?
View 4 Replies
View Related
Jul 30, 2010
I'm running Slack 13.1 [32 bit] Re: pdfedit from SlackBuilds 13.1. I've installed qt3 per the dependencies w/installpkg. I've pointed pdfedit.SlackBuilds to where qt3 is and it's found fine. The problem arises when the build can't find docbook stylesheets. "checking for docbook xsl... configure: error: unable to find docbook.xsl stylesheet"
I've installed docbook.xsl where it can be found which is in the same folder qt3 support is found and verified my system can find it there,, which it does. I still get the can't find stylesheet error. Is this a glitch or am I overlooking something somewhere along the line?
View 2 Replies
View Related
Oct 19, 2009
Now i have 64 bit computer i installed Slackware 23 64 bit on it. i followed Alien Bob's multi lib how to and installed needed libraries one by one. everything is fine expect wine configure script can not find some libraries needed: libgsm, libmpg123, libopenal, libxcomposite.
I have already installed 32 bit compatibility packages and used /etc/profile.d/32bit.sh as recommended in Alien Bob's howto. configure -- does not really list anything for pointing for libraries.
View 14 Replies
View Related
Sep 11, 2009
I am trying to do a find/grep/wc command to find matching files, print the filename and then the word count of a specific pattern per file. Here is my best (non-working) attempt so far:
wc `find . ( -name "*.as" -o -name "*.mxml" ) -exec grep -H HeightResizableList {}` ;
View 10 Replies
View Related
Jul 15, 2011
Is there a way to specify to find that I only want text files (and not binary files)? Grep has an option to exclude binary files, so I thought find probably has a similar feature, but I've been unable to find it.
View 2 Replies
View Related
Jan 25, 2009
I know how to search for normal files but can you let me know " How to search for 5 setuid files on the system. Also explain, for each file, why setuid mechanism is necessary for the command to function properly"
View 1 Replies
View Related
Aug 21, 2011
I've got a setup where I need to use 'find' to find 0 or more files in a certain directory, however, 'find' always produces an error when there are no files that match a certain check. Is it possible to run 'find' while having it omit errors when no files match the pattern?
View 2 Replies
View Related
Jan 19, 2011
after install slackware with gnome using gnome slack build it is work fine Except some thing :-
the volume it is not work and get this error ((The volume control did not find any elements and/or devices to control. This means either that you don't have the right GStreamer plugins installed, or that you don't have a sound card configured. You can remove the volume control from the panel by right-clicking the speaker icon on the panel and selecting "Remove From Panel" from the menu.
No volume control GStreamer plugins and/or devices found.)) and the System Monitor give me this error when i want check the state of memory and processor ((There was an error executing 'gnome-system-monitor': Failed to execute child process "gnome-system-monitor" (No such file or directory)) and the memory flash not work and give me this error ((Error org.freedesktop.DBus.Error.AccessDenied.))
View 6 Replies
View Related
Aug 9, 2011
The find command does not seem to find all files in my directory hierarchy. My home directory is automounted from a server. The command to illustrate this is:find | sed -e 's/^.///' | sed -e 's//.*//' | sort -uThe result misses several directories. Likewise, a find of a particular file, like:find . -iname *sample* -printwhere sample_file.txt resides in one of the directories that is missing in the first find command, finds nothing
View 4 Replies
View Related
Mar 24, 2011
so im following these directions
mplayer -ao null -loop 0 -ss 0:0:33 -endpos 2 medianame.avi
mplayer -ao null -ss 0:6:26 -endpos 3 medianame.avi -vo jpeg:outdir=animated_gifcd
when i put in a movie that say has one name like "christmas.avi" it works fine, but if i put in a name like "dead space aftermath.avi" i get error messages saying that it can find "dead", cant find "space" and cant find "aftermath". how to fix this? I made sure to type everything correctly.
View 5 Replies
View Related
Oct 5, 2010
I know I can do find . -type f, but that includes binary file and I couldn't find a way to exclude them with find
View 4 Replies
View Related