Re: Spurious emails from somewhere in "Debian hierarchy"

2025-03-24 Thread Santiago Vila
El 24/3/25 a las 12:34, Richard Owlett escribió: Since the beginning of February I've been receiving what I consider spurious emails. What do you mean exactly by "spurious"? Are any of those messages present in the list archives? https://lists.debian.org/debian-www/2025/03/threads.html Can

Re: KVM can't use Blockdevice anymore

2025-02-08 Thread Santiago Vila
El 8/2/25 a las 19:10, basti escribió: Now KVM cant use block devices anymore. Hi. I found a similar problem very recently. I tried to use a virtual machine which I defined a long time ago, but did not use for a long time (probably several years, during which the host was upgraded to Debian 12

Re: replicating an installation baseline only (as if it had been a cummulative, virgin installation) ...

2019-05-14 Thread Santiago Vila
On Tue, May 14, 2019 at 01:30:12PM +0200, Albretch Mueller wrote: > As if I had installed Debian afresh. My suggestion for this, since you are in "paranoid mode", is to do exactly that, but without the "as if" part :-) I install Debian by using debian-installer and installing only the base syste

Re: non-free software requirement

2016-12-07 Thread Santiago Vila
On Wed, Dec 07, 2016 at 11:11:29AM +, Steve Greig wrote: > When I installed debian I got a message saying my computer (emachines > laptop AMD Athlon X2 64bit) needed some non-free software. The names of the > software were given although I did not record the names. I decided to go > ahead witho

Re: Building Debian Package From Upstream Source

2016-09-25 Thread Santiago Vila
On Sun, Sep 25, 2016 at 10:43:04AM -0400, Stephen Allen wrote: > Then I ran 'dpkg-buildpackage -us -uc -j4' as root' [...] Note: Debian packages do not require to be built by root, so it's better that you don't. Using fakeroot is the default. Just install it and it will be used automatically by dp

Re: Emacs 23?

2016-06-09 Thread Santiago Vila
On Thu, Jun 09, 2016 at 12:26:46AM -0700, John Conover wrote: > Can Debian Wheezy 7.x Emacs 23 be installed in Debian Jessie 8.x? Yes, it seems so. > Anyone tried this? Yes, just tried that on a jessie chroot using both wheezy and jessie lines in sources.list and it worked. However, be careful

Re: make ping executable by normal users?

2016-06-08 Thread Santiago Vila
On Wed, Jun 08, 2016 at 02:44:52PM +0100, Ben Hutchings wrote: > [...] see bug #770492. Truly amazing! For "ping", it would be like this: $ /sbin/getcap /bin/ping /bin/ping = cap_net_raw+ep $ chown root:root /bin/ping chown: changing ownership of '/bin/ping': Operation not permitted $ /sbin/getca

Re: make ping executable by normal users?

2016-06-07 Thread Santiago Vila
On Tue, Jun 07, 2016 at 02:56:11PM -0800, Britton Kerin wrote: > How, just by executing dpkg-reconfigure, did I tell it this is what > I wanted? If that's the default, why wasn't it that way to begin with? AFAIK, the tar file format, on which the .deb package format is based, does not allow for

Re: make ping executable by normal users?

2016-06-06 Thread Santiago Vila
On Mon, Jun 06, 2016 at 03:27:16PM +, Mark Fletcher wrote: > you definitely can get this very error due to something to do with > the firewall, Well, you can get this very error if you follow the steps I explained here: https://lists.debian.org/msgid-search/20160602225359.gb11...@cantor.unex

Re: make ping executable by normal users?

2016-06-06 Thread Santiago Vila
On Mon, Jun 06, 2016 at 10:06:54AM +1200, Jan Bakuwel wrote: > Check your firewall rules. It can't be firewall rules. Try this to block outgoing ping: iptables -A OUTPUT -p icmp --icmp-type echo-request -j REJECT then try to ping anywhere. You will get a different error message, namely "Destinat

Re: make ping executable by normal users?

2016-06-02 Thread Santiago Vila
On Thu, Jun 02, 2016 at 11:28:40PM +0100, Lisi Reisz wrote: > So far as I can see, ping IS executable by normal users. But then I have > only > got Wheezy and Jessie. Are you using Stretch or Sid?? This is not really new in stretch. You can experiment this funny effect in jessie as well. Try

Re: make ping executable by normal users?

2016-06-02 Thread Santiago Vila
On Thu, Jun 02, 2016 at 01:56:08PM -0800, Britton Kerin wrote: > On my old debian system I could ping as a normal user. The ping > binary had the suid bit set. Now I get: > > $ ping www.google.com > ping: icmp open socket: Operation not permitted > 2 $ > > presumably because the bit

