prompt
stringlengths
1
63.6k
completion
stringlengths
1
53.1k
Hi. Yesterday when i ran an upgrade in squeeze, there was an updated virtualbox package. When the upgrade of virtualbox finished, I got a warning like this one "insserv: warning: current stop runlevel(s) (1) of script `vboxdrv' overwrites defaults (0 1 6)." From my understanding, this is not critical by any means, but I would like to know a little about why this happens and if there's something you should do when it does. By the way, I get virtualbox from the "virtualbox.org" repository for squeeze. Thanks.
Currently the system only has a link to stop the service in /etc/rc1.d/ you can see this by running the following: Code: Select allls -l /etc/rc0.d/|grep vboxdrv ls -l /etc/rc1.d/|grep vboxdrv ls -l /etc/rc6.d/|grep vboxdrv The vboxdrv script in init.d has LSB headers that include: Code: Select all# Default-Stop: 0 1 6 So the LSB headers are telling the system the the default stop levels are 0, 1, and 6. Hence the conflict. It's possible (probable) that the LSB headers were changed by a package upgrade to virtualbox and that at one point they did only call for a stop in run level 1. To fix it you can run the following, as root: Code: Select allinsserv -d /etc/init.d/vboxdrv After running that if you re-issue the ls commands above you'll see that an entry has been created for all 3 runlevels. See man insserv for more.
I have a canon printer which was working so far. After my latest upgrade its giving errors saying "Printer not connected -- Check your connection" Fortunately I had a backup of my root before the upgrade and one difference I see is that on the new system theres no /dev/usb/lp0 which there is on the old one. So how do I make it? Or should I use the /dev/lp0? Note they are different: Code: Select all$ ls -l /dev/usb/lp0 /dev/lp0 crw-rw---- 1 root lp 6, 0 Jul 31 21:34 /dev/lp0 crw-rw---- 1 root lp 180, 0 Jul 31 21:36 /dev/usb/lp0 So (naturally) when I tried to make a softlink from /dev/usb/lp0 to /dev/lp0 it did not work.
Make the device node. You can't soft link to what doesn't exist, nor can you hard link to such. Do you have MAKEDEV and usb packages installed?
Hi, I'm going to try to explain in bit more detail what happened to me, in case it might be relevant In a work folder I had around 100 PDF files. Roughly 2/3 were processed yesterday, and today I added others with intent to rename them then copy all together to repository folder for indexing. Before files get in this 'work' folder, they are analysed, corrected, tagged through pdfmarks process and finally renamed here, then ready for indexing. However, I had very unpleasant experience which I'm trying to explain. Files are named by dropping PDF file to launcher which calls this script: Code: Select all#! /bin/bash python /path-to/title.py $1 and if anyone is interested in simple 'title.py' script, I uploaded it here: http://pastebin.com/xRMdTFET I used this procedure couple of times (and on Windows for years). Now I dropped around 20 files to above described launcher, and very bad thing happened - unexpectedly many of files in this 'work' folder, got lost (!?) and I got folder with ~15 PDF file. What could have happened to other files!? I do backups when working with files, but only when I know that something might go wrong, but what could go wrong here? What can I do now to back those files? I don't even have their names. Is there some log file that I can check to see what terrible accident happened? I suspect that problem is that I dropped too many files on launcher. Could that initiate such trashing? All above mentioned is done in Nautilus. I'm on Debian almost 2 weeks, which is first Linux I ever worked in. Thanks for your help
I installed photorec and it recovered 11 files. Better then nothing. Next I installed trial version of R-Studio and will run in right away in next 2 hours in a hope of better results. I also want to know: 1. Is there some way I could find what were the names of the files in the folder where I had this accident? It will help me seek for initial files, which would require some time to get there, but it would be useful nonetheless 2. What was reason for this to happen? Or what 'happened' in the first place? I would like to know this so that I will not experiance it again
Hello, I have a raid array using mdadm made up of two drives. The drives have two parts, the first for boot information and the 2nd for LVM. Everything but /boot is under LVM management. Originly the two drives were hooked up to a sata controller in a computer with no on-board sata. However I was not able to get the computer to boot to a sata drive off of that controller. So there was an IDE drive with the MBR that loaded grub. Now the computer in that setup seems to have died. So the drives were moved to another computer with an on-board sata controller and now the bootup works as far as getting to the grub menu. However after the grub menu the error message "Cannot find root device" I found the boot info script http://sourceforge.net/projects/bootinfoscript/. Please note at the time that was run the computer was running with one drive that has a full Debian install with the raid drive in question mounted and chrooted into. The script was ran from the chroot envirment. Here is the output: http://home.skagitattic.com/gokee2/RESULTS.txt Also my grub.cfg file: http://home.skagitattic.com/gokee2/grub.cfg Any idea what is wrong? Thanks, Gokee2
If i understood well you had a computer with a normal disk which had the GRUB and the OS and a RAID array from a controller card which was mounted through that disk. (! It's the setup i am trying to do now !). When you moved the disks to your new computer, how did GRUB got installed on the RAID disks? Is there an OS on those disks? If you have, then it's a matter of reinstalling GRUB. I am considering that the third disk is not in your current setup.
Hi, I am trying to install Wheezy testing i386 using netinstall .iso disk. After the disk partition stage and while in the 'Install the base system' stage I get the message; Debootstrap error The following error occurred: The bzcat is not available on the system Check /var/log/syslog or see virtual console 4 the details. I have over the past couple of months downloaded three daily builds of testing and the md5sums are good on all of them yet I have the same problem with each disk. Is there a way to overcome this?
I do a minimal netinstall (no packages, no desktop environment, nothing) after the reboot do an update/dist-upgrade, change the sources.list to 'testing' do another update/dist-upgrade and 10 minutes later i got testing, i install the packages i want, and that's it.
Hi all, I'm trying to backport gtk2-engines-oxygen from testing to squeeze. I'm following the HowTo Build a Package from Source the Smart Way guide http://forums.debian.net/viewtopic.php?f=16&t=38976 I have the testing source enabled and it pulls the source fine , when I try to get the build dependencies I get the following unresolved dependencies The following packages have unmet dependencies: libgtk2.0-dev : Depends: libpango1.0-dev (>= 1.20) but it is not going to be installed Depends: libcairo2-dev (>= 1.6.4-6.1) but it is not going to be installed E: Build-dependencies for gtk2-engines-oxygen could not be satisfied. (I attempted to get the source of these packages and these then had subsequent dependencies ) These dependencies above are only available in wheezy and sid. I'm just wondering is there a safe (recommended) way to satisfy these dependencies without messing up my system or should I just leave it for now. Any advice is appreciated. Thanks.
Those minimum dependencies are available in Squeeze. The problems you are seeing usually are caused by running a mixed system, with an upstream library installed, and somehow the system can't figure out how to match up the -dev packages. Aptitude usually tries to figure some solution--how about taking a look at your sources.list to make sure there aren't any upstream repos enabled, then trying as root Code: Select allaptitude install libgtk2.0-dev and maybe trying many of the solutions aptitude offers may result in a good one. I'd also like to see what the results of Code: Select allapt-cache policy libgtk2.0-0 are, to see what's installed.
Hi all, I have made two partitions / and /home . / is where all the packages and other stuff lives and /home is where user i.e. my data lives. I am sure everybody knows the 'disk space is less' warning dialog box when either we install too many packages or when we download many things. Now the last time it happened by mistake I clicked on do not show more warnings. Now I want to have that warning dialog box back. I looked at System > Preferences submenu as well as System > Administration but have not been able to find any info. on the same. Looking forward to know more.
Hi, Are you using gnome, KDE, or some other DE ? There used to be something like Code: Select allgconf-editor Go to the key ( or something like this): /apps/gnome_settings_daemon/plugins/housekeeping/. However, Don't use gnome myself so cant check of it works... Alex.
Hi all, I read sometime ago about the Debian release plan of .la files removal. http://wiki.debian.org/ReleaseGoals/LAFileRemoval I also saw that list that is being talked about in that wiki entry. http://release.debian.org/~aba/la/current.txt Does anybody know how can one look in his/her system and find how many individual .la files are installed ?
shirish wrote:Does anybody know how can one look in his/her system and find how many individual .la files are installed ? Code: Select allfind / -iname "*.la" |wc -l
Hi, I am running Squeeze 32-bit fully updated, PAE kernel, ext4 filesystem, with KDE desktop. I'm having problems compressing larger directories on an external HD with a FAT32 filesystem. I have tried compressing to zip, rar, zip/tar (.tar.gz), bz2, lzma, 7z... every combo available from Xarchiver, Ark, as well as the right-click/drop-down menu. I have tried unmounting and remounting the external HD. I've also tried using KBackup without success. After I tried to extract one smaller directory, I received a complaint about permissions. (Even though FAT32 doesn't have permissions (as far as I know), I used chown -R.) But generally, small directories on the HD seem to compress/decompress OK. I've been experimenting for around 5 days. I also tried a quick search of this forum. This isn't a life-or-death matter. But, it would be nice to free up some space on my external HD. The directories I'm trying to compress average between 5GB to 12 GB. I'd break them up into smaller directories and then compress them, but I'd like to preserve their structure if possible. Edit: (Oops!) The problem is that the compressions seems to just stop at a certain point. I'm left with directories named similar to directory.tar.gzWriting even though the "i" in system tray indicates that the job is complete.. But, the job is left incomplete. Or, I'm left with "ghost" compressed directories that disappear when I use Dolphin View/Reload. Thanks!
Take a look at the Limits section at Wikipedia (fat32). Max file size is 4GiB. "Fat doesn't have permissions": right, but Linux does. By default it is mounted as root I believe, but I believe you can change this with mount options.
Is there an app which makes it convenient to browse directories in /usr/share/doc? I mean, using a web browser isn't inconvenient, but I was wondering if there is something out there for extremely lazy people like myself, such as something which renders gzipped files inline, or automatically finds the index.html files and renders them. I use Xfce in Squeeze.
I use the "most" pager to render gzipped text in line. zless and zmore will do the same. Unfortunately, these are command line utilities so I'm not sure if they fit into what you're looking for.
I am trying out Debian. I was using Ubuntu but am unhappy with the newest release 11.04. So far I have been able to configure my system pretty well but I am having a problem with slow internet. The internet speeds were fine in Ubuntu. I have noticed a few other threads about a similar issue but so far the solutions haven't worked for me. I have tried disabling ipv6. One user solved the problem by installing the Nvidia drivers: http://forums.debian.net/viewtopic.php? ... et#p363446. This did not work for me. I have pinged google like was said to do here: http://forums.debian.net/viewtopic.php? ... et#p382026. The ping came back very quickly. Code: Select all:~$ ping -c 5 google.com PING google.com (72.14.213.106) 56(84) bytes of data. 64 bytes from google.com (72.14.213.106): icmp_req=1 ttl=52 time=53.7 ms 64 bytes from google.com (72.14.213.106): icmp_req=2 ttl=52 time=53.1 ms 64 bytes from google.com (72.14.213.106): icmp_req=3 ttl=52 time=52.6 ms 64 bytes from google.com (72.14.213.106): icmp_req=4 ttl=52 time=54.4 ms 64 bytes from google.com (72.14.213.106): icmp_req=5 ttl=52 time=52.8 ms --- google.com ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4004ms rtt min/avg/max/mdev = 52.657/53.367/54.466/0.709 ms For some reason in my browsers (iceweasel or epiphany) web sites are slow to load. Here are my specs: Debian Squeeze 6.0.2.1 64bit HP Pavilion dv9010us with Nvidia Geforce Go 6150 graphics chipset
One of the threads you mention is about DNS, which I have to say is my first thought. To eliminate DNS as the issue, it's not enough to ping something you visit frequently (like google.com), you must also ping something that you never visit (like, say, google.in, or google.ca), in order to force a lookup. If forcing a lookup results in a slow response, then DNS is your problem, and that other thread contains your answer. If not, well, you say you have disabled IPv6--have you also disabled it inside Iceweasel? (Yes, you have to do it twice.) HTH.
Hi, I have moved /home to it's own partition and all is good. Testing is on sda1 and /home on sda2. However a bit later I wondered what would happen if I had to reinstall testing, would I then have /home on both partitions?
ozgta wrote: Testing is on sda1 and /home on sda2. However a bit later I wondered what would happen if I had to reinstall testing, would I then have /home on both partitions? No, you would set mount points during the install and point /home to sda2.
hi i lost touchpad functionality during gdm login (i cant tap clicking) after playing with xorg.conf would somebody kindly paste-ing their xorg.conf for eee pc (1000HE) ? thanks edit: im on squeeze
http://forums.debian.net/viewtopic.php?f=7&t=62092
I had/have an old program which works on XP called PaperPort. It allows me to edit and fill in blank forms. I have been searching for something like that for Linux, and to date found nothing, Chances are that I am looking in the wrong places. Any Ideas...Thanks in advance
Not sure. I know you can edit pdf in open/libre office with a plugin. It is in the debian repositories so you can install with synaptic. http://packages.debian.org/squeeze/open ... -pdfimport Or run: Code: Select allapt-get install openoffice.org-pdfimport
Hi all, I do not know scripting. Hence in absence of that required/basic skill I have used the alias command in .bashrc to do lot of stuff which is repetitive from time to time one of which is compiling small programs and games I like to compile from their svn . One of the games in this is allacrost http://www.allacrost.org/ . The project uses subversion as its DVCS . These are the compile instructions when you want to compile after downloading the game from svn Code: Select allautoreconf -i ./configure make clean make Of course the first time you run it 'make clean' is useless but on each newer sync when you are rebuilding its nice (as all old symbolic links, translations, libraries and headers get deleted) . It just makes it as if new/pristine . As this is repetitive and becomes boring soon, I made a small alias command for the same so it would do the same thing by calling a single alias in my .bashrc :- Code: Select allalias makeallacrost='autoreconf -i;./configure;make clean;make The alias 'makeallacrost' is there so that the name is unique in itself and can differentiate from others. Giving a partial output of what happens when I run the above alias . Code: Select all$ makeallacrost autoreconf: configure.ac: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION Makefile.am:320: `:='-style assignments are not portable Makefile.am:323: `%'-style pattern rules are a GNU make extension checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu ........... Ok, the first three lines are the output one gets while doing autoreconf -i . I know its ugly but that's an issue/problem of upstream. The rest of the lines happen when we use configure (to check if all the dependencies we need to compile are there or not) and make a makefile suitable/usable for us. I have intentionally just used the first two-three lines of configure only as do not want to make the post more long. Anyways what I want to be able to do is have a space between the two commands so that the output comes something like this :- Code: Select all$ makeallacrost autoreconf: configure.ac: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION Makefile.am:320: `:='-style assignments are not portable Makefile.am:323: `%'-style pattern rules are a GNU make extension checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu ........... See the difference between the two outputs. There is a space so I could figure out that one command has ended and another has begun. Does anybody know of a way (uncomplicated way) of doing the same . Sorry for the length of the post.
Code: Select allalias makeallacrost='autoreconf -i;echo;./configure;echo;make clean;echo;make'
I'm trying to install the latest Kmess from source, but when configuring it (it's really a wrapper for cmake) I get the following error: Code: Select allconfiguring KMess 2.0.6.1 checking build directory running cmake from /usr/src/kmess-2.0.6.1/build command: cmake -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_BUILD_TYPE=relwithdebinfo \ -D KMESS_DEBUG_OUTPUT=0 \ /usr/src/kmess-2.0.6.1 -- Found Qt-Version 4.6.3 (using /usr/bin/qmake) -- Found X11: /usr/lib/libX11.so -- Phonon Version: 4.4.2 -- Found KDE 4.4 include dir: /usr/include -- Found KDE 4.4 library dir: /usr/lib -- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler -- Found automoc4: /usr/bin/automoc4 -- Found GCrypt: /usr/lib/libgcrypt.so -- Looking for GCrypt - found -- Found X11: /usr/lib/libX11.so -- Could NOT find LIBKONQ (missing: LIBKONQ_INCLUDE_DIR LIBKONQ_LIBRARY) ----------------------------------------------------------------------------- -- The following external packages were located on your system. -- This installation will have the extra features provided by these packages. ----------------------------------------------------------------------------- * LibXML2 - Libraries used to develop XML-aware applications * LibXSLT - A library to transform XML into other formats * XScreenSaver - X11 extension used to check idle state ----------------------------------------------------------------------------- -- The following OPTIONAL packages could NOT be located on your system. -- Consider installing them to enable more features from this software. ----------------------------------------------------------------------------- * LibKonq <http://www.kde.org/> Integration with Konqueror context menu This is an optional feature. * Usually the package names for this library are: on Debian and Ubuntu: 'libkonq5' and 'libkonq5-dev' on openSUSE: 'libkonq5' and 'libkonq-devel' * Please refer to the KMess board for more info, and specially to this guide: http://trac.kmess.org/wiki/Compiling%20KMess * LibISF-Qt <http://www.kmess.org/> Library to manage Microsoft's Mobile Ink Support to send handwriting messages in a format compatible with Windows Live Messenger. In absence of an installed isf-qt version, the bundled version will be compiled. ----------------------------------------------------------------------------- ------ NOTE: msgfmt not found. Translations will *not* be installed ------ -- Will build Isf-Qt in bundled mode. -- Found Qt-Version 4.6.3 (using /usr/bin/qmake) -- Found X11: /usr/lib/libX11.so -- Looking for GifLib -- Looking for GifLib - not found! CMake Error at contrib/isf-qt/CMakeLists.txt:57 (MESSAGE): Support to read and write Fortified-GIF images is missing. * You will need to install both the library and development packages of the GIF Library, giflib. * Usually the package names for this library are: on Ubuntu: 'libgif4' and 'libgif-dev' on openSUSE: 'giflib' and 'giflib-devel' * The project homepage is http://sourceforge.net/projects/giflib/ -- Configuring incomplete, errors occurred! -- cmake failed Please fix the problems mentioned above, and run ./configure again. For example, make sure you have the KDE 4 devel packages installed. I've done this yesterday on another computer and it worked fine once I had both libgif4 and libgif-dev installed. The problem is that I've got both of those packages installed on this computer and I still get the error. Any ideas as to how I can solve this?
Since the program is in repositories, you can just run Code: Select allapt-get build-dep kmess
Hi all, When we use either apt-get or/and aptitude to update the index. Does anybody know where this index is kept ? The thing is when I remove an entry or two from /etc/apt/sources.list and run Code: Select all$ sudo aptitude update and then run apt-show-versions -a it still shows me packages whose paths I have deleted. For instance look at iceweasel. Code: Select all$ apt-show-versions -a iceweasel iceweasel 5.0-2 install ok installed iceweasel 3.5.16-6 stable http.us.debian.org iceweasel 3.5.19-3 testing http.us.debian.org iceweasel 3.5.19-3 sid http.us.debian.org iceweasel 5.0-2 experimental http.us.debian.org iceweasel 5.0-2 unknown ftp.us.debian.org iceweasel 6.0~a2+20110615042007-1 unknown mozilla.debian.net iceweasel/experimental uptodate 5.0-2 As can be seen I have removed both mozilla.debian.net as well as the ftp.us.debian.org but still they persist when asked to look for. Does anybody how can ask aptitude to clean or rebuild the package index from scratch (looking at /etc/apt/sources.list for inspiration) hence old indexes are not there anymore. While I did look at the aptitude manpage I was not able to fnd it. Can someone help ? Think perhaps its in /var/lib/apt/lists , am I correct ? I see listing such as :- Code: Select all/var/lib/apt/lists/deb.opera.com_opera_dists_stable_non-free_binary-amd64_Packages /var/lib/apt/lists/deb.opera.com_opera_dists_stable_Release /var/lib/apt/lists/deb.opera.com_opera_dists_stable_Release.gpg /var/lib/apt/lists/http.us.debian.org_debian_dists_experimental_InRelease /var/lib/apt/lists/http.us.debian.org_debian_dists_experimental_main_binary-amd64_Packages /var/lib/apt/lists/http.us.debian.org_debian_dists_experimental_main_binary-amd64_Packages.IndexDiff /var/lib/apt/lists/http.us.debian.org_debian_dists_sid_contrib_binary-amd64_Packages /var/lib/apt/lists/http.us.debian.org_debian_dists_sid_contrib_binary-amd64_Packages.IndexDiff ...... ....... Edit: Deleted it but still no show. I am still getting the same list when looking at iceweasel. Pointers welcome.
Read the man page for apt-show-versions, and try running it as root.
Hello, I have two servers (A and B) which are identical. My idea was to have a software RAID 1 with both of them running and if server A craps out I wanted to swap the hard drives from server B into server A. When I tried to test this idea the network driver doesn't seem to want to cooperate. ifconfig gives nothing and I can't figure out why. From googling I've read that a network card has a unique ID on it (I'm assuming their talking about the MAC address) and is used in some config files which is why swapping hard drives gives two different MAC addresses and confuses the system. If that is so would anyone know exactly what config files the mac address is stored/used in? That way I can make a backup of those files and swap those out if I ever need to swap out the hard drives. Thanks.
In my experience this has been the only difficulty in swapping a Linux hard disk into a new machine. There is an entry for every network card with a unique mac address a machine has ever used in Code: Select all/etc/udev/rules.d/70-persistent-net.rules That ensures that each interface name is bound to a single mac address for all time. The problem of course is that when you swap into a new machine, it has a different mac address which goes to eth1 instead of eth0 as you'd expect it to. To work around this you can simply delete the offending line in the file before transferring the drive and a new one will be made for the new network card. I can't seem to find an clear, up-to-date answer via google as to how to disable this behaviour. It looks like this is being done by /lib/udev/rules.d/75-persistent-net-generator.rules. Deleting that file may help, but it will only be replaced on upgrades. The best I could suggest is diverting that file so upgrades always put it in an innocuous place. Code: Select alldpkg-divert --rename --divert /lib/udev/75-persistent-net-generator.rules --add /lib/udev/rules.d/75-persistent-net-generator.rules
Hello everybody, I need some help here, I would really appreciate any advice.. I have a Dell Inspiron 1525 laptop with Debian Lenny and KDE 3. Now, almost everything worked "out of the box" except that there is no direct rendering mode enabled: Code: Select alljorge@flamingo:~$ sudo glxinfo | grep direct direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose) OpenGL renderer string: Mesa GLX Indirect Now, when I scroll down pages (web, text or whatever) I get a choppy image which is very tiresome to the eyes, especially since I have to work several ours a day writing text (and Google earth does not work well either!). My guess is that the problem is that direct rendering is not enabled.. Right?! My laptop has an integrated INTEL GMA X3100 graphics card. The thing is that both the intel and dri modules are loaded: Code: Select alljorge@flamingo:~$ cat /var/log/Xorg.0.log|grep LoadModule . . . (II) LoadModule: "dri" (II) LoadModule: "intel" . . . Could you please give me an idea how to enable direct rendering mode? I am a bit lost, although I googled around for a while.. Thanks in advance
Have you set the driver to intel? Section "Device" Identifier "Device0" Driver "intel" EndSection Setting your color depth to 24 might also help. Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 EndSubSection
Hello ! My firewall keeps blocking something called CPQ-Wbem. There have been about 10 instances of this. I did not have clue what this was until i found this on another forum. A machine on the network is advertising it runs, or looks for machines running, Compaq Insight Manager on TCP/2301. If the machine isn't yours or you haven't enabled Compaq's web-based remote management then silently drop it. Now as far as i know i do not have a network, just a dsl connection. I also do not own a Compaq computer. So if someone who has some knowledge of this could you explain to me how a " network is advertising it runs, or looks for machines running, Compaq Insight Manager on TCP/2301 " . This would seem to me to be a local network thing not a www thing ? Any help understanding this would be appreciated . Thanks in advance
Could be just something sending packets to your port 2301 and your firewall software has that associated with the Compaq stuff regardless of what the actual content is. There's nothing preventing other things from using that port as well. It sounds like your machine is connected directly to the internet without an intervening router. In that case, I wouldn't be surprised to see all kinds of bizarre stuff blocked by your firewall as absolutely anybody can send packets to your internet-facing address. This is one reason why having a separate router is a good thing even if you don't have multiple computers connected to it.
Hi all, I am trying to figure out where is our ls-release or/and distribution string. Something like this for instance :- http://linux.dsplabs.com.au/cat-etc-rel ... buntu-p35/ Just found about http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=444678 and lsb_release -a which does the same thing.
Code: Select allsudo find / -name *release [sudo] password for bw: /lib/udev/keymaps/force-release /sys/devices/platform/i8042/serio0/force_release /proc/sys/kernel/osrelease /usr/share/bug/lsb-release /usr/share/doc/lsb-release /usr/bin/lsb_release /var/log/installer/lsb-release
Hi all, I use subversion to check out some small projects and small games from time to time. Sometimes I see the 'U' which means upgrading coming in different places or even coming twice 'UU' . Now I always wondered if there is some specific reason why it comes out that. Here's an example of the check-out done from a game called dawn-rpg. As the name suggests its a role-playing game . dawn-rpg.sourceforge.net Anyway here's the checkout :- Code: Select all:/usr/local/src/dawn-rpg$ svn up U src/CEditor.h U src/CEditor.cpp U tests/start_quit.lua UU tests/testsuite.h UU tests/testsuite.cpp Updated to revision 890. Now see that all the deviations of U from third line as to how they appear ? Put simply 'A' is for addition of new files and 'U' is for upgrading/new version of somefile but do not undertand why it behaves/d that way. I have seen this in some others svn also.
From 'svn help update': A character in the first column signifies an update to the actual file, while updates to the file's properties are shown in the second column.
Running an upgrade today on my server and after "reading changelogs" it stops at this: Code: Select allsamba (2:3.5.6~dfsg-3squeeze4) stable-proposed-updates; urgency=low * Please note that upgrading to 3.5.* series, the "map untrusted to domain" configuration parameters was introduced and defaults to "No". It means that users originating from an untrusted domain are no longer mapped to the domain the samba server is member of. This could lead to behavioral changes if the pre-3.5 behavior of mapping these user to the domain was needed. See #623190 for details. -- Christian Perrier <bubulle@debian.org> Thu, 12 May 2011 19:51:52 +0200 /tmp/tmpXYoWQr (END)
Just press "q" to continue with the d-u.
Hi! I have a laptop with a floppy drive, and it works fine in Windows, but I'm not sure how to use it under Linux. It does not show up in PCmanFM, like my USB-harddrive, but I do have a /dev/fd0, so I tried: Code: Select allsudo mount /dev/fd0 /mnt and then it complains about the file system not being specified, so I do Code: Select allsudo mount -t vfat /dev/fd0 /mnt but to no avail.
What happens when you type the -t vfat command? Is there actually a floppy disk in there? Is it faulty? Have you tried other options (msdos, fat, etc)? Are the vfat / fat /msdos modules available on your system (lsmod |grep vfat)
Could I disable some services ? Is there anyting to be done ? I've heard about a 200 lines kernel code miracle, in version 2.6.38, but there's a power bug issue to it, but maybe from version 2.6.38.2 on only. Does anyone know better ? I'm running an overclocked system with 512 and it's still clumsy... I might actually have to buy hardware
Edit: A troll asked me "how much does it cost" above. Just so I make sense. More than necessary if it can be handled by a few clicks. The question is, am I willing to pay just so unneeded stuff can run hapily in the background ? or rather... How much does bloat cost ? But if you are willing to pay the bill...
After using Iceweasel/Firefox 4 on Squeeze for a while (an hour or two), the bookmark toolbar becomes unresponsive and sometimes the folders (I have some bookmark folders), when clicked, will open but as soon as I move the cursor to hover over the link (to select it) the menu disappears. I never had the problem with Iceweasel/Firefox 3x. The problem is fixed by restarting the browser but that is not always a good solution nor SHOULD it have to be done. Does anybody else get this problem? What would fix this?
Do you have Compiz running? Sounds like the Firefox 4 borking Compiz bug.
Hi, I'm looking for a way to use "xterm -e" with multiple commands. (the -e option set the beginning program of xterm session) I have a script like this: Code: Select allecho "answer? " read answer_a if [ $answer_a = 'y' ] then #code else #code fi I'm wondering if it is possible use the script in only one line as argument of "xterm -e", so somthing like: xterm -e {echo "answer? "; read answer_a; if [ $answer_a = 'y' ]; then #code; else #code; fi}
I believe what you're looking for is "|" (xterm -e "xxx | yyy". The problem is that it executes them simoultaneously, so that if you want to do first one and then the other one (as in aptitude update/upgrade), I don't know the answer. Actually, if somebody knew it I would learn from it as well
someone has got a docu/how-to/info stored somewhere? a bookmark? Problem is easy: http://www.dillo.org/ says you need to install fltk2 first. Version in experimental is 1.3. If i pick the download tar.bz of fltk2 i run into: " .... not declared in this scope" during compilation of glut. Error messages of that kind don't give me a clue, and the Web does it neither. The best i could find are some tips at the antix forum, about unpacking a puppy version. I want to make a deb, the problem is not only about running dillo. h3v seems like another option. But a) i ran into similar difficult problems and b) dillo seems to be known by more people.
Is there a reason you can't use the GLUT in the repos?
Hello, is there a way to set level of sound parameters (those you can set by running "alsamixer") at boot? Sound on my netbook is low. I fix that by running "alsamixer" and bringing PCM level to the max. However, as soon as I restart the system, low sound is there again, and I have to run "alsamixer" again. Any definitive solution? Thanks.
I think if you adjust alsamixer as root then it will stay.
Hello, I'm running Debian Squeeze on a Dell Studio Laptop, and this morning my computer woke up and gnome was randomly frozen. I dismissed this as a random error and proceeded to hard-reboot the computer. It now will not boot at all. After multiple attempts, every time the boot process hangs on "Starting GNOME display manager gdm3." I even left it there for 2 hours while I was gone to see if it would get past the hang. It did not, and was still stopped at that same line when I got back. Obviously I need some real help here to get my system back. I have a live CD available to perform maintenance if anyone has an idea of what's wrong.
How about booting with Live CD and mounting the / parition of your installed debian squeeze and checking /var/log/Xorg.0.log, /var/log/dmesg or something in the mounted partition? Or how about checking filesystem error of your debian partition, for example by executing fsck?
Hi, recently I am trying to switch from Iceweasel to Chromium. I am running Squeeze which has in its repos Chromium 6.0.472.63; unfortunately with this version I am not able to install any extension (I need some of them to sync bookmarks, tabs, etc..) because chrome web store wants me to upgrade before I can use any of them. Chromium 12.0.742.91 (which doesn't have a problem with extension installation) is available in testing repos, but I am not sure I wanna run Wheezy by now... I was thinking to temporary add "wheezy main contrib" to my /etc/apt/sources.list, upgrade Chromium (which will also require to update some libraries to satisfy its dependencies) and then remove testing from my source list. Is this a good idea or is not Any better solution?? Thanks Cheers Mattia
Your idea is not so good because you would not recieve any security updates. You can use the Testing repo but you have to use pinning. http://wiki.debian.org/AptPreferences#Pinning You do not have to run Testing yet of course. But there exists also the possibility to use Chrome not Chromium directly from Google.
Upon booting my LVM wheezy setup, I get Code: Select allfsck.ext3: Unable to resolve 'UUID=theUUID' where "theUUID" (without the quotes) is the UUID I believe this is caused by me trying to get lvm to use the external /boot because when I had unmounted the external /boot, it was creating a /boot in root. So, I booted a live cd and mounted the external /boot where /boot in the root volume is supposed to be. Basically, I think the problem is that I need to make my /boot (which is the only ext3 partition in the entire system and I want it that way) "relate itself" to the lvm root so that it boots into the system. As mentioned earlier, in the live CD, I made the external /boot mount itself in the root's /boot but I don't know how to tell the system to do this on its own while booting without my assistance. I chrooted from the live cd which involved a lot of tedious stuff but basically the important stuff I did were: Code: Select allgrub-install /dev/sdb update-grub update-initramfs -u If I am being confusing, just ask me to clarify. Any help would be greatly appreciated! Thanks in advance! P.S. I get the issue in the Subject of this topic by telling tune2fs to mark the external /boot, lvm / and /home partitions as "dirty."
Just set the boot partition via fstab and it'll be fine (as far as mounting the boot partition as /boot goes).
Hello all, I'm very new to Debian, though not so new to Linux. I could use some help with my internet connection, if possible. I have used the information available at wiki.debian.org/iwlagn to install firmware etc for my Intel Pro Wireless 4965 card. According to the network applet the connection is good, but it only seems to work when my ethernet cable is plugged in. I get no connection without the cable in, even though clicking on "edit connections" shows that ethernet is shown as "device not managed". With the cable plugged in I can get emails. Iceweasel will connect to the internet, but Epiphany will not. Without the cable I get no internet connection at all. Thanks for any suggestions I include a screenshot of my Active Network Connection screen with the ethernet cable plugged in - it shows a speed of 54MB/s which changes shortly after to 1MB/s Oh, apparently I don't include a screenshot as the board quota has been reached
Did you install the required firmware actually? Could not figure it out from your post.
This one is making me a bit confused since I am unable to find the log file. Ok here goes the background: If I build alsa using m-a it seems to work with skype and wine but the stock installed debs does not. (Skype crashes etc). So I use module-assistant to build the driver and it works. However if I use a custom kernel it complains that it 'can not find the headers'. I have confirmed the headers are installed and using m-a to build virtualbox-ose works. Can someone help me find the log file or etc, it would be very nice to be able to use a custom kernel along with alsa. UPDATE: If I try to build the deb manually I get the following error: dpkg-checkbuilddeps: Unmet build dependencies: kernel-headers Pointing the debian rules to the specific headers does not help. I think the solution is somewhere in this directory though. UPDATE: I removed the dependency on 'kernel headers' in /debian/control and it fails on the step: Code: Select allchecking for directory with kernel top-level makefile... /usr/src/linux-headers-2.6.32-5-vb1 checking for directory with kernel headers... failed
The headers package install is supposed to create symbolic links in /lib/modules/<kernel-version> that link to /usr/src/linux-headers-<kernel-version>, the links are called "build " and "source". Could you check and see if those exist? If not, the command to create them in the terminal for the running kernel (I'm going to use uname -r to automatically supply it) Code: Select allcd /lib/modules/$(uname -r) su -c 'ln -s /usr/src/linux-headers-$(uname -r) build' su -c 'ln -s /usr/src/linux-headers-$(uname -r) source' Debian kernels cut the header packages up into several different ones--the links may point to the -common package instead.
(spaced removed to put [solved] infront) I have triplebuffer set up in the xorg.conf, i am using the squeeze Nvidia drivers (the ancient one), installed debian way. In nvidia-settings, i have enabled all the entries of sync to vblank, but after i log in, if i go a glxgears, i get 1000+fps, then i start nvidia-settings, the screen flickers when it starts for some reason, resolution is still at native (1366x768), after starting and quitting nvidia-settings, starting glxgears made it 60fps. How to i make sure sync to vblank is forced? i prefer it this way.
solved add to autostart Code: Select allnvidia-settings -l &
Something must have broken somewhere, but I have no idea why or how. After installing Squeeze and getting everything to work, I pretty much left my system unchanged. The only exception was trying out the latest KDE from the repositories ... which I later deleted again. Right around that same time I also noticed problems with Iceweasel 4.01 not rendering text on very few web pages properly. I attributed that problem strictly to Iceweasel/Flash/Java though, see here: http://forums.debian.net/viewtopic.php?f=6&t=65324 However, now I'm beginning to think that something more serious is going on. Yesterday I tried to uninstall a video related application from the software center ... waited forever ... but it would not uninstall. No error message or anything else, just the endless "busy circle" for several minutes until I eventually closed the window. About an hour later I wanted to see if there were any new Squeeze updates available, opened up the Update Manager, and received ... two completely blank windows ??? The larger of the two windows was clearly the main update manager window since that's what the titlebar stated. The buttons for ... check ... install updates ... close ... and so on were also there, but no content whatsoever in the main window portion of the update manager. I couldn't click on anything either because of the second tiny window that appeared on top of the update manager. That tiny window also had the title ... Update Manager ... which was all that was visible. No content, no buttons, no minimze, enlarge, or close button ... nothing! The only way that I could close that non-functioning Update Manager was via the "force application to close" symbol that I keep handy on the desktop. So I figured, okay, between some terminal usage and software center, perhaps something is going on where it might be a prudent idea to restart the system. So I shut it down completely, waited an hour or so, and turned it on again. Everything is working fine (as it was before, except for browser text rendering & update manager). So this time I decide to use Synaptic as opposed to the Update Manager. It's the only thing that I've used on the system today (aside from checking my email). Well, when I try to start Synaptic, a small error window opens up with this message: Unable to get exclusive lock This usually means that another package management application (like apt-get or aptitude) is already running. Please close that application first. But I am not, nor have I been using anything else today! Any idea what's causing this? Is it possible that when I removed KDE that other important items were inadvertently removed as well? I followed standard instructions (don't remember the exact page/details) and removed nothing else, at least not that I'm aware of. I do have Compiz running but I've always had it running right after the installation of Squeeze. I'd really hate to reinstall my entire system because of these issues, but I will if there's no other way .... Any help would be much appreciated. Thanks in advance.
Hve you tried a reboot?
Thats the problem, I have dosfstools installed but when i push mkfs...command not found....tha odd is when i install gparted for instance same thing i can't push gparted... My system was built from debian 6 terminal based, and is now with openbox / thunar, put it simple, with the only things i need, i dont have any package conflict..so i dont get it... Anyone with this problem.. Thanks REV
You need to be root to use the command. Use the root terminal. Code: Select allmkfs.vfat
Hi! This might be nothing but when booting a computer directly into the console (tty), and running htop, I expect the list of running processes to be very short, but it turns out I have more than 50 instances of Code: Select all/usr/sbin/console-kit-daemon --no-daemon running (see screenshot below). Is this normal? http://ompldr.org/vOTNheg/file.png
It is normal. Those are not processes, it is only one process with several treads which htop shows as more processes. If you are unsure, kill any of them, it'll kill every single one of them.
Sid cmake 2.8.1-2 dh-make .54 dpkg-dev 1.15.7.1 I'm having some issues building deb packages. dh_make --createorig behaves as expected, but when I attempt to buld the package with dpkg-buildpackage -rfakeroot the build dies on a dpkg-source error. Code: Select alldpkg-buildpackage -rfakerootdpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2 dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): dpkg-buildpackage: source package plasma-applet-daisy dpkg-buildpackage: source version 0.0.4.22-1 dpkg-buildpackage: source changed by burnside <burnside@dream> dpkg-buildpackage: host architecture i386 fakeroot debian/rules clean dh clean dh_testdir dh_auto_clean dh_clean dpkg-source -b plasma-applet-daisy-0.0.4.22 dpkg-source: error: can't build with source format '3.0 (quilt)': no orig.tar file found dpkg-buildpackage: error: dpkg-source -b plasma-applet-daisy-0.0.4.22 gave error exit status 255 I got nothing. I suspect there's something wrong with my local setup, but build-essential and the core kde dev packages are installed. Google hasn't given me much help and I can't find any related bugs so I throw myself on wisdom of the forums.
Hmmmm---I actually ported over Daisy from the Ubuntu Lucid repo, so I had an original source tarball sitting there when building it for Mepis. So you had a source folder and an .orig folder when you launched the build command?
Hey guys! I've been around for a while, and I've tried using FAQ's, search engines, etcetera to solve my problems and questions, but sooner or later I came up with some problems. Here are the questions: 1) I am looking for a CD/DVD install image that suits me, preferably having the base system, xorg, awesome and if it's a DVD, xfce and lxde would be nice too. I know there are dozens of different images with different sets of software, but going over the lists is very confusing. Is there any easier way to do that? For example, a shorter list saying "DVD1 contains GNOME and KDE, DVD2 contains XFCE and LXDE, DVD3 contains..." 2) I would like to become a Debian Maintainer, and I found a very simple, architecture-independent package that would be perfect for starting. I sent an answer to the bug report for it, but the old maintainer won't answer. It's almost been a month. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592977 3) I've been reading about Debian Rolling for the last few weeks, but is that branch going to be out before the next freeze (7.0)? Many thanks for your time!
danielmarti5 wrote:Hey guys! I've been around for a while, and I've tried using FAQ's, search engines, etcetera to solve my problems and questions, but sooner or later I came up with some problems. Here are the questions: 1) I am looking for a CD/DVD install image that suits me, preferably having the base system, xorg, awesome and if it's a DVD, xfce and lxde would be nice too. I know there are dozens of different images with different sets of software, but going over the lists is very confusing. Is there any easier way to do that? For example, a shorter list saying "DVD1 contains GNOME and KDE, DVD2 contains XFCE and LXDE, DVD3 contains..." The quickest and easiest way is just to install the base system first and then the desktop environment you want. But if you want to make your own customized installation CD with awesome or something, remastersys is a good option. danielmarti5 wrote: 2) I would like to become a Debian Maintainer, and I found a very simple, architecture-independent package that would be perfect for starting. I sent an answer to the bug report for it, but the old maintainer won't answer. It's almost been a month. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592977 Please see: helpme. You could subscribe to the mailing list for novice maintainers. danielmarti5 wrote: 3) I've been reading about Debian Rolling for the last few weeks, but is that branch going to be out before the next freeze (7.0)? Many thanks for your time! There's a recent forum thread here about that.
I try to play a DVD but get the error Could not read from resource
What error did you get? Have you installed yet the codecs you need to play DVDs?
I have Debian squeeze arm installed on Sharp Zaurus SL-C3100 clamshell pda. Could not get gpsdrive (2.10~pre4-6.dfsg-5+b2) to read gpsd, xgps works and shows at least 7 satellites, also cat /dev/ttyS4, what is Billionton CF-gps receiver shows valid NMEA sentences. There was a bug filed on bug tracking system, no answers. So decided to try foxtrotgps. Problem is, that Zaurus has one cf-slot, and therefore I can't use cf-wlan (or cf-lan) and cf-gps at the same time. I had google maps downloaded for gpsdrive, which worked when I was using pdaXii13, which has not been maintained for years. Is there a way to use these downloaded google maps with foxtrot? Or to pre download OSM maps and use them?
On the desktop, I can right-click on a displayed map and have it download the map plus a certain number of zoom levels. If your device does not support right-click, perhaps you can transfer the maps over from another machine. They end up in your HOME/Maps folder.
I am using Deluge on my Debian server, for a simple auto start at boot I us the following lines in the /etc/rc.local Code: Select allsudo -u User deluged sudo -u User deluge-web Deluge is running after boot but i wane check if its running with User account and not as root. So I did a ps -aux | grep deluge and notice a line that root is trying to run the command sudo -U User deluge-web (i think its trying). User 1735 1.5 1.0 187680 21604 ? Sl 16:30 0:04 /usr/bin/python /usr/bin/deluged root 1736 0.0 0.0 20924 1168 ? S 16:30 0:00 sudo -u User deluge-web User 1737 1.5 1.1 70400 24084 ? S 16:30 0:04 /usr/bin/python /usr/bin/deluge-web The question is what does this mean? can i leave it running, is it better to kill it if so how to prevent that it happen on start-up. thanks in advance
I really enjoyed this link ymmv http://www.linux.com/news/enterprise/sy ... cd-scripts if it's only needed per user, are you sure it needs to be started this way?
Hi, I'm becoming nuts with conky and remind me of the time when to draw a line we need to input the start and the end point, even so i realllyyy like the resources it consume...or better it don't... Said that all the config i find put all the info in one place of the screen, in this example on the right side: http://rockrknight.deviantart.com/art/F ... -178217378 or like conky colors where you can put in either side, or other complex examples that use folders with images..that at least i need one day to study all the variables it has... What i want is something simple, in my black background i dont want images and effects, only white simple text. My problem is: i want for instance my specs above, my log info in the middle, my music info bellow (above my clock) and in conky config i'm hitting my head in the wall.... For instance if i use my facebook script to appear in the midle how the hell can i put my music info bellow without ruined the facebook in the midle...do i need 2 conky configs? i hope not. Thanks for the help in advance REV
Please dont tell me i have to do this, in my conky.conf calling all the confs i need for each of my info, like in this example i find... conky -c /home/1.conf conky -c /home/2.conf and so on..... REV
Hello! I need to install a Linux distribution at work and I'd like to give Debian a try (I've been using Gentoo for years at home). But as it's a Windows environment, I'm currently trying to see how Debian could cope with that, meaning how to register to LDAP (I found this: http://www.ccs.neu.edu/home/battista/do ... index.html), get mails from MS Exchange, ... I saw that for other distributions, they were talking about evolution-mapi to achieve the mail retrieval from MS Exchange, but I saw that the package is not part of Debian Squeeze. Did I see correctly (sorry, Debian noob here )? Is there an alternative? Thanks a lot for your help
Evolution-exhange is what you're looking for, I think. That should let evolution get emails from an exchange server.
I cannot run safemode as user. Iceweasel ignores safemode and opens a normal window. It works fine as root. I tried a slew of switches I found posted on the Mozillazine KB and elsewhere: iceweasel --safe-mode iceweasel -safe-mode iceweasel --safemode iceweasel -safemode None of the above worked as user. I did not test all of them as root after the first one worked so don't know if they would or not. How can I get safe-mode to work as user? Do I need to add myself to a certain Group? Not a biggie but a bit of a pain to have to su to run safemode. I tried to find Iceweasel support list/forum but couldn't find a link. Thanks.
Just in case you don't get much in the way of reply traffic... I was unable to reproduce your problem. Entering iceweasel -safe-mode brought up Iceweasel in Safe Mode.
I have these installations: 1. Wheezy on SSD (/dev/sdb) in one single partition (50GB) 2. Squeeze on HDD (/de/sda) with /boot, /root and /home. Both drives are ext4 and they share one single swap partition. I normally run wheezy on ssd since it is much faster. But, I have to log into my /home in squeeze in order to access my data there. Is there a way that I can change wheezy to use the /home in the squeeze (second hdd)? TIA
Just mount your Squeeze /home partition onto your Wheezy /home directory. Code: Select allmount /dev/sda? /home You need to be somewhat careful because certain Squeeze configuration files may be incompatible with the Wheezy versions of the same installed programs. Perhaps it would be better to just mount your Squeeze /home partition onto a different mount point (for example, "mount /dev/sda? /mnt/tmp") and access the data files you need that way.
I am trying to upgrade from squeeze to wheezy (using my sandbox installation). After upgrade, I booted into 2.6.38-2-amd64 kernel, but there are no networks. I managed to fix the wired network, but have trouble with wireless network. In squeeze, I compiled the driver for my ralink usb and worked ok. But I cannot compile it in wheezy. Here is the output error: Code: Select allroot@SHUM-i7:/home/shum/Downloads/Ralink/2009_1110_RT3070_Linux_STA_v2.1.2.0# make make -C tools make[1]: Entering directory `/home/shum/Downloads/Ralink/2009_1110_RT3070_Linux_STA_v2.1.2.0/tools' gcc -g bin2h.c -o bin2h make[1]: Leaving directory `/home/shum/Downloads/Ralink/2009_1110_RT3070_Linux_STA_v2.1.2.0/tools' /home/shum/Downloads/Ralink/2009_1110_RT3070_Linux_STA_v2.1.2.0/tools/bin2h cp -f os/linux/Makefile.6 /home/shum/Downloads/Ralink/2009_1110_RT3070_Linux_STA_v2.1.2.0/os/linux/Makefile make -C /lib/modules/2.6.38-2-amd64/build SUBDIRS=/home/shum/Downloads/Ralink/2009_1110_RT3070_Linux_STA_v2.1.2.0/os/linux modules make[1]: Entering directory `/usr/src/linux-headers-2.6.38-2-amd64' CC [M] /home/shum/Downloads/Ralink/2009_1110_RT3070_Linux_STA_v2.1.2.0/os/linux/../../common/crypt_md5.o CC [M] /home/shum/Downloads/Ralink/2009_1110_RT3070_Linux_STA_v2.1.2.0/os/linux/../../common/crypt_sha2.o CC [M] /home/shum/Downloads/Ralink/2009_1110_RT3070_Linux_STA_v2.1.2.0/os/linux/../../common/crypt_hmac.o CC [M] /home/shum/Downloads/Ralink/2009_1110_RT3070_Linux_STA_v2.1.2.0/os/linux/../../common/mlme.o /home/shum/Downloads/Ralink/2009_1110_RT3070_Linux_STA_v2.1.2.0/os/linux/../../common/mlme.c: In function ‘BssTableSetEntry’: /home/shum/Downloads/Ralink/2009_1110_RT3070_Linux_STA_v2.1.2.0/os/linux/../../common/mlme.c:4002:39: warning: operation on ‘Tab->BssOverlapNr’ may be undefined CC [M] /home/shum/Downloads/Ralink/2009_1110_RT3070_Linux_STA_v2.1.2.0/os/linux/../../common/cmm_wep.o CC [M] /home/shum/Downloads/Ralink/2009_1110_RT3070_Linux_STA_v2.1.2.0/os/linux/../../common/action.o CC [M] /home/shum/Downloads/Ralink/2009_1110_RT3070_Linux_STA_v2.1.2.0/os/linux/../../common/cmm_data.o CC [M] /home/shum/Downloads/Ralink/2009_1110_RT3070_Linux_STA_v2.1.2.0/os/linux/../../common/rtmp_init.o /home/shum/Downloads/Ralink/2009_1110_RT3070_Linux_STA_v2.1.2.0/os/linux/../../common/rtmp_init.c: In function ‘RtmpRaDevCtrlInit’: /home/shum/Downloads/Ralink/2009_1110_RT3070_Linux_STA_v2.1.2.0/os/linux/../../common/rtmp_init.c:3709:2: error: implicit declaration of function ‘init_MUTEX’ /home/shum/Downloads/Ralink/2009_1110_RT3070_Linux_STA_v2.1.2.0/os/linux/../../common/rtmp_init.c:3710:2: warning: passing argument 2 of ‘os_alloc_mem’ from incompatible pointer type /home/shum/Downloads/Ralink/2009_1110_RT3070_Linux_STA_v2.1.2.0/include/rtmp.h:5704:13: note: expected ‘UCHAR **’ but argument is of type ‘UCHAR *’ make[4]: *** [/home/shum/Downloads/Ralink/2009_1110_RT3070_Linux_STA_v2.1.2.0/os/linux/../../common/rtmp_init.o] Error 1 make[3]: *** [_module_/home/shum/Downloads/Ralink/2009_1110_RT3070_Linux_STA_v2.1.2.0/os/linux] Error 2 make[2]: *** [sub-make] Error 2 make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/src/linux-headers-2.6.38-2-amd64' make: *** [LINUX] Error 2 There are 2 errors. But in squeeze, I have done this many times and worked. Any ideas please. TIA
That driver may be too old for 2.6.38. Try the newer 2.5.0.2 driver. http://www.ralinktech.com/support.php?s=2
Using Gnome, with which I am unfamiliar and am trying to get the basic thing of recording whatever is on the screen, 'screencasting'. So tried adapting http://verb3k.wordpress.com/2010/01/26/ ... -on-linux/ to debian. But the command Code: Select allffmpeg -f alsa -ac 2 -i pulse -f x11grab -r 30 -s 1024x768 -i :0.0 -acodec pcm_s16le -vcodec libx264 -vpre lossless_ultrafast -threads 0 output.mkvobjects to 'pulse', so what should be put in as the sound server for gnome? Thanks any help.
Code: Select all$ ffmpeg -f alsa -ac 2 -i pulse -f x11grab -r 30 -s 1024x768 -i :0.0 -acodec pcm_s16le -vcodec libx264 -vpre lossless_ultrafast -threads 0 output.mkv ffmpeg version git-N-30155-g01a73d6, Copyright (c) 2000-2011 the FFmpeg developers built on May 23 2011 22:32:40 with gcc 4.4.5 configuration: --enable-gpl --enable-version3 --enable-nonfree --enable-postproc --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-x11grab libavutil 51. 2. 1 / 51. 2. 1 libavcodec 53. 6. 0 / 53. 6. 0 libavformat 53. 2. 0 / 53. 2. 0 libavdevice 53. 0. 0 / 53. 0. 0 libavfilter 2. 10. 0 / 2. 10. 0 libswscale 0. 14. 0 / 0. 14. 0 libpostproc 51. 2. 0 / 51. 2. 0 ALSA lib pcm.c:2190:(snd_pcm_open_noupdate) Unknown PCM pulse [alsa @ 0x9d1ab40] cannot open audio device pulse (No such file or directory) pulse: Input/output error james@debian:~$ ps -A|grep pulse 31580 ? 00:00:00 pulseaudioAnybody know what to put in instead of 'pulse', or what? I am not knowleageable - just followed a howto. Does it matter that pulse seems to report an input/ouput error?
Trying out Kubuntu, I was pleasantly impressed with the in-depth localization of KDE. Anyway, Debian + KDE seems way behind. I set my locales using dpkg-reconfigure locales but few popular applications got properly translated. Crucial apps, like Dolphin, K3B or notification daemon still haven't a single word in my native language. Is there a way to import Ubuntu localization?
gdm3 lets you choose the localization before starting a session, else u have to edit some files (like duh) kdm i am not too sure, but when ur localization is chosen everything will be translated if possible.
I was installing a Conexant driver when the process was interupted. Now when I try to open synaptic or install upgrades I get this message; Code: Select allE: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. E: _cache->open() failed, please report. When I run; 'dpkg --configure -a' I get; Code: Select allroot@dbsq:/home/nigel# dpkg --configure -a Setting up dgcmodem (1.01) ... Conexant DGC USB modem driver, version 1.01 If you need assistance or more information, please go to: http://www.linuxant.com/ When reporting a problem for the first time, please send us the file generated by "dgcconfig --dumpdiag". No pre-built modules for: Debian-wheezy/sid linux-2.6.38-2-686 i686-SMP Trying to automatically build the driver modules... (this requires a C compiler and proper kernel sources to be installed) Where is the linux source build directory that matches your running kernel? [/lib/modules/2.6.38-2-686/build] I have looked around and read on the issue however most suggested fixes involve synaptic which I can't use as it open the the same 'E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. E: _cache->open() failed, please report.' message. Is there someway out of the problem by using a terminal command?
That deb builds a kernel module as part of the install, so build-essential and your kernel headers need to be installed first. You could try force-removing the package that's creating the hang-up" su -c 'dpkg -r --force-all <package_name>' Though I don't have any idea if this would work.
Hi all, Today I was updating grub and for some reason the system hanged. Going to a tty did not solve any problems. At the end I had to do a hard reboot and came up with the following on the grub boot Code: Select allreloc offset is out of segment Entering rescue mode grub rescue > Googling for the above I landed on this page. http://kcching.blogspot.com/2010/08/ubu ... -with.html While I'm going to try the later part, is there anything else I need to know about ? Didn't have to do much, took the the Squeeze 6.10.a DVD, asked it to run into rescue mode and then did grub-install giving the MBR (hd0) as the place to be. Things worked nice after that. Upon booting had to run Code: Select alldpkg --configure -a and it updated grub to 1.99-5 among other updates. Did not know that Squeeze had a rescue method as well (just like Ubuntu live CDs have). Now just have to wait for Debian to get Live CD/DVD as default
As far as I can remember, there is live-build that can create live Debian CDs.
Respected Users/Admins hello, I am a Fedora user and have recently shifted to Debian. I tried to install httperf using the following command as root user: Code: Select allapt-get install httperf but apt-get cannot locate the package: Code: Select allroot@D6-VM:/home/saad# apt-get install httperf Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package httperf root@D6-VM:/home/saad# Then I tried to compile httperf from source. I successfully ran the configure script but cannot do make, here is the output of ./configure and make commands: Code: Select allroot@D6-VM:/home/saad/httperf-0.9.0# ./configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking for cc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking whether cc needs -traditional... no checking for sqrt in -lm... yes checking for main in -lcrypto... no checking for SSL_version in -lssl... no checking for getsockopt in -lsocket... no checking for socket in -lnsl... yes checking for inet_aton in -lresolv... yes checking for working alloca.h... yes checking for alloca... yes checking for ANSI C header files... (cached) yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking openssl/ssl.h usability... no checking openssl/ssl.h presence... no checking for openssl/ssl.h... no checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for ssize_t... yes checking whether time.h and sys/time.h may both be included... yes checking for u_char... yes checking for u_short... yes checking for u_int... yes checking for u_long... yes checking for unsigned long long int... yes checking for u_wide... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking return type of signal handlers... void checking for working strtod... yes checking for vprintf... yes checking for _doprnt... no checking for gethostbyname... yes checking for gettimeofday... yes checking for memset... yes checking for munmap... yes checking for select... yes checking for socket... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strncasecmp... yes checking for strrchr... yes checking for strstr... yes checking for strtol... yes checking for strtoul... yes checking for inet_aton... yes checking for getopt_long... yes configure: creating ./config.status config.status: creating Makefile config.status: creating man/Makefile config.status: creating src/stat/Makefile config.status: creating src/lib/Makefile config.status: creating src/gen/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands root@D6-VM:/home/saad/httperf-0.9.0# make bash: nmake: command not found root@D6-VM:/home/saad/httperf-0.9.0# I have tried searching nmake but am unsuccessful can anyone here help me? Here are the contents of my /etc/apt/sources.list Code: Select all# # deb cdrom:[Debian GNU/Linux 6.0.0 _Squeeze_ - Official i386 DVD Binary-1 20110205-17:27]/ squeeze contrib main # deb cdrom:[Debian GNU/Linux 6.0.0 _Squeeze_ - Official i386 DVD Binary-1 20110205-17:27]/ squeeze contrib main deb http://security.debian.org/ squeeze/updates main contrib deb-src http://security.debian.org/ squeeze/updates main contrib
Your sources.list only contains the lines Code: Select alldeb http://security.debian.org/ squeeze/updates main contrib deb-src http://security.debian.org/ squeeze/updates main contrib Generate sources.list : http://debgen.simplylinux.ch/ Don't forget to add contrib and non-free Mine looks like ( just part of it ) : Code: Select alldeb http://ftp.nluug.nl/pub/os/Linux/distr/debian/ squeeze main contrib non-free deb-src http://ftp.nluug.nl/pub/os/Linux/distr/debian/ squeeze main contrib non-free deb http://security.debian.org/ squeeze/updates main contrib non-free deb-src http://security.debian.org/ squeeze/updates main contrib non-free deb http://backports.debian.org/debian-backports/ squeeze-backports main Use others servers depending on your country....
Hi, just got a new LCD, the fonts are a little blurry. This is what i got in my .Xdefaults: Code: Select allXft.dpi: 80 Xft.antialias: true Xft.hinting: full Xft.hintstyle: hintslight Xft.rgba: rgb Is there something else i can add to it or change? Thx
Check this forum first before posting a question here. Most issues are already discussed here! http://forums.debian.net/viewtopic.php? ... ilit=fonts http://forums.debian.net/viewtopic.php? ... 4&start=15
I am trying to install grsecurity as per http://kernelsec.cr0.org/ The sources.list file is as follows. root@debian:/etc/apt# cat sources.list # # deb cdrom:[Debian GNU/Linux 6.0.1a _Squeeze_ - Official i386 DVD Binary-1 20110322-15:11]/ squeeze contrib main deb cdrom:[Debian GNU/Linux 6.0.1a _Squeeze_ - Official i386 DVD Binary-1 20110322-15:11]/ squeeze contrib main deb http://ftp.us.debian.org/debian/ squeeze main deb-src http://ftp.us.debian.org/debian/ squeeze main deb http://security.debian.org/ squeeze/updates main contrib deb-src http://security.debian.org/ squeeze/updates main contrib # squeeze-updates, previously known as 'volatile' deb http://ftp.us.debian.org/debian/ squeeze-updates main contrib deb-src http://ftp.us.debian.org/debian/ squeeze-updates main contrib deb http://debian.cr0.org/repo/ kernel-security/ root@debian:/etc/apt# **************************************** GPG key is correct. root@debian:/etc/apt# apt-key list /etc/apt/trusted.gpg -------------------- pub 1024D/F42584E6 2008-04-06 [expires: 2012-05-15] uid Lenny Stable Release Key <debian-release@lists.debian.org> pub 4096R/55BE302B 2009-01-27 [expires: 2012-12-31] uid Debian Archive Automatic Signing Key (5.0/lenny) <ftpmaster@debian.org> pub 2048R/6D849617 2009-01-24 [expires: 2013-01-23] uid Debian-Volatile Archive Automatic Signing Key (5.0/lenny) pub 4096R/B98321F9 2010-08-07 [expires: 2017-08-05] uid Squeeze Stable Release Key <debian-release@lists.debian.org> pub 4096R/473041FA 2010-08-27 [expires: 2018-03-05] uid Debian Archive Automatic Signing Key (6.0/squeeze) <ftpmaster@debian.org> pub 2048R/D17D426D 2007-06-17 uid kernel-security (Security packages for Debian/Ubuntu) <kernel-security@cr0.org> root@debian:/etc/apt# **************** Now when I try to install the package I get this message. What am I doing wrong? root@debian:/home/abcd# apt-get install linux-image-2.6.32.15-1-grsec Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package linux-image-2.6.32.15-1-grsec E: Couldn't find any package by regex 'linux-image-2.6.32.15-1-grsec'
Hi I received your comment in my tutorial Install grsecurity kernel security from binary package (without kernel recompile) on Debian and Ubuntu - http://www.pc-freak.net/blog/install-gr ... nd-ubuntu/ I forgot to mention that the command: debian:~# apt-get update needs to be issued. Try to issue the command and try again. However be careful make sure you have a previous kernel, in case if something doesn't work out of the box
Did not know where to post this so general looks good i guess I have three pc's in the house, one desktop and three laptops. the two windows pc's (windoze 7) worked with dsl and firefox just fine. my linux debian laptop DID give me a network connection, i can log in as admin and change the router/modem ect with no prob. i cant get the default browser in debian to load a page. iceweasel says cant resolve the host name. i have WOW and secondlife installed and both games work fine. i can get a connection on the wireless and play them with no prob. I cant surf the web with any default browser in debian. any ideas? this has me scratching my head, i can ping, i can play games. i have a internet connection. i just cant surf so its got to be in the web browser settings? i looked, did not change anything, but do not see what could be causing this. chris (spelling mistakes? really?)
Probably not a browser issue. Rather, this sounds for all the world like a DNS problem. Typically, DNS servers are assigned by DHCP. Please post the output of:Code: Select allcat /etc/resolv.conf Also, let's try a ping to a 'Net address. What happens if you Code: Select allping 74.125.53.99
I want to use LaTeX text in Inkscape. Just a simple thing like $$x_i$$. There is an extension called textext with installation manual. Basically one have to copy four files into /usr/share/inkscape/extensions and one more option appears in Extensions menu. So far so good. If I try to use that extension I get an error message: Code: Select allTraceback (most recent call last): File "/usr/share/inkscape/extensions/inklatex.py", line 7, in <module> import xml.dom.ext.reader.Sax2 ImportError: No module named ext.reader.Sax2 Googling you can find several topics about that error from 2004 or earlier saying to install PyXML and providing a link to it, where it is said "Out of date. Do not use it." I have tried to build that PyXML though -- without success (lots of compile errors). Anyone uses LaTeX text in Inkscape or knows how to resolve the problem?
python-xml in Lenny appears to have been replaced in Squeeze by python-lxml. Can you try installing that package and see if that fixes the error?
Hello, I'm tryin to install virtualbox on my debian testing, but when i check my package manager there is no virtualbox-ose package. Will virtualbox availabe again in testing ? Thx
Why not : http://www.virtualbox.org/wiki/Linux_Downloads
i'm using iceweasel 4 form mozilla.debian.net, in last few days my package manager can't access their repository, their web page also unaccessible. Anyone knows why? thx
Same here....Just be patient...
I am building a website for network use (maybe open it up later for my friends) but wanted to stream live video to a webpage with a chat bar so multiple people can chat and use their cams (maybe with voice?). looks like ffmpeg would do this ,but getting conflicting reading on the net as to which programs on linux debian are best. Vlc is an option but looks like the security is weak?. any suggestions welcome, tell me if you use it and what it can do and whats best? also does apache have the abulity to stream video? didnt really see it anywhere or in the read me. chris
Maybe webcamstudio? http://www.ws4gl.org/ Shoot, that's what I forgot to package for the M11 repo!
So I'm using Iceweasel 4 from the mozilla.debian.net repos. I recently upgraded a friend's computer from Windows Vista to Debian Linux. I went over to his house to chill and hopped on his computer to check my Facebook and noticed that his Iceweasel has the Firefox 4 single menu button at the top left of the window. He's not a tech-savvy user so he probably enabled this feature by accident, but I can't seem to figure out how to do it. Can somebody help me out? He's using the same version of Iceweasel as myself by the way.
From the regular iceweasel menu... Code: Select allView-->Toolbars-->Menu Bar When you uncheck the Menu Bar it's replaced by the single button. I believe the default button placement is to the left of the tabs, but the "Movable Firefox Button" add-on allows you to to place it on any toolbar.
Hi all, I have Debian v6.0 unstable successfully installed on ACER 8930G laptop with all the bells and whistles (nVidia 3D enabled, compiz, fusion,etc... ). I noticed every time I used gedit editor I get a warning like this when typed gedit /etc/apt/sources.list Code: Select all(gedit:15464): EggSMClient-WARNING **: Failed to connect to the session manager: None of the authentication protocols specified are supported (gedit:15535): EggSMClient-WARNING **: Failed to connect to the session manager: None of the authentication protocols specified are supported GConf Error: Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. It also happened when I accessed xorg.conf file as well. None of the above happened when I used text editors like vi, nano etc. Only happened with gedit. I noticed this error even in stable, testing and unstable branches so it has nothing to do with being unstable. Why?
I have Debian v6.0 unstable There's no such thing as Debian v6.0 unstable. What did you install, Debian 6 (squeeze) or Debian Unstable or something else?
Hi all, I had the illtime to upgrade to libc6 and it broke my kernel. I saw the bug-report but as I'm not cool/familiar with grub2 here's what my kernel line says and what the solution in bug-report says . Its a dual-boot box which got broken/borked. the following is after pressing 'e' for editing the kernel booting process in GRUB2 :- Code: Select allset params 'Debian GNU/Linux, with Linux 2.6.38.2+' insmod part_msdos set root='(hd0,msdos9)' search --no-floppy --fs --uuid --set=root , long alphanumeric uuid code echo 'Loading linux 2.6.38.2+' linux /boot/vmlinuz -2.6.38.2+ root=uuid long alphanumeric uuid code ro init =/sbin/bootchard quiet echo 'Loading initrd ramdisk ..' initrd /boot/initrd img-2.6.38.2+ The solution in the libc6 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626450 as well as a http://www.vitavonni.de/blog/201105/201 ... .13-3.html says to reboot with parameters like :- Code: Select allbreak=init rw then probably get some kind of $ prompt (this I'm guessing), Code: Select allcd root probably meaning to go /root and then Code: Select all$ ln -s lib lib64 and then sync, unmount and reboot. Ok, now I have difficulty understanding/following the same. I *think* that the break= init rw is to do with this line :- Code: Select alllinux /boot/vmlinuz -2.6.38.2+ root=uuid long alphanumeric uuid code [color=#FF4080]ro[/color] init =/sbin/bootchard quiet should this be changed to simply :- Code: Select alllinux /boot/vmlinuz -2.6.38.2+ root=uuid long alphanumeric uuid code [color=#FF4080]rw[/color] init =/sbin/bootchard quiet Notes :- 1. 'the alphanumeric uuid code' is nothing but a big string of alphanumeric symbols. I http://wiki.debian.org/Part-UUID that uuid big strings are simply a way for Debian to know each unique partition. 2. Most *probably* I formatted /home with ext4 while / is most probably with ext3 itself as that time (6 months before or so) ext4 couldn't do booting on logical extended partition. Looking forward for info.
shirish wrote:Ok, now I have difficulty understanding/following the same. I *think* that the break= init rw is to do with this line :- Code: Select all linux /boot/vmlinuz -2.6.38.2+ root=uuid long alphanumeric uuid code [color=#FF4080]ro[/color] init =/sbin/bootchard quiet should this be changed to simply :- Code: Select all linux /boot/vmlinuz -2.6.38.2+ root=uuid long alphanumeric uuid code [color=#FF4080]rw[/color] init =/sbin/bootchard quiet Correct line, but your change is wrong. It wants to you use something like this: Code: Select alllinux /boot/vmlinuz-2.6.38.2+ root=UUID break=init rwIf you're having trouble getting it to boot, you can perform the repair using any rescue CD (I personally use SystemRescueCD), mounting your root partition and creating the symlink mentioned in the bug report.
wheezy 2.6.38-2-amd64 KDE update (about 15 min ago on other machine) completely obliterated operating system. can't even see it on grub menu. can't find it with super grub II disk either. any way to get it back or must i ...RE-INSTALL....AGAIN?
Gone how? And what upgraded? No issues on a fully upgraded Debian sid system. Other than you formatting the partition you had Debian installed on or doing one of the silly rm -f / things, there is no way it is actually gone. Grub or your kernel may have been removed. That is why you always pay attention to what is being upgraded/installed/removed and why you use apt-listbugs and apt-listchanges on Testing and sid.
I never set up cron before, but I figured I would use it to automate some things. I wrote a few simple bash scripts and threw them in /usr/local/bin, and I set up a time for them to run. The machine was on, but they never ran. If I run the commands manually, they work. But cron never seems to execute them. Inside /var/log I don't see a cron log at all. I set up the scripts to run on Friday at specified hours. Can anyone please spot my mistake? Code: Select all#Edit this file to introduce tasks to be run by cron. # # Each task to run has to be defined through a single line # indicating with different fields when the task will be run # and what command to run for the task # # To define the time you can provide concrete values for # minute (m), hour (h), day of month (dom), month (mon), # and day of week (dow) or use '*' in these fields (for 'any').# # Notice that tasks will be started based on the cron's system # daemon's notion of time and timezones. # # Output of the crontab jobs (including errors) is sent through # email to the user the crontab file belongs to (unless redirected). # # For example, you can run a backup of all your user accounts # at 5 a.m every week with: # 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/ # # For more information see the manual pages of crontab(5) and cron(8) # # m h dom mon dow command 0 1 * * 5 email_etc_backup 0 2 * * 5 update 0 3 * * 5 check_raid 0 4 * * 5 email_package_list
Most common cause of errors I've seen of symptoms where scripts work fine in a shell but not inside cron is PATH issues. cron executes scripts with a default PATH set to /usr/bin:/bin, so I'd recommend you check all your scripts and make sure they include full path if necessary.
I've been using debian unstable/experimental for some time now (1-2 years), though I have never had to deal with anything quite like this. Put simply, my system appears to be completely FUBARed. A few minutes ago I was doing my routine $ sudo aptitude safe-upgrade, this time it was pulling in libc6 2.13-3. Everything looked to be going fine until I get the following Code: Select allSetting up libc-bin (2.13-3) ... (Reading database ... 175567 files and directories currently installed.) Preparing to replace libc6 2.13-2 (using .../libc6_2.13-3_amd64.deb) ... Unpacking replacement libc6 ... dpkg (subprocess): unable to execute rm command for cleanup (rm): No such file or directory dpkg: error while cleaning up: subprocess rm cleanup returned error exit status 2 Could not exec dpkg! E: Sub-process /usr/bin/dpkg returned an error code (100) A package failed to install. Trying to recover: Current status: 10 updates [-7]. Okay, so I go off to do something else, however it turns out now that I'm unable to do anything except work with already running processes and run only internal bash commands! Anything else results in a "No such file or directory" error if I try to execute a binary/script. Since I can cd through my directory tree though, I am able to confirm that all binaries/scripts are still in place with echo * Furthermore, I cannot login to another tty on my machine. I can enter my username however it will stall and if I interrupt the login process, I'm greeted with Code: Select allINIT: cannot execute "/sbin/getty" INIT: id3 respawning too fast: disabled for 5 minutes
Boot from a rescue disk, chroot to your install, reinstall the earlier libc6.
Hi. Below are example screenshots of Freemind from Ubuntu Lucid and Debian Squeeze Lucid Squeeze You'll notice that there is slightly different quality, it is also applies to pdf documents. and my question is.. how do i increase rendering quality in debian squeeze? thanks
I don't see any difference, even if I switch between them very fast, they are pixel to pixel identical to me. Maybe you have different version of X/kernel/drivers/whatever and thus everything is rendered better (differently) in Ubuntu - everything that's being drawed on the screen. But the images seem the same to me.
The folder "xxx" cannot be copied because you do not have permissions to create it in the destination. Have a Raid-System and just made a 3TB ext4 partition and a little ntfs partition... Both Partitions are recognized perfectly and i have access to the ntfs partition without any problems, but when i try to copy a file to the ext4-one i get the message standing above. blkid Code: Select all/dev/sda1: UUID="A694D0D294D0A659" TYPE="ntfs" /dev/sda5: UUID="9490A0F890A0E24A" TYPE="ntfs" /dev/sda6: UUID="bbffc41b-c242-4af0-8997-f1c37afd09c4" TYPE="ext4" /dev/sda7: UUID="8c193e63-40b9-4699-96fe-b283668db1f5" TYPE="swap" /dev/sda8: UUID="86b60f29-ba24-4090-a721-291956aeddf3" TYPE="ext4" /dev/sdf1: UUID="82b61563-5005-4479-9321-5e3e5fbfa1de" TYPE="ext4" /dev/sdf2: UUID="5FF686652AAAAF5E" TYPE="ntfs" /dev/sdf1 = ext4-partition of External Hard Drive /dev/sdf2 = ntfs-partition of External Hard Drive fdisk -l Code: Select allDisk /dev/sdf: 4000.7 GB, 4000694927360 bytes 255 heads, 63 sectors/track, 486390 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00000000 Help would be nice, Greetings, _ari btw: "gksu nautilus", then it works, but i don't want to type that everytime i want to mount/use this partition
You'll need to give yourself write permissions. If you're not particularly security conscious, you can allow "anybody" to write to the drive (I say anybody, I mean anybody who is in possession of the drive) by doing this as root:Code: Select allchmod 777 /path/to/mount/pointReplace "/path/to/mount/point" as appropriate. You should then be able to copy things onto it. If you're curious about the permissions and what "777" means, the chmod manual is pretty good at explaining it ("man chmod").
I want to install a clipboard that will copy from the internet and paste in office. I looked in the package manager and saw a plethora of clipboards. Before testing several, I would be interested in hearing opinions about available packages. Which ones do other users think are more useful or function better?
I like parcellite. It runs in the panel, and is configurable. I've tried several, and came back to parcellite.
Okay, say I had two computers and each had a wireless card, there is no router and no cables or usb sticks etc. Would it be possible to connect the two computers together somehow through the two wireless cards? If so how
Never tried it, but this is the idea; http://wiki.debian.org/WiFi/AdHoc
Is there a terminal command to lock the screen? I am using GNOME if that matters. Any input would be greatly appreciated! Thanks in advance!
Code: Select allgnome-screensaver-command --lock (I think..)
Hi, I'm wondering if exists a way to know how many writings I coulddo on my usb pen, by the moment that the number of writings is limited... anyone can help me? (sorry for my english, I'm italian)
Not really. There is no exact number of writes that flash memory can do before it breaks, it is all statistics and suchlike. And the statistics cover the individual memory cells, so it'll be different for each block on the drive (as will the number writes for each block). Basically, whatever is on your pen drive, keep it backed up somewhere else. One day your pen drive will randomly start breaking, at which point you go buy another. Knowing the number of writes has very little benefit. I'd even go as far as saying it might give you false hope, because sometimes these things just randomly stop working.
Hi all, running Debian Squeeze on a toshiba laptop, 3G ram ,AMD 64. have a game disk (World of warcraft, wrath of the linch king) and when i put it in the drive it does display the grey icon on the desktop but i am not able to unmount it. The two commands i find are : sudo umount /dev/cdrom sudo mount -t iso9660 -o ro,unhide /dev/cdrom /media/cdrom0/ These give the error when trying to eject: /dev/sr0 is mounted cant open with wine, cant run and cant copy to another folder . anyone have a good tutor for installing linch king? this one worked up to this point but now i find its not working for me. any help appricated and thanks in advance EDIT....... what am i doing wrong here? chris@chris-PC:/media/cdrom0$ sudo umount /dev/cdrom [sudo] password for chris: umount: /media/cdrom0: device is busy. (In some cases useful info about processes that use EDIT: i had to re-install debian. I screwed up some files by accident trying to install wine. was my fault cause im so new to linux. lesson learned, read before you save anything !! the device is found by lsof(8) or fuser(1)) how can the drive be busy, ive ask for no other actions. im really new to linux and lost here.
It is busy because you are in it's mount point (lets say reading files). Your path says you are on /media/cdrom0 and you are trying to umount a drive mounted to that mount point.
Was hard to find a title for my Thread. My situation is: Installed Ubuntu along with Debian on my Notebook and use Grub Manager to choose between them on startup.. Since i like Debian now a lot (in past days it was a very hard system to handle, but there has been some progress i noticed), i have to change some things (want Debian as main system now) For Ubuntu i have: (was meant to be main system on Notebook) "/", "/home" and a "swap" partition, but since i am now going to use mainly Debian, i wanted to store my files all in the "/home"-folder of my extended Ubuntu partition (has much more space available) not in the "/home" folder of the Debian system. So i want both (Debian and Ubuntu) to use the same extended partition ("/home") which i created for Ubuntu to save their files like downloads, videos, and so on... Any suggestions or maybe tutorials that could help me? btw: I need Ubuntu for some things (for example: Big Raid System where i need 64bit-technique etc... ) I am pretty much a noob and i guess it'll be some hours of reading and trying to fix this, but i am willing to do so... i just don't even know where to begin with... Greetings from Germany and thanks for your help, _ari
You will have to: 1. mount the /home partition of Ubuntu if it's not automounted by Debian. 2. then you need to automount it so you must edit /etc/fstab. 2a. run 'ls -l /dev/disks/by-uuid' to see the UUID of the partitions then put as /home the one currently used by Ubuntu (with the same values as the current /home in /etc fstab, that is 'defaults') 2b the current /home in /etc/fstab you put another mount-point for it; if it's currently in the same partition as / then just replace it for the above. 3. copy your personal folder (/home/username) to the new /home partition (the one currently from Ubuntu) 4. that's it, as far as I'm thinking now. The system will be the same, only your /home will be in the other partition. If it works then delete the original /home from the first partition. Just as an example for you, here's my /etc/fstab (separate /home partition): Code: Select all# /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # / was on /dev/sda6 during installation UUID=bc2a9fc3-d7cf-4535-953a-db8b3ec924dc / ext4 errors=remount-ro 0 1 # /home was on /dev/sda5 during installation UUID=db46e4bc-5bad-4019-aa8e-98dc36f71040 /home ext4 defaults 0 2 # /mnt/sda1 was on /dev/sda1 during installation UUID=27c727ea-e253-4d9b-b681-2b0abd232816 /mnt/sda1 ext4 defaults,noauto 0 2 # swap was on /dev/sda2 during installation UUID=f02eb156-3675-4c82-9208-9874b0e7faac none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0 /dev/scd1 /media/cdrom1 udf,iso9660 user,noauto 0 0
I just did a standard installation of Debian Squeeze. I want to get the following packages: compiz compizconfig-settings-manager compiz-fusion-plugins-main compiz-gnome compiz-gtk According to the Debian Wiki (if I read it correctly), these packages are all in the Debian Squeeze Stable repo. But when I Code: Select all# apt-get install compiz compizconfig-settings-manager compiz-fusion-plugins-main compiz-gnome compiz-gtk It says that it cannot find the packages. Also, I did not choose to install a DE at tasksel time. I was not connected to the internet during installation. When I plug my ethernet cable in, how do I make it connect to the internet? I believe it is two commands, the first being Code: Select allauto eth0, but I am unsure what the second commands is, or if I am doing it right in the first place. Help in solving my issues would be greatly appreciated. thanks -ChickenPotato
deb http://ftp.us.debian.org/debian/ squeeze main contrib non-free deb-src http://ftp.us.debian.org/debian/ squeeze main contrib non-free
Hi all, I'm sure all of you know this. Sometimes when we update/upgrade packages we get the restart required icon on the desktop panel which means we need to reboot for the update to complete. Is there someway to know which or what package required the reboot to happen ?
Install debian-goodies, then after doing an upgrade, type (as root) checkrestart. This will tell you if any of the currently running programs need restarting.
Hi everyone I'm using Debian testing and sometimes my whole system just locks up. There are 2 cases: 1. System freezes while running * suddenly programs stall until complete freeze * then the whole screen freezes * sound stops playing and locks up in a loop * pushing the keyboard/sys rq/power button doesn't help anything * there are no special log messages (at least as far as i can tell), neither in messages nor xorg.log.1 nor kern.log.1 or any other logfile i checked after i reboot I thought this wasn't supposed to happen on a linux box? A freeze maybe, but no special log messages at all? No kernel panic? Simply nothing? 2. System doesn't start up * startx fails, i end up in console mode * you can hear a fan go to maximum speed * i have to login and reboot * end of messages reads: Code: Select allDec 31 09:57:18 dc8 kernel: [ 4.013097] parport_pc 00:09: reported by Plug and Play ACPI Dec 31 09:57:18 dc8 kernel: [ 4.013142] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE] Dec 31 09:57:18 dc8 kernel: [ 4.024573] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18 Dec 31 09:57:18 dc8 kernel: [ 4.471953] nvidia: module license 'NVIDIA' taints kernel. Dec 31 09:57:18 dc8 kernel: [ 4.471955] Disabling lock debugging due to kernel taint Dec 31 09:57:18 dc8 kernel: [ 4.990116] cfg80211: Using static regulatory domain info Dec 31 09:57:18 dc8 kernel: [ 4.990118] cfg80211: Regulatory domain: US Dec 31 09:57:18 dc8 kernel: [ 4.990119] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) Dec 31 09:57:18 dc8 kernel: [ 4.990121] (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm) Dec 31 09:57:18 dc8 kernel: [ 4.990123] (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) Dec 31 09:57:18 dc8 kernel: [ 4.990124] (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) Dec 31 09:57:18 dc8 kernel: [ 4.990126] (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) Dec 31 09:57:18 dc8 kernel: [ 4.990128] (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) Dec 31 09:57:18 dc8 kernel: [ 4.990129] (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm) Dec 31 09:57:18 dc8 kernel: [ 4.990133] cfg80211: Calling CRDA for country: US Dec 31 09:57:18 dc8 kernel: [ 5.106758] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22 Dec 31 09:57:18 dc8 kernel: [ 5.180828] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input6 Dec 31 09:57:18 dc8 kernel: [ 5.186895] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 Dec 31 09:57:18 dc8 kernel: [ 5.186903] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem Dec 31 09:57:18 dc8 kernel: [ 5.186984] NVRM: loading NVIDIA UNIX x86 Kernel Module 195.36.31 Tue Jun 1 22:08:27 PDT 2010 Dec 31 09:57:18 dc8 kernel: [ 5.368872] ath5k 0000:04:04.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 Dec 31 09:57:18 dc8 kernel: [ 5.368891] ath5k 0000:04:04.0: registered as 'phy0' Dec 31 09:57:18 dc8 kernel: [ 6.101569] ath5k phy0: Atheros AR2414 chip found (MAC: 0x79, PHY: 0x45) Dec 31 09:57:18 dc8 kernel: [ 6.101624] cfg80211: Calling CRDA for country: AM Dec 31 09:57:18 dc8 kernel: [ 6.461984] Adding 10643020k swap on /dev/sda5. Priority:-1 extents:1 across:10643020k Dec 31 09:57:18 dc8 kernel: [ 6.628089] EXT3 FS on sda1, internal journal Dec 31 09:57:18 dc8 kernel: [ 6.696751] loop: module loaded Dec 31 09:57:18 dc8 kernel: [ 7.749380] fuse init (API version 7.13) Dec 31 09:57:20 dc8 kernel: [ 10.758612] ADDRCONF(NETDEV_UP): wlan0: link is not ready Dec 31 09:57:39 dc8 kernel: [ 29.069358] NVRM: RmInitAdapter failed! (0x54:0x38:1748) Dec 31 09:57:39 dc8 kernel: [ 29.069363] NVRM: rm_init_adapter(0) failed I've run a memory test, there wasn't any problem. I also changed the slots i use for my graphics card and my wlan pci card. I have absolutely no clue what's wrong . Does anybody have an idea about what i could do to get some log messages when the machine freezes or something else that puts me in the right direction to maybe someday resolve this problem? Thanks you and have a nice day! Dennis
Denwid wrote:Hi everyone I'm using Debian testing and sometimes my whole system just locks up. There are 2 cases: Dennis Just curious, which version you're using? Lenny or squeeze? Squeeze has gone stable now
Hi, Because of a serious cups bug in Squeeze, I need to install a new instance of Lenny on a computer today. I have been looking around the site, and I cannot find a way to download an installer for Lenny... Is this possible? I just want that first "small" cd for i386 PCs. I can pull the rest over the net. Thanks! G
http://cdimage.debian.org/cdimage/archi ... 86/iso-cd/
I just did a fresh install of Wheezy and every time i try to install something, i get something like this: Code: Select allErrors were encountered while processing ca-certificates-java Down the error message i see: Code: Select allSetting up ca-certificates java Configured to not write apport reports Any ideas? Thanks...
The certificates were upgraded.
Machine has 600MHz Celeron cpu, 256MB ram. I did a Squeeze netinstall. At the software choice stage I unchecked "desktop", and left the bottom choice ("basic system" IIRC) checked. Then I installed Xorg, XFCE, Iceweasel, cups, Abiword, xpdf, using apt-get. It runs well, does what I need, BUT: after I log in and type startx the time scale is: 30 seconds- bar across the bottom of the screen appears 60 seconds- wallpaper appears 205 seconds- icons appear (basic ones, I've not added any) Until the icons appear, if I run Top it shows that cpu usage is 95% or more, ram usage is low, no swap is used. The process that is using all this cpu time is xfdesktop. How do I dig deeper to see what is happening?
To be honest that system is simply too low spec for Xfce. My old craptop with an 866MHz (or something like that) Celeron and 256MB (now retired from use) was unusably slow with Xfce. You are going to need a window manager like openbox, fluxbox or icewm for that machine.
I mean, I followed the http://mozilla.debian.net/ wizard, but I have a problem about I don't have xulrunner-2.0, but I need libcairo2, but I have at the last version(saying apt-get install libcairo2). So is there a way to install Iceweasel 4? Sorry for my not perfect english, and if you want more info, just ask me Edit: I found a way to install it, see post http://forums.debian.net/viewtopic.php? ... 15#p360919
mharrison wrote:Or you could go to mozilla.debian.net and select your version of Debian and select 4.0 and it will give you specific instructions on how to install. Read the first post, thats what he did.
I have installed Debian for Sparc and it works fine. I can't get the video to go above 640x480 but it works. If anyone knows what I need to set to get a higher resolution please tell me. However, the subject of this thread is : Is there a place I can get updates? In my conf file it only shows getting files from the cd. It shows no online sites. I'm sure there will be security updates as well as other software that I will need. Thank you.
Login single user. Code: Select allXorg -configure Edit what you need for your card. What modes can it use? Does it require a frame buffer? Do you need to set the card frequency? http://www.gentoo.org/doc/en/gentoo-sparc-faq.xml Pay attention to: http://www.gentoo.org/doc/en/gentoo-spa ... hap2_sect2 I had to do what was suggested to get FreeBSD running properly on the sunblade1000. If your system has an ultrasparc processor, you should be using a 64bit sparc kernel.
Hello! I am trying to execute command mactime in order to control changes made to the file system, but I am getting an error. I am running the shell as root, and it is the first time I run the command in this system - Debian Squeeze up to date. The I/O is as follows: Code: Select all# mactime 3/1/2011 cannot exec /bin/date: No such file or directory cannot exec /bin/hostname: No such file or directory cannot exec /bin/uname -n: No such file or directory Cannot open /var/cache/tct/data/Amnesiac/body: No such file or directory The first three lines of output are the ones that are worrying at the moment; I am not concerned with the last. Although error messages suggest the programs date, hostname and uname do not exist in /bin directory, they are available as shown by Code: Select all# ls -ald /bin/date /bin/hostname /bin/uname -rwxr-xr-x 1 root root 53996 Apr 28 2010 /bin/date -rwxr-xr-x 1 root root 10780 Mar 22 2010 /bin/hostname -rwxr-xr-x 1 root root 23136 Apr 28 2010 /bin/uname Additionally, there are links from /usr/bin: Code: Select all# ls /usr/bin/date /usr/bin/hostname /usr//bin/uname lrwxrwxrwx 1 root root 9 Apr 15 19:14 /usr/bin/date -> /bin/date lrwxrwxrwx 1 root root 13 Apr 15 19:14 /usr/bin/hostname -> /bin/hostname lrwxrwxrwx 1 root root 10 Apr 23 15:14 /usr/bin/uname -> /bin/uname Thanks in advance.
Run mactime with no arguments and read the usage message. The date string is particularly important.
Hi all, Is there some command where I can do something like :- Lemme know all the packages which I have installed which are in experimental but which can be downgraded or can be had from unstable. Is there such a way ? Looking forward to know.
assuming you have apt-show-versions installed the following will show you all available versions of the packages that you currently have installed from experimental: Code: Select allapt-show-versions -a $(apt-show-versions |grep experiment|cut -d/ -f1) The following will show only the unstable versions which are available (for packages which are currently installed from experimental) Code: Select allapt-show-versions -a $(apt-show-versions |grep experiment|cut -d/ -f1)|grep unstable|grep -v "No unstable version"
Hi all, I want to use bootchart to see how much time its taking for things to load up and the desktop to settle. I am having a little trouble figuring out how to make sure that bootchard loads up each time (non-interactively) so I can easily put up the results and see what could be done better. The man page of bootchartd says :- "bootchartd is commonly used to profile the boot process for the purpose of speeding it up. In this case, it is started by the kernel as the init process. This is configured by adding the init=/sbin/bootchartd option to the kernel command line -- either interactively or by editing the bootloader's configuration file. Please refer to the documentation of your bootloader for details (e.g. lilo, grub or yaboot)." - Man page - bootchartd In Grub I know that any and all the changes are done in /usr/share/grub/default/grub. The only change so far done is with GRUB_TIMEOUT Code: Select all# If you change this file, run 'update-grub' afterwards to update # /boot/grub/grub.cfg. # For full documentation of the options in this file, see: # info -f grub -n 'Simple configuration' GRUB_DEFAULT=0 GRUB_TIMEOUT=5000 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="quiet" GRUB_CMDLINE_LINUX="" # Uncomment to enable BadRAM filtering, modify to suit your needs # This works with Linux (no patch required) and with any kernel that obtains # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...) #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef" # Uncomment to disable graphical terminal (grub-pc only) #GRUB_TERMINAL=console # The resolution used on graphical terminal # note that you can use only modes which your graphic card supports via VBE # you can see them in real GRUB with the command `vbeinfo' #GRUB_GFXMODE=640x480 # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux #GRUB_DISABLE_LINUX_UUID=true # Uncomment to disable generation of recovery mode menu entries #GRUB_DISABLE_RECOVERY="true" # Uncomment to get a beep at grub start #GRUB_INIT_TUNE="480 440 1" Now how or what entry I should put in here so that bootchart starts at the very beginning ?
Try edit /etc/default/grub like Code: Select allGRUB_CMDLINE_LINUX="init=/sbin/bootchartd" and run as root grub-update, then reboot. Peter.
Hi all, Is there anyway to find out which packages are obsolete and which can be removed entirely without a dependancy issue. I get outputs something like this :- Code: Select allCurrent status: 51 updates [-9], 2370 new [-1655]. There are 35 newly obsolete packages: chromium-inspector, console-setup-linux, crystalspace, crystalspace-data, gir1.2-champlain-0.8, gir1.2-gdkpixbuf-2.0, gir1.2-gtk-3.0, gir1.2-totem-plparser-1.0, gnome-themes-standard, gtk-3-examples, gwget, libbluray0, libchamplain-0.8-1, libchamplain-gtk-0.8-1, libclutter-gtk-1.0-0, libcrystalspace-1.4, libcupt2-0, libcupt2-0-downloadmethod-curl, libgail-3-0, libgail-3-common, libgail-3-dev, libgail-3-doc, libgck0, libgcr-3-0, libgdata1.7-cil, libgtk-3-0, libgtk-3-bin, libgtk-3-common, libgtk-3-dev, libgtk-3-doc, libogremain-1.7.1, libpsiconv6, libtelepathy-logger2, printconf, python-foomatic I have no idea what to do. There is one tool called cruft (which I have tried before and it is/was extremely buggy, atleast at the time I tried it. I do not like synaptic hence looking for alternatives (dpkg, aptitude etc) which can help in this
Code: Select alldeborphan $(aptitude search ~o -F"%p") will run deborphan against each "obsolete" package. deborphan will tell you if any packages depend on the given package. You could also set all the obsolete packages as auto-installed. That should trigger a removal for any packages that aren't required. Just note that locally installed packages are also considered "obsolete" so be careful when allowing removal. Code: Select allaptitude markauto $(aptitude search ~o -F"%p")should accomplish marking them auto-installed.
Hi, I have an Acer Aspire One D260 netbook with Wheezy installed. The wireless connection to my router/modem keeps dropping out. The distance between the netbook and modem isn't an issue as it can happen when I'm in the same room as the modem. Most of the time I'm in the next room with a timber wall seperating the netbook from the modem. When I'm in the next room the signal strength is around the 80% mark. I have tried changing wireless channels in the modem however the problem remains the same. The main concern is that after it drops out it cannot connect again as wicd says 'No wireless connection found" I have to reboot the system for a connection to be found again and sometimes on reboot there is still no connection so I must reboot again. The same problems exist using Network Manager. I have one other laptop and two desktop computers running Wheezy and they use the same wireless system without a problem. Any advice on how to solve this would be appreciated.
lspci
Greetings! I got libgnome-keyring0_3.0.0-1_amd64 with my full-update with SMXI this morning. After that, the keyring wouldn't remember any passwords, and empathy wouldn't log into any accounts. A restart didn't help. I downgraded to 2.32.0-1 and everything works again. Anybody else with this problem?
Sort of the same problem here. Just installed Debian Sid from testing netinst and update. When synaptic pops up asking for password, the keyring option doesn't appear. I copied all the keyring configuration files from another sid install (about a week old), and I can see the keys in System/Preferences/Passwords and encryptation keys (seahorse). But the key described as "Local password for user root" as copied from the other install, inside the default or login folder, does not work now. Using the version 2.32 of libgnome-keyring.
It is happening on my netbook with Gnome running Squeeze. It was running squeeze before it became stable. X was running fine and loading automatically on booting. Then I did not use it for some time. Then I ran apt-get updates and upgrades after squeeze became stable. A few packages were kept back. So I did aptitude dist-upgrade. It installed some things and maybe removed some things. After that it will boot only to console. When I do startx on the command line, X session starts and everything seems normal. But it will not boot to the GUI like before. I also checked in the Synaptic and saw xorg and xserver-xorg still installed. I hope I did not break it too badly. Can someone let me know what to look and fix. Thank you.
Try running this command as root: Code: Select allapt-get install gdm3
I have a home server with over 200 GB of photos on it in my /home dir. The server runs Debian squeeze. There's room for two drives, so I had the bright idea to buy a second identical 1TB drive, format it with the same partitions as drive1, and periodically rsync from the main backup on drive1 to drive2. Then if/when drive1 failed, I could just swap in drive 2 with a minimum of fuss and loss. The backup in my /home is a rotating, incremental one that uses hardlinks. The first step, though, involves getting a copy of the huge home with all permissions, timestamps, hardlinks, and so on intact. I mounted the duplicate /home dir of drive2 in /mnt/drive2-home/ so (I think?) it's officially part of the local filesystem, even though it's a different physical drive. I've been trying for days, and crawling all over the web, and all I am is pretty confused. This is what I've tried: rsync -avH : for some reason changed ownership to root and permissions to 700. Not useful. Not sure what I did wrong. cp -al : didn't seem to be handling hardlinks right. took for-bloody-ever. so I cancelled it in hope of finding something better tar -cvpzf backup-home.tar.gz /home/: seemed to be working, but was very slow. Did about 2GB in about 2 hours. The whole thing would take days at that rate. What am I missing? Is there a better way? Or do I just take a deep breath and wait for tar to do its thing?
try using paragon Disk manager do you have access to a windows computer?
Hello, I want to find some interesting games but the complete list looks a bit daunting. I can search the web for this information but what would be even better is if I could search a category in order of popularity. Is there a way to do this? Categories can be found here: http://packages.debian.org/squeeze/ If not, is there a way I can find a list of packages in textlist format (like here: http://packages.debian.org/squeeze/allp ... mat=txt.gz) for each category (rather than a complete list)? Thanks, Josh
Have you tried Synaptic, or even the Software Center? Should both be installed by default in Squeeze if you are using Gnome. If not, you can install them. Code: Select all# apt-get intall synaptic software-center
I've had this problem before in Ubuntu but I don't remember how I fixed it. I have buttons for the open applications on the bottom panel. If I move from one to the other with the mouse, the button highlight doesn't follow. I have to go out of the panel and back in to a different button. I removed and reinstalled the applet to no effect.
Same problem with another theme..?
Hi, Yesterday I installed a RaLink RT2800 802.11n PCI on my squeeze system. Now I have a connection to Internet but I can not connect other systems in my home network. An ssh-try to a system in my home network results in: ssh: connect to host xxx.xxx.xxx.xxx port 22: No route to host If I use my eth0, I do not have connection to Internet, but I can connect other systems in my home network. Could somebody tell me what is wrong? Thanks,
A bit more detail is required. Are both interfaces connecting to the same network? DHCP or statically assigned? If you are using a network manager, they usually seem to disconnect one interface before connecting the other.
Hi all, I get a small issue while I'm doing jigdo-lite which I do not know how to get rid off. Code: Select all$ jigdo-lite Jigsaw Download "lite" Copyright (C) 2001-2005 | jigdo@ Richard Atterer | atterer.net Loading settings from `/home/shirish/.jigdo-lite' ----------------------------------------------------------------- To resume a half-finished download, enter name of .jigdo file. To start a new download, enter URL of .jigdo file. You can also enter several URLs/filenames, separated with spaces, or enumerate in {}, e.g. `http://server/cd-{1_NONUS,2,3}.jigdo' jigdo [http://cdimage.debian.org/debian-cd/6.0.1a/amd64/jigdo-dvd/debian-6.0.1a-amd64-DVD-1.jigdo]: http://cdimage.debian.org/cdimage/weekly-builds/amd64/jigdo-dvd/debian-testing-amd64-DVD-1.jigdo Downloading .jigdo file --2011-04-06 08:41:42-- http://cdimage.debian.org/cdimage/weekly-builds/amd64/jigdo-dvd/debian-testing-amd64-DVD-1.jigdo Resolving cdimage.debian.org... 130.239.18.173, 130.239.18.163, 2001:6b0:e:2018::173, ... Connecting to cdimage.debian.org|130.239.18.173|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 104065 (102K) [text/plain] Saving to: `debian-testing-amd64-DVD-1.jigdo' 100%[======================================>] 1,04,065 77.2K/s in 1.3s 2011-04-06 08:42:02 (77.2 KB/s) - `debian-testing-amd64-DVD-1.jigdo' saved [104065/104065] ----------------------------------------------------------------- Images offered by `http://cdimage.debian.org/cdimage/weekly-builds/amd64/jigdo-dvd/debian-testing-amd64-DVD-1.jigdo': 1: 'Debian GNU/Linux testing "Wheezy" - Official Snapshot amd64 DVD Binary-1 20110404-06:33 (20110404)' (debian-testing-amd64-DVD-1.iso) Further information about `debian-testing-amd64-DVD-1.iso': Generated on Mon, 04 Apr 2011 06:42:49 +0000 ----------------------------------------------------------------- If you already have a previous version of the CD you are downloading, jigdo can re-use files on the old CD that are also present in the new image, and you do not need to download them again. Mount the old CD ROM and enter the path it is mounted under (e.g. `/mnt/cdrom'). Alternatively, just press enter if you want to start downloading the remaining files. You can also enter a single digit from the list below to select the respective entry for scanning: 1: some unicode key 2: /mnt/jigdo Files to scan: 2 What happened was sometime back when I was using jigdo-lite instead of putting the keyboard finger at 1. (which was /mnt/jigdo) the finger got placed somewhere else and I get a font-face like we get of unicode font without the font-mapping and each time I have to remember to carefully put my finger to 2. Can I somehow delete it ?
shirish wrote: What happened was sometime back when I was using jigdo-lite instead of putting the keyboard finger at 1. (which was /mnt/jigdo) the finger got placed somewhere else and I get a font-face like we get of unicode font without the font-mapping and each time I have to remember to carefully put my finger to 2. Can I somehow delete it ? Easily. In your home directory, there is a hidden file called .jigdo-lite Open it in the editor of your choice and change the scanMenu value in the last line to /mnt/jigdo
Hi, I am currently using live-build version 2.0.12-1 with squeeze I am building a usb-hdd with lenny. when building, the following files from the directory "./config/chroot_local-includes/etc/ssh/" are not copied to "./chroot/etc/ssh/". ssh_host_dsa_key ssh_host_dsa_key.pub ssh_host_rsa_key ssh_host_rsa_key.pub But the following file are copied. moduli ssh_config sshd_config Any ideas? Thanks
I Have found the problem. The script "/usr/share/live/build/scripts/build/lb_chroot_hacks" is removing all the openssh-server hostkeys. Thus removing the ones I have put in "chroot_local-includes". I do not know the purpose of this! It took me several days of work to figure it out. I do not know what is the right way to disable this, but I have commented the following line: # Removing openssh-server hostkeys, # they are regenerated by live-config. # rm -f chroot/etc/ssh/ssh_host_*_key chroot/etc/ssh/ssh_host_*_key.pub Personally, I would add an option to disable this line for those who need theses keys.
Is there a way to enable 60FPS in recordmydesktop? I can only do 50FPS even though my computer is outputting at 60FPS.
On Debian Stable using this command: Code: Select allrecordmydesktop --fps 60 --no-sound --no-frame I was able to record with 60 frames per second. My graphics hardware is integrated intel and I have no compositing active. Perhaps it is a limitation in your hardware? I am unsure exactly how recordmydesktop works. You could also try screen recording with ffmpeg if rmd does not work. Code: Select allTheora headers parsed for stream 2, information follows... Version: 3.2.1 Vendor: Xiph.Org libtheora 1.1 20090822 (Thusnelda) Width: 1354 Height: 768 Total image: 1360 by 768, crop offset (0, 0) Framerate 6000/100 (60.00 fps) Pixel aspect ratio 1:1 (1.000000:1) Frame aspect 16:9 Colourspace unspecified Pixel format 4:2:0 Target bitrate: 0 kbps Nominal quality setting (0-63): 63 User comments section follows... recordMyDesktop=0.3.8.1
problem is when I connect with WinSCP I get this error "Cannot initialize SFTP protocol. Is the host running a SFTP server?" if I use sftp in shell I get "Connection closed" this is how I installed Code: Select allaptitude install scponly --> Install the chrooted binary /usr/sbin/scponlyc SUID root? YES cd /usr/share/doc/scponly/setup_chroot gunzip setup_chroot.sh.gz sh setup_chroot.sh --> -en Username to install [scponly] nissehult -en home directory you wish to set for this user [/home/nissehult] -en name of the writeable subdirectory [incoming] in please set the password for nissehult: did add to debug. echo 2 > /etc/scponly/debuglevel tail /var/log/auth.log Code: Select allMar 30 11:21:10 nissehult sshd[5888]: Accepted password for nissehult from xxx.xxx.xxx.xxx port 28566 ssh2 Mar 30 11:21:10 nissehult sshd[5888]: pam_unix(sshd:session): session opened for user nissehult by (uid=0) Mar 30 11:21:10 nissehult sshd[5890]: subsystem request for sftp Mar 30 11:21:10 nissehult sshd[5888]: pam_unix(sshd:session): session closed for user nissehult and tail /var/log/syslog show nothing ... where did I messup?
tryed this Code: Select all scp hej.txt nissehult@xxx.xxx.xxx.xxx:in/ --> nissehult@xxx.xxx.xxx.xxx's password: scponly[6448]: chrooted binary in place, will chroot() scponly[6448]: 3 arguments in total. scponly[6448]: arg 0 is scponlyc scponly[6448]: arg 1 is -c scponly[6448]: arg 2 is scp -t -- in/ scponly[6448]: opened log at LOG_AUTHPRIV, opts 0x00000029 scponly[6448]: determined USER is "nissehult" from environment scponly[6448]: retrieved home directory of "/home/nissehult" for user "nissehult" scponly[6448]: chrooting to dir: "/home/nissehult" scponly[6448]: chroot: Operation not permitted scponly[6448]: couldn't chroot to /home/nissehult [username: nissehult(1002), IP/port: xxx.xxx.xxx.xxx 49886 22] lost connection So my problem is that "chroot: Operation not permitted" is what mess it up? how do I fix this
I can't install my graphics card Radeon HD 3200, I use the same driver as I always do. But this time it did not work, it boots with an X error and I can't get into gnome. Here is the Xorg log. Code: Select allX.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.32.29-dsa-ia32 i686 Debian Current Operating System: Linux debian 2.6.32-5-686 #1 SMP Tue Mar 8 21:36:00 UTC 2011 i686 Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686 root=UUID=0b6dbe9d-d5f0-4d2a-9248-a61130025bcb ro quiet Build Date: 19 February 2011 02:37:36PM xorg-server 2:1.7.7-13 (Cyril Brulebois <kibi@debian.org>) Current version of pixman: 0.16.4 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar 29 20:19:57 2011 (==) Using config file: "/etc/X11/xorg.conf" (==) Using system config directory "/usr/share/X11/xorg.conf.d" (==) ServerLayout "aticonfig Layout" (**) |-->Screen "aticonfig-Screen[0]-0" (0) (**) | |-->Monitor "aticonfig-Monitor[0]-0" (**) | |-->Device "aticonfig-Device[0]-0" (==) Automatically adding devices (==) Automatically enabling devices (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. Entry deleted from font path. (==) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, built-ins (==) ModulePath set to "/usr/lib/xorg/modules" (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. (II) Loader magic: 0x81ecca0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 6.0 X.Org XInput driver : 7.0 X.Org Server Extension : 2.0 (--) using VT number 7 (--) PCI:*(0:1:5:0) 1002:9612:103c:30e4 ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics] rev 0, Mem @ 0x80000000/268435456, 0x94300000/65536, 0x94200000/1048576, I/O @ 0x00005000/256 (II) Open ACPI successful (/var/run/acpid.socket) (II) "extmod" will be loaded by default. (II) "dbe" will be loaded by default. (II) "glx" will be loaded by default. (II) "record" will be loaded by default. (II) "dri" will be loaded by default. (II) "dri2" will be loaded by default. (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension SELinux (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions/libglx.so (II) Module glx: vendor="FireGL - ATI Technologies Inc." compiled for 7.5.0, module version = 1.0.0 (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions/librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions/libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension XFree86-DRI (II) LoadModule: "dri2" (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so (II) Module dri2: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.1.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DRI2 (II) LoadModule: "fglrx" (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so (II) Module fglrx: vendor="FireGL - ATI Technologies Inc." compiled for 1.7.1, module version = 8.76.7 Module class: X.Org Video Driver (II) Loading sub module "fglrxdrm" (II) LoadModule: "fglrxdrm" (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc." compiled for 1.7.1, module version = 8.76.7 (II) ATI Proprietary Linux Driver Version Identifier:8.76.7 (II) ATI Proprietary Linux Driver Release Identifier: 8.762 (II) ATI Proprietary Linux Driver Build Date: Aug 3 2010 21:16:01 (II) Primary Device is: PCI 01@00:05:0 (WW) Falling back to old probe method for fglrx (II) Loading PCS database from /etc/ati/amdpcsdb (--) Chipset Supported AMD Graphics Processor (0x9612) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found (II) AMD Video driver is running on a device belonging to a group targeted for this release (II) AMD Video driver is signed (II) fglrx(0): pEnt->device->identifier=0x9b7a5c8 (II) fglrx(0): === [atiddxPreInit] === begin (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/lib/xorg/modules/libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 1.7.7, module version = 0.1.0 ABI class: X.Org Video Driver, version 6.0 (**) fglrx(0): Depth 24, (--) framebuffer bpp 32 (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) (==) fglrx(0): Default visual is TrueColor (**) fglrx(0): Option "DPMS" "true" (==) fglrx(0): RGB weight 888 (II) fglrx(0): Using 8 bits per RGB (==) fglrx(0): Buffer Tiling is ON (II) Loading sub module "fglrxdrm" (II) LoadModule: "fglrxdrm" (II) Reloading /usr/lib/xorg/modules/linux/libfglrxdrm.so ukiDynamicMajor: failed to open /proc/ati/major ukiDynamicMajor: failed to open /proc/ati/major (==) fglrx(0): NoAccel = NO (==) fglrx(0): ATI 2D Acceleration Architecture enabled (--) fglrx(0): Chipset: "ATI Radeon HD 3200 Graphics " (Chipset = 0x9612) (--) fglrx(0): (PciSubVendor = 0x103c, PciSubDevice = 0x30e4) (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI (--) fglrx(0): Linear framebuffer (phys) at 0x80000000 (--) fglrx(0): MMIO registers at 0x94300000 (--) fglrx(0): I/O port at 0x00005000 (==) fglrx(0): ROM-BIOS at 0x000c0000 (II) fglrx(0): Primary V_BIOS segment is: 0xc000 (EE) fglrx(0): Hasn't established DRM connection (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Loading /usr/lib/xorg/modules/libvbe.so (II) Module vbe: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.1.0 ABI class: X.Org Video Driver, version 6.0 (II) fglrx(0): VESA BIOS detected (II) fglrx(0): VESA VBE Version 3.0 (II) fglrx(0): VESA VBE Total Mem: 16384 kB (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS (II) fglrx(0): VESA VBE OEM Software Rev: 10.88 (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. (II) fglrx(0): VESA VBE OEM Product: RS780M (II) fglrx(0): VESA VBE OEM Product Rev: 01.00 (II) fglrx(0): ATI Video BIOS revision 9 or later detected (--) fglrx(0): Video RAM: 262144 kByte, Type: DDR2 (II) fglrx(0): PCIE card detected (--) fglrx(0): Using per-process page tables (PPPT) as GART. (WW) fglrx(0): board is an unknown third party board, chipset is supported (EE) fglrx(0): Hasn't established DRM connection (WW) fglrx(0): Hasn't establisted DRM connection (II) fglrx(0): [FB] MC range(MCFBBase = 0xc0000000, MCFBSize = 0x10000000) (WW) fglrx(0): No DRM connection for driver fglrx. (II) fglrx(0): RandR 1.2 support is enabled! (II) fglrx(0): RandR 1.2 rotation support is enabled! (==) fglrx(0): Center Mode is disabled (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib/xorg/modules/libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (II) fglrx(0): Connected Display0: LCD on internal LVDS [lvds] (II) fglrx(0): Display0 EDID data --------------------------- (II) fglrx(0): Manufacturer: LPL Model: 3101 Serial#: 0 (II) fglrx(0): Year: 2008 Week: 0 (II) fglrx(0): EDID Version: 1.3 (II) fglrx(0): Digital Display Input (II) fglrx(0): Max Image Size [cm]: horiz.: 33 vert.: 21 (II) fglrx(0): Gamma: 2.20 (II) fglrx(0): No DPMS capabilities specified (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 (II) fglrx(0): First detailed timing is preferred mode (II) fglrx(0): redX: 0.594 redY: 0.349 greenX: 0.325 greenY: 0.543 (II) fglrx(0): blueX: 0.157 blueY: 0.139 whiteX: 0.313 whiteY: 0.329 (II) fglrx(0): Manufacturer's mask: 0 (II) fglrx(0): Supported detailed timing: (II) fglrx(0): clock: 69.3 MHz Image Size: 331 x 207 mm (II) fglrx(0): h_active: 1280 h_sync: 1328 h_sync_end 1352 h_blank_end 1416 h_border: 0 (II) fglrx(0): v_active: 800 v_sync: 803 v_sync_end 809 v_blanking: 816 v_border: 0 (II) fglrx(0): LGPhilipsLCD (II) fglrx(0): Monitor name: LP154WX4-TLCB (II) fglrx(0): EDID (in hex): (II) fglrx(0): 00ffffffffffff00320c013100000000 (II) fglrx(0): 00120103802115780a14659859538b28 (II) fglrx(0): 23505400000001010101010101010101 (II) fglrx(0): 010101010101121b0088502010303018 (II) fglrx(0): 36004bcf100000190000000000000000 (II) fglrx(0): 00000000000000000000000000fe004c (II) fglrx(0): 475068696c6970734c43440a000000fc (II) fglrx(0): 004c503135345758342d544c4342002d (II) fglrx(0): End of Display0 EDID data -------------------- (II) fglrx(0): Output LVDS using monitor section aticonfig-Monitor[0]-0 (II) fglrx(0): Output CRT1 has no monitor section (II) fglrx(0): EDID vendor "LPL", prod id 12545 (II) fglrx(0): Printing DDC gathered Modelines: (II) fglrx(0): Modeline "1280x800"x0.0 69.30 1280 1328 1352 1416 800 803 809 816 -hsync -vsync (48.9 kHz) (II) fglrx(0): Output LVDS connected (II) fglrx(0): Output CRT1 disconnected (II) fglrx(0): Using exact sizes for initial modes (II) fglrx(0): Output LVDS using initial mode 1280x800 (II) fglrx(0): Display dimensions: (330, 210) mm (II) fglrx(0): DPI set to (98, 96) (II) fglrx(0): Adapter ATI Radeon HD 3200 Graphics has 2 configurable heads and 1 displays connected. (==) fglrx(0): QBS disabled (==) fglrx(0): PseudoColor visuals disabled (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (==) fglrx(0): NoDRI = NO (==) fglrx(0): Capabilities: 0x00000000 (==) fglrx(0): CapabilitiesEx: 0x00000000 (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so" (==) fglrx(0): UseFastTLS=0 (==) fglrx(0): BlockSignalsOnLock=1 (--) Depth 24 pixmap format is 32 bpp (EE) fglrx(0): atiddxDriScreenInit failed, GPS not been initialized. (WW) fglrx(0): *********************************************** (WW) fglrx(0): * DRI initialization failed! * (WW) fglrx(0): * (maybe driver kernel module missing or bad) * (WW) fglrx(0): * 2D acceleraton available (MMIO) * (WW) fglrx(0): * no 3D acceleration available * (WW) fglrx(0): *********************************************** (II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x10000000 (II) fglrx(0): FBMM initialized for area (0,0)-(1600,8191) (II) fglrx(0): FBMM auto alloc for area (0,0)-(1600,1600) (front color buffer - assumption) (II) fglrx(0): Largest offscreen area available: 1600 x 6591 (==) fglrx(0): Backing store disabled (II) Loading extension FGLRXEXTENSION (**) fglrx(0): DPMS enabled (II) fglrx(0): Initialized in-driver Xinerama extension (WW) fglrx(0): Textured Video not supported without DRI enabled. (II) LoadModule: "glesx" (II) Loading /usr/lib/xorg/modules/glesx.so (II) Module glesx: vendor="X.Org Foundation" compiled for 1.7.1, module version = 1.0.0 (II) Loading extension GLESX (II) fglrx(0): GLESX enableFlags = 512 (II) fglrx(0): Acceleration enabled (II) LoadModule: "amdxmm" (II) Loading /usr/lib/xorg/modules/amdxmm.so (II) Module amdxmm: vendor="X.Org Foundation" compiled for 1.7.1, module version = 1.0.0 (EE) fglrx(0): XMM failed to open CMMQS connection. (II) fglrx(0): XMM failed to initialize! (II) fglrx(0): Enable composite support successfully (WW) fglrx(0): Option "VendorName" is not used (WW) fglrx(0): Option "ModelName" is not used (==) fglrx(0): Silken mouse enabled (==) fglrx(0): Using HW cursor of display infrastructure! (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2. (II) fglrx(0): 'LVDS LCD' ConnectorType, abstracted as 'Panel' (II) fglrx(0): 'eDP LCD' ConnectorType, abstracted as 'Panel' Backtrace: 0: /usr/bin/X (xorg_backtrace+0x3b) [0x80adedb] 1: /usr/bin/X (0x8048000+0x5aab5) [0x80a2ab5] 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb77cf40c] 3: /usr/lib/xorg/modules/drivers/fglrx_drv.so (atiddxDisplayScrnInit+0x1d7) [0xb6c87c17] 4: /usr/lib/xorg/modules/drivers/fglrx_drv.so (atiddxScreenInit+0x933) [0xb6c60293] 5: /usr/bin/X (AddScreen+0x198) [0x806dc38] 6: /usr/bin/X (InitOutput+0x81d) [0x80b0c0d] 7: /usr/bin/X (0x8048000+0x1e7f0) [0x80667f0] 8: /lib/libc.so.6 (__libc_start_main+0xe6) [0xb7508c76] 9: /usr/bin/X (0x8048000+0x1e5a1) [0x80665a1] Floating point exception at address 0xb6c9746e Fatal server error: Caught signal 8 (Floating point exception). Server aborting Please consult the The X.Org Foundation support at http://wiki.x.org for help. Please also check the log file at "/var/log/Xorg.0.log" for additional information. (EE) fglrx(0): firegl_SetSuspendResumeState FAILED -9. I tried to install the driver on Fedora and Ubuntu but when running sudo ./ati.... I get this msg. Code: Select allError: ./default_policy.sh does not support version default:v2:i686:lib::none:2.6.35-22-generic:; make sure that the version is being correctly set by --iscurrentdistro
why dont you just install firmware-linux-nonfree? those work perfect for me Code: Select allapt-get install firmware-linux-nonfree
Hi! I'm having some troubles with Rhythmbox, I have a lyric plugin enabled but when I ask for a song's lyric I can't see it because of the character map settings, here is an example: Code: Select allIt's funny how So the question is how can I run Rhythmbox with an specific charmap? Thanks!
You are not alone. But you should google this issue first. Here it is with a patch for the TerraParser.py which has a regex error. And here is the clue for you also
A day or two ago I saw a weird file in my downloads folder, and deleted it. I'm not sure why I deleted it rather than wondering why there was a weird file there, but anyway...another one has shown up. name: datetime type: PS document (application/postscript) It's an image. The top part of the image shows what I was doing in a terminal last night. The bottom part shows a folder I was browsing in Nautilus. I believe the top and bottom parts are from different times. I'm a little weirded out, it's like something is taking screenshots of what I'm doing. Anyone happen to know what program created these or why? edit: Just thought I'd add that I'm using Debian sid, and that when the image of the terminal was taken, I was running a script called debug.py from https://answers.launchpad.net/openshot/+faq/1032 . I had installed Openshot and it wasn't working due to missing dependencies. It is working now. I don't see anything in debug.py that would have created the datetime file, and since a similar file had appeared a day or so before, it seems like a coincidence that I was running that script at the time.
Could be worse. It's odd they would appear in your downloads folder. I'd look into the logs corresponding to the date and time the file was created.