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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
>
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
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
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
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
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
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
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
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
--
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
-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
-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
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
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
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
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
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
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
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
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
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
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
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-
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
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
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-
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
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
#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]
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
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
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
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
[ 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
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
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
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
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
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
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
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?
~
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
* 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]
---
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
bove to indicate what I've tried so far.
>
> John.
>
You're welcome.
--
Santiago Fernandez Linux Registered User #164729
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
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
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 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
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
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).
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
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
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
* [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
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
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
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.
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
maths wrote:
> without X11, how to watch dvi file?
dvisvga (previously called "tmview").
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
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
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
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
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
>
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
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
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
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
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
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 - 100 of 283 matches
Mail list logo