Re: cross-debootstrap error

2016-05-01 Thread Santiago Vila
Christian Seiler wrote: > This is really weird, especially since /etc/os-release is owned by > base-files, so it should only be created when the package is installed, Yes, it is weird, but debootstrap has to put everything together, so if it has to put the symlink in place before unpacking base-f

Re: Posts don't show on list

2016-04-29 Thread Santiago Vila
On Fri, Apr 29, 2016 at 03:20:14PM -0700, Gary Roach wrote: > Does any one know who hosts this list. It doesn't have any info > at the bottom of the page like the others do. There used to be information at the bottom of the emails but it was moved to the headers because it broke digital signature

Re: apache 2.4.10, debian jessie, PHP 7.0.4 SWAP issue

2016-04-29 Thread Santiago Vila
On Tue, Apr 26, 2016 at 07:42:06PM +0200, Marek Soha wrote: > We are experiencing weird issue when we implemented this new combination of > debian+apache+PHP. > The system is serving PHP pages. It is running correctly for a quite a bit > and then start to heavily swap without any outer issue (no l

Re: Samba 4.2 upgrade broke domain controller

2016-04-14 Thread Santiago Vila
On Thu, Apr 14, 2016 at 08:06:11AM +, Virgo Pärna wrote: > Also, I had a computer that only had samba client libraries > installed and update wants to install entire samba. At least that one is a known bug and it's being worked on: https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=samb

Re: gettext is one minor rev too old

2016-01-11 Thread Santiago Vila
On Mon, Jan 11, 2016 at 01:16:07PM -0500, Gene Heskett wrote: > I have that in /etc/apt/sources.list as > > deb http://http.debian.net/debian wheezy-backports main contrib non-free > > Do I need to add another option word above to see 0.18.2? You have to install the gettext backport the same way

Re: gettext is one minor rev too old

2016-01-11 Thread Santiago Vila
On Sun, Jan 10, 2016 at 08:39:17PM -0500, Gene Heskett wrote: > running 99% wheezy, trying to build gEDA because whats in the repos is > very old. > > geda-gaf is refusing to autoconfig, gettext is 0.18.1-1.9, and I need > 0.18.2 or better. > > Is there a deb repo I can raid just for that? whe

Re: Extract substring from cat

2015-10-16 Thread Santiago Vila
On Fri, Oct 16, 2015 at 02:15:46PM +0200, Alfred Charles Stockton wrote: > Now what I would like to do is to only print the substring "Debian > GNU/Linux 8 (jessie)" from the 1st line, preferably in bash. The standard says /etc/os-release is shell-compatible, so I would do this: . /etc/os-release

Re: Using Jessie Backports

2015-10-04 Thread Santiago Vila
On Sun, Oct 04, 2015 at 07:39:58PM +0530, Himanshu Shekhar wrote: > How can I disable further usage of backports without harming other packages? You don't really need to do that. All backports are deactivated by default and you need to do apt-get -t jessie-backports install whatever to install

Re: testing/stretch package source

2015-09-15 Thread Santiago Vila
On Tue, Sep 15, 2015 at 03:35:13AM +, Ryan Barber wrote: > Why are some common packages like gnuradio and gqrx not available in > testing/stretch at the moment? Try looking for them here: https://packages.qa.debian.org It seems they were removed from testing to allow the big C++ migration to

Re: / 100% used

2015-07-05 Thread Santiago Vila
On Sun, Jul 05, 2015 at 04:19:36PM -0300, Beco wrote: > > 1 Jul 5 15:35:58 beco kernel: [66691.859352] ieee80211 phy0: > rt2x00lib_request_firmware: Info - Loading firmware file 'rt2860.bin' >2 Jul 5 15:35:58 beco kernel: [66691.859358] rt2800pci :03:00.0: > firmware: faile

Re: Installing 32 bit Debian 8.1 on a virtual machine (via virtualbox)

2015-06-26 Thread Santiago Vila
On Fri, Jun 26, 2015 at 06:06:40PM +1000, Brenton Horne wrote: > http://i.imgur.com/dRaGiY6.png The image snapshot confirms that you are using stretch (testing). Try Debian stable (aka Debian 8.1, aka Debian jessie). -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subje

Re: Installing 32 bit Debian 8.1 on a virtual machine (via virtualbox)

2015-06-26 Thread Santiago Vila
On Fri, Jun 26, 2015 at 06:06:40PM +1000, Brenton Horne wrote: > I have been trying to install Debian 8.1 on my virtual machine, from the > netinstall CD ISO. The machine has 64 GB HDD allocated to it and 1 GB RAM. > It also has 3D video acceleration enabled. Its video memory is 64 MB. The > one na

Re: Systemd files on a Raspberry Pi

2015-06-20 Thread Santiago Vila
On Sat, Jun 20, 2015 at 07:43:53AM -0400, Renaud OLGIATI wrote: > On my Raspberry Pi, locate finds me a shitload of systemd files; yet ps aux > -A | grep systemd does not show anything. > > Does this mean I can get rid of all those systemd files, to clear some space > on the storage memory card

Re: PHP-FPM socket disappearing

2015-06-17 Thread Santiago Vila
On Wed, Jun 17, 2015 at 11:30:33PM +0200, Proxy One wrote: > I installed Jessie on my new server few days ago and moved website that run > previously on Centos 5. I'm using Apache and PHP-FPM. [...] > [...] > If you are using jessie, your Apache version is >= 2.4, so you could ditch fastcgi a

Re: System not booting

2015-06-17 Thread Santiago Vila
On Wed, Jun 17, 2015 at 02:56:46PM -0400, Gary Dale wrote: > You can ping but not ssh. This suggests that services are not being started. > dmesg confirms this as nothing is showing up after the network is brought > up. Hmm, no. My system has ssh running but there are no traces of ssh in dmesg at

Re: Upgrade to Jessie - grub-legacy vs grub2; GPT partitions

2015-06-11 Thread Santiago Vila
On Thu, Jun 11, 2015 at 04:25:18PM +1000, Robert S wrote: > My questions are - should I use grub-legacy (which seems to have all > of our required features) or should I switch to grub2. Will > grub-legacy eventually be phased out? Is GPT preferable to the old > partition scheme? I'm curious: Wha

Re: check file system on virutal server - Wheezy

2015-06-07 Thread Santiago Vila
On Sun, Jun 07, 2015 at 08:10:52PM +0200, Chris wrote: > I have a virtual server running on my provider. It is an up-to-date VM Wheezy > system running under Parallels. I've beem wondering about fsck, the provider > says its a virtual file-system and that for this reason the fstab entry is 0, >

Re: Latest version of gettext not run

2015-06-06 Thread Santiago Vila
On Fri, Jun 05, 2015 at 01:27:01AM +0200, Tomas Nordin wrote: > Hi > > $ uname -a > Linux debian 3.2.0-4-686-pae #1 SMP Debian 3.2.65-1+deb7u2 i686 > GNU/Linux > > I have forced installed latest version of gettext: Note: Installing something from backports is not considered to be "forced". Packa

Re: when does debian 8.1 come?

2015-05-29 Thread Santiago Vila
On Fri, May 29, 2015 at 09:19:01PM +0800, mudongliang wrote: > When you upgrade to Debian 8.1 , what does the "setting " show, Debian 8 or > Debian8.1? I don't know what exactly you mean by "setting", but the way /etc/debian_version, /etc/issue and /etc/issue.net are usually handled for point rele

Re: Bash

2014-11-15 Thread Santiago Vila
On Fri, Nov 14, 2014 at 10:45:19PM +0200, Gokan Atmaca wrote: > #!/bin/bash BTW: bash is fine as a login shell, but I would not use it as a programming language. Stick with /bin/sh if you can. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Tro

Re: Systemd and Unix

2014-11-04 Thread Santiago Vila
On Fri, Oct 31, 2014 at 12:38:00PM -0400, David Kline wrote: > I have heard a lot of talk about how systemd deviates from the unix > philosophy. What is the unix philosophy, how does debian follow it, > and why does systemd break it? I suspect that people do not want yet another thread about syste

Re: Linux kernel version for Jessie

2014-10-26 Thread Santiago Vila
On Sun, Oct 26, 2014 at 10:56:19PM +0200, Georgi Naplatanov wrote: > what kernel version will Jessie have when it became stable ? Is there > any chance for newer version than 3.16.x (for example 3.17.x, 3.18.x). Is this important at all? You will always be able to build your own kernel or use one

Problem with gdm3 and timedlogin

2011-10-26 Thread Santiago Castillo Oli
cript2 are senseless, only a simple example, but... why doesnt work well? Any idea? Regards. -- ____ Santiago Castillo Oliscasti...@aragon.es Técnico de sistemas 976 71 50 06 Biblioteca de Aragón -- To UNSUBSCRIBE, email to

Re: Re: Ethernet alias fails to brought up sometimes when booting up

2011-10-05 Thread Santiago Castillo Oli
k you very much. Regards -- Santiago Castillo Oliscasti...@aragon.es Técnico de sistemas 976 71 50 06 Biblioteca de Aragón -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas

Re: Re: Ethernet alias fails to brought up sometimes when booting up

2011-10-05 Thread Santiago Castillo Oli
a "á" character in a comment inside the file. I have remove it, but I think that if that was the problem, it would happen always, not sometimes... Thanks and regards -- Santiago Castillo Oliscasti...@aragon.es Técnico de sistem

Ethernet alias fails to brought up sometimes when booting up

2011-09-29 Thread Santiago Castillo Oli
-- Santiago Castillo Oli Técnico de sistemas Biblioteca de Aragón -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4e8449c3.2070...@aragon.es

Re: Problems download images in cdimage.debian.org

2010-12-27 Thread Santiago José López Borrazás
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 El 27/12/10 21:47, godo escribió: > I just tried it and works, I guess it was temporary error. It is done. And work. There are only errors that I have mentioned before to do with jigdo-lite. The rest is all right. - -- Slds. de Santiago J

Re: Problems download images in cdimage.debian.org

2010-12-27 Thread Santiago José López Borrazás
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 El 27/12/10 19:34, Santiago José López Borrazás escribió: More: I download the debian-testing packages with jigdo-lite just gives me this error: FINISHED --2010-12-27 20:27:24-- Downloaded: 5 files, 3,9K in 0s (42,7 MB/s) Found 5 of the 5 files

Problems download images in cdimage.debian.org

2010-12-27 Thread Santiago José López Borrazás
te 5 files (scripts). I assume that this is a problem temproal. To know. Thank's in advance. - -- Slds. de Santiago José López Borrazás. -BEGIN PGP SIGNATURE- iQIVAwUBTRjcOoFZAuZYtJmMAQomRg/9GLXYq9EvbCqJMDGMDVPglog/9RzLfrjZ Xux5KkSyLKvvYjC3U3Rasn8+FrgsXGTD9g8pxVpD9ICd7RZTw

Re: Postfix + AWStats

2010-03-17 Thread Marcos Lorenzo de Santiago
El mié, 17-03-2010 a las 13:01 +0100, Marcos Lorenzo de Santiago escribió: > Hello everyone, > > I'm running Postfix 2.5.5 on a Debian system and I'm trying to get > AWstats to process my postfix mail log. I've read all FAQ at awstats' > and postix's hom

Postfix + AWStats

2010-03-17 Thread Marcos Lorenzo de Santiago
ix's 2.5.5 log file format? Thanks in advance. -- --- Dijkstra probably hates me (Linus Torvalds, in kernel/sched.c) --- Marcos Lorenzo de S

Fw: root partition (reiserfs) mounting read-only on boot

2005-11-06 Thread Pablo Santiago Blum de Aguiar
The other day I received a message from another user with the same problem, I hope it will be useful to anyone who will come to face the read-only boot mounting issue. == Begin forwarded message == Date: Wed, 2 Nov 2005 22:17:59 -0900 From: Gunnar Hallgren To: pabloaguiar at brfree.com.br Subje

Re: root partition (reiserfs) mounting read-only on boot

2005-08-22 Thread Pablo Santiago Blum de Aguiar
On Thu, 2005-08-18 at 13:28 -0300, Pablo Santiago Blum de Aguiar wrote: > I'll use the manufacturer's diagnostic utility and run the tests, > just to be sure. I ran all the tests and they've completed successfully. I couldn't solve my problem yet and would very much

Re: root partition (reiserfs) mounting read-only on boot

2005-08-18 Thread Pablo Santiago Blum de Aguiar
On Wed, 2005-08-17 at 22:19 -0400, Bill Marcum wrote: > Maybe there is a hardware problem with the disk drive. If smartmontools > are installed, try "smartctl -a /dev/hda". Also try "fsck -c". Thank you for the reply, Bill. Sorry, there is no -c option on fsck for reiserfs, (see man fsck.reis

root partition (reiserfs) mounting read-only on boot

2005-08-17 Thread Pablo Santiago Blum de Aguiar
Hi, Today the root file partition of another machine started booting up read-only. I haven't made any kernel changes for more than two weeks, and it have booted it up numerous times with the 2.6.11 kernel without a single problem before today. I get a message " mount: / not mounted already, or ba

Re: Gnome UI stops responding

2004-06-26 Thread Santiago de Ledesma
Thanks for the advice! Apparently the esd daemon was to blame (I usually have the sound muted, so I didn't even think of it when it happened). I disabled it for now and everything works just fine. Again, Thank you very much. On Sat, 2004-06-26 at 00:16, Mark Roach wrote: > Hmm, my first guess

Re: Is there a way to determine

2004-06-25 Thread Santiago de Ledesma
try apt-cache search On Fri, 2004-06-25 at 15:13, Douglas Phillipson wrote: > Sorry for the newbie question. I'm new to the Debian package management > system. Is there a way to determine what packages are available from > the repositories I have in sources.list? I use dpkg --list to see > w

Gnome UI stops responding

2004-06-25 Thread Santiago de Ledesma
Hi. I'm having this problem while using gnome 2.6 in my laptop with sarge unstable. The UI locks from time to time when using any gnome widget. For example, I'm using dia to draw a diagram and I have to open a dialog. Sometimes I can do whatever I want to do and everything works fine, but some oth

Re: Compile kernel on sid -> dependency problem on woody

2004-06-11 Thread Pablo Santiago Blum de Aguiar
On Sat, 2004-06-12 at 03:08, Laurent CARON wrote: > Pablo Santiago Blum de Aguiar wrote: > > >Hi all, > > > >I compiled a new kernel (2.4.18) for a woody box (a 233MHz pc) on my sid > >box (an Athlon 800MHz pc). On sid, I did an 'apt-get install > >kernel-

Compile kernel on sid -> dependency problem on woody

2004-06-11 Thread Pablo Santiago Blum de Aguiar
Hi all, I compiled a new kernel (2.4.18) for a woody box (a 233MHz pc) on my sid box (an Athlon 800MHz pc). On sid, I did an 'apt-get install kernel-source-2.4.26', configured the kernel for my needs, ran 'make-kpkg clean' and used the following command do compile it: [/usr/src/linux] - 0 [EMAIL

Re: Sound problem: ALSA + emu10k not working

2004-04-25 Thread Pablo Santiago Blum de Aguiar
On Sat, 2004-04-24 at 03:17, Chris Metzler wrote: > On Fri, 23 Apr 2004 22:57:59 -0300 > Pablo Santiago Blum de Aguiar <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I'm using Debian sid for a while and after an apt-get dist-upgrade 1 day > > ago the

Sound problem: ALSA + emu10k not working

2004-04-23 Thread Pablo Santiago Blum de Aguiar
Hi, I'm using Debian sid for a while and after an apt-get dist-upgrade 1 day ago the sound is gone. My soundcard is Creative Audigy and I'm using Kernel 2.6.5 and 2.6.4 (old). [~] on Fri Apr 23, 22:22:30, 2 [EMAIL PROTECTED] # dmesg | grep -i acpi;dmesg | grep -i emu;dmesg | grep -i ac\'97 BIOS-

Re: testing : cdrecord does not recognize my cd-writer

2004-04-19 Thread Pablo Santiago Blum de Aguiar
What are your kernel and cdrecord versions? Please consider reading [1]this article and the "CD Recording" section of [2]this article. 1. http://programming.linux.com/article.pl?sid=03/12/09/1341236 2. http://www.linux.org.uk/~davej/docs/post-halloween-2.6.txt Regards, -- .''`. Pablo Aguiar

Re: Preciso de sua ajuda

2003-12-21 Thread Pablo Santiago Blum de Aguiar
Prezado Sr Ziad, A lista debian-users e reservada para e-mails na lingua Inglesa. Gentileza enviar os proximos e-mails na Lingua Portuguesa para a lista de discussao em portugues, pelo endereço: debian-user-portuguese[arroba]lists[ponto]debian[ponto]org Acredito que tenha usado a opcao "Burn Ima

unsuscribe

2003-09-08 Thread Santiago
 

install XFree86 4.3 on Woody?

2003-04-01 Thread Santiago Hirschfeld
#x27;m begining to get why is it so loved. If it's a good idea tu upgrade XFree86, can u suggest a source? please? Thanks. J . Santiago Hirschfeld -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Antivirus in Debian?

2003-03-28 Thread Santiago Hirschfeld
Hi, I'm running Woody in my home computer, and i was wondering if it is a good idea to install an antivirus, if it is...what should i use? should i use it to scan mails and files? can someone give me some hints? thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscri

Re: Mozilla 1.0 lost its menu! No context menu either ...

2003-03-27 Thread Santiago Hirschfeld
You should check for file permisions in /usr/lib/mozilla/chrome and see if that all .jar files are at least as -rw-r--r--. Let me know if it works. good luck On Thu, Mar 27, 2003 at 10:51:24AM -0600, Kent West wrote: > Michael Bona wrote: > >Hi, > >I am having a strange problem: Running Mozilla

fetchmail: removing stale lockfile

2003-03-07 Thread Santiago Hirschfeld
Im running fetchmail as a cron job, and sometimes (not always) i recive a mail from cron saying : "fetchmail: removing stale lockfile" i thinks is because of the fetchmail lock file ~/.fetchmail.pid is still created, but ... how can i fix this? thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTE

ntop win woody

2003-01-10 Thread Santiago del Roi
ed it from the Debian package list and it works, except that the stats are being reset every day.  I don't want this.  Is there any way to stop this behavior?  I've looked at my cron settings and I can't see anything that might be doing this.  Is there something I'm missing?     Santiago del Roi

pine-4.50

2002-11-24 Thread Santiago Vila
[ Please note that I'm not subscribed to this list ] Before more people ask about it: pine-4.50 is available in project/experimental. I will not upload it for unstable because IMHO it's not stable enough yet. Sorry. Please note that I'm subscribed to pine-announce and *don't* need [stupid] bug r

Identd

2002-01-20 Thread Santiago Canez
How should I be starting/using identd? It takes me like 15-20 seconds to connect to irc.openprojects.net (using Xchat), takes about the same tie to connect to my school's pop/imap server and ssh server...and once connected to irc.openprojects.net I get this message "AUTH :*** No identd (auth) respo

Re: Bug#122845: What happened to compose? - further information

2001-12-08 Thread Santiago Vila
On Sat, 8 Dec 2001, Matthias Klose wrote: > Joey Hess writes: > > Package: libreadline4 > > Version: 4.2a-2 > > > > Johann Spies wrote: > > > I have further information: Typing in vim the compose key works, but > > > not in bash. I can thus type ëê etc in vim, but not in bash. > > > > > > Any id

Re: procmail adding extra "From " header line

2001-11-19 Thread Santiago Vila
On Wed, 14 Nov 2001, Tres Hofmeister wrote: > I upgraded a potato box to woody recently. With the current > sendmail (8.12.1-2) and procmail (3.21.20011028.3.15.2-2), it looks > like the mail delivery agent (MDA) is sensible-mda, which seems to > use procmail as a first choice. > > Wh

Re: WHERE DID PINE SOURCE & DIFFS GO IN WOODY

2001-10-16 Thread Santiago Vila
Dean Roman wrote: > Where did the Pine source and diff .debs go in woody that were > part of the potato release? They were removed. There will be no more -src and -diff .deb's. > Are they planned for addition to the woody release or discontinued? In woody, pine is distributed in source-only form

Re: upgrading to sid

2001-08-07 Thread Santiago Canez
Sid does include KDE. (2.2 I think) SC Helmut Steinwender wrote: >I am currently running woody and am thinking of upgrading to sid. While >the main debian sites are a simple matter, I am not sure what to do for >instance with KDE, which only seems to have a potato source list. Is it >okay to mi

caching-only name server

2001-08-03 Thread Santiago Canez
Hi, I want to install a caching-only nameserver on my system. apt-get install bind Is this all that is needed? Will the default configuration from this installation suffice? Any other files that need to be edited? Thanks SC

Copying Linux to a new drive

2001-07-29 Thread Santiago del Roi
How does one copy a complete Linux install from one hard drive to another?  I've tried using the cp command with various parameters, but to no avail.  There seems to be lots of special files and directories (/proc for example) that cp can't handle.  Any suggestions?     ~

Upgrading to sid from potato using unofficial CD-ROM's

2001-07-14 Thread Santiago Fernandez
pace to copy every CD-ROM in it: Any ideas or experience upgrading to sid from CD-ROM? Thanks in advance. -- Santiago Fernandez Linux Registered User #164729

help me, g++ crash.

2001-05-25 Thread Ricardo Santiago Mozos
* g++ 2.95.2-13 * gcc 2.95.2-13 * libstdc++2.9 2.91.66-4 * libstdc++2.9 2.91.66-0slink * libstdc++2.8 2.90.29-2 Please Help me :) Thanks. --- Ricardo Santiago Mozos [EMAIL PROTECTED] ---

Re: About burning multisession CDs with gcombust/mkisofs [OT]

2001-03-14 Thread Santiago Fernandez
er was recommended by the manufacturer themselves. > I have a Yamaha 8824S burner, and Adaptec 2910C SCSI card. > Thanks in advance > > Calyth > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] &g

Re: sound in potato

2001-03-08 Thread Santiago Fernandez
bove to indicate what I've tried so far. > > John. > You're welcome. -- Santiago Fernandez Linux Registered User #164729

Re: Nuevo Usuario

2001-03-07 Thread Santiago Fernandez
Free E-mail from MSN Hotmail at http://www.hotmail.com. > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- Santiago Fernandez Linux Registered User #164729

Re: Using WindowMaker under Debian

2001-03-02 Thread Santiago Fernandez
On jue, 01 mar 2001, Carl Johnson wrote: > Santiago Fernandez <[EMAIL PROTECTED]> writes: > > > Hi, > > > > I have two questions about using WindowMaker and I haven't been able > > to find an answer. > > > > Firstly, when I run WindowMa

Using WindowMaker under Debian

2001-03-01 Thread Santiago Fernandez
the app. But it never creates a configuration file, so I can't change the defaults settings (if I use the 'Preferences' entry, the program is aborted with a "Segmentation fault" error). Could someone shed some light on these questions? Thanks in advance, Santi. -- S

I need a filter for Epson Stylus Color 400

2000-12-22 Thread Santiago Fernandez
I need printcap entries and a filter (maybe from magicfilter) for a Epson Sylus Color 400. Has anyone some experience configuring this printer? I've tried different possibilities without success. I've read README-StylusColor from magicfilter but it doesn't offer any help: I know I should buy anoth

Re: cd-burning

2000-12-14 Thread Santiago Fernandez
On lun, 11 dic 2000, S.Salman Ahmed wrote: > How does overburning work ? And how far can it be taken ie how much over > 700Mb can be burned ? Overburning is an old way of protecting a CD from being duplicated. Some companies burned more than 650Mb onto their CD-ROM's and the usual CD Rec

Re: Why non-free (was Re: unzip - again)

2000-12-01 Thread Santiago Vila
unzip license changed from potato to woody. That's why it is in non-free in potato and in non-US/main in woody. BTW: The version in woody (for i386) supports encryption and works ok under potato because it was compiled under potato (i.e. no need to use glibc-2.2).

Re: Where to find unzip?

2000-11-24 Thread Santiago Vila
On Thu, 23 Nov 2000, Håkan wrote: > I'm new to Debian. Before I have used the RHdist- however finally got > right dist. > However, where do I find the unzip command or package. I have installed > the zip packed but as written above whatabout unzip? In potato it's in non-free. In woody it's in non

Re: program to burn .cue/.bin files on CD-ROM?

2000-11-22 Thread Santiago Fernandez
Try cdrdao. It works. On mié, 22 nov 2000, Christian Hammers wrote: > Hello > > I got a couple of pdf files as a .cue and .bin file which are supposed to > be burn with the CDRWIN programm under windows. Does anybody know how I > can burn them under Linux? Or is this a proprietary format thats

Re: /etc/nologin

2000-10-17 Thread Santiago Vila
On Tue, 17 Oct 2000, Jaume Teixi wrote: > each system boot ereases /etc/nologin > > there's a way to solve this ? If you consider it a "problem" you can always modify the script that does it, namely /etc/init.d/rmnologin, it's a "conffile" so the change will be preserved in upgrades (unless you

Re: Citius Debian GNU/Linux 2.1

2000-09-25 Thread Santiago Fernandez
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [23-09-2000 03:58 PM +0200] > Soy un "novatillo" que he intentado instalar la distribución mencionada en > el apartado [asunto]. > > Todo marcha bien pero al llegar al intentar instalar alguno de los perfiles > por defecto (para evitar el "temido" dselect) n

Re: SmartList: problem subscribing

2000-09-22 Thread Santiago Vila
On Thu, 21 Sep 2000, Wade Parker wrote: > I'm using Debian 2.2, Exim 3.1, procmail 3.13.1 and SmartList. > > I've installed Smartlist using dselect. I can create a list. But I > cannot get anyone subscribed to the list or if I add an address > manually, Smartlist will not send out any messages

RE: German keys on console

2000-09-11 Thread Santiago Vila
On Sun, 10 Sep 2000, Christian Pernegger wrote: > That's got nothing to do with the keymap (which is fine.) > > Two things are important: > > 1) in /etc/inputrc set 'convert-meta off' must be uncommented >(it maybe by default in 2.2r1, it wasn't in tc3. The metakey > still works fine, BT

Re: Procmail

2000-08-29 Thread Santiago Vila
On Fri, 25 Aug 2000, Martin Breidung wrote: > procmail: Suspicious rcfile "/home/alois/.procmailrc" > procmail: Couldn't read "/home/alois/.procmailrc" I would check for permissions and ownerships of this file.

Re: *.deb files : installation

2000-07-03 Thread Santiago Vila
On Wed, 28 Jun 2000, S. Champ wrote: > is dselect the only way to install a *.deb file? No, you can always use dpkg by hand: dpkg -i whatever.deb

Re: watch dvi files

2000-05-08 Thread Santiago Vila Doncel
maths wrote: > without X11, how to watch dvi file? dvisvga (previously called "tmview").

Re: potato intallation failed

2000-05-04 Thread Santiago Vila Doncel
On Thu, 4 May 2000, David Karlin wrote: > I'm installing potato from floppies, and when I try to load the kernel > modules, I get: "modprobe: Can't open /target/etc/modules.conf" > and "Installation failed." Just switch to the second virtual console and do touch /target/etc/modules.conf This wi

Re: smartlist headers

2000-05-03 Thread Santiago Vila Doncel
On Tue, 2 May 2000, Dan Brosemer wrote: > On potato, smartlist adds "Resent-To:" headers which list all the people > subscribed to the list on every outbound message. > > Can this be removed? Yes, please read /usr/doc/smartlist/README.exim. > I tried with the following (and enabled RC_LOCAL_SUB

Re: /dev/null: permission denied - problem

2000-04-27 Thread Santiago Vila Doncel
On Sun, 23 Apr 2000, Stephan Hachinger wrote: > At least since I mixed my slink system with potato packages (glibc 2.1) a > couple of months before, I have a problem with /dev/null. Firstly, lprng > reported at startup: "setuplog: open /dev/null failed: permission denied" (I > "fixed" it by instal

Re: procmailproblems

2000-04-26 Thread Santiago Vila
On Tue, 25 Apr 2000, Mithrandir wrote: > I have some problems with procmail, it will not deliver the mail as wanted, > does anyone can help please?? as attachment there is my .procmailrc. > The user doesn't get any mails anymore :(( > The procmail is installed with sendmail and called through the

Re: Is apt-cdrom necessary ?

2000-04-24 Thread Santiago Vila Doncel
On Wed, 19 Apr 2000, Egbert Bouwman wrote: > Many months ago I learned somewhere that you have to use 'apt-cdrom' > in order to add CD's to your sources.list, and that worked. > But now Pann McCuaig sais he manually added a line for a CD > to sources.list: >deb file:/cdrom/debian stable main >

Re: How to build for Slink on a Woody system?

2000-04-24 Thread Santiago Vila Doncel
On Mon, 17 Apr 2000, Brian Boonstra wrote: > I'd like to compile some binaries capable of running on slink, but > my only available platform is woody. What is generally involved in doing > this? I've tried to search the mailing list archive, but the engine seems to > > be broken (mo

dhcpcd and remote NFS mounts

2000-03-22 Thread Santiago Vila
Hello. It is ok that the dhcpcd package does not create any symlink in /etc/rcS.d? I have a system running dhcp in which I'm trying to mount a remote filesystem by using /etc/fstab, but unfortunately remote mounts do not work because dhcpcd has not worked at that time yet. /etc/rcS.d/README says

Re: Which packages are new in potato

2000-02-02 Thread Santiago Vila Doncel
On Sun, 30 Jan 2000, Adrian Bunk wrote: > I'm looking for a list of all packages that are new (not only a newer > version) in potato compared to slink. Is something like that available > somewhere? Just take the Packages.gz file from slink and potato, make a list of the package names by doing som

Re: Potato inconsistency

1999-12-21 Thread Santiago Vila Doncel
On Mon, 20 Dec 1999, peter karlsson wrote: > Got this during today's apt-get dist-upgrade: > > Preparing to replace base-files 2.1.10 (using .../base-files_2.1.11_all.deb) > ...Unpacking replacement base-files ... > dpkg: error processing /var/cache/apt/archives/base-files_2.1.11_all.deb > (--un

Re: ISO-8859-15: setfont and default font

1999-12-10 Thread Santiago Vila Doncel
On Fri, 3 Dec 1999, J Horacio MG wrote: > Hi, > > I have defined iso-8859-15 charset in my $HOME/.bash_profile, and it > works as such if I set a proper font for it, eg.: > > # setfont lat9u-16.psf > > lat9u-16.psf is a font I copied into /usr/share/consolefonts/. I use > /etc/kbd/default.map

Re: Installation under /usr/local

1999-07-06 Thread Santiago Vila Doncel
On Mon, 5 Jul 1999, Paulo Henrique Baptista de Oliveira wrote: > Hi Debian users, > I installed Debian at my friend's lab and he wants to install > everything > in /usr under /usr/local to remote mount. > What is the safesty way to copy /usr to /usr/local? Why not just exp

  1   2   3   >