prompt
stringlengths
1
63.6k
completion
stringlengths
1
53.1k
Can someone please tell me the login password for the LiveCD if I Logout? Is the login "Debian Livecd user"? I can't find it on the forum with searches. Thanks. Larry
Try: user: user Pswd: live Those are common. If they don't work, Google. This is a common question and someone out there has it. You can also go to a terminal and do "sudo pswd root" and then set a new root password.
Hello everyone. I'm setting up a Squeeze system with multiple users. I would like to have it the way that no user is allowed to read other user's files. I have searched the net and the forums here and have found quite a lot of stuff but it's all a bit confusing to me. Some suggest that one should use Code: Select alldpkg-reconfigure adduser and select Code: Select all<no> But that doesn't do what I'd like to achieve (with a newly created user): Code: Select allwussy@dorm:/home$ ls -l drwxr-x--x 2 cutie cutie 4096 16.2. 17:53 cutie Although I can't list the contents of the newly created users home directory while logged in as another user, I can read the files if I know the path. The read permissions are still there. For example Code: Select all-rw-r--r-- 1 cutie cutie 38212 16.2. 17:53 cutie/mysecretdiary.odt Some suggest I should edit Code: Select all/etc/adduser.conf and change Code: Select allDIR_MODE=0755 to Code: Select allDIR_MODE=0700 That doesn’t satisfy me either. Now home directories are created with fair permissions Code: Select alldrwx------ 2 missy missy 4096 16.2. 18:01 missy and I can’t read the files as another user, but the file permissions still look kind of weird to me: Code: Select all-rw-r--r-- 1 missy missy 1587675 16.2. 18:01 myjuicyphoto.jpg I’d like them to be: Code: Select all-rw------- Some suggests that one should set default umask to 077 in /etc/profile, but that file says Code: Select all# The default umask is now handled by pam_umask. # See pam_umask(8) and /etc/login.defs. I read the pam_umask(8) manual page, but to be honest, couldn’t understand a bit... On the other hand, in /etc/login.defs it says: Code: Select all# The ERASECHAR and KILLCHAR are used only on System V machines. # # UMASK is the default umask value for pam_umask and is used by # useradd and newusers to set the mode of the new home directories. # 022 is the "historical" value in Debian for UMASK # 027, or even 077, could be considered better for privacy # There is no One True Answer here : each sysadmin must make up his/her # mind. # # Prefix these values with "0" to get octal, "0x" to get hexadecimal. # ERASECHAR 0177 KILLCHAR 025 UMASK 022 # I changed the Code: Select allUMASK 022 to Code: Select allUMASK 077 and nothing changed (with newly created users): Code: Select alldrwx------ 2 missdecent missdecent 4096 16.2. 18:53 missdecent and Code: Select all-rw-r--r-- 1 missdecent missdecent 171898 16.2. 18:53 myknitpatterns.svg To be clear (or even more confusing), here’s what I want: Permissions for newly created directories: Code: Select alldrwx------ Permissions for newly created files: Code: Select all-rw------- So, have I messed things up, or do I already have what I was looking for? I really appreciate any answers, links, pointers, whatever... even the nice and cosy RTFM is sincerely welcomed. Thanks in advance, Wussy
Why not just Code: Select allchmod o-wrx /home/user1 You can do the same with groups I suppose, but the default user setup is that they are a member of their own group.
Is here somebody who knows why are not available on mirror packages linux-headers-2.6.38-1-686 and linux-image-2.6.38-1-686? These packages are required as dependencies for linux-image-2.6-686 and linux-headers-2.6-686. http://packages.debian.org/sid/linux-image-2.6-686 http://packages.debian.org/sid/linux-headers-2.6-686
It was fixed a few hours ago on my local mirror. 2.6.38 is now in the repo.
Folks, I need a bit of help. I want to set up my printer, and a PDF printer. The HOWTO: at http://www.tldp.org/HOWTO/Config-HOWTO-2.html#ss2.6 states to run "printerdrake". But I can't find that software by using "which printerdrake". I've searched the forum and got 200+ hits and it states to use [url]http://localhost:631%20(cups)[/url]. When I go there I'm not sure I'm proceeding the correct way. I want to get my Brother HL2140 Laser Printer operational. Any assistance/suggestions would be appreciated to get me started correctly. Larry
WHOO HOO! Finally found it on the Wiki under Hardware - NICE! Larry
Cannot install updates. Click on icon which says 65 updates available but update manager opens and is blank and frozen .Reboot and same results. apt-get install updates says Unable to locate package updates. Everything has worked perfectly upto now I am running Squeeze.
post the output of Code: Select all$ cat /etc/apt/sources.list Bobkat wrote:apt-get install updates says Unable to locate package updates Because there is no package called 'updates' Code: Select all$ man apt-get Update notifier is a useless sack anyway, use aptitude or synaptic.
Is it possible to prevent the disclaimer from being displayed as soon as one logs into a terminal? I am referring to the six standard terminals. If there is a manual that I can refer to, please indicate me what I should read. P.S. I searched the contents of /etc and googled without much success. Thanks.
Have you seen /etc/motd ?
I have a removable USB pen drive, that all of a sudden, when it got 99% used, stopped working. When I try to mount it (manually) I get "can't read superblock". I know there is a ton about this on Google, and I've read a lot of them, but most seem to be about formatting a drive, or fiddling in fstab. I'm trying to run fsck on it, and it finds errors, (among them: two FAT-tables?) but then it just freezes, and CPU goes to 100 % and I let it be like that for 4 minutes, before aborting. Scandisk in windows is rubbish (fails to start), and running "chkdsk /f F:", in windows, results in nothing, the shell crashes immediately. Is it normal for fsck to get stuck and just chew up CPU? It does not seem to be reading from the drive, according to conky. Also, is it possible to run fsck as normal user, (at my work)?
Before trying fsck, I suggest you to use testdisk which can allow you to recover your files back. In the not so remote past, I recovered full MBRs with it!
hi, is there any extra repositories for debian that contains flash, sun-java java and some other restricted stuff? thanks.
Have you enabled contrib and non-free in your sources list, doing so should get you both flash and sun-java. Additionally you may want to consider debian-multimedia.
http://gnome-look.org/content/show.php/ ... ent=134123 does this theme work properly in debian? tried installing it but has many defects, what do I need to make it to work? thanks edit: Debian 6 squeeze
What defects are we talking about? I've been using it for some time now, haven't noticed any serious issue (actually no issues at all). I added the repository listed on gnome-look page and installed it through Synaptic. After installation, take a look at System > Preferences > Orta Settings Manager for fine-tuning.
Hi all, I've just moved all my machines from Ubuntu to Squeeze and am currently trying to remove Open Office. When marking for removal and uninstalling OO the package manager requires that AbiWord and associated suite of office apps be installed as a replacement. I would like to completely purge both as I have little to no need for them, and the little I do use a word processor for I tend to use cloud based solutions. Is there a way to resolve the dependency that seems to exist that requires one or the other to be on the system at any given time? Any help you can offer is gratefully received.
Remove the package(s) that are depending on them being installed.
I have the Assistive Technologies Blue Icon in the Top Right Panel, and I'd like to Remove it. I have un-checked "Show" in the APPLICATIONS Menu after unlocking that Panel. I have Dasher, On Screen Keyboard, and Orca un-checked so they don't "Show". I also have Assistive Technologies un-checked in SYSTEM -> PREFERENCES. But, the Assistive Technologies Blue Icon is still being displayed to the Left of my Wifi Icon in the Top Right Panel. How do I get it REMOVED? Thanks. Larry
Try System > Preferences > Keyboard On the Accessibility Tab uncheck "Accessibility features can be toggled with keyboard shortcuts"
Hello everyone, I have a Debian Lenny server with Bind9 (slave) Shorewall and OpenVPN on it. I also have a Win 7 client at my disposal to test the OpenVPN connection. I can make a connection with my Win 7 but when i'm connected i can only ping myself and the server's OpenVPN NIC (TUN0). The Debian server has 3 NICS. One for the servers, one for the internet and one for the clients. Does anyone has any idea's? If you need more info please tell me so and ill provide
Never mind it i have found it. I needed to add the following to my openvpn.conf at the server: Code: Select allpush "route 192.168.5.0 255.255.255.0" push "route 192.168.10.0 255.255.255.0" route 192.168.5.0 255.255.255.0 route 192.168.10.0 255.255.255.0
hi. just started using Debian today and I would like to know how can I disable the user acount password, I am the only user on this computer so I would like it to boot strait into my account. thanks
http://forums.debian.net/viewtopic.php?f=16&t=29333 Another method, if you're using gdm ( not gdm3, i don't know gdm3 ), execute : Code: Select all$ gksu /usr/sbin/gdmsetup On Security tab => Enable automatic login => Put your username there
Did a fresh install of Debian 6.0. Cannot start fsck. None of the ways seem to work. I tried issuing 'shutdown -rF' and 'touch /forcefsck'. Where's the culprit?
Which partition you want to do fsck? Post the corresponding lines from your /etc/fstab You could force fsck in the following ways. 1. If the partition is not the root paritition, unmount it and do fsck manually as root 2. If it is the root paritition, the easiest way is to change the mount count. You could find the mount count and maximum mount count from the command Code: Select alltune2fs -l /dev/<devicename> Now change the mount count using Code: Select alltune2fs -C <number> /dev/<devicename> Select a number which is bigger than your maximum mount count. This forces fsck during the next reboot.
Hello. I am currently working on making a audio interface work with a otherwise working debian desktop (its actually AVLinux, but its Debian for all intents and purposes). The problem is, the current version of ffado-svn installed (1949, from the experimental repository) has a bug with the firmware on the interface (an Echo Audiofire8) preventing me from using high sample rates, so I need to install a more recent version of ffado-svn. I am wondering if there is anyway I can build a current version of ffado-svn into the appropriate debian packages. While I am not familiar with debian, I am familiar with Linux (I use Arch regularly). I have tried messing around with downloading the svn source and downloading the source files from http://packages.debian.org/source/experimental/libffado, however, my lack of knowledge of the building process in debian has rendered me unable to have success so far. Google has failed me too, most of the info I have found is just way too generic. If anybody can give me some pointers, I would be very appreciative! Thanks for your time!
From your experimental source files, follow the procedure here: https://sites.google.com/site/stevosfil ... kports.txt Extract the Debian files and then pull out the /debian folder. Extract your svn pull if necessary, and rename it in the debian fashion. You may have to poke around inside to find the svn version. If it were something like 2048, then name the source directory "libffado-2.0.99+svn2048" Hmmm--do you want to make your own source packages? If not, pop the older /debian folder into your new source, enter it, run Code: Select alldch -i in the terminal to add a stanza to /debian/changelog, and make the new version (example) libffado (2.0.99+svn2048-0). Then back out to the root of the source directory (one up from the /debian folder) and run Code: Select alldebuild binary Hopefully none of the build-depends have changed. If you want your own source files, install dh-make, and run on the pristine, but renamed, source directory (no debian file added) Code: Select alldh_make -r Discard the new debian folder and use the modified older one from the debian source, and build the sources and debs with Code: Select alldebuild -us -uc
Hi all, I've been a very happy user of Debian Squeeze (gnome) for a few months already. Everything works great, but I am encountering an annoying, and regular problem: almost every time I update my system (through synaptic) and reboot, my desktop theme gets reset to the more "blocky" default gnome one. What I do is run "gnome-settings-daemon," either as normal or super user, reboot, and get back my chosen original theme. I've searched the forum, and can't find a durable, permanent solution. Any help to solve this is appreciated, thanks!
Anybody?
The Problem: I use LXDE and in the "preferred applications" I set icedove and iceweasel as preferred mail and internet applications but when I click on an e-mail link(craigslist in my case) not only does Icedove not open, but in Iceweasel HUNDREDS of blank tabs open up rapidly and it is difficult to kill the program. This is unlike any problem I've ever encountered so I'm not going to pretend I have a clue here. As I am familiar with Thunderbird in an other distro I would prefer to stay with IceDove. Any suggestions are appreciated.
Did you look at : Iceweasel : Edit > Preferences > Applications > mailto ?
using squeeze + gnome when the screensaver kicks in, the unlock window has a "leave message" button does the "leave message" function work for you? any message I leave there is not displayed back to the user after unlocking the screensaver
Yes I know it's from the Arch forums, but I think this will answer your question: https://bbs.archlinux.org/viewtopic.php?id=38775
Hello, I've grub2 installed on my debian sid 64bit. In the grub.cfg file, I have : Code: Select allinsmod png if background_image /usr/share/images/desktop-base/spacefun-grub.png; then set color_normal=light-gray/black set color_highlight=white/black else set menu_color_normal=cyan/blue set menu_color_highlight=white/blue fi But when I start grub, I see the boot grub in cyan and blue. The boot is in a different partition (ext3) than my system (btrfs). I guess grub is unable to read btrfs at startup and load the image. Should I move the image to a folder in /boot or is there another way to solve it ? Thank you edit : I've tried moving the image to the boot folder. My new gruc.cfg is now : Code: Select allif background_image /grub/desktop-grub.png; then true else set menu_color_normal=cyan/blue set menu_color_highlight=white/blue fi But still cyan and blue menu. (and what about this line "true" ?)
You should not be modifying grub.cfg directly. For what you want see /usr/share/desktop-base/grub_background.sh After modifying that run Code: Select all# update-grub
I have 2 debian squeeze in 2 computers. Both set up like this: pc#1 /boot ext2 / ext3 /home ext3 pc#2 /boot ext2 / ext4 /home ext4 I would like to upgrade pc#1 to ext4. I propose to do this: 1. on pc#1 change the / partition to ext4 2. copy /boot and / images from pc#2 and write the images to pc#1 That will still leave pc#1 /home as ext3. But, I have backed up the files to a external drive. Can I change /home to ext4 and copy the files back from the external drive? TIA
You can change your filesystems "in place" if you wish, using the 'tune2fs' command and then performing an 'fsck'. You can also convert from ext2 to ext3 using 'tune2fs' with the -j option. This is explained in more detail on the EXT4 WIKI. Be sure to read the "notes", especially the one on the steps needed to perform 'fsck' on the root partition.
I've search the web, but didn't find anything specific to what I'm trying to do. Is it possible to batch print all files in a directory from the CLI? I'm sure it is, I just haven't found the right package. It can be done with OpenOffice, but the files are all PDFs. Rich
http://math.berkeley.edu/~vojta/prn/filetypes.html
Hi, Is it wise to mix Squeeze stable with sid packages? Or is it better to install squeze testing and mix testing with sid? Please advise since i'm not quit sure what to do with this. many thanks!
Nope, it isn't wise - which isn't to say it isn't possible, if you're knowledgeable. This question comes up a lot - did you search? http://forums.debian.net/viewtopic.php?t=15612 [By the way, testing is now called Wheezy, not Squeeze - although they're very similar at this stage.]
Can Google Chrome be used on Debian Squeeze? Yes or No
http://www.google.com/chrome/eula.html? ... form=linux
I've been using debian unstable for some months, and after some problems I've been having with the nvidia non-free drivers and pulseaudio, I decided to do a new fresh install. As in the first time, I used a netinst CD, and all went ok. The first three times it booted perfectly, with gnome and all the apps, without problems. I updated the system with the unstable repositories, and I went home (i was somewhere else). When I got home (like an hour ago), my new debian OS boots, but it brings me to the console, instead of automatically logging me in normally, with the GUI and Gnome and everything. It asks for login and password, and then it's just the console, and if I type, for example, Iceweasel or vlc or any program, it tells me that there's no display or that the X window system is not available. What happens? It worked just fine a few hours ago, ant I only updated my system...! Also, it booted normally a few times after upgrading, so it's quite strange. Also, before that, I tried to install Debian Testing from a CD ISO image, and I succeeded, but the same happened so I used the netinst image and it worked. But now it just won't work... My partition system is now like this: /dev/sda4 - ext4 Debian Sid (old one) mounted as / [BOOT] /dev/sda1 - extended, containing new one: /dev/sda5 - ext4 Debian Sid (new one) mounted as / /dev/sda6 - swap (new one) /dev/sda7 - ext4 Debian Sid (new one) mounted as /home/ /dev/sda3 - swap (old one) (bold means "primary" partitions, italics means the logical partitions inside the extended one) Any ideas? Thanks a million!
DanielMarti wrote:and after some problems ... with the nvidia non-free drivers ... I updated the system ... boots, but it brings me to the console... there's no display or that the X window system is not available. What happens? What response do you get toCode: Select allstartx What method did you use to install the nvidia non-free drivers? (see http://wiki.debian.org/NvidiaGraphicsDrivers) If you used the Nvidia script & your update included kernel or xorg updates, this will likely have broken your nvidia kernel modules & you will need to reinstall them. If you do it "the Debian Way" this will be handled automatically. edit: /var/log/Xorg.0.log will provide some more clues as to what is going on.
Hello all, while trying to get a game to work on wine I was surprised to find out that the wine version that ships with sid is 1.0.1 released in October 2005. So I installed the latest release I found at http://www.lamaresh.net/binary.php#sid_amd64, like this : dpkg -i wine_1.1.42~winehq1-1_amd64.deb The install failed, I think because I hadn't remove the old wine version, and that's when the joy-ride started. Impossible to remove wine to restart properly. (apt-get remove libwine wine and apt-get -f install didn't help) After some googling I tried this : dpkg -i --force-depends wine_1.1.42~winehq1-1_amd64.deb This did install the wine version I wanted, and the game ran fine after that. However the result was a borked apt-get. Tried to remove wine again with the above commands, resulting in apt-get failing to do so because it tried installing wine-unstable and reported errors similar to these : E: Could not perform immediate configuration on 'wine-unstable'. Please see man 5 apt.conf under APT::Immediate-Configure for details. (2) Trying to disable Immediate-Configure in apt.conf.d, by setting APT::Immediate-Configure "false"; or APT::Immediate-Configure "1"; to solve the issue but that had no effect. dpkg: error processing /var/cache/apt/archives/wine-bin-unstable_1.1.32-1+b1_amd64.deb (--unpack): trying to overwrite '/usr/bin/wine-font-convert', which is also in package wine-utils 1.0.1-3.1 configured to not write apport reports Processing triggers for man-db ... Errors were encountered while processing: /var/cache/apt/archives/wine-bin-unstable_1.1.32-1+b1_amd64.deb Manually reinstalling all the original wine deb files didn't solve the issue either. More googling and a couple of hours later : dpkg -i --force-overwrite libwine-cms_1.0.1-3.1_amd64.deb libwine-gl_1.0.1-3.1_amd64.deb wine_1.0.1-3.1_amd64.deb wine-bin_1.0.1-3.1_amd64.deb libwine-gphoto2_1.0.1-3.1_amd64.deb libwine-ldap_1.0.1-3.1_amd64.deb wine-utils_1.0.1-3.1_amd64.deb This did finally get rid of the wine 1.1.42 I installed manually at the beginning. Another round of apt-get -f install, apt-get remove wine, apt-get -f install got rid of the errors of apt-get -f install. The issue remains though trying to remove wine or replace it by wine-unstable results in the same errors : Code: Select allroot:/var/cache/apt/archives# apt-get remove wine Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: libwine-alsa-unstable libwine-bin-unstable libwine-cms-unstable libwine-gl-unstable libwine-gphoto2-unstable libwine-ldap-unstable libwine-print-unstable libwine-sane-unstable libwine-unstable wine-bin-unstable wine-unstable Suggested packages: wine-doc binfmt-support winbind avscan klamav clamav The following packages will be REMOVED: libwine libwine-alsa libwine-cms libwine-gl libwine-gphoto2 libwine-ldap libwine-print libwine-sane wine wine-bin wine-utils The following NEW packages will be installed: libwine-alsa-unstable libwine-bin-unstable libwine-cms-unstable libwine-gl-unstable libwine-gphoto2-unstable libwine-ldap-unstable libwine-print-unstable libwine-sane-unstable libwine-unstable wine-bin-unstable wine-unstable 0 upgraded, 11 newly installed, 11 to remove and 242 not upgraded. Need to get 0 B/14.0 MB of archives. After this operation, 21.2 MB of additional disk space will be used. Do you want to continue [Y/n]? y E: Could not perform immediate configuration on 'wine-unstable'. Please see man 5 apt.conf under APT::Immediate-Configure for details. (2) Code: Select allroot:/var/cache/apt/archives# apt-get install wine-unstable Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: libwine-alsa-unstable libwine-bin-unstable libwine-cms-unstable libwine-gl-unstable libwine-gphoto2-unstable libwine-ldap-unstable libwine-print-unstable libwine-sane-unstable libwine-unstable wine-bin-unstable Suggested packages: wine-doc binfmt-support winbind avscan klamav clamav The following packages will be REMOVED: libwine libwine-alsa libwine-cms libwine-gl libwine-gphoto2 libwine-ldap libwine-print libwine-sane wine wine-bin wine-utils The following NEW packages will be installed: libwine-alsa-unstable libwine-bin-unstable libwine-cms-unstable libwine-gl-unstable libwine-gphoto2-unstable libwine-ldap-unstable libwine-print-unstable libwine-sane-unstable libwine-unstable wine-bin-unstable wine-unstable 0 upgraded, 11 newly installed, 11 to remove and 242 not upgraded. Need to get 0 B/14.0 MB of archives. After this operation, 21.2 MB of additional disk space will be used. Do you want to continue [Y/n]? y E: Could not perform immediate configuration on 'wine-unstable'. Please see man 5 apt.conf under APT::Immediate-Configure for details. (2) Trying to disable Immediate-Configure in apt.conf.d, by setting APT::Immediate-Configure "false"; or APT::Immediate-Configure "1"; still has no effect. Apt-get returns the same error about Immediate-Configure. I also tried apt-get --force-yes install wine-unstable results in the same error. I have no idea where to go from here, except reinstalling the whole system, which seems a bit drastic...
You might try these more recent packages.... http://dev.carbon-project.org/debian/wine-unstable/
Hello, I've been searching for a utility in Debian that allows me to zero fill the UNUSED space on my partitions (thus dd is useless) and have had no luck googling. Is the such a utility? The idea is to make deleted data unrecoverable. Thanks. Edit: If such a tool exists, how would it deal with journaling?
Journalling is a bit tricky, since some metadata for deleted files might still exist. But if you're worried about that then zeroing the drive won't be much better, you'd be looking at /dev/urandom or simply destroying the hard-drive. The simplest method in fact uses dd, dd if=/dev/zero of=/home/bigfile.0000 The above command will create a file called bigfile.0000 and fill it with zeros until it runs out of space. Essentially zeroing the freespace on your hd. If root is mounted separately (as it should be) you can repeat it for each mounted partition. EDIT: Found a link with much more information, which also suggests my simple command above wouldn't do a whole lot? Didn't read through it closely. I should add a caution that if you're doing this as root, and accidentally make a type like /home instead of /home/bigfile.0000 disaster could result. Here's the link though: http://superuser.com/questions/19326/ho ... e-in-linux EDIT2: When getting advice to do things like dd anything, or any dangerous looking command that could be run as root, you should wait a bit and see if a number of people give similar advice. IE., don't just trust what I say: VERIFY.
Hi, I am trying to install iptux from source because i need to change the default port else it won't work. while configuring i get this error : configure: error: Package requirements (glib-2.0 >= 2.16.0) were not met: No package 'glib-2.0' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GLIB_CFLAGS and GLIB_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. why can't it see glibc, of course glibc is installed !!
It's not asking for libc, it's asking for glib:Code: Select allapt-cache show libglib2.0-0 Package: libglib2.0-0 Priority: optional Section: libs Installed-Size: 2396 Maintainer: Loic Minier <lool@dooz.org> Architecture: amd64 Source: glib2.0 Version: 2.24.2-1 Replaces: libglib2.0-dev (<< 2.23.2-2) Depends: libc6 (>= 2.9), libpcre3 (>= 7.7), libselinux1 (>= 1.32), zlib1g (>= 1:1.1.4) Recommends: libglib2.0-data, shared-mime-info Conflicts: libpango1.0-0 (<< 1.11) Filename: pool/main/g/glib2.0/libglib2.0-0_2.24.2-1_amd64.deb Size: 1122218 MD5sum: d42dd203fa90a0a48d19ad3e04192337 SHA1: 07741327dc7156047fcf3753940a419b8ac9a255 SHA256: 63cbae8ba5c33bb6788e250cc4a92ba47427549a97c94533538dcc2bd58618b7 Description: The GLib library of C routines GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package contains the shared libraries. Homepage: http://www.gtk.org/ Tag: devel::lang:c, devel::library, implemented-in::c, role::shared-lib
Hello, I have been experimenting with using apt-get to compile from source. I have some questions on what is really happening, concerning specification of the deb and the subsequent upgrade. This is the course of events, for a compile of, say, htop: Code: Select allcd /usr/src su root apt-get build-dep htop apt-get -b source htop dpkg -i htop #??( For the exercise above, I do ensure that htop is not installed, or if it is, I apt-get remove --purge htop Questions: 1. I believe the dpkg line above requires a deb file, right? If so, I assume the deb file will be under /usr/src/htop, right? I would think there might be another deb file for htop existing on the system, but that would not be the one just built. Also, might the deb file be something like htop-0.8...deb? IOW, not just htop.deb?? 2. Should a subsequent apt-get update/upgrade cycle attempt to replace the newly installed program? (htop) On my box, apt-get upgrade attempts to upgrade my just built htop. Any hints or comments on this situation above, using apt-get to install from source, is appreciated. I did not see any mention of this issue on the forums but I may have missed it. info dpkg was uninformative for me. Environment: Debian testing amd64 Regards Steve.
You might find something useful in this thread: HowTo Build a Package from Source the Smart Way
I'm sure it's possible, but I haven't found an elegant way to do it. I can't just use the GUI since I want to integrate this line of code into a greater shell script for this project. My preferred terminal is terminator, but it doesn't really matter at this point.
I don't know about terminator but this might help : http://www.cyberciti.biz/faq/bash-shell ... x-or-unix/
When does the grub-pc splash screen disappear? On my computer it is displayed until "Loading, please wait" appears i.e. after both initrd.img and the kernel are loaded. A yes and no answer is enough. Thanks.
I admit the question sounds dull, but I am referring to the splash image, not to the grub menu which obviously is cleared when the kernel starts loading. Why am I asking this: I have used Trinity Rescue Kit CD which uses the splash image both for the bootloader's screen and the terminals' background. So, the questions should be rephrased to: Does the grub splash image normally appear as a background for the six terminals? Yes or No?
Fresh Squeeze install: I have AWN running and right now I have used gconf-editor to stop gnome-panel from being a part of the Gnome Sessions...I think it was in Desktop -> Sessions -> Default Settings..or something like that. Before I did this I was just clearing out the entries for the top panel, using Apps -> Panel -> and then it was top_panel or something like that...I'm at work so I cannot fully verify, after I deleted the bottom panel. This still allowed me to use ALT + F2 to bring up the run prompt. Since removing gnome-panel from the session, I cannot use ALT + F2 anymore. If I were to put gnome-panel back, is there a way to keep the panels from recreating themselves after I remove them from within gconf-editor? If I leave gnome-session alone, whenever I reboot the top panel keeps coming back. I have everything I want running out of the AWN dock, so I want to remove the panels completely but still have the ability to launch the run prompt. I feel like I've gotten halfway there, I just cannot find the rest of the answer. Starting to feel like it might not be possible.
mharrison wrote: Since removing gnome-panel from the session, I cannot use ALT + F2 anymore. Well that's how it is. If you remove the panel ALT+F2 doesn't work. What I've done is to install gmrun. You can bind gmrun to ALT+F2. Preferences>Keyboard shortcuts>Add If I were to put gnome-panel back, is there a way to keep the panels from recreating themselves after I remove them from within gconf-editor? Menu>System Tools>Configuration Editor (or from CLI gconf-editor) With gconf-editor browse to: /desktop/gnome/session/required_components/panel Change this value from gnome-panel to avant-window-navigator You won't see any Gnome panels.
Hi, I've tried with the help of some older topics about Dropbox to install Dropbox. But for some reason Dropbox can't be installed no longer?? Or am I searching on the wrong place?? See screenshot. Can someone tell me what's going on with Dropbox. Many thanks!
just download the source from the dropbox site and compile it your self. it's not difficult, even i can do it
Hi all, I have installed phpBB3 and I need a turorial of how to set it up. This is my first time trying to use this software and sadly I cant even figure out how to access it. I have tried http://localhost/forum as suggested by some other tutorials but I still cannot access it. If someone would be so kind as to point me in the right direction I would greatly apriciate it. Thank you, AM
Absent Minded wrote:That is a great link Rolling Stone but I don't have a install directory. I will look around the site some more to see if there is a way I don't have to install from source. Just a thought for you (and slightly off topic): For live sites I personally prefer to install apps like phpbb and other CMS software from the original source. They usually have their fair share of vulnerabilities and when they are discovered they need to be patched *fast*. The scriptkiddies cruise around looking for vulnerable sites all the time. Using the distro specific packages just adds a delay, and depending of the maintainer's 'activity level' it can sometimes mean your site is vulnerable for days or weeks. And installing a php app 'from source' is nothing more than upload a bunch of files to the server and running a script. And you can follow the original documentation. As I said; just a thought As for documentation of the Debain package, have you looked in /usr/share/doc ?
Since I cannot upgrade Adblock Plus anymore because iceweasel is too out of date for the new versions, I am trying to give privoxy a try. I am following the howto Block Ads & Fast Caching w/Privoxy +Squid without success. I am always receiving the error: Code: Select allThe proxy server is refusing connections Iceweasel is configured to use a proxy server that is refusing connections. * Check the proxy settings to make sure that they are correct. I added these lines to /etc/privoxy/config Code: Select allenable-remote-toggle 1 enable-edit-actions 1 permit-access 127.0.0.1 Moreover, I have edited the /etc/hosts file to block urls providing adverts and anything I wanted rejected.
edbarx wrote:Since I cannot upgrade Adblock Plus anymore because iceweasel is too out of date for the new versions [...] Well, can't help you with privoxy, but you know you can get Iceweasel 3.5.16 from backports and grab a newer version of Adblock plus? If you use pinning, you will get the latest version and security updates. You probably know all this, but if someone else sees this thread...
Hi! I am now preparing myself to upgrade lenny to squeeze and decided to do a backup on my system. I used backup-manager to do the job and it worked fine. My question (sounds trivial and very noobish) but how do you restore said backup data? Sorry, I practically lost the restore part. Any guide is highly appreciated. Thanks.
I haven't used backup-manager... Based on its website, I'm assuming it created one, compressed archive file? If so, uncompress the archive with the appropriate tool (e.g. tar, gzip) in the location you want to restore it to.
Hi mates. I recently removed my extra partition to use my /home for all my files. Now I wonder.. When I do a new install and choose to mount this partition as /home, will the installer add the new config files to it or edit the linux-related files on it..? Or does it leave the partition as it is? I figured, new install may involve new files. Thanks.
Leaves the partition as is if that is what you specify in the partitioning portion of the installer. When reinstalling, I always Code: Select allrm -r .* To clean the accumulated crap and configuration files from the previous install.
has anyone got Weatherbug to work on debian 6 yet? downloaded and install full java and it works.
I never use it, I just go here. Link has profanity...
I've been struggling with CUPS on Debian for close to a year now. I've got both Debian Squeeze and Maverick on my EeePC that I use at work (at a high school). The printer we use is an NEC MultiWriter 3650N---a Japanese-only model; the only info I can find on it is in Japanese. NEC has a CUPS driver for it in a .deb package, but I have had absolutely no luck getting it to work---it only prints out garbage when it prints at all. The thing is, using Ubuntu I can get the printer working without installing the driver---I use the NEC MultiWriter Foomatic/npdl driver that comes with CUPS, and it Just Works. I'd rather be using Debian, but not being able to use the printer is a huge issue for me (I have to print out a lot of worksheets, etc). I'm not too fond of the idea of installing an Ubuntu package on Debian, but if there's a safe way to do that in order to get access to the printer, I'd do it. How stupid would it be to try? ***UPDATE*** Ubuntu and Debian's packages are binary incompatible, so the answer is: "Pretty Stoopid". However, there's a link posted below to http://www.openprinting.org/printer/NEC/NEC-MultiWriter that provides a .ppd file that works. Remember to change the default paper size to A4, though, or the printer will complain that it's out of paper (because it'll be trying to print to US Letter Size by default).
angus77 wrote: I'm not too fond of the idea of installing an Ubuntu package on Debian, but if there's a safe way to do that in order to get access to the printer, I'd do it. How stupid would it be to try? The fact of the matter is that Ubuntu packages are binary incompatible with Debian packages. The openprinting.org link above does provide the .ppd which should work.
I'm hoping someone can help me with the problem of my MPC client being refused connection to my MPD server. Here's the background. I'm building a music server using an Alix board with Voyage linux installed on that. The Alix board is attached to my laptop, running Debian, and the laptop acts as the file server via NFS. I have MPD installed and configured on the Alix board, and have configured NFS on the Alix board to look for the directory where my music files are on the laptop. I'm directly connecting the Alix board and the Laptop with a crossover cable as I don't want internet access - this is purely for storing and playing my FLAC files via the hi fi. As a result I've setup static IP addresses on both the Alix board and the Laptop, using 10.0.0.1 as the Laptop address and 10.0.0.2 for the Alix board address. Both the Laptop and Alix board have a netmask of 255.0.0.0 The Laptop /etc/network/interfaces output is Code: Select all# The loopback network interface auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 10.0.0.1 netmask 255.0.0.0 The Alix board /etc/network/interfaces output is Code: Select all# The loopback network interface auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 10.0.0.2 netmask 255.0.0.0 ifconfig on the Laptop shows eth0 as Code: Select allinet addr 10.0.0.1 Mask 255.0.0.0 ifconfig on the Alix shows eth0 as Code: Select allinet addr 10.0.0.2 Mask 255.0.0.0 Interestingly Network Manager did acknowledge the hard wired connection between the two devices whenever I plugged them together with the crossover cable and would stop trying to connect via the enabled wireless card I have. However for some reason it no longer does that and doesn't acknowledge that the Alix board and the Laptop are networked together via the crossover cable, and instead defaults to using the wireless card and connecting to my broadband. Network Manager did also show all the wireless networks that were available, plus an option to connect via a wired network, but the option to connect to the wired network has also gone. I haven't a clue what's up with that now, but maybe this is causing the problem. Anyway, I've disabled wireless networking and connected the two devices together using the crossover cable. I've pinged the Alix board from the laptop and that works, and I've pinged the Laptop from the Alix board and that works. I can also SSH into the Alix board so I know I have a path/connection. However when I click connect in MPC I get the following error message: Code: Select allerror code 15: problems getting a response from 10.0.0.2 on port 6601: Connection refused (Note: port 6601 is the port I've configured in MPD as directed to by this tutorialhttp://cheap-silent-usb-linux-music-ser ... results=14 MPC's connection properties on the Laptop are configured as follows Code: Select all Name = Alix Host = 10.0.0.2 Port = 6601 I've been googling all day to try and find solutions, but nothing seems to work. So far I've found the following advice: 1. Comment out the "bind to any address = "any" line in the mpd.conf, but that didn't solve it. 2. I'm wondering if I need to setup my routing tables so that it uses a static route, but I don't think that will help as I'm not connecting via a router. The Laptop is an IBM Thinkpad and not a Mac (I've read about people with Mac's having problems like this). As far as I know I don't have any firewalls - The Debian install is just disks 1 and 2, and I haven't installed any firewalls (but not sure if Debian comes with one as standard?) The Alix board has the Voyage distribution specifically for Alix and I'm certain that doesn't have anything like a firewall built into it as Voyage is a very stripped down linux kernel. Now I stumped as to what to do next and Google isn't helping me anymore, hence the plea for help. Thanks
did this connection issue start before you configured ripit or after the ripit thing?
Hi all, I've been getting this message at every boot sequence: line 8 in /etc/fstab bad but othewise everything works fine. Been googling everywhere, but for the life of me I can't find the culprit. Below is my fstab; any help is appreciated, thanks! [Using gnome on Squeeze, fully updated] ----------------------- # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # /dev/sda2 # UUID= / ext3 relatime,errors=remount-ro 0 1 /dev/sda2 / ext3 auto rw,user 0 0 # /dev/sda3 # UUID= none swap sw 0 0 /dev/sda3 none swap sw 0 0 # cdrom /dev/sr0 /media/cdrom udf,iso9660 user,noauto,exec,utf8 0 0 -----------------------
Replace the mount option for the root (/) with those the system provided, as seen on the line above it.
Ok, new problem. I can now get Ripit to run, but right after its got the artist and track data and displayed it, it then says it can't write to the error log on my output path. However ripping and encoding of the music seems to happen as it goes through all the tracks, but at the end the same error message appears and I get a message saying the time to rip = 0 and the time to encode = 0. When I look at the output directory there's nothing there. For the output directory I initially had the file output as /home/westers/music - that's my username and I have the directory music created, but I still got the error message. I then thought the problem was because /home/westers/music is setup to use a USB attached hard drive as it's disk drive and so I should actually be pointing the output to this drive because the drive is mounted to /home/westers/music. When I change the output to /dev/sdb (the hard drive name) I still get the same error message. I know the drive has mounted properly because I can see it has on the desktop. fpermission is set as the default, although I can't find any info about what the default options actually mean (google, the man page and the readme don't say what the options mean). So how can I get my music to be saved to the usb hard drive such that /home/westers/music can see it? I'm ripping the music to a flac file if that makes any difference. Thanks
An update on the problem. The actual error message is "Can not append to file /dev/sdb/Ian Astbury - Spirit Light Speed/error.log" Can not append to file error.log. The Ian Astbury part of the error is the name of the CD. Can anyone shed any light on this? I thought it may have been file permissions and changed them to 0666 in the config file, but that made no difference. Directory permissions are 0777 so that's at maximum too.
He guys i got a question about making a package from orginal wine source. I keep getting a error on the last part (will post the errro later in post ) What i do is this . apt-get install devscripts cdbs dh-make apt-get build-dep wine cd to the directory dh_make -n -b -s Edit the debian/rules and add: CONFIGOPTS = --with-x --disable-tests dpkg-buildpackage -b -us -uc (thanks to someone on eveonline forum found this out ) But in the end it gives me this error . Code: Select alldpkg-shlibdeps: warning: diversions involved - output may be incorrect diversion by fglrx-glx-ia32 from: /usr/lib32/libGL.so.1 dpkg-shlibdeps: warning: diversions involved - output may be incorrect diversion by fglrx-glx-ia32 to: /usr/lib32/fglrx/diversions/libGL.so.1 dpkg-shlibdeps: warning: diversions involved - output may be incorrect diversion by fglrx-glx-ia32 from: /usr/lib32/libGL.so.1.2 dpkg-shlibdeps: warning: diversions involved - output may be incorrect diversion by fglrx-glx-ia32 to: /usr/lib32/fglrx/diversions/libGL.so.1.2 dpkg-shlibdeps: error: no dependency information found for /usr/lib32/libGL.so.1 (used by debian/wine/usr/lib/wine/opengl32.dll.so). dh_shlibdeps: dpkg-shlibdeps -Tdebian/wine.substvars debian/wine/usr/lib/wine/userenv.dll.so debian/wine/usr/lib/wine/d3dx10_41.dll.so debian/wine/usr/lib/wine/vdhcp.vxd.so debian/wine/usr/lib/wine/wuaueng.dll.so debian/wine/usr/lib/wine/rpcrt4.dll.so debian/wine/usr/lib/wine/shell32.dll.so debian/wine/usr/lib/wine/comdlg32.dll.so debian/wine/usr/lib/wine/d3dx10_43.dll.so debian/wine/usr/lib/wine/inkobj.dll.so debian/wine/usr/lib/wine/wintab32.dll.so debian/wine/usr/lib/wine/avifil32.dll.so debian/wine/usr/lib/wine/hh.exe.so debian/wine/usr/lib/wine/d3dx10_40.dll.so debian/wine/usr/lib/wine/d3dcompiler_33.dll.so debian/wine/usr/lib/wine/ntprint.dll.so debian/wine/usr/lib/wine/pdh.dll.so debian/wine/usr/lib/wine/credui.dll.so debian/wine/usr/lib/wine/stress.dll16.so debian/wine/usr/lib/wine/itircl.dll.so debian/wine/usr/lib/wine/ping.exe.so debian/wine/usr/lib/wine/d3d9.dll.so debian/wine/usr/lib/wine/winoldap.mod16.so debian/wine/usr/lib/wine/msvideo.dll16.so debian/wine/usr/lib/wine/msisys.ocx.so debian/wine/usr/lib/wine/wineboot.exe.so debian/wine/usr/lib/wine/olethk32.dll.so debian/wine/usr/lib/wine/lzexpand.dll16.so debian/wine/usr/lib/wine/comcat.dll.so debian/wine/usr/lib/wine/system.drv16.so debian/wine/usr/lib/wine/psapi.dll.so debian/wine/usr/lib/wine/hnetcfg.dll.so debian/wine/usr/lib/wine/secedit.exe.so debian/wine/usr/lib/wine/compstui.dll.so debian/wine/usr/lib/wine/msxml3.dll.so debian/wine/usr/lib/wine/oledb32.dll.so debian/wine/usr/lib/wine/urlmon.dll.so debian/wine/usr/lib/wine/qedit.dll.so debian/wine/usr/lib/wine/compobj.dll16.so debian/wine/usr/lib/wine/dxdiagn.dll.so debian/wine/usr/lib/wine/inseng.dll.so debian/wine/usr/lib/wine/shdoclc.dll.so debian/wine/usr/lib/wine/eject.exe.so debian/wine/usr/lib/wine/mciqtz32.dll.so debian/wine/usr/lib/wine/rundll32.exe.so debian/wine/usr/lib/wine/winscard.dll.so debian/wine/usr/lib/wine/dpnlobby.dll.so debian/wine/usr/lib/wine/d3dcompiler_36.dll.so debian/wine/usr/lib/wine/winver.exe.so debian/wine/usr/lib/wine/usp10.dll.so debian/wine/usr/lib/wine/imm32.dll.so debian/wine/usr/lib/wine/gphoto2.ds.so debian/wine/usr/lib/wine/mcicda.dll.so debian/wine/usr/lib/wine/mssign32.dll.so debian/wine/usr/lib/wine/shell.dll16.so debian/wine/usr/lib/wine/winedevice.exe.so debian/wine/usr/lib/wine/winemapi.dll.so debian/wine/usr/lib/wine/riched32.dll.so debian/wine/usr/lib/wine/winealsa.drv.so debian/wine/usr/lib/wine/hal.dll.so debian/wine/usr/lib/wine/ver.dll16.so debian/wine/usr/lib/wine/d3dx10_36.dll.so debian/wine/usr/lib/wine/wuapi.dll.so debian/wine/usr/lib/wine/infosoft.dll.so debian/wine/usr/lib/wine/dispdib.dll16.so debian/wine/usr/lib/wine/wordpad.exe.so debian/wine/usr/lib/wine/newdev.dll.so debian/wine/usr/lib/wine/ntdsapi.dll.so debian/wine/usr/lib/wine/d3dcompiler_35.dll.so debian/wine/usr/lib/wine/d3drm.dll.so debian/wine/usr/lib/wine/oledlg.dll.so debian/wine/usr/lib/wine/ddeml.dll16.so debian/wine/usr/lib/wine/windebug.dll16.so debian/wine/usr/lib/wine/sti.dll.so debian/wine/usr/lib/wine/hhctrl.ocx.so debian/wine/usr/lib/wine/sane.ds.so debian/wine/usr/lib/wine/notepad.exe.so debian/wine/usr/lib/wine/msvcrtd.dll.so debian/wine/usr/lib/wine/tapi32.dll.so debian/wine/usr/lib/wine/mofcomp.exe.so debian/wine/usr/lib/wine/dispex.dll.so debian/wine/usr/lib/wine/mshtml.dll.so debian/wine/usr/lib/wine/loadperf.dll.so debian/wine/usr/lib/wine/inetmib1.dll.so debian/wine/usr/lib/wine/svrapi.dll.so debian/wine/usr/lib/wine/toolhelp.dll16.so debian/wine/usr/lib/wine/ole32.dll.so debian/wine/usr/lib/wine/query.dll.so debian/wine/usr/lib/wine/activeds.dll.so debian/wine/usr/lib/wine/winejoystick.drv.so debian/wine/usr/lib/wine/unlodctr.exe.so debian/wine/usr/lib/wine/lodctr.exe.so debian/wine/usr/lib/wine/propsys.dll.so debian/wine/usr/lib/wine/d3dx9_31.dll.so debian/wine/usr/lib/wine/iexplore.exe.so debian/wine/usr/lib/wine/setupx.dll16.so debian/wine/usr/lib/wine/powrprof.dll.so debian/wine/usr/lib/wine/slbcsp.dll.so debian/wine/usr/lib/wine/d3dx9_40.dll.so debian/wine/usr/lib/wine/display.drv16.so debian/wine/usr/lib/wine/d3dcompiler_43.dll.so debian/wine/usr/lib/wine/httpapi.dll.so debian/wine/usr/lib/wine/rasdlg.dll.so debian/wine/usr/lib/wine/w32sys.dll16.so debian/wine/usr/lib/wine/fusion.dll.so debian/wine/usr/lib/wine/advapi32.dll.so debian/wine/usr/lib/wine/comm.drv16.so debian/wine/usr/lib/wine/kernel32.dll.so debian/wine/usr/lib/wine/rasapi16.dll16.so debian/wine/usr/lib/wine/wmi.dll.so debian/wine/usr/lib/wine/wintab.dll16.so debian/wine/usr/lib/wine/net.exe.so debian/wine/usr/lib/wine/msctf.dll.so debian/wine/usr/lib/wine/d3dcompiler_42.dll.so debian/wine/usr/lib/wine/olepro32.dll.so debian/wine/usr/lib/wine/servicemodelreg.exe.so debian/wine/usr/lib/wine/dmusic32.dll.so debian/wine/usr/lib/wine/winhlp32.exe.so debian/wine/usr/lib/wine/wtsapi32.dll.so debian/wine/usr/lib/wine/riched20.dll.so debian/wine/usr/lib/wine/d3dx9_25.dll.so debian/wine/usr/lib/wine/wbemprox.dll.so debian/wine/usr/lib/wine/msnet32.dll.so debian/wine/usr/lib/wine/ws2_32.dll.so debian/wine/usr/lib/wine/wscript.exe.so debian/wine/usr/lib/wine/dmsynth.dll.so debian/wine/usr/lib/wine/mstask.dll.so debian/wine/usr/lib/wine/d3dx9_41.dll.so debian/wine/usr/lib/wine/mountmgr.sys.so debian/wine/usr/lib/wine/xinput1_3.dll.so debian/wine/usr/lib/wine/msdaps.dll.so debian/wine/usr/lib/wine/dswave.dll.so debian/wine/usr/lib/wine/usbd.sys.so debian/wine/usr/lib/wine/snmpapi.dll.so debian/wine/usr/lib/wine/wined3d.dll.so debian/wine/usr/lib/wine/itss.dll.so debian/wine/usr/lib/wine/msacm32.dll.so debian/wine/usr/lib/wine/dmloader.dll.so debian/wine/usr/lib/wine/pidgen.dll.so debian/wine/usr/lib/wine/dpnaddr.dll.so debian/wine/usr/lib/wine/user32.dll.so debian/wine/usr/lib/wine/dmusic.dll.so debian/wine/usr/lib/wine/ctl3d32.dll.so debian/wine/usr/lib/wine/wsock32.dll.so debian/wine/usr/lib/wine/wineesd.drv.so debian/wine/usr/lib/wine/oleview.exe.so debian/wine/usr/lib/wine/uxtheme.dll.so debian/wine/usr/lib/wine/quartz.dll.so debian/wine/usr/lib/wine/msxml6.dll.so debian/wine/usr/lib/wine/taskkill.exe.so debian/wine/usr/lib/wine/appwiz.cpl.so debian/wine/usr/lib/wine/fltlib.dll.so debian/wine/usr/lib/wine/keyboard.drv16.so debian/wine/usr/lib/wine/midimap.dll.so debian/wine/usr/lib/wine/dplayx.dll.so debian/wine/usr/lib/wine/vmm.vxd.so debian/wine/usr/lib/wine/objsel.dll.so debian/wine/usr/lib/wine/xinput9_1_0.dll.so debian/wine/usr/lib/wine/msvfw32.dll.so debian/wine/usr/lib/wine/printui.dll.so debian/wine/usr/lib/wine/authz.dll.so debian/wine/usr/lib/wine/traffic.dll.so debian/wine/usr/lib/wine/wldap32.dll.so debian/wine/usr/lib/wine/mscoree.dll.so debian/wine/usr/lib/wine/mapi32.dll.so debian/wine/usr/lib/wine/qmgr.dll.so debian/wine/usr/lib/wine/ole2disp.dll16.so debian/wine/usr/lib/wine/d3dx9_37.dll.so debian/wine/usr/lib/wine/capi2032.dll.so debian/wine/usr/lib/wine/mpr.dll.so debian/wine/usr/lib/wine/imm.dll16.so debian/wine/usr/lib/wine/cmd.exe.so debian/wine/usr/lib/wine/d3dx9_28.dll.so debian/wine/usr/lib/wine/d3dx9_38.dll.so debian/wine/usr/lib/wine/qmgrprxy.dll.so debian/wine/usr/lib/wine/mciseq.dll.so debian/wine/usr/lib/wine/wing.dll16.so debian/wine/usr/lib/wine/cryptdlg.dll.so debian/wine/usr/lib/wine/msvcrt20.dll.so debian/wine/usr/lib/wine/d3dx9_36.dll.so debian/wine/usr/lib/wine/avifile.dll16.so debian/wine/usr/lib/wine/twain_32.dll.so debian/wine/usr/lib/wine/msg711.acm.so debian/wine/usr/lib/wine/msxml.dll.so debian/wine/usr/lib/wine/d3dxof.dll.so debian/wine/usr/lib/wine/write.exe.so debian/wine/usr/lib/wine/shdocvw.dll.so debian/wine/usr/lib/wine/mouse.drv16.so debian/wine/usr/lib/wine/winevdm.exe.so debian/wine/usr/lib/wine/t2embed.dll.so debian/wine/usr/lib/wine/windowscodecs.dll.so debian/wine/usr/lib/wine/cryptui.dll.so debian/wine/usr/lib/wine/msisip.dll.so debian/wine/usr/lib/wine/d3dcompiler_41.dll.so debian/wine/usr/lib/wine/d3dx10_39.dll.so debian/wine/usr/lib/wine/imagehlp.dll.so debian/wine/usr/lib/wine/mshta.exe.so debian/wine/usr/lib/wine/sc.exe.so debian/wine/usr/lib/wine/wineps16.drv16.so debian/wine/usr/lib/wine/mapistub.dll.so debian/wine/usr/lib/wine/sensapi.dll.so debian/wine/usr/lib/wine/mmdevldr.vxd.so debian/wine/usr/lib/wine/sxs.dll.so debian/wine/usr/lib/wine/dinput.dll.so debian/wine/usr/lib/wine/winnls.dll16.so debian/wine/usr/lib/wine/faultrep.dll.so debian/wine/usr/lib/wine/d3d10.dll.so debian/wine/usr/lib/wine/commdlg.dll16.so debian/wine/usr/lib/wine/d3dx10_33.dll.so debian/wine/usr/lib/wine/actxprxy.dll.so debian/wine/usr/lib/wine/ntoskrnl.exe.so debian/wine/usr/lib/wine/d3dx9_32.dll.so debian/wine/usr/lib/wine/control.exe.so debian/wine/usr/lib/wine/winhttp.dll.so debian/wine/usr/lib/wine/winejack.drv.so debian/wine/usr/lib/wine/serialui.dll.so debian/wine/usr/lib/wine/mlang.dll.so debian/wine/usr/lib/wine/shlwapi.dll.so debian/wine/usr/lib/wine/wineoss.drv.so debian/wine/usr/lib/wine/cards.dll.so debian/wine/usr/lib/wine/winmm.dll.so debian/wine/usr/lib/wine/winex11.drv.so debian/wine/usr/lib/wine/wininet.dll.so debian/wine/usr/lib/wine/gdi.exe16.so debian/wine/usr/lib/wine/oleacc.dll.so debian/wine/usr/lib/wine/sound.drv16.so debian/wine/usr/lib/wine/drmclien.dll.so debian/wine/usr/lib/wine/atl.dll.so debian/wine/usr/lib/wine/explorer.exe.so debian/wine/usr/lib/wine/icmp.dll.so debian/wine/usr/lib/wine/uninstaller.exe.so debian/wine/usr/lib/wine/samlib.dll.so debian/wine/usr/lib/wine/avrt.dll.so debian/wine/usr/lib/wine/spoolsv.exe.so debian/wine/usr/lib/wine/reg.exe.so debian/wine/usr/lib/wine/pstorec.dll.so debian/wine/usr/lib/wine/iphlpapi.dll.so debian/wine/usr/lib/wine/winebrowser.exe.so debian/wine/usr/lib/wine/winemine.exe.so debian/wine/usr/lib/wine/regsvcs.exe.so debian/wine/usr/lib/wine/win32s16.dll16.so debian/wine/usr/lib/wine/sccbase.dll.so debian/wine/usr/lib/wine/d3dx10_37.dll.so debian/wine/usr/lib/wine/ktmw32.dll.so debian/wine/usr/lib/wine/schannel.dll.so debian/wine/usr/lib/wine/msacm32.drv.so debian/wine/usr/lib/wine/ole2.dll16.so debian/wine/usr/lib/wine/xinput1_2.dll.so debian/wine/usr/lib/wine/d3dx10_34.dll.so debian/wine/usr/lib/wine/crtdll.dll.so debian/wine/usr/lib/wine/mmsystem.dll16.so debian/wine/usr/lib/wine/acledit.dll.so debian/wine/usr/lib/wine/wow32.dll.so debian/wine/usr/lib/wine/wmiutils.dll.so debian/wine/usr/lib/wine/mprapi.dll.so debian/wine/usr/lib/wine/ipconfig.exe.so debian/wine/usr/lib/wine/msimg32.dll.so debian/wine/usr/lib/wine/dmscript.dll.so debian/wine/usr/lib/wine/mssip32.dll.so debian/wine/usr/lib/wine/msvcr71.dll.so debian/wine/usr/lib/wine/user.exe16.so debian/wine/usr/lib/wine/msvcr80.dll.so debian/wine/usr/lib/wine/ole2thk.dll16.so debian/wine/usr/lib/wine/winnls32.dll.so debian/wine/usr/lib/wine/d3dx9_27.dll.so debian/wine/usr/lib/wine/dxgi.dll.so debian/wine/usr/lib/wine/rsabase.dll.so debian/wine/usr/lib/wine/shfolder.dll.so debian/wine/usr/lib/wine/mscms.dll.so debian/wine/usr/lib/wine/gdiplus.dll.so debian/wine/usr/lib/wine/advpack.dll.so debian/wine/usr/lib/wine/olesvr.dll16.so debian/wine/usr/lib/wine/d3dcompiler_38.dll.so debian/wine/usr/lib/wine/avicap32.dll.so debian/wine/usr/lib/wine/dbghelp.dll.so debian/wine/usr/lib/wine/hid.dll.so debian/wine/usr/lib/wine/fwpuclnt.dll.so debian/wine/usr/lib/wine/setupapi.dll.so debian/wine/usr/lib/wine/security.dll.so debian/wine/usr/lib/wine/rundll.exe16.so debian/wine/usr/lib/wine/d3dx9_24.dll.so debian/wine/usr/lib/wine/start.exe.so debian/wine/usr/lib/wine/mshtml.tlb.so debian/wine/usr/lib/wine/wing32.dll.so debian/wine/usr/lib/wine/hlink.dll.so debian/wine/usr/lib/wine/gdi32.dll.so debian/wine/usr/lib/wine/mswsock.dll.so debian/wine/usr/lib/wine/odbccp32.dll.so debian/wine/usr/lib/wine/xmllite.dll.so debian/wine/usr/lib/wine/vtdapi.vxd.so debian/wine/usr/lib/wine/msvcp80.dll.so debian/wine/usr/lib/wine/taskmgr.exe.so debian/wine/usr/lib/wine/dmband.dll.so debian/wine/usr/lib/wine/dinput8.dll.so debian/wine/usr/lib/wine/updspapi.dll.so debian/wine/usr/lib/wine/olecli32.dll.so debian/wine/usr/lib/wine/vnetbios.vxd.so debian/wine/usr/lib/wine/d3dx10_42.dll.so debian/wine/usr/lib/wine/msvcrt40.dll.so debian/wine/usr/lib/wine/ole2prox.dll16.so debian/wine/usr/lib/wine/services.exe.so debian/wine/usr/lib/wine/ctl3dv2.dll16.so debian/wine/usr/lib/wine/dpnet.dll.so debian/wine/usr/lib/wine/dnsapi.dll.so debian/wine/usr/lib/wine/typelib.dll16.so debian/wine/usr/lib/wine/sfc_os.dll.so debian/wine/usr/lib/wine/clock.exe.so debian/wine/usr/lib/wine/bcrypt.dll.so debian/wine/usr/lib/wine/d3dx9_42.dll.so debian/wine/usr/lib/wine/wlanapi.dll.so debian/wine/usr/lib/wine/krnl386.exe16.so debian/wine/usr/lib/wine/d3dx9_29.dll.so debian/wine/usr/lib/wine/msvcr90.dll.so debian/wine/usr/lib/wine/cfgmgr32.dll.so debian/wine/usr/lib/wine/devenum.dll.so debian/wine/usr/lib/wine/dmcompos.dll.so debian/wine/usr/lib/wine/winedbg.exe.so debian/wine/usr/lib/wine/winepath.exe.so debian/wine/usr/lib/wine/d3dx9_26.dll.so debian/wine/usr/lib/wine/version.dll.so debian/wine/usr/lib/wine/cacls.exe.so debian/wine/usr/lib/wine/rtutils.dll.so debian/wine/usr/lib/wine/dssenh.dll.so debian/wine/usr/lib/wine/localui.dll.so debian/wine/usr/lib/wine/nddeapi.dll.so debian/wine/usr/lib/wine/dsound.dll.so debian/wine/usr/lib/wine/rsaenh.dll.so debian/wine/usr/lib/wine/dbgeng.dll.so debian/wine/usr/lib/wine/msdmo.dll.so debian/wine/usr/lib/wine/mciavi32.dll.so debian/wine/usr/lib/wine/vdmdbg.dll.so debian/wine/usr/lib/wine/winenas.drv.so debian/wine/usr/lib/wine/msvcirt.dll.so debian/wine/usr/lib/wine/monodebg.vxd.so debian/wine/usr/lib/wine/dplay.dll.so debian/wine/usr/lib/wine/expand.exe.so debian/wine/usr/lib/wine/ole2nls.dll16.so debian/wine/usr/lib/wine/initpki.dll.so debian/wine/usr/lib/wine/aclui.dll.so debian/wine/usr/lib/wine/xinput1_1.dll.so debian/wine/usr/lib/wine/winemenubuilder.exe.so debian/wine/usr/lib/wine/wineps.drv.so debian/wine/usr/lib/wine/url.dll.so debian/wine/usr/lib/wine/mmdevapi.dll.so debian/wine/usr/lib/wine/winaspi.dll16.so debian/wine/usr/lib/wine/dxdiag.exe.so debian/wine/usr/lib/wine/msxml2.dll.so debian/wine/usr/lib/wine/msrle32.dll.so debian/wine/usr/lib/wine/inetcomm.dll.so debian/wine/usr/lib/wine/glu32.dll.so debian/wine/usr/lib/wine/clusapi.dll.so debian/wine/usr/lib/wine/msadp32.acm.so debian/wine/usr/lib/wine/localspl.dll.so debian/wine/usr/lib/wine/d3d8.dll.so debian/wine/usr/lib/wine/winecfg.exe.so debian/wine/usr/lib/wine/d3dcompiler_34.dll.so debian/wine/usr/lib/wine/icinfo.exe.so debian/wine/usr/lib/wine/d3dx9_34.dll.so debian/wine/usr/lib/wine/msxml4.dll.so debian/wine/usr/lib/wine/msvidc32.dll.so debian/wine/usr/lib/wine/gameux.dll.so debian/wine/usr/lib/wine/extrac32.exe.so debian/wine/usr/lib/wine/progman.exe.so debian/wine/usr/lib/wine/stdole32.tlb.so debian/wine/usr/lib/wine/d3dcompiler_37.dll.so debian/wine/usr/lib/wine/d3dcompiler_39.dll.so debian/wine/usr/lib/wine/twain.dll16.so debian/wine/usr/lib/wine/wineconsole.exe.so debian/wine/usr/lib/wine/d3dx9_33.dll.so debian/wine/usr/lib/wine/amstream.dll.so debian/wine/usr/lib/wine/spoolss.dll.so debian/wine/usr/lib/wine/stdole2.tlb.so debian/wine/usr/lib/wine/dwmapi.dll.so debian/wine/usr/lib/wine/softpub.dll.so debian/wine/usr/lib/wine/winhelp.exe16.so debian/wine/usr/lib/wine/winsock.dll16.so debian/wine/usr/lib/wine/resutils.dll.so debian/wine/usr/lib/wine/gpkcsp.dll.so debian/wine/usr/lib/wine/wmic.exe.so debian/wine/usr/lib/wine/msvcr100.dll.so debian/wine/usr/lib/wine/jscript.dll.so debian/wine/usr/lib/wine/winefile.exe.so debian/wine/usr/lib/wine/dmstyle.dll.so debian/wine/usr/lib/wine/regedit.exe.so debian/wine/usr/lib/wine/d3dx9_30.dll.so debian/wine/usr/lib/wine/explorerframe.dll.so debian/wine/usr/lib/wine/oleaut32.dll.so debian/wine/usr/lib/wine/mscat32.dll.so debian/wine/usr/lib/wine/ddrawex.dll.so debian/wine/usr/lib/wine/dciman32.dll.so debian/wine/usr/lib/wine/msftedit.dll.so debian/wine/usr/lib/wine/odbc32.dll.so debian/wine/usr/lib/wine/aspnet_regiis.exe.so debian/wine/usr/lib/wine/dmime.dll.so debian/wine/usr/lib/wine/d3dx9_43.dll.so debian/wine/usr/lib/wine/ntdll.dll.so debian/wine/usr/lib/wine/vnbt.vxd.so debian/wine/usr/lib/wine/wiaservc.dll.so debian/wine/usr/lib/wine/winecoreaudio.drv.so debian/wine/usr/lib/wine/opengl32.dll.so debian/wine/usr/lib/wine/ngen.exe.so debian/wine/usr/lib/wine/ctapi32.dll.so debian/wine/usr/lib/wine/ifsmgr.vxd.so debian/wine/usr/lib/wine/dpwsockx.dll.so debian/wine/usr/lib/wine/comctl32.dll.so debian/wine/usr/lib/wine/rpcss.exe.so debian/wine/usr/lib/wine/rstrtmgr.dll.so debian/wine/usr/lib/wine/rasapi32.dll.so debian/wine/usr/lib/wine/olecli.dll16.so debian/wine/usr/lib/wine/vwin32.vxd.so debian/wine/usr/lib/wine/xapofx1_1.dll.so debian/wine/usr/lib/wine/unicows.dll.so debian/wine/usr/lib/wine/msvcr70.dll.so debian/wine/usr/lib/wine/termsv.exe.so debian/wine/usr/lib/wine/ctl3d.dll16.so debian/wine/usr/lib/wine/msimtf.dll.so debian/wine/usr/lib/wine/msiexec.exe.so debian/wine/usr/lib/wine/msgsm32.acm.so debian/wine/usr/lib/wine/wer.dll.so debian/wine/usr/lib/wine/msi.dll.so debian/wine/usr/lib/wine/dpnhpast.dll.so debian/wine/usr/lib/wine/mciwave.dll.so debian/wine/usr/lib/wine/secur32.dll.so debian/wine/usr/lib/wine/cabinet.dll.so debian/wine/usr/lib/wine/browseui.dll.so debian/wine/usr/lib/wine/xcopy.exe.so debian/wine/usr/lib/wine/attrib.exe.so debian/wine/usr/lib/wine/d3dim.dll.so debian/wine/usr/lib/wine/qcap.dll.so debian/wine/usr/lib/wine/normaliz.dll.so debian/wine/usr/lib/wine/w32skrnl.dll.so debian/wine/usr/lib/wine/d3dcompiler_40.dll.so debian/wine/usr/lib/wine/inetcpl.cpl.so debian/wine/usr/lib/wine/ddraw.dll.so debian/wine/usr/lib/wine/msvcp90.dll.so debian/wine/usr/lib/wine/imaadp32.acm.so debian/wine/usr/lib/wine/d3dx9_35.dll.so debian/wine/usr/lib/wine/wintrust.dll.so debian/wine/usr/lib/wine/msacm.dll16.so debian/wine/usr/lib/wine/sfc.dll.so debian/wine/usr/lib/wine/lz32.dll.so debian/wine/usr/lib/wine/d3dx10_38.dll.so debian/wine/usr/lib/wine/npmshtml.dll.so debian/wine/usr/lib/wine/storage.dll16.so debian/wine/usr/lib/wine/msvcrt.dll.so debian/wine/usr/lib/wine/win87em.dll16.so debian/wine/usr/lib/wine/crypt32.dll.so debian/wine/usr/lib/wine/d3dx9_39.dll.so debian/wine/usr/lib/wine/olesvr32.dll.so debian/wine/usr/lib/wine/d3dx10_35.dll.so debian/wine/usr/lib/wine/cryptdll.dll.so debian/wine/usr/lib/wine/d3d10core.dll.so debian/wine/usr/lib/wine/wnaspi32.dll.so debian/wine/usr/lib/wine/svchost.exe.so debian/wine/usr/lib/wine/iccvid.dll.so debian/wine/usr/lib/wine/slc.dll.so debian/wine/usr/lib/wine/netsh.exe.so debian/wine/usr/lib/wine/regsvr32.exe.so debian/wine/usr/lib/wine/cryptnet.dll.so debian/wine/usr/lib/wine/winspool.drv.so debian/wine/usr/lib/wine/ole2conv.dll16.so debian/wine/usr/lib/wine/netapi32.dll.so debian/wine/usr/lib/libwine.so.1.0 debian/wine/usr/bin/wineserver debian/wine/usr/bin/wrc debian/wine/usr/bin/wmc debian/wine/usr/bin/winegcc debian/wine/usr/bin/wine debian/wine/usr/bin/winebuild debian/wine/usr/bin/widl debian/wine/usr/bin/winedump returned exit code 2 I think its about this part of the error Code: Select allpkg-shlibdeps: warning: diversions involved - output may be incorrect diversion by fglrx-glx-ia32 from: /usr/lib32/libGL.so.1 dpkg-shlibdeps: warning: diversions involved - output may be incorrect diversion by fglrx-glx-ia32 to: /usr/lib32/fglrx/diversions/libGL.so.1 dpkg-shlibdeps: warning: diversions involved - output may be incorrect diversion by fglrx-glx-ia32 from: /usr/lib32/libGL.so.1.2 dpkg-shlibdeps: warning: diversions involved - output may be incorrect diversion by fglrx-glx-ia32 to: /usr/lib32/fglrx/diversions/libGL.so.1.2 dpkg-shlibdeps: error: no dependency information found for /usr/lib32/libGL.so.1 (used by debian/wine/usr/lib/wine/opengl32.dll.so). When i remove the ati drivers it builds fine but with every build of wine to remove my ati drivers is not a option. I also asked on the wine forums but the told me to ask here . And the person also sayed it looks like you install the ati drivers from the one of the ati site but i installed them from the debian repos. Hope someone can help me with this . Thanks in advance . Kamelot
never mind already found it (after 2 weeks ) Needed to remove the fglrx-glx-ia32 package from the package manager
I've installed RIPIT 3.6.0-1 for Lenny and have been following this tutorial to define a config file that saves all my options and which I can call every time I want to rip a CD http://forums.debian.net/viewtopic.php? ... ilit=ripit Following that tutorial I copied the config file in etc/ripit/config to the new director ~/.ripit/config. The new directory and file exist as I can see them when I do ls -a and can edit the new config file. However when I type the command ripit all I get is the error message No config file found! Anyone know what I'm doing wrong?
Solved for now. For some reason when I created a new directory in root called .ripit it created a file instead.
I'm using Debian stable. When I turned on Synaptic today and reloaded it I got the "Could not download all repository indexes" error and the following info was in the window: http://ftp.us.debian.org/debian/dists/l ... 6/Packages: 403 Forbidden [IP: 149.20.20.135 80] http://ftp.us.debian.org/debian/dists/l ... 6/Packages: 403 Forbidden [IP: 149.20.20.135 80] http://ftp.us.debian.org/debian/dists/l ... 6/Packages: 403 Forbidden [IP: 149.20.20.135 80] http://ftp.us.debian.org/debian/dists/l ... ce/Sources: 403 Forbidden [IP: 149.20.20.135 80] http://ftp.us.debian.org/debian/dists/l ... ce/Sources: 403 Forbidden [IP: 149.20.20.135 80] http://ftp.us.debian.org/debian/dists/l ... ce/Sources: 403 Forbidden [IP: 149.20.20.135 80] --- Is the server down or has there been a change in the repository? I know the next stable release is due to occur at any moment and I guess that's making me antsy.
I was having similar problems on my two systems that run Debian Squeeze Xfce. In my case, after about an hour's worth of trial and error, I solved my problem by exiting Synaptic and then manually editing /etc/sources.list to change my repositories from http://ftp.us.debian.org/.... to http://http.us.debian.org/.... It looks to me like maybe there's either a general problem with all ftp access right now, or there's a problem with ftp access only for people who are using Synaptic.
Hi... I want to have Debian on a seperate partition on my USB stick... How can I do this? Also, how can I specify which packages I want to be installed on that? Thanks in advance guys!
That is what i would do: install Debian in VBox set it up the way i want it. follow this guide: http://forums.debian.net/viewtopic.php?f=16&t=38870 put the result on a stick with unetbootin
I just installed Squeeze_di_rc1, whit gnome, when i insert any usb stick i recive how can i solve it? At the same times i tried to format in fat 16 with gparted but the result is the same. tanks
Is your USB stick formated properly? If it is, then what file system does it have?
I just updated Grub2, I have a dual core AMD with /boot on sda1, swap on sda2, and / on an encrypted LVM (AES2) somewhere on sda Nothing I do makes it work again. Grub just says xputs not found and gives me the grub_rescue prompt. Is there now or will there ever be a grub2 package that works on amd without problem again. I should have heeded the apt-warning's advice and not installed updates but then it wouldn't install the xorg updates either. Is there someway to downgrade to a previous grub2 that worked before using apt? Is there a working one in sid/not-even-in-sid-yet distro? Says it STILL isn't fixed in squeeze (and this is not a new problem) I booted in a rescue cd and tried installing testings grub2, didn't work. tried original grub but that coundn't boot the encrypted partition retried grub-pc didn't work (doesn't even write over the MBR) and it gives me option about writing to a partition... I want to write to the mbr Please help Similar to these bugs: http://us.generation-nt.com/bug-589737- ... 36161.html https://bugs.launchpad.net/ubuntu/+sour ... bug/514269 Tried re-installing grub2 etc and everything, nothing works. Doesn't even overwrite grub1 I'm using debian squeeze
Please help rather than letting this be pushed to the bottom
I am trying to find out, if an application is chrooted jail or not. I have tried to do as suggested here, but something is wrong I believe. http://www.cyberciti.biz/tips/linux-chroot-service.html Code: Select allpidof apache2 24714 24404 24366 24365 24364 24363 24362 4923 Code: Select allls -ld /proc/24714/root lrwxrwxrwx 1 root root 0 May 31 19:05 /proc/24714/root -> / So far so good. Now we try with postfix, ups, nothing to show ? Code: Select allpidof postfix Lets try with the postfix master process instead. Code: Select allpidof master 2623 Code: Select allls -ld /proc/2623/root lrwxrwxrwx 1 root root 0 May 31 19:07 /proc/2623/root -> / It shows it as not being chrooted jail, which I do not understand, since I KNOW that postfix runs chrooted jail. Is there a better approach or am I doing something wrong ?
If you're checking the symlink from inside the chroot, it'll look like there's not one; this is the intended behavior.
Hello everybody, I'm currently using Debian Lenny 5.0.7 and I tryed to upgrade to Squeeze. I followed the instructions from Debian's Guide: 1. I changed my repositories to squeeze in sources.list 2. # aptitude update 3. # aptitude install apt aptitude dpkg 4. # aptitude safe-upgrade After this last command, the computer kept working for about 7 hours, it consumed 2 gb RAM and 1 gb swap, and in the end aborted with the following message: Code: Select all# aptitude safe-upgrade Resolving dependencies... open: 345011; closed: 575022; defer: 138; conflict: 473 terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Aborted I searched around and I found out that this error is somehow related to C/C++ package compilation, but I found nothing specific related to Debian's upgrade. Does anyone know what's going on?
Sounds strange that the system takes so long. The error has to do with memory allocation andindicates that apt made your computer run out of memory... Did you have a fully up-to-date system before you started the process? Also, maybe first maker sure you only have the standard repositories selected, and not any additional ones. Alex. EDIT: The manual says some things about errors running aptitude during upgrade to squeeze, specially with setting cache limits: http://www.debian.org/releases/testing/ ... ng.en.html http://www.debian.org/releases/testing/ ... -operation See also this post: http://forums.debian.net/viewtopic.php?f=17&t=58921 renatov wrote:Hello everybody, I'm currently using Debian Lenny 5.0.7 and I tryed to upgrade to Squeeze. I followed the instructions from Debian's Guide: 1. I changed my repositories to squeeze in sources.list 2. # aptitude update 3. # aptitude install apt aptitude dpkg 4. # aptitude safe-upgrade After this last command, the computer kept working for about 7 hours, it consumed 2 gb RAM and 1 gb swap, and in the end aborted with the following message: Code: Select all# aptitude safe-upgrade Resolving dependencies... open: 345011; closed: 575022; defer: 138; conflict: 473 terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Aborted I searched around and I found out that this error is somehow related to C/C++ package compilation, but I found nothing specific related to Debian's upgrade. Does anyone know what's going on?
Good afternoon Debian Community, I have used Debian extensively since the Etch days. Recently I have an opportunity to do some cutting edge 3d stuff. It involves BluRay and 3DS Maya/Blender. Unfortunately, Linux and BluRay are two technologies that sometimes don't fit perfectly. Even with the nearing release of Squeeze.....Debian's libs are too old for me to do some cutting edge stuff with the latest and greatest software. This is not a flame, this is not a critique of the Debian methodology, it's just a statement of fact for me right now. I've never used Sid. I've used Stable and testing over the course of several years. Sid, has the latest stuff I need to do the project at hand. In using Sid there are certain risks I willingly assume, and although I've not experienced it personally, I have heard that the Debian community does not welcome Sid users to the forums with questions when things break and need to be fixed/tweaked. I am asking if the above statement is accurate. If I am not correct in my understanding, please give me the correct viewpoint. I am not a troll, I'm an older guy who's had some health issues such as strokes and knows that if he ventures into Sid, there are going to be time where I will need community support to restore a broken system to operational status without having to do a whole reload. I am no rookie, but I don't pretend to know it all because I surely don't and the strokes haven't helped my memory at all. I'll be looking at the forums, and on occasion, I may need to post. Usually, 95% of the time, whatever I run into I know someone else has run into it and I read/follow their fixes. I have read many blogs and forum posts about the risks associated with Sid. And as long as the community will stand behind me, I am willing to run Sid and help sort out issues with the new packages. What I do not want to do is change to Sid (from Squeeze at current), and then have no support from the community. So before I make any chances to my system, I ask for the communities viewpoint, knowing that I assume the risks and the consequences of using Sid. If there are viewpoints in the community as to how often, and how severe Sid breaks, I would welcome that input as well. Sincerely and Respectfully, Dave
Many people who do not know write many things on the web that are not true. What you have heard about the Debian online community being unwilling to help are untrue. Most Debian people will do anything to help anyone who needs it. Some get short with users who demand that the problem be fixed for them, as if that is their right. You do not seem to fall into that category, so I am sure you will find people more than willing to answer your questions. I suggest that you add the sid sources to sources.list and change your apt configuration to use Default-Release "unstable" update and upgrade and you will have very little trouble. When squeeze goes stable you may experience some instances where packages will be new and have some bugs, but after a month or so those instances will become very few. If you do experience these problems just install the testing version of whatever is giving you trouble and in a day or two the problem will be fixed.
Got some strange output during removal of a package: Code: Select alldebian:/home/hallvor# aptitude remove deluge-torrent-common Desse pakkane vil bli FJERNA: deluge-torrent-common The following partially installed packages will be configured: python 0 pakkar oppgradert, 0 nyleg installert, 1 skal fjernast og 0 skal ikkje oppgraderast. Treng å henta 0 B med installasjonspakkar. Etter utpakking vil 6 492 kB bli frigjort. (Les database ... 166758 files and directories currently installed.) Fjernar deluge-torrent-common ... Processing triggers for hicolor-icon-theme ... Set opp python (2.6.6-3+squeeze4) ... Linking and byte-compiling packages for runtime python2.6... Traceback (most recent call last): File "/usr/bin/pycompile", line 314, in <module> main() File "/usr/bin/pycompile", line 300, in main options.force, options.optimize, e_patterns) File "/usr/bin/pycompile", line 196, in compile ftime = os.stat(fn).st_mtime OSError: [Errno 2] No such file or directory: '/usr/lib/python2.6/dist-packages/reportlab/tools/__init__.py' dpkg: Feil ved behandling av python (--configure): underprosessen installed post-installation script returnerte feilstatus 1 configured to not write apport reports Det oppstod feil ved behandlinga av: python E: Sub-process /usr/bin/dpkg returned an error code (1) A package failed to install. Trying to recover: Set opp python (2.6.6-3+squeeze4) ... Linking and byte-compiling packages for runtime python2.6... Traceback (most recent call last): File "/usr/bin/pycompile", line 314, in <module> main() File "/usr/bin/pycompile", line 300, in main options.force, options.optimize, e_patterns) File "/usr/bin/pycompile", line 196, in compile ftime = os.stat(fn).st_mtime OSError: [Errno 2] No such file or directory: '/usr/lib/python2.6/dist-packages/reportlab/tools/__init__.py' dpkg: Feil ved behandling av python (--configure): underprosessen installed post-installation script returnerte feilstatus 1 Det oppstod feil ved behandlinga av: python debian:/home/hallvor# Is it anything to worry ebout?
That didn't work. There was also the same error when Squeeze tried to upgrade python yesterday. Complains of a missing directory. Code: Select alldebian:/home/hallvor# apt-get -f install python Les pakkelister ... Ferdig Byggjer kravtre Leser tilstandsinformasjon ... Ferdig Den nyaste versjonen av python er installert frå før. 0 oppgraderte, 0 nyleg installerte, 0 skal fjernast og 1 skal ikkje oppgraderast. 1 ikkje fullstendig installerte eller fjerna. Etter denne operasjonen vil 0 B ekstra diskplass bli brukt. Vil du halda fram [J/n]? y Set opp python (2.6.6-3+squeeze4) ... Linking and byte-compiling packages for runtime python2.6... Traceback (most recent call last): File "/usr/bin/pycompile", line 314, in <module> main() File "/usr/bin/pycompile", line 300, in main options.force, options.optimize, e_patterns) File "/usr/bin/pycompile", line 196, in compile ftime = os.stat(fn).st_mtime OSError: [Errno 2] No such file or directory: '/usr/lib/python2.6/dist-packages/reportlab/tools/__init__.py' dpkg: Feil ved behandling av python (--configure): underprosessen installed post-installation script returnerte feilstatus 1 configured to not write apport reports Det oppstod feil ved behandlinga av: python E: Sub-process /usr/bin/dpkg returned an error code (1) debian:/home/hallvor# Code: Select alldebian:/home/hallvor# dpkg --configure -a Set opp python (2.6.6-3+squeeze4) ... Linking and byte-compiling packages for runtime python2.6... Traceback (most recent call last): File "/usr/bin/pycompile", line 314, in <module> main() File "/usr/bin/pycompile", line 300, in main options.force, options.optimize, e_patterns) File "/usr/bin/pycompile", line 196, in compile ftime = os.stat(fn).st_mtime OSError: [Errno 2] No such file or directory: '/usr/lib/python2.6/dist-packages/reportlab/tools/__init__.py' dpkg: Feil ved behandling av python (--configure): underprosessen installed post-installation script returnerte feilstatus 1 Det oppstod feil ved behandlinga av: python debian:/home/hallvor#
Hi All, I've been running squeeze for ages without issue, and have been using Chrome from the Google repo. I performed an aptitude dist-upgrade last Friday and got the following error: Code: Select allroot@thinkpad:/home/rob# aptitude dist-upgrade The following packages will be upgraded: google-chrome-beta 1 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0B/18.4MB of archives. After unpacking 8,192B will be used. Do you want to continue? [Y/n/?] Reading changelogs... Done (Reading database ... 171717 files and directories currently installed.) Preparing to replace google-chrome-beta 6.0.472.62-r59676 (using .../google-chrome-beta_6.0.472.63-r59945_amd64.deb) ... Unpacking replacement google-chrome-beta ... dpkg: error processing /var/cache/apt/archives/google-chrome-beta_6.0.472.63-r59945_amd64.deb (--unpack): failed in write on buffer copy for backend dpkg-deb during `./opt/google/chrome/chrome': No space left on device configured to not write apport reports dpkg-deb: subprocess paste killed by signal (Broken pipe) Processing triggers for menu ... Errors were encountered while processing: /var/cache/apt/archives/google-chrome-beta_6.0.472.63-r59945_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1) A package failed to install. Trying to recover: It seems to be complaining about a lack of space on the device, but I have more than 2 gigs free on /var Code: Select allroot@thinkpad:/home/rob# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 327M 274M 37M 89% / tmpfs 1.9G 0 1.9G 0% /lib/init/rw udev 1.9G 296K 1.9G 1% /dev tmpfs 1.9G 636K 1.9G 1% /dev/shm /dev/sda9 119G 75G 38G 67% /home /dev/sda8 1.5G 11M 1.4G 1% /tmp /dev/sda5 13G 6.8G 4.8G 59% /usr /dev/sda6 3.9G 927M 2.8G 25% /var and ideas on how I can fix this error? Thanx in advance..
I don't think you're supposed to do dist-upgrade on a thing like that, try Code: Select allaptitude safe-upgrade
Hi there. I was wondering how can I re-download only all currently installed packages. I would like to save them to removable media, because I use netinst disc to install, and on slow connection it's hell to download 1GB of packages with console-only. Advice?
Maybe something like following would do... Code: Select all$ dpkg -l | grep "^ii" | awk '{ print $2 }' | xargs aptitude download
Hi all, I have been trying to understand the program jigdo-lite which is part and parcel of the package Jigdo-file. This is the description. Download Debian CD images from any Debian mirror Using the jigdo-lite script contained in this package, you can use your nearest "regular" Debian mirror to download Debian CD images, instead of having to use one of the few, slow, overloaded mirrors that offer the images as direct HTTP or FTP downloads. See <http://www.debian.org/CD/jigdo-cd/> for details. Jigsaw Download, or short jigdo, is a scheme developed primarily to make it easy to distribute huge filesystem images (e.g. CD (ISO9660) or DVD (UDF) images) over the internet, but it could also be used for other data which is awkward to handle due to its size, like audio/video files or large software packages. jigdo tries to ensure that the large file is downloaded in small parts which can be stored on different servers. People who want to download the image do so by telling the jigdo download tool to process one ".jigdo" file; using it, jigdo downloads the parts and reassembles the image. jigdo-file is used to prepare the files for download. Homepage: http://atterer.net/jigdo/ Now I read little bit of jigdo-lite the application and the man and while some things were clear others weren't. I gave the weekly debian-installer link to http://cdimage.debian.org/cdimage/weekl ... CD-1.jigdo and it downloaded that as well as it downloaded the template as well. Code: Select all$ jigdo-lite Jigsaw Download "lite" Copyright (C) 2001-2005 | jigdo@ Richard Atterer | atterer.net Getting mirror information from /etc/apt/sources.list ----------------------------------------------------------------- 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/cdimage/weekly-builds/amd64/jigdo-cd/debian-testing-amd64-CD-1.jigdo Downloading .jigdo file --2010-12-19 15:34:12-- http://cdimage.debian.org/cdimage/weekly-builds/amd64/jigdo-cd/debian-testing-amd64-CD-1.jigdo Resolving cdimage.debian.org... Downloading .jigdo file --2010-12-19 15:34:12-- http://cdimage.debian.org/cdimage/weekly-builds/amd64/jigdo-cd/debian-testing-amd64-CD-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: 34573 (34K) [text/plain] Saving to: `debian-testing-amd64-CD-1.jigdo' 100%[====================>] 34,573 49.3K/s in 0.7s 2010-12-19 15:34:28 (49.3 KB/s) - `debian-testing-amd64-CD-1.jigdo' saved [34573/34573] ----------------------------------------------------------------- Images offered by `http://cdimage.debian.org/cdimage/weekly-builds/amd64/jigdo-cd/debian-testing-amd64-CD-1.jigdo': 1: 'Debian GNU/Linux testing "Squeeze" - Official Snapshot amd64 CD Binary-1 20101213-06:31 (20101213)' (debian-testing-amd64-CD-1.iso) Further information about `debian-testing-amd64-CD-1.iso': Generated on Mon, 13 Dec 2010 06:36:04 +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. Files to scan: ----------------------------------------------------------------- The jigdo file refers to files stored on Debian mirrors. Please choose a Debian mirror as follows: Either enter a complete URL pointing to a mirror (in the form `ftp://ftp.debian.org/debian/'), or enter any regular expression for searching through the list of mirrors: Try a two-letter country code such as `de', or a country name like `United States', or a server name like `sunsite'. Debian mirror [http://www.mirrorservice.org/sites/ftp.debian.org/debian/]: Downloading .template file --2010-12-19 15:36:38-- http://cdimage.debian.org/cdimage/weekly-builds/amd64/jigdo-cd/debian-testing-amd64-CD-1.template 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: 2205721 (2.1M) [text/plain] Saving to: `debian-testing-amd64-CD-1.template' ---------------------------------------------------------------------------------------------------------------------------------- Merging parts from `file:' URIs, if any... Found 0 of the 1103 files required by the template Will not create image or temporary file - try again with different input files --2010-12-19 15:37:58-- http://www.mirrorservice.org/sites/ftp.debian.org/debian/pool/main/x/xserver-xorg-video-fbdev/xserver-xorg-video-fbdev_0.4.2-2_amd64.deb Resolving www.mirrorservice.org... 212.219.56.153, 212.219.56.131, 212.219.56.132, ... Connecting to www.mirrorservice.org|212.219.56.153|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 22650 (22K) [application/x-debian-package] Saving to: `debian-testing-amd64-CD-1.iso.tmpdir/www.mirrorservice.org/sites/ftp.debian.org/debian/pool/main/x/xserver-xorg-video-fbdev/xserver-xorg-video-fbdev_0.4.2-2_amd64.deb' 00%[====================>] 22,650 54.2K/s in 0.4s 2010-12-19 15:38:04 (54.2 KB/s) - `debian-testing-amd64-CD-1.iso.tmpdir/www.mirrorservice.org/sites/ftp.debian.org/debian/pool/main/x/xserver-xorg-video-fbdev/xserver-xorg-video-fbdev_0.4.2-2_amd64.deb' saved [22650/22650] And the files start downloading.
Now of course this is going to take some time. I noticed few things. Now in this directory four-five files and a directory is made :- Code: Select all~/jigdobeta2rc$ ls debian-testing-amd64-CD-1.iso.list debian-testing-amd64-CD-1.iso.tmp debian-testing-amd64-CD-1.iso.tmpdir debian-testing-amd64-CD-1.jigdo debian-testing-amd64-CD-1.jigdo.unpacked debian-testing-amd64-CD-1.template index.html jigdo-file-cache.db Also in my home directory there is a . file called .jigdo-lite Below are the contents therein the file :- Code: Select all$cat .jigdo-lite ]jigdo='http://cdimage.debian.org/cdimage/weekly-builds/amd64/jigdo-cd/debian-testing-amd64-CD-1.jigdo' debianMirror='http://www.mirrorservice.org/sites/ftp.debian.org/debian/' nonusMirror='' tmpDir='.' jigdoOpts='--cache jigdo-file-cache.db' wgetOpts='--passive-ftp --dot-style=mega --continue --timeout=30' scanMenu='' Looking to understand few things, first the files and directories it has made and what would happen if I stop the download at some point in time and wanted to start it from where it stopped, do I need to give some special flag/option something to it. Also do I need to write something or do something in the .jigdo-lite file in my $home directory. Looking forward for explanations, ideas and know-how.
I wanted to upload photos to my flickr account. I installed flickrfs using synaptic manager. In terminal I did this: Code: Select allshum@shum-i7:~$ flickrfs Authorizing with flickr... ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) GCJ PLUGIN: thread 0x1353520: NP_GetMIMEDescription GCJ PLUGIN: thread 0x1353520: NP_GetMIMEDescription return GCJ PLUGIN: thread 0x1353520: NP_GetValue GCJ PLUGIN: thread 0x1353520: NP_GetValue: returning plugin name. GCJ PLUGIN: thread 0x1353520: NP_GetValue return GCJ PLUGIN: thread 0x1353520: NP_GetValue GCJ PLUGIN: thread 0x1353520: NP_GetValue: returning plugin description. GCJ PLUGIN: thread 0x1353520: NP_GetValue return ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) GCJ PLUGIN: thread 0x1353520: NP_GetMIMEDescription GCJ PLUGIN: thread 0x1353520: NP_GetMIMEDescription return GCJ PLUGIN: thread 0x1353520: NP_GetValue GCJ PLUGIN: thread 0x1353520: NP_GetValue: returning plugin name. GCJ PLUGIN: thread 0x1353520: NP_GetValue return GCJ PLUGIN: thread 0x1353520: NP_GetValue GCJ PLUGIN: thread 0x1353520: NP_GetValue: returning plugin description. GCJ PLUGIN: thread 0x1353520: NP_GetValue return Authorization complete. Sets are being populated in the background. Please wait... Sets have been populated. Done. fuse: missing mountpoint Please make sure that user is added to the fuse group. *** glibc detected *** /usr/bin/python: malloc(): memory corruption: 0x00007fc178379010 *** ======= Backtrace: ========= /lib/libc.so.6[0x7fc1775df9a8] /lib/libc.so.6[0x7fc1775e21dc] /lib/libc.so.6(__libc_malloc+0x98)[0x7fc1775e3ad8] /usr/bin/python[0x4dd671] /usr/bin/python(PyObject_Call+0x13)[0x4187b3] /usr/bin/python[0x41f658] /usr/bin/python(PyObject_Call+0x13)[0x4187b3] /usr/bin/python(PyEval_EvalFrameEx+0x3d12)[0x48fef2] /usr/bin/python(PyEval_EvalCodeEx+0x6ad)[0x49313d] /usr/bin/python[0x4dd612] /usr/bin/python(PyObject_Call+0x13)[0x4187b3] /usr/bin/python[0x41f658] /usr/bin/python(PyObject_Call+0x13)[0x4187b3] /usr/bin/python[0x465ca6] /usr/bin/python[0x46dfdb] /usr/bin/python(PyObject_Call+0x13)[0x4187b3] /usr/bin/python(PyEval_EvalFrameEx+0x3d12)[0x48fef2] /usr/bin/python(PyEval_EvalFrameEx+0x6872)[0x492a52] /usr/bin/python(PyEval_EvalCodeEx+0x6ad)[0x49313d] /usr/bin/python(PyEval_EvalFrameEx+0x5483)[0x491663] /usr/bin/python(PyEval_EvalFrameEx+0x6872)[0x492a52] /usr/bin/python(PyEval_EvalCodeEx+0x6ad)[0x49313d] /usr/bin/python[0x4dd612] /usr/bin/python(PyObject_Call+0x13)[0x4187b3] /usr/bin/python[0x41f658] /usr/bin/python(PyObject_Call+0x13)[0x4187b3] /usr/bin/python(PyEval_EvalFrameEx+0x3d12)[0x48fef2] /usr/bin/python(PyEval_EvalFrameEx+0x6872)[0x492a52] /usr/bin/python(PyEval_EvalCodeEx+0x6ad)[0x49313d] /usr/bin/python[0x4dd709] /usr/bin/python(PyObject_Call+0x13)[0x4187b3] /usr/bin/python(PyEval_EvalFrameEx+0x40b7)[0x490297] /usr/bin/python(PyEval_EvalCodeEx+0x6ad)[0x49313d] /usr/bin/python[0x4dd612] /usr/bin/python(PyObject_Call+0x13)[0x4187b3] /usr/bin/python(PyEval_CallObjectWithKeywords+0x72)[0x48b262] /usr/bin/python(Py_Finalize+0x3e)[0x4b24ee] /usr/bin/python(Py_Main+0x57b)[0x413ffb] /lib/libc.so.6(__libc_start_main+0xe6)[0x7fc17758a1a6] /usr/bin/python[0x413989] ======= Memory map: ======== 00400000-00525000 r-xp 00000000 08:05 900528 /usr/bin/python2.5 00724000-00756000 rw-p 00124000 08:05 900528 /usr/bin/python2.5 00756000-0075e000 rw-p 00756000 00:00 0 00cb2000-0122e000 rw-p 00cb2000 00:00 0 [heap] 40346000-40347000 ---p 40346000 00:00 0 40347000-40b47000 rw-p 40347000 00:00 0 7fc16c000000-7fc16c021000 rw-p 7fc16c000000 00:00 0 7fc16c021000-7fc170000000 ---p 7fc16c021000 00:00 0 7fc1730c6000-7fc1730dc000 r-xp 00000000 08:05 1140438 /lib/libgcc_s.so.1 7fc1730dc000-7fc1732dc000 ---p 00016000 08:05 1140438 /lib/libgcc_s.so.1 7fc1732dc000-7fc1732dd000 rw-p 00016000 08:05 1140438 /lib/libgcc_s.so.1 7fc1732dd000-7fc1732ed000 r-xp 00000000 08:05 1142959 /lib/libresolv-2.7.so 7fc1732ed000-7fc1734ed000 ---p 00010000 08:05 1142959 /lib/libresolv-2.7.so 7fc1734ed000-7fc1734ef000 rw-p 00010000 08:05 1142959 /lib/libresolv-2.7.so 7fc1734ef000-7fc1734f1000 rw-p 7fc1734ef000 00:00 0 7fc1734f1000-7fc1734f5000 r-xp 00000000 08:05 1142940 /lib/libnss_dns-2.7.so 7fc1734f5000-7fc1736f4000 ---p 00004000 08:05 1142940 /lib/libnss_dns-2.7.so 7fc1736f4000-7fc1736f6000 rw-p 00003000 08:05 1142940 /lib/libnss_dns-2.7.so 7fc1736f6000-7fc1736f8000 r-xp 00000000 08:05 16375 /lib/libnss_mdns4_minimal.so.2 7fc1736f8000-7fc1738f7000 ---p 00002000 08:05 16375 /lib/libnss_mdns4_minimal.so.2 7fc1738f7000-7fc1738f8000 rw-p 00001000 08:05 16375 /lib/libnss_mdns4_minimal.so.2 7fc1738f8000-7fc173902000 r-xp 00000000 08:05 1142941 /lib/libnss_files-2.7.so 7fc173902000-7fc173b02000 ---p 0000a000 08:05 1142941 /lib/libnss_files-2.7.so 7fc173b02000-7fc173b04000 rw-p 0000a000 08:05 1142941 /lib/libnss_files-2.7.so 7fc173b04000-7fc173b39000 r-xp 00000000 08:05 937197 /usr/lib/python2.5/lib-dynload/pyexpat.so 7fc173b39000-7fc173d38000 ---p 00035000 08:05 937197 /usr/lib/python2.5/lib-dynload/pyexpat.so 7fc173d38000-7fc173d3c000 rw-p 00034000 08:05 937197 /usr/lib/python2.5/lib-dynload/pyexpat.so 7fc173d3c000-7fc173d3d000 r-xp 00000000 08:05 938871 /usr/lib/python2.5/lib-dynload/_weakref.so 7fc173d3d000-7fc173f3d000 ---p 00001000 08:05 938871 /usr/lib/python2.5/lib-dynload/_weakref.so 7fc173f3d000-7fc173f3e000 rw-p 00001000 08:05 938871 /usr/lib/python2.5/lib-dynload/_weakref.so 7fc173f3e000-7fc17406e000 r-xp 00000000 08:05 899695 /usr/lib/libdb-4.5.so 7fc17406e000-7fc17426e000 ---p 00130000 08:05 899695 /usr/lib/libdb-4.5.so 7fc17426e000-7fc174273000 rw-p 00130000 08:05 899695 /usr/lib/libdb-4.5.so 7fc174273000-7fc17428c000 r-xp 00000000 08:05 938769 /usr/lib/python2.5/lib-dynload/_bsddb.so 7fc17428c000-7fc17448c000 ---p 00019000 08:05 938769 /usr/lib/python2.5/lib-dynload/_bsddb.so 7fc17448c000-7fc17448f000 rw-p 00019000 08:05 938769 /usr/lib/python2.5/lib-dynload/_bsddb.so 7fc17448f000-7fc174491000 r-xp 00000000 08:05 937198 /usr/lib/python2.5/lib-dynload/_bisect.so 7fc174491000-7fc174690000 ---p 00002000 08:05 937198 /usr/lib/python2.5/lib-dynload/_bisect.so 7fc174690000-7fc174691000 rw-p 00001000 08:05 937198 /usr/lib/python2.5/lib-dynload/_bisect.so 7fc174691000-7fc174694000 r-xp 00000000 08:05 936713 /usr/lib/python2.5/lib-dynload/fcntl.so 7fc174694000-7fc174893000 ---p 00003000 08:05 936713 /usr/lib/python2.5/lib-dynload/fcntl.so 7fc174893000-7fc174895000 rw-p 00002000 08:05 936713 /usr/lib/python2.5/lib-dynload/fcntl.so 7fc174895000-7fc174898000 r-xp 00000000 08:05 938869 /usr/lib/python2.5/lib-dynload/_hashlib.so 7fc174898000-7fc174a98000 ---p 00003000 08:05 938869 /usr/lib/python2.5/lib-dynload/_hashlib.so 7fc174a98000-7fc174a99000 rw-p 00003000 08:05 938869 /usr/lib/python2.5/lib-dynload/_hashlib.so 7fc174a99000-7fc174a9c000 r-xp 00000000 08:05 936721 /usr/lib/python2.5/lib-dynload/_random.so 7fc174a9c000-7fc174c9b000 ---p 00003000 08:05 936721 /usr/lib/python2.5/lib-dynload/_random.so 7fc174c9b000-7fc174c9c000 rw-p 00002000 08:05 936721 /usr/lib/python2.5/lib-dynload/_random.so 7fc174c9c000-7fc174ca1000 r-xp 00000000 08:05 936732 /usr/lib/python2.5/lib-dynload/binascii.so 7fc174ca1000-7fc174ea0000 ---p 00005000 08:05 936732 /usr/lib/python2.5/lib-dynload/binascii.so 7fc174ea0000-7fc174ea1000 rw-p 00004000 08:05 936732 /usr/lib/python2.5/lib-dynload/binascii.so 7fc174ea1000-7fc174ea4000 r-xp 00000000 08:05 936717 /usr/lib/python2.5/lib-dynload/math.so 7fc174ea4000-7fc1750a4000 ---p 00003000 08:05 936717 /usr/lib/python2.5/lib-dynload/math.so 7fc1750a4000-7fc1750a5000 rw-p 00003000 08:05 936717 /usr/lib/python2.5/lib-dynload/math.so 7fc1750a5000-7fc1750ac000 r-xp 00000000 08:05 936712 /usr/lib/python2.5/lib-dynload/operator.so 7fc1750ac000-7fc1752ac000 ---p 00007000 08:05 936712 /usr/lib/python2.5/lib-dynload/operator.so 7fc1752ac000-7fc1752ae000 rw-p 00007000 08:05 936712 /usr/lib/python2.5/lib-dynload/operator.so 7fc1752ae000-7fc1752b2000 r-xp 00000000 08:05 938875 /usr/lib/python2.5/lib-dynload/_locale.so 7fc1752b2000-7fc1754b2000 ---p 00004000 08:05 938875 /usr/lib/python2.5/lib-dynload/_locale.so 7fc1754b2000-7fc1754b3000 rw-p 00004000 08:05 938875 /usr/lib/python2.5/lib-dynload/_locale.so 7fc1754b3000-7fc1754bb000 r-xp 00000000 08:05 1142966 /lib/librt-2.7.so 7fc1754bb000-7fc1756ba000 ---p 00008000 08:05 1142966 /lib/librt-2.7.so 7fc1756ba000-7fc1756bc000 rw-p 00007000 08:05 1142966 /lib/librt-2.7.so 7fc1756bc000-7fc1756db000 r-xp 00000000 08:05 901239 /usr/lib/libfuse.so.2.7.4 7fc1756db000-7fc1758db000 ---p 0001f000 08:05 901239 /usr/lib/libfuse.so.2.7.4 7fc1758db000-7fc1758dd000 rw-p 0001f000 08:05 901239 /usr/lib/libfuse.sAborted shum@shum-i7:~$ flickrfs There is an error: Code: Select allfuse: missing mountpoint Please make sure that user is added to the fuse group. I checked flickr.com, in my account, it shows that application flickrfs from http://flickrfs.sf.net was authorized. Then, in terminal, I did: Code: Select allshum@shum-i7:~$ flickrfs Authorizing with flickr... Authorization complete. Sets are being populated in the background. Please wait... Sets have been populated. Done. fuse: missing mountpoint Please make sure that user is added to the fuse group. s I checked fuse group, and all my usernames are checked. I am stuck here. Please help. Tx
Check this: - open terminal as root - type: gedit /etc/groups Look in this file for the fuse entry and check if your (user)name is added at the end of the line. Let us now if this helped you.
Hi, Wen i send a private message, it takes a very long time for sending it. Anyone else witht the same problem?
It doesn't get recorded as sent until the recipient reads it.
Solved: Generated a new pair of keys and put the public key on my router... Hi all, I always used my Win XP laptop with putty to connect to my home router when not at home. I now have a debian notebook running squeeze and like to do the same. I exported an OpenSSH key from my putty ppk file with puttygen and copied it over to my debian notebook. But when I try to ssh into my router it doesn't work. I'm already away from home, so I can't just generate a new key pair and put the public key on my router... Here's a log: Code: Select alldebug3: check_host_in_hostfile: host [xxx.xx.xxx.xxx]:22 filename /home/tom/.ssh/known_hosts debug3: check_host_in_hostfile: match line 2 debug1: Host '[hostname.ath.cx]:22' is known and matches the RSA host key. debug1: Found key in /home/tom/.ssh/known_hosts:1 debug2: bits set: 525/1024 debug1: ssh_rsa_verify: signature correct debug2: kex_derive_keys debug2: set_newkeys: mode 1 debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug2: set_newkeys: mode 0 debug1: SSH2_MSG_NEWKEYS received debug1: Roaming not allowed by server debug1: SSH2_MSG_SERVICE_REQUEST sent debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received debug2: key: /home/tom/.ssh/id_rsa ((nil)) debug2: key: /home/tom/.ssh/id_dsa ((nil)) debug1: Authentications that can continue: publickey debug3: start over, passed a different list publickey debug3: preferred gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password debug3: authmethod_lookup publickey debug3: remaining preferred: keyboard-interactive,password debug3: authmethod_is_enabled publickey debug1: Next authentication method: publickey debug1: Trying private key: /home/tom/.ssh/id_rsa debug1: read PEM private key done: type RSA debug3: sign_and_send_pubkey debug2: we sent a publickey packet, wait for reply debug1: Authentications that can continue: publickey debug1: Trying private key: /home/tom/.ssh/id_dsa debug3: no such identity: /home/tom/.ssh/id_dsa debug2: we did not send a packet, disable method debug1: No more authentication methods to try. Permission denied (publickey). It's trying with the private key I got from puttygen (id_rsa) but that seems to fail... What am I doing wrong?
Putty uses a key format of its own. It can convert the keys to and from the format that Debian uses.
Hi all, I was trying to adjust my gnome-terminal actually. Opened up Gnome-terminal and went to Edit > Profile Preferences > General Tab. In the General Tab there is a font option. Tried to change font-sizes but saw there is only 18, 20 and other sizes but no 19. I also saw similar things in many other fonts. To investigate further I tried same and similar fonts in Gedit as well i.e. go to Gedit > Edit > Preferences > Font and Colors and clicked on Editor Font and cycled through almost all the fonts that are on my system. I didn't see it either of them to give an option of 19. In fact saw quite a few odd sizes missing. So is this a short-coming in GNOME or something else. Is it something to do with the resolution perhaps - the current resolution is fixed at 1024*768 . Looking forward to know more.
You should be able to type any value you want into the font size box.
Just upgraded from Lenny to squeeze, and noticed that the comment in /etc/fstab, and it says that I should use vol_id to find my UUID, but shouldn't it be blkid? My system can't find vol_id? What am I doing wrong?
vol_id is present in Lenny, but it was removed from udev version 142 upstream and version 146-1 in Debian (the current one is version 164-2), about a year ago. The upstream change log reads "delete vol_id and require util-linux-ng's blkid" (1), thus a bug against mount (I think) should be filed, asking for a documentation update. 1. Search for "vol_id" in /usr/share/doc/udev/changelog.gz 2. http://packages.debian.org/changelogs/p ... rsion146-1
Can i make a .desktop file taht it executes autostart.sh script or any other script? like xmonad.desktop od dwm.desktop?so that when gdm or any other gui login manager loads autostart apps in xmonad?
Problem solved.I made a litle scrpit xmonad_start.sh that looks like this nm-applet & conky ? nitrogen --restore & urxvt & xmonad | dzen2 made it executable with chmod +x, opend usr/share/xsessions the xmonad.desktop file in gedit as root and in line EXEC= xomnad upt the path to the xmonad_start.sh script. Sorry for bodering you.
Using Debian Stable and Chrome 8.0.552.215. Whenever I try to print from Chrome it crashes. Running it from the terminal gives. ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) [6500:6500:9082958027:ERROR:chrome/app/chrome_dll_main.cc(250)] Gtk: gtk_box_pack_start: assertion `GTK_IS_BOX (box)' failed [6500:6500:9082968420:ERROR:chrome/app/chrome_dll_main.cc(250)] Gtk: gtk_box_pack_start: assertion `GTK_IS_BOX (box)' failed [6500:6500:9082968857:ERROR:chrome/app/chrome_dll_main.cc(250)] GLib-GObject: g_object_notify: assertion `G_IS_OBJECT (object)' failed Segmentation fault
Updated Chrome, seems to be working now.
hi guys,for the past two days i am trying to update my system using synaptic but it always end with the error while reloading the package lists Code: Select allRelease file expired, ignoring http://ftp.tw.debian.org/debian/dists/squeeze/Release (invalid since 12d 5h 39min 10s) i am using Debian squeeze amd64 gnome 2.30.2 can anyone tell me what is the problem. synaptic showing the error. Screenshot.png (89.63 KiB) Viewed 5394 times
Note: This repository will not be updated anymore. After the squeeze release, it will be removed in favour of a new, soon to be announced, project. http://unofficial.debian-maintainers.org/
I am unable to use Steam via Wine. Here is exactly how I have installed Steam (downloaded the sid amd64 .deb from lamaresh.net): Code: Select all# dpkg -i wine<tab-completed>.deb # aptitude install lib32nss-mdns wine $ cd /tmp/ wget http://download.microsoft.com/download/office97pro/fonts/1/w95/en-us/tahoma32.exe # aptitude install cabextract $ cabextract tahoma32.exe $ mkdir -p ~/.wine/drive_c/windows/fonts $ mv Tahoma*.TTF ~/.wine/drive_c/windows/fonts/ $ wine start SteamInstall.msi $ wget http://www.kegel.com/wine/winetricks # chmod +x winetricks # mv winetricks /usr/local/bin # winetricks gecko # wine iexplore.exe I can run Steam and am prompted to log in to my account, which apparently works, and then I *sometimes* see the Steam News window (but it just briefly flashes then crashes). This is what the console spits out: Code: Select allchris@stealth:~$ wine "C:\\Program Files\\Steam\\Steam.exe" CellID: Fetching server list from CSDS. . . fixme:process:SetProcessShutdownParameters (00000100, 00000000): partial stub. err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution. fixme:urlmon:CoInternetSetFeatureEnabled 5, 0x00000002, 1, stub fixme:urlmon:CoInternetSetFeatureEnabled 10, 0x00000002, 1, stub fixme:mixer:ALSA_MixerInit No master control found on HD-Audio Generic, disabling mixer CellID: CSDS returned 169 servers. CellID: Connecting to 66.77.113.20:27031. . . CellID: Connect to 66.77.113.20:27031 took 171 MS CellID: Nothing beat our old best time of 12 MS err:ole:CoGetClassObject class {77f10cf0-3db5-4966-b520-b7c54fd35ed6} not registered err:ole:CoGetClassObject no class object {77f10cf0-3db5-4966-b520-b7c54fd35ed6} could be created for context 0x1 fixme:wbemprox:wbem_locator_ConnectServer 0x1c7120, L"ROOT\\CIMV2", (null), (null), (null), 0x00000080, (null), (nil), 0x42bbeb8) fixme:winhttp:WinHttpGetIEProxyConfigForCurrentUser returning no proxy used fixme:win:EnumDisplayDevicesW ((null),0,0x33cfa0,0x00000000), stub! fixme:winhttp:WinHttpGetIEProxyConfigForCurrentUser returning no proxy used fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported fixme:winhttp:WinHttpGetIEProxyConfigForCurrentUser returning no proxy used fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported I am using sid amd64.
According to the wine website http://appdb.winehq.org/objectManager.p ... &iId=19444 Steam runs good, but in newer wine-versions. Exactly that is the reason why I have an installation of Arch Linux on my desktop. It is a minimal install with only Openbox and Wine, it gives me the latest wine-versions and all is running fine.
Update: my solution is in this post: http://forums.debian.net/viewtopic.php? ... 72#p307103 For days now I've been trying to work out how to get a "full" debian installer (ie, not a netinst installer but as much as you'd find on say, the first CD) onto a bootable USB stick. Most of the tutorials I've seen work with the netboot installers only. Using UNetBootin The installer works until the "Detect and mount CD-ROM" step where it wants to mount a CD drive. Won't accept /dev/sdb or whatever device the USB stick is. Using live-magic with the option to include the installer The installer works until the "Detect and mount CD-ROM" step where it wants to mount a CD drive, as above. This confuses me, since why would live-magic include this capability if it didn't work for a USB stick? Using boot.img.gz method There's only enough room in the image for a netinst ISO. I haven't so-far been able to resize the filesystem on that image and still have a bootable USB drive, and therefore I don't even know if it would work if I did. I want to have a USB stick capable of installing a reasonably full (gnome-desktop-environment) install of Debian without needing a network connection. Edit: just found this forum thread where someone else had the same problem and it was never solved (he gave up and installed a different distro). I've also realised this may have been better posted in the installation forum. Any tips?
The new #! Linux uses the Debian installer AFAIK, and their solution is here.
Hello, When i go top http://www.debian-multimedia.org/ and click on the link to download/install de debian-multimedia-keyring, a pop-up windows appears with the choice to open the file with file-roller. But i want to open it with aptitude to get it installed. Am i missing something? How can i setup Iceweasel to make sure the next time .deb files can be installed directly from the source website?? Many thanks1 nomko
gdebi
Hello, I'm building my minimal LXDE desktop. I want to install a GUI application to manage users and groups (we can run with command: users-admin), but I have to install gnome-system-tools to get it. I don't wan't to install gnome-system-tools because it will bring many other applications that I don't want. I try to search the packname name of users-admin application but I find nothing. Is there any way I could install only users-admin application? Thank you so much, and sorry for my English. Regards, Hung
You can find a python gui made for arch at ftp://ftp.berlios.de/pub/larch/larch5.3/i686/ (luser) Never tried, found it with Google.
Is there any actual difference in performance by installing from source beside the config options? And is there a way to "benchmark" applications, to see if there is any difference?
Hexley wrote:Is there a way to "benchmark" applications, just to see if there is any difference? To measure what? You can certainly time startup speed. Hexley wrote:And is there any actual difference in performance by installing from source beside the config options? Probably so, but I doubt it is enough of a difference to be noticeable in normal usage.
I just updated to a new Kernel, in Squeeze. So far everything seems to be working properly but NetworkManager. It shows that I am not connected but I obviously am because I am posting this thread. When I click on the icon in the bar by the clock, with active applications, it does not show any networks available, even though I have wireless and networking enabled. Any ideas?
Post the output of: cat /etc/network/interfaces cat /etc/NetworkManager/NetworkManager.conf Read /usr/share/doc/network-manager/README.Debian Its new configuration (1) should manage the connections but it might not work as expected if you edited the configuration files manually. 1. http://packages.debian.org/changelogs/p ... ion0.8.1-4
Hello Debian users , Today I ran fdisk command and I was so surprised with its result: Disk /dev/sda: 320 GB, 320070320640 bytes 255 heads, 63 sectors/track, 38913 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sda1 * 1 38914 312576673 5 Extended Warning: Partition 1 does not end on cylinder boundary. /dev/sda5 1 122 971932 82 Linux swap Warning: Partition 5 does not end on cylinder boundary. /dev/sda6 122 1946 14651280 83 Linux Warning: Partition 6 does not end on cylinder boundary. /dev/sda7 1946 16535 117186142 83 Linux Warning: Partition 7 does not end on cylinder boundary. /dev/sda8 16535 35987 156248190 83 Linux Warning: Partition 8 does not end on cylinder boundary. /dev/sda9 35987 38914 23511127 83 Linux Warning: Partition 9 does not end on cylinder boundary. I have no idea what the real meaning of "Warning: Partition # does not end on cylinder boundary." is. What does it mean? Is it a serious problem? And how can I fix it? Thank you so much . Regards, Hung
I never tried to create the extended partition only, but according to "man fdisk" it must no cause difficulties. If your system is working then it is no needed make anything. See the output of the command Code: Select allfdisk -cu /dev/sdb for example to my disk Code: Select all#fdisk -cu /dev/sdb Command (m for help): p Disk /dev/sdb: 320.1 GB, 320071851520 bytes 255 heads, 63 sectors/track, 38913 cylinders, total 625140335 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x0005a286 Device Boot Start End Blocks Id System /dev/sdb1 63 8401994 4200966 82 Linux swap / Solaris /dev/sdb2 8401995 197165744 94381875 83 Linux /dev/sdb3 197165745 625137344 213985800 5 Extended /dev/sdb5 197165808 583095239 192964716 83 Linux /dev/sdb6 583095303 625137344 21021021 83 Linux Peter.
Hi I inastalled Debain Lenny as a dual boot with ubuntu 10.10. Chose not to install Grub legacy in the mbr or in any partition because I thought grub2 could handle it. All went well, updated grub2 in ubuntu and it found Debian, but when I try to boot into Debain it hangs at - waiting for root filesystem. I've searched, but can't fathom why this is happening, much less how to fix it without just reinstalling it. Sorry if I've missed posts on here too. Any pointer will be very much appreciated.
Ubuntu 10.10 parses UUID as root device instead of /dev/sdx to kernels that have initrds, but Lenny initrd cannot handle them. You can try editing Debian boot entry (by hitting 'e' when selected) and changing "root=UUID=...." to "root=/dev/sdx" for SATA or SCSI drives, or "root=/dev/hdx" for ATA drives.
I want to add something at the end of each line, from line 4 to line 8, in vim? How can i do that? I know adding at the beginning is like: 4,8: normal: i# What i want to add contains special characters ( here it is: <br/> ) , in case that matters. I want to add tabs at the beginning of each line, from line 6 to line 12. How? Thanks Edit: thanks to aspnair. A good and fast solution.
To put something at the end of 4 to 8 lines do the following Code: Select all:4,8s/$/something/g To put tab at the beginning of 6 to 12 lines Code: Select all:6,12s/^/ /g You could use '\' as escape character
I first had Virtualbox installed in Lenny, before I dist-upgraded to Squeeze some time ago. After the upgrade, however, I can no longer boot iso images from the hard drive in Virtualbox. For instance, I tried booting a Debian Lenny netinstall iso and the Squeeze beta iso, and had the same problem with both of them. They both hung with a black screen and a "_" in the top left corner. The old virtual hard drives boot without a problem. I only have a problem with booting iso files from the psysical hard drive. I don't even know how to troubleshoot this. Anyone else having this problem?
Booting from a "real" CD worked. Not an ideal solution, but it did the job. Thanks!
When installing from source, you usually need to full fill the dependencies. Are those deps only needed while compiling or to actually run the application? I imagine that the -dev deps only are needed for compile... Am I wrong?
The -dev packages shouldn't be needed after installation.
I am runing squeeze. "uname -r" returns 2.6.32-5-amd64 As root I issued my usual update and upgrade commands this morning, all of which seemed to go nicely as it always does. I then did “shutdown -r now”, another habit of mine, to reboot the system. Great surprise! I suddenly had a quite colorful splash screen and a matching background on my Grub menu. Well done to the art team! It is fun! Problem: One of my three distros did not make the Grub menu. Oops. So as root I ran “update-grub”. Still no bananas. I also tried "apt-get update && apt-get dist-upgrade" It confirmed that "apt-get upgrade" had left nothing behind. Questions: 1. I have a backup GRUB on a USB device. Do I confound things by copying over the grub.cfg from that device? I made this only a few days ago so it still should be current. But that would not get to the heart of the problem. 2. Anybody know any reason why “update-grub” should suddenly fail to pick up an installed distribution? I have not seen this before. Any tie to the new splash screen, etc? 3. Note the missing distro is Ubuntu 10.4 LTS. Hmmmmm, do we have a devious Debian plot?
This happened to me also several times (grub failed to recognize LMDE, so no Debian plot ). Only solution to me was to run update-grub several times, after I think 4-5 times it suddenly recognised LMDE.
Hi Using Squeeze and a Canon Pixma IP4600 Printer. The color on the printed pages used to be true and now it isn't, it still print is color just not the correct colors....hmmm please don't ask of clarification on this as I am color deficiant or color challenged (what used to be called color blind) which dosen't mean I can't tell the difference between what is on the screen and what is printed It's not the printer as I have tested it with other Linux and a windows system and it's good. I've researched however I cannot find a answer to the problem, can anyone offer any advice?
Hey! Which driver do you use? You will need to install the "color-model". I hope no one tries to kill me for this frowzy declaration.In fact you will need these two packages: cnijfilter-ip4600series_3.00-1_i386.deb + cnijfilter-common_3.00-1_i386.deb. You can download them via ftp://download.canon.jp/pub/driver/bj/linux/. If you use a 64bit system, try dpkg -i --force-architecture... To install the packages these packages should be installed first: apt-get install libxml1 libglade0 libpng3 libtiff4. Maybe with some other numbers in testing! After installing the packages you should be able to activate your printer. Maybe you will have to fix some other documents to get the right colors. But first try to install the original drivers... wkr Iorek
Hi All, I am having some good time with Linux Mint Debian Edition, but I want to transform it into Debian Squeeze. In my installation, I've just 7 minty packages, the rest are from debian repo. Please have a detailed look here http://forums.linuxmint.com/viewtopic.php?f=141&t=59424, and suggest me debian replacements of those 7 minty packages. Also suggest me how to do it. Thanks.
I wouldn't do it. There are likely to be configuration files that do things differently. Having said that, I did the same thing some years ago. The distro I was using came to an end and I had nowhere else to go. So I changed my sources.list to the most compatible Debian one and slowly did upgrades; a few at a time over several months. I even brought it through a major Debian shift - Stable to new Stable or whichever it was. However, the hitch was always those old configurations and some very specialized programs which became obsolete. That's when I learnt to choose the "Debian Package Manager's Version" when Apt-Get gave me a choice. It was a good exercise and IO learnt a lot but I probably wouldn't again. What I would do now is to save my entire /home partition and then install the distro that I wanted.
Hi, After a large update of software I can nolonger open Squeeze. I get past the grub screen however before the gdm starts up the screen goes blank and stays that way. I have only one kernel showing on the grub screen. I tried in Recovery Mode: Ctrl+Alt +F keys with effect and startx returns a blank screen, this is why I though to try loading another kernel to see if that helps. I'm using a Acer Laptop. My question is: Is it possible while in Recovery Mode to load/install another kernel os that when I get back to the grub screen I have another kernel to try to boot into?
Bulkley wrote: That's why I gave up on proprietary drivers. The Open source drivers available for Debian are pretty good these days and they survive upgrades. I agree completely with exception of nvidia drivers.
I have a Truecrypt-encrypted Windows [system] partition, that I want to be opened and mounted automatically (using a keyfile) when I log into Debian, since it is also encrypted and I don't want to type two passphrases. It think this could be done with LUKS. With TC I probably have to go with the CLI, but haven't figured it out yet. And I can't add a keyfile to the volume using the GUI. In order to mount the volume I have to tick the Mount partition using system encryption (preboot authentication) checkbox, or otherwise I get Code: Select allIncorrect password or no TrueCrypt volume found. And same when I try to add a keyfile. Or did I overestimate TC, and trying to achieve the impossible?
Fsck, it is impossible. TrueCrypt User Guide (for Windows): Keyfiles are currently not supported for system encryption So maybe I can use the CLI tool, to supply the passphrase? NO! Now this should have worked: Code: Select alltruecrypt -t -k "" --password=MYPASSWORD --protect-hidden=no /dev/sda1 /media/truecrypt1 ...only the CLI tells me to GTFO and use the GUI Code: Select allWrong mount mode, incorrect keyfile(s) and/or password, or not a TrueCrypt volume. Note: If you are attempting to mount a partition located on an encrypted system drive without pre-boot authentication or to mount the encrypted system partition of an operating system that is not running, you can do so by selecting 'Options >' > 'Mount partition using system encryption'.
I am using my netbook with Squeeze when I travel. I recently started getting a msg "Network discovery service has been disabled" or something to that effect. And many websites have been blocked as well. I discovered that I could remove avahi-daemon to fix it and I have done so. Unfortunately, the websites are still blocked even though I no longer get the msg. I could not even post this msg here with Linux and had to boot with Windows to do it. It is a shame. Can someone please tell me how to unblock those websites. Thank you.
Hmmm at a guess I'd say IPv6 is your problem: http://wiki.debian.org/DebianIPv6
I want to prevent grub-pc from automatically creating links to other operating systems on my laptop. Whenever there is a kernel update, grub.cfg ends with links pointing at my Windows 7 installation - I want to get rid of those links. At the moment I am doing that by manually editing the grub.cfg file and it has always worked that way. I tried to force grub-pc to avoid creating links to Windows by renaming the relevant scripts in /etc/grub.d Code: Select alledbarx@edbarx-pc2:/etc/grub.d$ ls 00_header 05_debian_theme 10_linux 20_linux_xen _30_os-prober _30_otheros 40_custom 41_custom README As you can see I added an underscore to the files that I don't want to be executed. I think this can be solved by changing the file permissions of the unwanted scripts making them impossible to execute. Code: Select alledbarx@edbarx-pc2:/etc/grub.d$ ls -l total 52 -rwxr-xr-x 1 root root 6433 Aug 7 18:10 00_header -rwxr-xr-x 1 root root 1474 Jul 16 18:46 05_debian_theme -rwxr-xr-x 1 root root 4252 Aug 7 18:10 10_linux -rwxr-xr-x 1 root root 4893 Aug 7 18:10 20_linux_xen -rwxr-xr-x 1 root root 5789 Aug 7 18:10 _30_os-prober -rwxr-xr-x 1 root root 475 Sep 12 09:37 _30_otheros -rwxr-xr-x 1 root root 214 Aug 7 18:10 40_custom -rwxr-xr-x 1 root root 95 Aug 7 18:10 41_custom -rw-r--r-- 1 root root 483 Aug 7 18:10 README As can be seen, all of the scripts are executable. Any better ideas? Thanks.
Maybe Code: Select allaptitude purge os-prober
Over at linuxquestions came up a question about installing from pendrive. I a) am in the mood of buying something like a laptop/netbook or such without cd-rom and b)just was curious. I don't get it running. I am following this how-to: http://www.linuxconfig.org/install-debi ... mory-stick which was posted by craigevil (over there). It seems easy enough. But: I tried all i might think of: no luck. CD not found. Same thing: http://www.debian.org/releases/stable/i ... 03.html.en I searched this board (forums.debian) and found this: http://forums.debian.net/viewtopic.php? ... lit=initrd where mzilikazi says one would need: initrd.gz and vmlinuz too. Would that solve my problem or is there another secret trick. If there is why ain't it mentioned in the how-to? I really am tired of downloading, zcat-ing, copying, rebooting and all to no avail. The funny part is this: I had a crunchbang-iso stored on my harddisk. That one was recognized by the installer, i rebooted and -what a surprise- had a crunchbang installation. I also have got several debian-iso's on my hard-disk, none of them is getting recognized. Someone might help me? links: http://blogs.koolwal.net/2009/02/25/ins ... usb-drive/ http://blogs.pcworld.co.nz/pcworld/tux- ... out_a.html
I tried with lenny and with squeeze, with a self-made live including an installer, expert-mode, stock installation, unetbootin, business-card and netinstall and what not.
Hello fellow Debian users! ^_^ I'm running 32bit Lenny on an older Dell Dimension 2400 running the 2.6.26 Kernel. This box was mainly used to play movies for my son over the network (most are encoded by me using xvid and lame). One of my kids wanted to use the computer to watch videos on youtube. I attempted to install the flashplugin-nonfree from the backports and it kept timing out on downloading the package, so I ran apt-get update and then apt-get upgrade. I rebooted and tried the flashplugin-nonfree again and finally got youtube videos to play but there was no sound. I assumed it was a permission issue, so I switched users and attempted to play some of the movies which I've played before and currently the video plays fine but the audio sounds very ugly. I attempted to play an mp3 using mpg123 from the command line and I get mostly static. You can hear some sound but it's all jumbled and there is a lot of static. I have a creative soundblaster card using the EMU10k1 driver. Everything was working fine before I started mucking with the flashplugin and I'm afraid something I "upgraded" may have caused my issue. Any suggestions? Is there a way I can remove any sound related drivers etc and attempt to reinstall them? I attempted to run sudo alsaconf but afterwards, it acts like there is no sound card. a reboot resolves that issue as I didn't save any changes, but I'm not sure where to go from here. I've become spoiled by all of the newer distros which detect all of my hardware and everything is configured for me. Thanks in advanced! -Kruz p.s. If there's any output that anyone would like to see, let me know and I'll post it here.
do a "cat /proc/asound/cards" It SHOULD look something like 0: [Audigy ] "bunch of numbers IRQ: "some number" if you see come other card listed first like "pcspkr" or "Intel / NVidia HDA audio" (these can either come from on board sound or video cards with HDMI ) you will have to edit a file to make sure it never gets listed as sound card 0 on boot. we can come to that later if it is the problem. Also try alsamixer, a lot of the time PCM gets cranked way to high ( especially when using pulseaudio - pulse is crap )
After following some suggestions I've found searching the web, I have installed VLC to handle these files, but was only rewarded with half success as I was only able to put my system reading the sound portion of the files, with no image. Is this an "issue" of Debian (I'm running Lenny) with the available codecs being a little outdated, which will be solved in the next generation of the OS, or can this be a bug?
mkv is only a container. Certainly the applications in Lenny can handle the matroska container. Where it gets more interesting is in the contents of the container. If it's h.264 at 1080p or maybe even 720p then the applications in Lenny may struggle to decode it easily. Lenny is quite old now and approaching the end of its life as Debian's stable release. Some important multimedia applications such as mplayer, libxine or ffmpeg are showing their age when it comes to HD, as are the video drivers. If you want really good support for multimedia in Lenny you need to look at http://www.debian-multimedia.org and you should also be looking at upgrading either to Lenny + backports or to Squeeze (testing). I have Lenny on my headless server and have no complaints, but for my desktop and for my dedicated video encoding/transcoding machine it's testing for various reasons but a very important one is up to date multimedia support. I have no trouble with any non-DRM'd file and even with integrated nvidia graphics I can play back 720p (and even 1080p if not using the PC for anything else).
I'm thinking it might be a PuTTY issue, or maybe just a windows issue, but when I ssh into my linux seedbox and run mc from windows it has a bunch of funny characters , but when I ssh in from a linux computer it looks fine. mc, via putty on winXP http://debe17.com/images/2010-10-22-094 ... 4_wixp.png mc, via open-ssh-client on debian http://debe17.com/images/2010-10-22-094 ... _scrot.png Any suggestions on how to fix how mc looks in putty on windows? Cheers
Ah, a wee bit more searching & reading (as well as contemplating while writing the OP) I've sorted this out. It is a PuTTY issue, and how it translates character sets. All I had to do was in PuTTY was to configure it to use UTF-8. Cheers
In general i use my main PC. I got a little github-repo i work on with others. If i make changes on my main PC i do Code: Select alladd name_of_changed_file[s] git commit -m "what did i change" git push origin master I am now at my second PC. i did: Code: Select allgit clone git://github.com/tornow/backup_scripts made my changes and did like above. Code: Select all$ git push origin master fatal: protocol error: expected sha/ref, got 'ERR You can't push to git://github.com/tornow/backup_scripts.git Use git@github.com:tornow/backup_scripts.git' I guess the error message contains the solution, but for me it only looks odd. (as far i can tell the key is correct: i rsynced the working one to /root/Temp and did: Code: Select all# diff /root/Temp/id_rsa.pub /home/m1arkust/.ssh/id_rsa.pub # ) ------------------- side question (but i should find that in the docus, sooner or later): if i add i do: git add file_0 git add file_1 git add file_2 and so on. Is doing: git add * ok? Another one: if i delete i do: git rm file_0 git rm file_1 git rm file_2 What would be the way to do it in a row? --------------------------------------------------------- Is there a command which tells me if there are changes at the github repo (made by others)? Or is running a "pull origin master" before each session the way to keep it sane?
nadir wrote:In general i use my main PC. I got a little github-repo i work on with others. If i make changes on my main PC i do Code: Select alladd name_of_changed_file[s] git commit -m "what did i change" git push origin master I am now at my second PC. i did: Code: Select allgit clone git://github.com/tornow/backup_scripts Your problem is right here. An address like git://github.com/blah/yadda.git is read-only. You can clone it and pull from it, but not push to it. That's what the error message is trying to tell you - though I agree that the message is not so clear. For a read & write clone, you want an address that looks like git@github.com:name/foo.git. You can fix it by hand-editing your config file for that git repo. Code: Select allcd into_repo vim .git/config # edit the git://github.com line to look like git@github.com:tornow # note that before your username (tornow), you need a colon now, not a frontslash nadir wrote:side question (but i should find that in the docus, sooner or later): if i add i do: git add file_0 git add file_1 git add file_2 and so on. Is doing: git add * ok? Another one: if i delete i do: git rm file_0 git rm file_1 git rm file_2 What would be the way to do it in a row? You can do git add * (add everything changed in this directory) or even git add . (which adds anything changed in the current directory and also any sub-directories). It's not always smart, though, since you may add someting you don't want to. In this case, an alternative is git add file*. That is, you can use wildcards inside of git sub-commands. nadir wrote:Is there a command which tells me if there are changes at the github repo (made by others)? Or is running a "pull origin master" before each session the way to keep it sane? If it's your own directory (on multiple machines), then git pull before starting work each time is a good idea. If it's someone else's repo, and you aren't sure that you want to accept all their changes, you can do git fetch first. Unline pull, fetch brings everything from the remote repo, but it doesn't immediately merge it into your repo. Finally, I cannot recommend Pro Git highly enough. You can buy a paper copy, but the author has also made the entire book available for free. In this case, the sections on "Working with Remotes" would be helpful maybe.
So I know I've got inotify-tools installed; I've got a daemon that runs and it's using inotifywait to move some files around. This thing is: Code: Select all12:20:16 /home/barrie $ >> dpkg --get-selections | grep inotify* 12:20:29 /home/barrie $ >> aptitude show inotify-tools Package: inotify-tools New: yes State: not installed Version: 3.12-1 Priority: optional Section: misc Maintainer: Peter Makholm <peter@makholm.net> Uncompressed Size: 115k Depends: libc6 (>= 2.6-1), libinotifytools0 Description: command-line programs providing a simple interface to inotify inotify-tools is a set of command-line programs for Linux providing a simple interface to inotify. These programs can be used to monitor and act upon filesystem events. inotify-tools consists of two utilities: inotifywait simply blocks for inotify events, making it appropriate for use in shell scripts. inotifywatch collects filesystem usage statistics and outputs counts of each inotify event. 12:20:40 /home/barrie $ >> It's not showing up as installed! Am I missing something here??? If not how to get the list of installed packages 'reloaded'. I've googled for hours and reloading the installed packages doesn't look promising! TIA, Barrie
Have you got libinotifytools0 installed? It replaces inotify-tools.
Hi there, /home is running out of space, the partition on my computer is LVM, any software like Partition Magic etc to handle it? If doing from command line, any know of any tutorial? Thanking you
All commands to work with logical volumes start with lv. Type lv and hit the tab twice to see them. You probably want lvresize.
Hi, I set up a debian lenny in vmware on my windows machine. The network interface is set to bridged, so the virtual machine is connected directly to the university network i am connected to. I want to be able to ssh into the vm. I installed sshd via "apt-get install ssh", generated a key pair with puttygen and copied the public part to "/home/user/.ssh/authorized_keys", set rights to 600 and then tried to disable password authentication completely, following the "securing debian" documentation. this is how my /etc/ssh/sshd_config looks now: Code: Select all# Package generated configuration file # See the sshd(8) manpage for details # What ports, IPs and protocols we listen for Port 22 # Use these options to restrict which interfaces/protocols sshd will bind to #ListenAddress :: #ListenAddress 0.0.0.0 Protocol 2 # HostKeys for protocol version 2 HostKey /etc/ssh/ssh_host_rsa_key HostKey /etc/ssh/ssh_host_dsa_key #Privilege Separation is turned on for security UsePrivilegeSeparation yes # Lifetime and size of ephemeral version 1 server key KeyRegenerationInterval 3600 ServerKeyBits 4096 # Logging SyslogFacility AUTH LogLevel INFO # Authentication: LoginGraceTime 120 PermitRootLogin yes StrictModes yes RSAAuthentication yes PubkeyAuthentication yes AuthorizedKeysFile %h/.ssh/authorized_keys # Don't read the user's ~/.rhosts and ~/.shosts files IgnoreRhosts yes # For this to work you will also need host keys in /etc/ssh_known_hosts RhostsRSAAuthentication no # similar for protocol version 2 HostbasedAuthentication no # Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication #IgnoreUserKnownHosts yes # To enable empty passwords, change to yes (NOT RECOMMENDED) PermitEmptyPasswords no # Change to yes to enable challenge-response passwords (beware issues with # some PAM modules and threads) ChallengeResponseAuthentication no # Change to no to disable tunnelled clear text passwords PasswordAuthentication no # Kerberos options KerberosAuthentication no #KerberosGetAFSToken no #KerberosOrLocalPasswd yes #KerberosTicketCleanup yes # GSSAPI options GSSAPIAuthentication no #GSSAPICleanupCredentials yes X11Forwarding yes X11DisplayOffset 10 PrintMotd no PrintLastLog yes TCPKeepAlive yes #UseLogin no #MaxStartups 10:30:60 #Banner /etc/issue.net # Allow client to pass locale environment variables AcceptEnv LANG LC_* Subsystem sftp /usr/lib/openssh/sftp-server UsePAM no I can now login from anywhere, supplying my private key file. My problem: if I don't send the key file, usual password authentication still works. What did I do wrong? Thanks for your help.
hm, I may have found the problem. After altering the configuration, I restarted the sshd with "/usr/sbin/sshd restart". Now I tried a simple ""/usr/sbin/sshd stop" and my ssh console session is still running. Somewhere i found "/etc/init.d/ssh stop" but this doesn't work either. How do I start and stop the sshd properly?
Hi all, I've carelessly installed grub on hda5 instead of hda, using: Code: Select all# grub-install /dev/hda5 And now my hda5 cannot be mounted with ntfs-3g. Here the error message 'mount' gives: Code: Select allFailed to mount '/dev/hda5': Invalid argument The device '/dev/hda5' doesn't seem to have a valid NTFS. As far as I know, grub-install rewrites the 1st sector of the device, and I've been reading this guide on recover the 1st sector of an NTFS partition. The problem is that the Disk Probe tool is available in Windows only. Is there any similar software in Debian to do the same thing (i.e allows us to edit sectors of the hard drives available in the computer)? And it would certainly be great if anyone shows me an easier tool / method to restore the NTFS partition without read and write sectors manually. Thanks for all your help and suggestions
'testdisk' would be my first port of call. It's in the repo's Code: Select allaptitude install testdisk
I have a relatively new Squeeze installation I have been living with for several weeks now and it is working extremely well. At this point I am in Squeeze 90% of the time and two other Linux distros are used only sporadically. Debian has emerged quickly as my preferred tool. I really do like it. I have just one small problem about which I am curious. As I login initially or as I come back after suspending or hibernating there is a better than even chance that my Gnome login manager is going to reject my normal user password the first time I input it and then accept it the second time I do it. I have changed the password but that has not changed the behavior. Keyboard problem? Maybe but I have not seen this problem with my other two distros. My keyboard seems fine in general use. I really have not thought a lot about how a login manager does what it does. I have done a forum and document search but I apparently missed what I need. Can anybody point me to a document that might help me do a bit of detective work? How does a login manager work?
Are you sure you're not typing it in wrong the first time?
W: Failed to fetch http://debian.uchicago.edu/debian/dists ... ckages.bz2 Hash Sum mismatch E: Some index files failed to download, they have been ignored, or old ones used instead. Tried 3 different mirrors all have the same error. I assume this is the same issue we had a while back where one package was messing things up. Mirrors I my sources.list #Sid deb http://debian.uchicago.edu/debian/ sid main contrib non-free # deb-src http://debian.uchicago.edu/debian/ sid main contrib non-free # deb http://ftp.debian.org/debian/ sid main contrib non-free # deb-src http://ftp.debian.org/debian/ sid main contrib non-free #deb http://mirrors.kernel.org/debian/ sid main contrib non-free #deb-src http://mirrors.kernel.org/debian/ sid main contrib non-free
Having problem here too :W: GPG error: http://mirror.yandex.ru squeeze Release: The following signatures were invalid: NODATA 2 Tried several repos, the output is the same. What's wrong?
Hi. In a squeeze box, I'm trying to create an ISO image from a CD using brasero, but brasero only shows the options to create cue or cdrdao options. What can I do or install to let brasero create iso images? Thanks in advance
Code: Select alldd if=/dev/cdrom of=~/cdrom_image.iso should work too
Hello guys... I'd like to cut the 5th field of df command's output, but I'm not successful... Code: Select allamlj@debian:~$ df -P /usr/ |tail -n1 |cut -f5 /dev/mapper/sda2_crypt 118231084 6658328 105566908 6% / I tried out every option I could think of... Not successful yet... What I want, is to have the used space, like the 6% in this example, in the output, and nothing else... Your help would be really appreciated, thanks in advance.
If you want to use cut, you may want to tweak with -d option. I would pipe it to awk: Code: Select all$ df -P /usr/ | tail -n1 | awk '{ print $5 }'
Dear All, I am running debian testing for the x86 architecture on my box. This morning, while updating, I got this error message (I ran apt-get update before) $ sudo apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be upgraded: libx264-104 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 486kB of archives. After this operation, 0B of additional disk space will be used. Do you want to continue [Y/n]? y Get:1 http://www.debian-multimedia.org/ testing/main libx264-104 i386 1:0.svn20100918-0.1 [486kB] Fetched 486kB in 1s (280kB/s) Failed to fetch http://www.debian-multimedia.org/pool/m ... 1_i386.deb Size mismatch E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? I have never had this size mismatch error and the --fix-missing thing did not help. Is the package corrupted or is there anything wrong with my update system? Cheers larry77
Either a bad download or a defective package in the repo. Try again tomorrow, I suggest.
Experts, Please during # apt-get update and # apt-get ugrade, I get this screen? What to do with this? Code: Select all cron (3.0pl1-110) unstable; urgency=low In the past, long-running jobs caused certain MTAs to time out, resulting in no output being sent. Justin Pryzby's patch to fix this has been included. It may be worth to note that Debian's default MTA exim was not susceptible to this. Tasks generating a lot of output no longer die with when no MTA is installed. crontab(1) now refuses any crontabs missing a newline before EOF. In the past, this has been the source of much confusion -- especially because the upstream code supposed to detect this was severely broken. cron(8) now recovers from broken symlinks in /etc/cron.d. This fix may cause power management issues (disk spin-ups), feedback welcome. Christian Kastner came on board as a maintainer. -- Christian Kastner <debian@kvr.at> Thu, 29 Apr 2010 13:25:09 +0200 initramfs-tools (0.94) unstable; urgency=low * To improve boot speed and avoid some complications, video drivers are no longer included in the initramfs by default (MODULES=most). -- maximilian attems <maks@debian.org> Mon, 05 Apr 2010 08:10:34 +0200 xserver-xorg-video-radeon (1:6.12.192-2) unstable; urgency=low * Starting with this version, the radeon driver enables kernel mode setting (KMS) by default. This comes with a framebuffer driver which enables native resolution on the console. KMS also allows faster VT switching and mode changes. Enabling KMS may break X.org drivers that are not KMS-ready, for instance radeonhd or vesa. In case of trouble KMS can be disabled with the 'nomodeset' kernel command line parameter, or by editing /etc/modprobe.d/radeon-kms.conf. -- Brice Goglin <bgoglin@debian.org> Sun, 21 Mar 2010 19:46:25 +0100 xserver-xorg-video-mach64 (1:6.8.1~git20080301.56a1c9f0-1) experimental; urgency=low * The mach64 submodule isn't included in ati anymore. If your /etc/X11/xorg.conf contains Driver "ati", you need to keep xserver-xorg-video-ati installed, or switch to Driver "mach64". -- Brice Goglin <bgoglin@debian.org> Sun, 02 Mar 2008 12:55:47 +0100 (END) please see other Command outputs: Code: Select all [mila@milapc:~$ su Password: root@milapc:/home/mila# apt-get autoremove Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 329 not upgraded. /code] [code]root@milapc:/home/mila# apt-get install synaptic Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: deborphan dialog docbook-xml dosfstools esound-clients esound-common fuse-utils gconf2 gconf2-common gnome-mime-data gvfs hdparm libart-2.0-2 libatasmart4 libaudiofile0 libavahi-glib1 libblkid1 libbonobo2-0 libbonobo2-common libbonoboui2-0 libbonoboui2-common libcairo-perl libesd0 libfuse2 libgail18 libgconf2-4 libgdu0 libglade2-0 libglib-perl libgnome-keyring0 libgnome2-0 libgnome2-canvas-perl libgnome2-common libgnome2-perl libgnome2-vfs-perl libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0 libgnomeui-common libgnomevfs2-0 libgnomevfs2-common libgnomevfs2-extra libgtk2-perl libgtk2.0-0 libhal-storage1 libhal1 libidl0 libntfs-3g75 libntfs10 liborbit2 libpango-perl libparted0debian1 libpolkit-agent-1-0 libpolkit-backend-1-0 librarian0 libsgutils2-2 libvte-common libvte9 mtools ntfs-3g ntfsprogs policykit-1 policykit-1-gnome rarian-compat scrollkeeper sgml-base sgml-data udisks xml-core Suggested packages: docbook docbook-dsssl docbook-xsl docbook-defguide gconf-defaults-service gvfs-backends apmd libbonobo2-bin esound gnome-keyring gnome-icon-theme libgnomevfs2-bin fam libgtk2-perl-doc parted nparted libparted0-dev libparted0-i18n sg3-utils floppyd sgml-base-doc perlsgml doc-html-w3 opensp dwww xfsprogs reiserfsprogs mdadm cryptsetup debhelper Recommended packages: libgtk2.0-bin The following NEW packages will be installed: deborphan dialog docbook-xml dosfstools esound-clients esound-common fuse-utils gconf2 gconf2-common gnome-mime-data gvfs hdparm libart-2.0-2 libatasmart4 libaudiofile0 libavahi-glib1 libbonobo2-0 libbonobo2-common libbonoboui2-0 libbonoboui2-common libcairo-perl libesd0 libfuse2 libgail18 libgconf2-4 libgdu0 libglade2-0 libglib-perl libgnome-keyring0 libgnome2-0 libgnome2-canvas-perl libgnome2-common libgnome2-perl libgnome2-vfs-perl libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0 libgnomeui-common libgnomevfs2-0 libgnomevfs2-common libgnomevfs2-extra libgtk2-perl libhal-storage1 libhal1 libidl0 libntfs-3g75 libntfs10 liborbit2 libpango-perl libparted0debian1 libpolkit-agent-1-0 libpolkit-backend-1-0 librarian0 libsgutils2-2 libvte-common libvte9 mtools ntfs-3g ntfsprogs policykit-1 policykit-1-gnome rarian-compat scrollkeeper sgml-base sgml-data synaptic udisks xml-core The following packages will be upgraded: libblkid1 libgtk2.0-0 2 upgraded, 68 newly installed, 0 to remove and 327 not upgraded. E: Could not get lock /var/cache/apt/archives/lock - open (11: Resource temporarily unavailable) E: Unable to lock the download directory root@milapc:/home/mila# Any help very appreciated! Thanks in advance
This is called apt-listchanges and are warnings related to the new packages to be installed; just hit 'Q' like you would to exit a man page to proceed with the upgrade.
Dear All, I often happen to give skype-to-landline (or skype-to-mobile) phone calls for work (calls to my boss who does not have an internet connection when in exotic places). Most of this conversations are work related and, having been granted permission by my boss, I would like to record them to an audio file instead of frantically taking notes on a piece of paper while he is talking. Does anyone know of a way in which I can achieve this? Cheers larry77
you could probably use audacity to record them. its a very nice audio program. you'll want to tell it to record mixer, but not all sound cards let you do this - that may depend on your sound card. if you can't select the mixer, there are a couple workarounds. first, you could try to put a microphone directly up to your speakers and record from there. this may result in somewhat poor quality, and there is the risk of that horrible ringing noise. As a second solution, you could get an audio splitter and a male-to-male audio cable (6 inches would be fine). audio splitters usually have 1 male end, 2 female ends and can cost less than $2 on ebay. the male end would go to the wave-out port. your speakers/headphones would go on one female end, and the male to male cable would be connected to the 2nd female end and the wave-in port. This way, your sound is looping back into your computer, while you can still hear out of your speakers. Then, you can use audacity to record through wave/line and you will get very clear audio.
Hello all, does anyone know of a good subtitling tool? I want to create hardsubs for a .mkv file, I tried converting it to .avi using ffmpeg to use avidemux and merge the video with a subtitle file, but the resolution gets really messed up after conversion. Anyways I don't want and additional subtitle file, but permanent hardsubs on the video file. thanks.
hmm... aren't most subtitles just specialized text files? i don't really know a whole lot about how they work but i'd suggest that you can just look at a template subtitle somewhere online and see if you can do that yourself. i also found the packages "aegisub" and "gaupol" in synaptic, which are related to editing subtitles. gaupol seems to specifically target video subtitles
Hello, so I've got noip.com is supposedly redirecting requests to my machine but my work laptop, via cricket wireless, says it's done loading the page and nothing is there. Could someone please tell me if this is working? Should just see the basic 'It Works' screen. TIA, Barrie
The connection has timed out The server at 68.108.183.183 is taking too long to respond.
Hi all, Been using Debian Squeeze for a few days now and I think it's a SUPERB distro. Everything works perfectly. To my topic: "Software-center" hangs forever when I try to browse non-installed packages. A search on this forum shows that it's probably a non-solvable bug. No problem, I use Synaptic and am very willing to learn CLI apt-get commands. But for now, uninstalling software-center through Synaptic also wants to uninstall gnome (I assume "all of it"?), and I'm not going to agree on that! Any ideas? Thanks!
use a terminal, su to root, and post the ouput of the command apt-get remove software-center -s
Hi, I'm running Debian Lenny on a machine and every time I try to update apt I get the following error message: Code: Select allOK http://security.debian.org lenny/updates Release.gpg OK http://ftp.de.debian.org lenny Release.gpg Ign http://security.debian.org lenny/updates/main Translation-de OK http://security.debian.org lenny/updates Release Ign http://ftp.de.debian.org lenny/main Translation-de Ign http://security.debian.org lenny/updates/main Packages Ign http://security.debian.org lenny/updates/main Sources OK http://ftp.de.debian.org lenny Release Ign http://security.debian.org lenny/updates/main Packages Ign http://ftp.de.debian.org lenny/main Packages Ign http://security.debian.org lenny/updates/main Sources Fehl http://security.debian.org lenny/updates/main Packages 404 Not Found [IP: 195.20.242.89 80] Ign http://ftp.de.debian.org lenny/main Sources Fehl http://security.debian.org lenny/updates/main Sources 404 Not Found [IP: 195.20.242.89 80] Ign http://ftp.de.debian.org lenny/main Packages Ign http://ftp.de.debian.org lenny/main Sources Fehl http://ftp.de.debian.org lenny/main Packages 404 Not Found Fehl http://ftp.de.debian.org lenny/main Sources 404 Not Found W: Konnte http://security.debian.org/dists/lenny/updates/main/binary-i386/Packages nicht holen 404 Not Found [IP: 195.20.242.89 80] W: Konnte http://security.debian.org/dists/lenny/updates/main/source/Sources nicht holen 404 Not Found [IP: 195.20.242.89 80] W: Konnte http://ftp.de.debian.org/debian/dists/lenny/main/binary-i386/Packages nicht holen 404 Not Found W: Konnte http://ftp.de.debian.org/debian/dists/lenny/main/source/Sources nicht holen 404 Not Found E: Einige Indexdateien konnten nicht heruntergeladen werden, sie wurden ignoriert oder alte an ihrer Stelle benutzt. The last lines roughly translate as: Code: Select all[...] W: Failed to fetch http://security.debian.org/dists/lenny/updates/main/binary-i386/Packages 404 Not Found [IP: 195.20.242.89 80] W: Failed to fetch http://security.debian.org/dists/lenny/updates/main/source/Sources 404 Not Found [IP: 195.20.242.89 80] W: Failed to fetch http://ftp.de.debian.org/debian/dists/lenny/main/binary-i386/Packages 404 Not Found W: Failed to fetch http://ftp.de.debian.org/debian/dists/lenny/main/source/Sources 404 Not Found E: Some index files failed to download, they have been ignored, or old ones used instead. [...] Therefore I am unable to download any packages at the moment. My source.list is as follows: Code: Select all# # deb cdrom:[Debian GNU/Linux 5.0.1 _Lenny_ - Official i386 NETINST Binary-1 20090413-22:27]/ lenny main #deb cdrom:[Debian GNU/Linux 5.0.1 _Lenny_ - Official i386 NETINST Binary-1 20090413-22:27]/ lenny main deb http://ftp.de.debian.org/debian/ lenny main deb-src http://ftp.de.debian.org/debian/ lenny main deb http://security.debian.org/ lenny/updates main deb-src http://security.debian.org/ lenny/updates main #deb http://volatile.debian.org/debian-volatile lenny/volatile main #deb-src http://volatile.debian.org/debian-volatile lenny/volatile main For some reason apt tries to download Packages instead of Packages.bz2 and Packages.gz and I neither know why nor how to fix it. So long.
Your network connection must be on before you use apt-get update.