On Sun, Feb 7, 2010 at 11:25 AM, Adam Hardy wrote:
> a...@isengard:~$ nslookup www.trade2win.com - 194.74.65.68
> Server: 194.74.65.68
> Address: 194.74.65.68#53
>
> ** server can't find www.trade2win.com: NXDOMAIN
I ran about 8 queries for www.trade2win.com against 194.74.65.68
wi
On Fri, Feb 5, 2010 at 5:16 PM, Adam Hardy wrote:
> It is running dnsmasq. It's a gateway and firewall with two NICs, one for
> the net and one for the LAN.
My assistance at this point will be rather limited, as I've never used
dnsmasq and I don't have a means to set it up and test it now.
> I
On Fri, Feb 5, 2010 at 12:42 AM, Mart Frauenlob
wrote:
> tar ... 2> "$filename"
> mapfile array1 < "$filename"
>
> (don't know actually why '-u 2' option for mapfile does not complete for
> me? would make it a 'one-liner'.)
>
> on bash4.0+
This is a great example as well. The only problem is ba
On Sun, Jan 31, 2010 at 4:27 AM, Adam Hardy wrote:
> and finally my resolv.conf (rewritten by dhcp.client when picking up IP
> address from the DSL modem):
>
> a...@isengard:~$ cat /etc/resolv.conf
> domain localdomain
> search localdomain
> nameserver 127.0.0.1
> nameserver 194.74.65.68
Your res
On Fri, Feb 5, 2010 at 10:10 AM, Chris Jackson
wrote:
> Use $() like you do with the date command. You have to redirect stderr back
> to stdout, which means running it in a subshell:
>
>
> FILES=$( ( tar -zcvf - * --exclude-from $EXCLUDES | openssl des3 -salt -k
> $1 | dd of=$(hostname)-$(date +
On Fri, Feb 5, 2010 at 7:44 AM, bruno wrote:
> because it's a simplier way to get the list into a variable
Can you please explain how it's simpler. The method I suggested
certainly isn't as easy, but the method I suggested merely showed a
detailed example. Others here are coming up with 1 or 2
On Fri, Feb 5, 2010 at 12:39 AM, bruno wrote:
> Why not simply use the t option for content listing :
>
> tar tvf * --exclude-from $EXCLUDES
He's already creating the archive with -v. Why process the archive a
2nd time just to get a listing when it comes from stdout the 1st time?
--
To UNSUB
On Thu, Feb 4, 2010 at 2:09 PM, Dotan Cohen wrote:
> I'm scripting a backup solution, the line that does the business looks
> like this:
>
> tar -zcvf - * --exclude-from $EXCLUDES | openssl des3 -salt -k $1 |
> dd of=$(hostname)-$(date +%Y%m%d).tbz
>
> Because of the "v" flag tar writes to stdou
On Wed, Jan 6, 2010 at 4:29 PM, green wrote:
> Okay, I was assuming recursion because I have a ~/public_html and symlinks
> from
> it to other files scattered in my $HOME and so a "chmod 700 $HOME" would just
> break stuff. Otherwise, just changing $HOME permissions is an excellent
> solution.
On Wed, Jan 6, 2010 at 2:40 PM, green wrote:
> But he probably doesn't want all his files marked as executable.
"chmod 700 $HOME" will change only the home directory permissions,
which excludes all files that are currently present.
it...@testbox:~> ls -ld $HOME
drwx-- 19 itsme users 4096 200
On Wed, Jan 6, 2010 at 1:30 PM, green wrote:
> For files that already exist, I would use
> u=rwX,g=rX,o=
> I do not know how that translates to the number.
> Note that will leave execution bits on non-directory files that already
> have
> them for some user.
>
> I use umask 0027 so that new file
On Wed, Jan 6, 2010 at 1:16 PM, Dotan Cohen wrote:
> What are good permissions to use for one's home directory so that
> other users on the system could not read or otherwise access my files?
> Is 700 too paranoid? Should it be 755 like I see so many times? Will I
> have problems with 750?
>
If
hadi motamedi wrote:
Dear All
Can you please do me favor and let me know how can I add a command to
my Debian server ? Please be informed that I found on the web that if
I can find the new command rpm package , then I can try to add it as
the followings :
#rpm -i ./package.i386.rpm
It seems t
easy to use. I offered a wiki solution, but I was given
the hint that they're looking for something even easier to use.
--
Ken Teague
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
You may be able to get Puppet to do this for you.
http://reductivelabs.com/trac/puppet/wiki/Recipes/FilePermissionCheck
- Ken
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Is there a way to create a local Debian mirror from ISO images (such as the
DVD images from i386 and amd64)?
Sthu Deus wrote:
Good day.
I have noticed that for some users in /etc/passwd the shell environment
is set as bash and for some as sh. This has led me to the following
questions:
. Why is it so, meaning what is the meaning of it?
. Do I give more insecure environment to a user setting for him sh
Dotan Cohen wrote:
Thank you, Ken, I am aware of that list and subscribe to it. That list
is great for Microsoft bashing, discussing animal-themed backgrounds
twice a year, and bikesheding. Technical issues are understood by a
overwhelmed and outvoiced minority there. Which is quite why I posted
jida...@jidanni.org wrote:
How do the pros keep up with the latest kernel?
Download source and use make-kpkg.
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Dotan Cohen wrote:
... why does this smell like Ubuntu?
It is an Ubuntu system. Which to me is Debian that installs on this
terrible ATI laptop.
https://lists.ubuntu.com/
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact lis
Dotan Cohen wrote:
Offending key in /home/hardy1/.ssh/known_hosts:28
RSA host key for 192.168.0.100 has changed and you have requested
strict checking.
Your invalid host key is on line #28. Edit said file in vi and :28 to
jump to that line. Hit dd to remove the line then :wq. Make a backup
Dotan Cohen wrote:
rm -f /home/hardy1/.ssh/known_hosts
I have too many important ones in there to do that.
... or
ssh -o ChallengeResponseAuthentication u...@host
... why does this smell like Ubuntu?
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsu
Dotan Cohen wrote:
rm -f /home/hardy1/.ssh/known_hosts
I have too many important ones in there to do that.
mv /home/user/.ssh/known_hosts /home/user/.ssh/known_hosts.bak
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact list
David Baron wrote:
I just got a notification that "debian-user" just joined plaxo. (Since debian-
user is in my address book, we can now connect, share photos, etc .:-)
)
Why would we want to do such a thing?
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject
Daniel Burrows wrote:
My experience has also been that attempting to bottom-post in a
corporate environment confuses people because they can't find your
reply.
That's when the sender needs to trim out what doesn't need to be there.
It's not necessary to quote the entire previous e-mail.
Sander Marechal wrote:
Actually, top posting makes some sense in a corporate environment. There
is no mailinglist or archive to see the entire discussion there. Suppose
you are discussing something with a coworker over e-mail. With top
posting every reply carries the entire thread. Want to involv
Mag Gam wrote:
For instance, country/2005/01/01/foo.txt
...
For instance, grep "something" country/2005/??/01/foo.txt
It gives an instant result. Thats how we are using it and we love it.
I would suspect it's two-fold.
1. Your data is already separated and well organized down to
country
Jimmy Johnson wrote:
You need to use IMAP and use the folder "All Mail" to see both sent and
received mail.
This works. Having to go into All Mail to view only what I want to see
from this list in a threaded fashion is odd and non-standard. I feel
violated!
--
To UNSUBSCRIBE, email to de
Ron Johnson wrote:
Wouldn't that only be relevant to the Web Interface?
I forgot to mention that I'm seeing this issue while using Thunderterd
connecting to Gmail via IMAP.
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact li
Ever since I've switched to using Gmail (setup as my outbound SMTP
server as well), I don't see my replies to this list. When I subscribed
to this list, I did so with my @pobox.com alias. When I switched to
Gmail, I updated my pobox.com account to forward e-mail to my Gmail
account. What gives?
David Baron wrote:
No, not a big gamer but newer kde needs opengl. I remember the wierd artifacts
in that old Mac64 with my own compiled dri stuff and my son's complaining
about that card. The nvidia was great in comparison
Artifacts are no good. Of the two cards you mentioned, I think you
w
Vadim Kolchev wrote:
Got a slight problem with vlc - just installed it and it doesn't play
videos - when I open avi file there is only audio from it and no
picture. Why is it so?
In my experience, this has normally been a codec issue. However, read
Tim's reply and check your video output set
David Baron wrote:
1. Which is better (I assume the matrox but am willing to learn otherwise) ?
Allegedly, Matrox cards has had great support under X for quite some
time. I guess the real answer to this will be dependent upon what type
of stuff you do on your PC. I'm going to go out on a li
Andrew M.A. Cater wrote:
Am I the only one who can't resolve Planet Debian today?
Inaccessible via http from San Jose, California as well.
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Glenn English said the following on 2/3/2009 3:35 PM:
> I'm trying to look at the cache of my nameserver, and it keeps saying:
>
>> Feb 3 15:54:03 log named[20519]: received control channel command 'dumpdb'
>> Feb 3 15:54:03 log named[20519]: could not open dump file 'named_dump.db':
>> permiss
Glenn English said the following on 2/3/2009 3:35 PM:
> I'm trying to look at the cache of my nameserver, and it keeps saying:
>
>> Feb 3 15:54:03 log named[20519]: received control channel command 'dumpdb'
>> Feb 3 15:54:03 log named[20519]: could not open dump file 'named_dump.db':
>> permiss
s. keeling wrote:
> xserver-xorg postinst warning: overwriting possibly-customised
> configuration
Your xorg.conf has been customized and dpkg-reconfigure doesn't want you
to lose those options when it attempts to reconfigure Xorg. Back it up
by moving it:
$ mv /etc/X11/xorg.conf /etc/X11/x
On Wed, Jan 14, 2009 at 09:35:37PM -0800, Mike Bird wrote:
> On Thu January 15 2009 13:28:19 Rod James Bio wrote:
> > I was wondering if anyone had tried to configure a single linux dhcp
> > server to give IP to different network. We have multiple networks here
> > in our area and I am thinking of
David Jardine wrote:
> If that's not a complete load of rubbish, quality will be improved
> by longer release cycles.
Makes sense to me. I also found this in a very old post to this list
which points out a lot of pros and cons::
On Sat, 22 Sep 2007 00:36:15 +0530, Masatran, R. Deepak wrote:
>
Carl Fink wrote:
> Just jumping in on one small point.
>
> Doesn't actually make much sense, if you think about it. If the packages
> are updated by Debian developers, surely that would help Debian to its next
> release, too? Anyway, IIRC someone posted to this list last year that a
> great numb
Barclay, Daniel wrote:
>
> Ken Teague wrote:
> How much change (new features, re-implementations, new packages); how much
> work.
This is because Debian is a packaged-based distribution and there are
litterally thousands of packages that change with bug fixes, new
features and so on
Tim Frink wrote:
> I'd like to use the vncserver session on two different machines
> with different display resolutions. So, I've started vncserver
> on a machine with 1024x768 and got could get the correctly scaled
> desktop via vncviewer.
>
> When I restore the session wit vncviewer on another
Boyd Stephen Smith Jr. wrote:
> then move your ~/.mozilla somewhere else, and reboot?
Mitch,
I'm not sure if you were catching this as humor or not, but just to be
on the safe side... you're saying that you've moved ~/.mozilla (to
another name) *and* you've rebooted and this problem persists?
-
Boyd Stephen Smith Jr. wrote:
> See, I just think you guys should stop using bad clients. ;) Kmail replies
> to the list (and only to the list) by default. (Which, actually, appears to
> be a violation on the relevant standards. :P)
Is Kmail available for Win32? I'm at work on my laptop and
Christoph Anton Mitterer wrote:
> Which is the default/designated way in Debian to set up iptables rules
> on system boot?
I would put them in an init.d script.
> I mean the /etc/init.d scripts is long gone... ;)
Which script(s) are you referring to? I had to create my own.
- Ken
--
To UNS
On Sat Jan 3 14:20 , Kamaraju S Kusumanchi sent:
> I think the maintainer is just trying to find the cause of the memory build
> up. He is trying to narrow down the problem. He is not suggesting shifting
> stable users to experimental as a long term solution. Conside for example,
> another user rea
lostson wrote:
> All the other games I have installed play perfectly fine. Other games
> I have installed are Alien Arena, Nexuiz, OpenArena and Unreal
> Tournament 99.
I'm not familiar with these games, so I'm not sure if they use OpenGL or
if they take advantage of DRI. Check
http://wiki.debian
Douglas A. Tutty wrote:
> Well, there are already many memory-related bugs. See esp 452706. The
> complainer was running out with more than 1 GB of memory. The suggested
> action was to try FF3 in experimental.
Ouch. That has to be the poorest answer I've ever seen from a Debian
developer...
Douglas A. Tutty wrote:
> The only add-ons I have are from debian packages. Even without addons I
> get memory leaks.
Report the bug. These things don't get fixed until they're addressed.
- Ken
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe
Koh Choon Lin wrote:
> I run Icecat with no addon but this problem persists ~ 500 MiB for
> browsing web forums after 30 mins. Switching to other browsers helps
> to reduce my system load.
That most likely is a memory leak with the application. You should
submit a bug report on it.
- Ken
--
T
Koh Choon Lin wrote:
>> Now, when I quit Firefox/Iceweasel and restart it (with the entire
>> session restored), I find that it takes significantly less memory.
>> Probable memory leaks?
>
> Even this link by one poster suggests users to restart the browser
> periodically via session restore.
>
>
agou wrote:
> I am running the latest stable Debian, and my shell is ksh. On all other
> UNIXes I am used to getting a message along the line of "No such file
> ..." from the shell when I issue an unknown command, whether I use ksh
> or bash; on this system it doesn't happen. No message, just a
Slim Joe wrote:
> Besides the name, what's the difference between ext4dev and ext4?
>
> I'm curious because I'm planning to format a 1TB disk as ext4. It
> appears that the e2fs tools already have support for ext4 (with and
> without -"dev"). The problem is the latest Debian Linux image
> (2.6.26.
Barclay, Daniel wrote:
> Why do so many defenses of Debian's release cycle length seem to ignore or
> skirt the issue of _how_ _much_ is planned to be in each release? (Saying
> "when it's right" still depends on what "it" is--which set of features/
> changes are involved.)
How much of what? If
John Culleton wrote:
> I want to install Linux permanently on this box, which requres
> repartitioning. Currently there are two partitions, one for Vista and
> one for backup of Vista. I need suggestions for partitioning software
> that will allow me to reduce the size of the Vista partition to
What is this "update" ISO image I see in the cd-image archives? For
example, on http://mirrors.kernel.org/debian-cd/4.0_r6/i386/iso-dvd/ I
see debian-update-4.0r6-i386-DVD-1.iso. What are these update ISO
images used for? Thanks in advance.
- Ken
--
To UNSUBSCRIBE, email to debian-user-requ.
Since Blu-ray burners and media has come down in price (burners are as
low as $150 and media is down to $8 for 25GB media and $13 for 50GB
(dual layer) media), would it be possible for the Debian folks to create
the ISOs to also make a Blu-ray ISO available with the most popular
architectures? (e.g
bytes of SAREA 0xf8b66000 at 0xb7fa6000
(II) RADEON(0): [drm] Closed DRM master.
Sorry if this answer is incorrect as my medication is kicking in and I'm
feeling quite tired, but maybe this line is the clue:
(II) RADEON(0): [agp] You may want to make sure the agpgart kernel
module is loaded b
not hopeful but what else to do?
> Doug.
Robert,
Also don't forget to check your spam list to ensure it the automatic e-mail
reply to be removed didn't end up in there.
- Ken Teague
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
is still valid.
It pertains to all modern day drives (PATA, SATA, SCSI, etc.).
However, I'm not quite sure I agree with the last paragraph in the
I've provided. It may lead to the same type of failure Henrique
described. Please correct me if I'm wrong.
- Ken Teague
--
On Sun Nov 2 20:23 , [EMAIL PROTECTED] sent:
> When I install the MadWifi drivers 'Lenny' behaves very well. On
> Ubuntu the WiFi light goes off just before the login screen
> effectively turning the card off.
I believe this would be better suited for the Ubuntu mailing lists.
- Ken
--
To UNSU
Florian Kulzer wrote:
> You could put this into ~/.bashrc (or ~/.bash_aliases):
>
> alias acusession='source
> /usr/local/bin/acusim/LINUX64/V1.7e/script/.acusim-sh'
>
> Then you can use "acusession" as a convenient abbreviation to source the
> configuration script and prepare the present bash s
Steven Maddox (Cyorxamp) wrote:
> Hi,
>
> I originally posted about installing Gnome (and X) on a base setup to
> avoid the entire 'Gnome Experience' inclusive of the web browser I don't
> use, mail/news client I don't use, the 17 games I won't play, etc...
> I've totally screwed my system tryin
Florian Kulzer wrote:
> [ snip: the config file sets and exports LD_LIBRARY_PATH and other
> environmental variables. ]
>
> Have you put the command to source this config file into .bashrc or
> another startup file?
Yes, I had it in .bashrc and, after removing it, magic began happening
and thi
Florian Kulzer wrote:
>> >> libz.so.1, of course, is a symlink to the actual library. For my
>> >> Debian Lenny box, it points to libz.so.1.2.3.3 and for acusim, it
>> >> points to libz.so.1.2.3.
> >
> > This does not explain what you are doing at the moment. Do you have a
> > symlink that you cha
Thanks, Florian, for your help.
Florian Kulzer wrote:
That does not tell you which library is used in the end. I would run
ldd /usr/X11R6/bin/epiphany-browser | grep libz
host:~# ldd /usr/X11R6/bin/epiphany-browser |grep libz
libz.so.1 => /usr/local/bin/acusim/LINUX64/V1.7e/base/lib/lib
Debian Lenny
I have a commercial application called acuSim under /usr/local/bin/acusim. It
also installed libz.so.1.2.3 under
/usr/local/bin/acusim/LINUX64/V1.7e/base/lib. This library is causing major
problems on my box. For example, if I try to start Iceweasel, it segfaults.
gnome-sessio
Online NoScript Meds Delivered to you
Simply go here to start:
http://jghrop.jokshelf.com/?76326787
Ci~ali.s $2.88 per item
VI_A~GR.A$2.67 per item
Ge.ne:ric VI_A~GR.A $1.26 per item
Va|i'um. at $2.25 per item
version of bzip before bzip2. If I find
a binary (I have binary Debian CDs back to 0.93) I won't be able to run it
because libraries aren't that backward compatible.
If I find the sources for the earlier version of bzip, shouldn't I be able
to compile and run it?
David Teague
I use L
AIL PROTECTED]
or you could search the archives at their web site,
http://www.abisource.com/
Hope this helps
David Teague
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
ing the
state maintaining looping, sequencing, assignment, and binding of
functions and data to identifiers to Scheme. I believe these and I/O are
the only imperative features of scheme, and (less certain) believe they
are the only imperative features of lisp.
David Teague
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
ion
parameter, but you can't return a function from a function in either
language. Consquently you cannot do any of the nice self extensions that
having functions as first class citizens provides. C and Pascal do not
have continuations. I've not done anything with continuations yet, so I
linux?
Wouldn't these need drivers of some sort to work?
There are USB -> Parallel converters too. I wonder if anyone has any
experience with these under Linux.
David Teague
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Thu, 28 Nov 2002, Paul Johnson wrote:
> Date: Thu, 28 Nov 2002 01:11:31 -0800
> From: Paul Johnson <[EMAIL PROTECTED]>
> To: Debian User List <[EMAIL PROTECTED]>
> Subject: Re: apt-sources and apt-preferences
>
> On Thu, Nov 28, 2002 at 02:45:48AM -0500, Travis Crump wrote:
> > Just out of curi
his
> something I need to program for myself?
Richard
The man page for cp gives a -i option for cp that prompts before
overwriting.
David Teague
Debian user and advocate
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
f it can be decreased, and if I can help, please
let me know.
Thanks to the guys who do the hard work that I cannot.
David Teague
who depends on this list for support of Debian Distribution.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Subscription/Unsubscription paragraph you will find a link to these web
pages for subscribing or unsubscribing. click the maling lists you want
off of then give it the email address where you get the list or lists, and
submit.
David Teague
On Sun, 4 Aug 2002, Greg Ray wrote:
> Date: Sun, 4 Aug 2002
ginal source or Sid's source and compile?
Any words of encouragement or advice?
David Teague
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
trying to eliminate from you email the large amount of
traffic from this list.
David Teague
On Thu, 10 Oct 2002, Kurt Meyers wrote:
> Date: Thu, 10 Oct 2002 11:06:19 -0400
> From: Kurt Meyers <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Unsu
Nigerians being arrested in South Africa for involvement in wire
fraud in connection with the Nigerian e-mail scam.
I will forward it to anyone who asks by email to [EMAIL PROTECTED]
David Teague
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
n to updating my gnome to gnome2 and
its dependencies?
Thanks,
David Teague
[EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
e manufacturers have programs for low-level formatting. I have
not tried them.
I wish you luck.
David Teague
On Thu, 3 Oct 2002, Alex Polite wrote:
> Date: Thu, 3 Oct 2002 14:04:13 +0200
> From: Alex Polite <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [OT] Faulty h
On Sat, 21 Sep 2002, Bill Morgan wrote:
> Date: Sat, 21 Sep 2002 09:41:25 -0500
> From: Bill Morgan <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: apt-get upgrade holding back packages
> Resent-Date: Sat, 21 Sep 2002 09:41:16 -0500 (CDT)
> Resent-From: [EMAIL PROTECTED]
>
> On 9/21/0
hould have, feel free to
flame, or just say so.
David Teague
=
dpkg --audit
gives no output
dpkg -l
I believe the output from this tells me the packages that are "kept
back" are "on hold"
Here is output fro
; Resent-From: [EMAIL PROTECTED]
>
> On Thu, Sep 12, 2002 at 03:07:59PM -0400, David Teague wrote:
> > elentari:~# apt-get dist-upgrade || apt-get -f install
> > Reading Package Lists... Error!
> > E: Read error - read (5 Input/output error)
> > E: The package lists or
--r--1 root root 1369161 Sep 12 13:42 status
-rw-r--r--1 root root 1366219 Sep 12 13:42 status-old
drwxr-xr-x2 root root 1024 Sep 12 13:43 updates
Any advice based on this?
David Teague
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of &
documents, the help files, the man pages with zero
results. I have asked on the list and got some answers that appear to have
got me some place, but NOT FIXED.
Now will someone PLEASE help me? I have asked before about this before.
David Teague
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a
This is the error I got from the second time I attempted to issue the
command.
This is supposed to be -- well, if not easy, then easier than other OS
upgrade. Doesn't seem to be. Somebody help me, please?
David Teague
***
Full error m
thing that
might kill mailing list messages?
David Teague
On Sun, 8 Sep 2002, Matthew Claridge wrote:
> Date: Sun, 08 Sep 2002 07:26:56 +0100
> From: Matthew Claridge <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Printing problemshelp???
> Resent-Date: Sun,
bit) for Support, and
click mailing lists under that. You will find a link to a page
that contains an unsubscription form, through which you can
with reasonable certainty, unsubscribe yourself.
If this fails, then send mail to [EMAIL PROTECTED]
This seems to work well.
Luck to you
David Teague
Manual reading to do there.
David Teague
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
2002 11:41:33 -0400 (EDT)
> David Teague <[EMAIL PROTECTED]> wrote:
>
> > (/var/lib/apt/lists/http.us.debian.org_debian_dists_stable_main_binary-
> > i386_Pack ages) - stat (2 No such file or directory)
> (snip)
> > This is the sources.list that was used to update
someone on this list.
What do I do to fix this?
Thanks
David Teague
Please CC: [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Back in June, Dan Jacobson asked about the shell offered during boot of a
2.4.xx K 7 shell. (Mine is K6, but message and behavior is the same here.)
I never saw a response for this, and while his message is archived, there
is no response archived.
I would like to know what the shell is for? Do
nto X, but it seems to essentially be Debian with
their proprietary user interface.
They claim to contribute to open source software, but I wish they would
GPL the stuff they have layered onto Debian.
David Teague
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "u
download. I do not have the URL. Use a search engine such
as Google.
If I can help you further, please write to me off line.
David Teague
On Fri, 28 Jun 2002, faisal gillani wrote:
> Date: Fri, 28 Jun 2002 18:17:14 -0700 (PDT)
> From: faisal gillani <[EMAIL PROTECTED]>
>
e be some indication somewhere that the command set
for standalone is different from what you get in Emacs? (Or is it?)
David Teague
Debian support is timely, accurate, and free.
Thanks folks.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
paid about $100 for this stuff. I would like to use them. I hope some
one can tell me how to use these with Linux. My wife would be overjoyed
to be able to use them with here Windows box.
Can anyone help?
David Teague
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of
oes anyone know whether Dale updated this
Debian book?
It still might be useful to a newbie if anyone
sitll has it.
There is a web site (and I'll have to ask someone
for the URL) that is dedecated to the Newbie and
their questions.
David Teague
On Thu, 13 Jun 2002, Jamin W. Collins
Internet connection sharing on Win 98, huh? I had
networking running between a linux box, a win 98 box,
and a wind 98 box that talks to my ISP.
I installed internet connection sharing, and the network
disappeared from my network neighborhood on the windows 98
machine that is connected to the I
1 - 100 of 432 matches
Mail list logo