Re: Wayland & Unity -- any repercussions on Debian?

2010-11-10 Thread Felipe Sateler
On 11/09/2010 11:48 AM, Camaleón wrote: > If I were an Ubuntu user I wouldn't like to be treated as "guinea-pig" :-) If you were an Ubuntu user you would already be ;) -- Saludos, Felipe Sateler signature.asc Description: OpenPGP digital signature

Re: apt-get install -- packet list from a file

2010-11-03 Thread Felipe Sateler
ar; install bar; write new db) > apt-get -y install baz > (read db; grab baz; install baz; write new db) This happens only if you pass the -l flag to xargs. Otherwise it passes all at the same time. -- Saludos, Felipe Sateler signature.asc Description: OpenPGP digital signature

Re: What is blocking my sound?

2010-09-23 Thread Felipe Sateler
the > device so that I can kill the appropriate thread instead of using trial > and error? > > Thanks for any ideas. > lsof /dev/snd/* /dev/dsp /dev/sndstat -- Saludos, Felipe Sateler signature.asc Description: OpenPGP digital signature

Re: Broken deps?

2010-08-25 Thread Felipe Sateler
ys. An apt library transition was started a few days ago, stuff needs to be rebuilt now. -- Saludos, Felipe Sateler signature.asc Description: OpenPGP digital signature

Re: NetworkManager Cannot Connect to Wireless Network

2010-07-11 Thread Felipe Sateler
etworkManager? > What are you typing into the textbox? In a later example you are putting the : separators to iwconfig. I think you should not add them to network manager. -- Saludos, Felipe Sateler signature.asc Description: OpenPGP digital signature

Re: Showing recommended packages from cli

2010-06-21 Thread Felipe Sateler
l-tools) can help with this. aptitude search '?reverse-recommends(^package$)' The ^ and $ are needed because we want an exact match on the package, and aptitude expects a regular expression. -- Saludos, Felipe Sateler signature.asc Description: OpenPGP digital signature

Re: Video problems with VLC

2010-06-17 Thread Felipe Sateler
e0 > 10) libxine1-ffmpeg > 11) libxine1-plugins apt-cache policy libavcodec52 Note the version that is in the debian repositories, and then: aptitude install libav{codec52,device52,filter0,format52,util49,postproc51}= ffmpeg=version - -- Saludos, Felipe Sateler -BEGIN PGP SIGN

Re: Which device did I boot from?

2007-06-21 Thread Felipe Sateler
w if that is available at initramfs, but there is /proc/cmdline, which should tell you what device was used (root=/dev/blah) -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Setting permissions to new files?

2007-06-17 Thread Felipe Sateler
Bruno Buys wrote: > Konsole and yakuake needed a 'umask 02' added to ~/.bashrc (there > was none) to behave well. Neither once was reading ~/.bash_profile, by > the way. That is because ~/.bash_profile is read on login shells only (unless you source it from ~/.bashrc --

Re: I want to install lenny from scratch

2007-06-07 Thread Felipe Sateler
l rule of thumb. YMMV. -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: problem

2007-06-06 Thread Felipe Sateler
ere is no reason for you to be rude. (S)He may have a real problem. If you have a problem with the message, just ignore it. -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: sharing home directories for UML's

2007-06-06 Thread Felipe Sateler
Benedict Verheyen wrote: > Felipe Sateler schreef: >> >> Then mount-bind them as many times you need. Note that the mounts need to >> be done outside the uml servers, since you need to reach the original >> directories. >> For example, suppose you have the

Re: sharing home directories for UML's

2007-06-06 Thread Felipe Sateler
Benedict Verheyen wrote: > Felipe Sateler schreef: >> Benedict Verheyen wrote: >> >>> Is it possible to have an UML server that houses the home directories >>> and makes them available for the UML servers that handle email and thus >>> save emails in

Re: sharing home directories for UML's

2007-06-05 Thread Felipe Sateler
/dest/dir -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Shared apt archives

2007-05-28 Thread Felipe Sateler
Ron Johnson wrote: > So, run apt-proxy on N-1 "peers" and that's that. Actually, apt-proxy would run in only 1 of the peers. The other N-1 would have to be configured to connect to it. -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subje

Re: finding files from archives: where?

2007-05-27 Thread Felipe Sateler
ading section D.3 "Installing Debian GNU/Linux from a Unix/Linux System" (http://www.debian.org/releases/stable/i386/apds03.html.en) -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: matlab r2007a installation problems

2007-05-20 Thread Felipe Sateler
der The problem seems to be that your installation source got corrupted somehow (libmwins.so has an invalid header). -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: restarting proftpd

2007-05-20 Thread Felipe Sateler
quot;invoke-rc.d proftpd restart" -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: man beeps more than woman

2007-05-19 Thread Felipe Sateler
Roberto C. Sánchez wrote: > Why is it that the alias won't be picked up by man? Because man seems to be calling pager directly, which is a link to less. There is no shell in between to do alias expansion, and if there were one, it would not match the alias to expand. -- Felipe

Re: what applications use famd?

2006-12-25 Thread Felipe Sateler
> periodically. > AFAIK fam uses inotify (or dnotify, I don't recall which) when available. -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Query re: disk free (df) output

2006-12-23 Thread Felipe Sateler
nature of the /dev tree when running under udev. shm stands for SHared Memory, and I don't know specifically why it's there. It seems like it is a way of passing data between applications via shm_* glibc calls. -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: if I were a newbie how would I get sound?

2006-12-19 Thread Felipe Sateler
re are docs floating around, but they only cover the basic aspects, and only on the simplest of configurations. -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Alsa needs reconfiguration after every reboot

2006-12-19 Thread Felipe Sateler
ave said. You need to >> load the sound modules that alsaconf loads after it has run. > > How to do that? Do: lspci | grep audio Your problem happened to me because I had 2 soundcards installed. Does your motherboard have an integrated sound card? -- Felipe Sateler -- To UNSUBS

Re: if I were a newbie how would I get sound?

2006-12-19 Thread Felipe Sateler
ed out how to set up the default sound card. Note that alsaconf doesn't do this. -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: if I were a newbie how would I get sound?

2006-12-17 Thread Felipe Sateler
nly bug fixes will be accepted into etch. New features most probably won't get into etch. -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: KQemu on Debian Testing

2006-12-11 Thread Felipe Sateler
g: error processing kqemu-modules-2.6.17-2-686 (--install): >> dependency problems - leaving unconfigured Here is the thing. You need to update your qemu. -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: apt-get update gets gpgv error

2006-08-16 Thread Felipe Sateler
but I'd expect an update to regenerate them. > Thanks, > anw -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Apt sources for deb-src packages in Etch

2006-08-06 Thread Felipe Sateler
quot; or > "testing" in the sources ??? Any idea ?? If you put etch, when etch becomes stable, you'll be tracking stable. If you put testing, you'll end up tracking etch+1. > Really thanks, > > Alejandro -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: printing problem - spurious "d" characters, bad pixels, spuriousform feeds

2006-07-03 Thread Felipe Sateler
_ wild guess here: perhaps you are using the wrong PPD file. Have you tried with alternative ones (perhaps downloading a new one from linuxprinting.org)? -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: linux-headers-2.6.17-1-686 has unresolved dependency

2006-07-03 Thread Felipe Sateler
amateur wrote: > On Mon, Jul 03, 2006 at 03:24:32PM -0400, Felipe Sateler wrote: >> amateur wrote: >> >> > There's another question: why didn't I receive my original email, that >> > is, the one you replied to? Does this list by default don't send

Re: linux-headers-2.6.17-1-686 has unresolved dependency

2006-07-03 Thread Felipe Sateler
is that gmail detected both mails as identical, so you only have one copy (the one you sent). -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Upgrade from Sarge to Etch

2006-07-02 Thread Felipe Sateler
Derek wrote: > etch and testing are the same thing,using testing instead of etch could > lead to a accidental upgrade. That upgrade is not accidental: normally, you want to track either stable, testing or unstable, you don't want to track the next release. -- Felipe Satel

Re: proprietary kernel modules w/ kernel-package?

2006-06-29 Thread Felipe Sateler
se alien to generate a deb package, and then install the debian package. -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: lm_sensors procfs/sysfs problem

2006-06-26 Thread Felipe Sateler
the supported devices section to see wether your card is supported. -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: iTunes Lib. to Ogg

2006-06-23 Thread Felipe Sateler
an is amarok. Using amarok you can convert all your m4a files to flac. Just download the transcode plugin for amarok. -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: lm_sensors procfs/sysfs problem

2006-06-23 Thread Felipe Sateler
Lubos Vrbka wrote: > Felipe Sateler wrote: >> This happens on my system when I unload w83627hf (which is the module I >> need for my chipset). Have you loaded the modules sensors-detect said you >> should load? Adding the lines in /etc/modules doesn't automatically l

Re: iTunes Lib. to Ogg

2006-06-22 Thread Felipe Sateler
les are most probably aac files inside the MPEG4 container format. http://en.wikipedia.org/wiki/M4a -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: lm_sensors procfs/sysfs problem

2006-06-22 Thread Felipe Sateler
#x27;! This happens on my system when I unload w83627hf (which is the module I need for my chipset). Have you loaded the modules sensors-detect said you should load? Adding the lines in /etc/modules doesn't automatically load them (actually, yes, they are loaded automatically, but on next

Re: Help - 'make' errors dealing with Kernel Source - all my kernel source code, old and new

2006-06-22 Thread Felipe Sateler
/include/asm-generic/errno-base.h, which is included in the linux-kernel-headers package. Please check if that file exists, and defines both values. -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: sudo password vs. login

2006-05-29 Thread Felipe Sateler
the sudoers file. -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: deborphan defaults?

2006-05-25 Thread Felipe Sateler
remove that package, or the package dependencies have changed, they will be automatically removed. Aptitude is much more picky on the dependencies, apt-get tends to assume you know what you are doing (which I've found is not usually the case, given the amount of packages and their interdependenci

Re: Has /bin/sh become a bad interpreter on etch?

2006-05-24 Thread Felipe Sateler
tems mounted noexec. -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Help! I can't even execute my own executables any more!

2006-05-24 Thread Felipe Sateler
686', number 2 with 'file i686/txt' and number four with 'mount'. -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Xen+nVidia non-free module problem

2006-05-14 Thread Felipe Sateler
ymbol 'xen_tlb_flush'. Any ideas on what can be causing this? I have the feeling that the fact that the xen kernel doesn't ship a System.map file. -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Permissions required for burning

2006-05-06 Thread Felipe Sateler
x27;t > use kde ortherwise, so I guess I'm missing some packages? This is a bug in the package, edit /usr/share/applnk/Settings/System/k3bsetup2.desktop and remove the "NoDisplay=true" line -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: udev, lm-sensors and esd

2006-04-17 Thread Felipe Sateler
by module-init-tools (or modutils) to load the correct parameters for your sound card. -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: udev, lm-sensors and esd

2006-04-15 Thread Felipe Sateler
t loading the modules you should. What does lsmod say? Regarding the sound, if you are using alsa (which you should), run dpkg-reconfigure linux-sound-base to ensure the OSS modules aren't loaded during startup (which prevents alsa from working correctly), and then run alsaconfig. -- Felipe Sa

Re: What have I done wrong.

2006-04-14 Thread Felipe Sateler
ian packages? Have you imported it correctly (via apt-key)? Have you got other repositories in your sources.list? Did you apt-get update after importing the key? -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: not able to install kio-locate

2006-04-08 Thread Felipe Sateler
rrors were encountered while processing: > kio-locate This happens because this package was built before a certain transition Debian did a while ago, so the package it depends on (kdelibs4) changed it's name (now it's kdelibs4c2a). You probably have no way of installing this deb package.

Re: Debian - Apache problem

2006-04-07 Thread Felipe Sateler
John Graves wrote: > The error is: > Syntax error on line 9 of /etc/apache/modules.conf: Well, you have probably an error on line 9 of your modules.conf file. What does it say? PS: As a sidenote, you also seem to have a duplicated entry for http_core -- Felipe Sateler -- To UNSUB

Re: apt-get, sudo and proxies

2006-04-06 Thread Felipe Sateler
#x27;t have a dollar sign. Otherwise you can remove the env_reset, but that is apparently not recommended. Example from my /etc/sudoers: Defaultsenv_reset, env_keep = DISPLAY Here I keep the DISPLAY variable which allows me to launch X based apps under sudo. -- Felipe Sateler -- To U

Re: Making GRUB bootable floppy for emergency and hence then booting up your Debian System... Useful in emergency

2006-04-05 Thread Felipe Sateler
rub boot disc. The boot disc when booted provides the grub command line (also referred to as the grub shell). This tool basically does what you did, so they are pretty much equivalent. Still, it is useful to know this command. -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Re: Gtk-WARNING **: cannot open display:

2006-03-28 Thread Felipe Sateler
://lists.grok.org.uk/pipermail/full-disclosure/2006-January/041632.html The fix I suggest is adding a env_keep directive in the env_keep line: Defaults env_reset, env_keep = DISPLAY -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Troubl

Re: Installation CDs for potato (Debian 2.2)

2006-01-10 Thread Felipe Sateler
J.Moore wrote: > I need to do an install of Debian 2.2 (potato) to do some maintenance on > an old application. The author claims it will only run on the 2.2 > kernel, and I want to eliminate as many variables as possible. You need a 2.2 kernel, not a distribution with that version number. Either f