u can enter it and change some settings. Maybe
it has a builtin httpd? The Linksys firewall/router at work has one.
Maybe lpd on the printer isn't configured right? What type of URI are
you using from CUPS? Does it match what the printer is? (ie lpd vs.
ipp vs the other proprietary protcols)
-D
On Thu, Jun 07, 2001 at 10:09:10AM -0400, Rob Mahurin wrote:
| On Wed, Jun 06, 2001 at 10:48:45PM -0400, D-Man wrote:
| > On Wed, Jun 06, 2001 at 07:37:07PM -0400, Rob Mahurin wrote:
| > | Sorry for the non-linux question, but I haven't found an answer
| > | elsewhere.
| >
peon.study peon
| > 10.0.0.2bravo.study bravo
| > 10.0.0.3gow.study gow
|
| You can do this on the windows machine too; it goes in c:\windows\hosts.
| Same format.
That's nice.
-D
the version 5.6 package from stable, and was trying to build
6.0 (alpha version 'ai') from source (it worked on my win2k-cygwin box
at work).
-D
rors:0 dropped:0 overruns:0 frame:0
TX packets:3702 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:10
-D
), grabbed the data, strip out
the relevant stuff and dump it (with a little formatting) into a text
file.
| I was wondering if anyone knew of a program that would check the
| weather, and display a map w/ cold front's, rain, etc.
Not quite that advanced :-).
-D
ay,
just hoping) I definitely don't want to see grub go through some
nasty licensing wars. They're even worse than editor or language
wars!
-D
(. Some things, like gnumeric,
scroll just fine. gvim, however, is quite sluggish when scrolling. I
have access to a 'doze box with XWin32 so I tried gvim xhosted to the
'doze box and it behaved just fine.
Maybe X4 will work better...
-D
d grub to load the kernel from there and that
the root partition is on the SCSI disk.
Maybe someone else with more SCSI experience can provide better
information, or maybe the grub docs will tell
(http://www.gnu.org/software/grub).
HTH,
-D
table _exactly_ the way it was before, and
write that it might be fine -- the kernel will look at the partition
table, it will look to the disk (where the partition table says) and
find a valid filesystem.
This is untested, however.
-D
d you try it?
| so then I told him to get a D-Link DFE-530tx+, and what came was a
| 530tx+ Rev D2, which does not seem to be supported.
Yeah, a friend of mine has that (I don't know what revision). He uses
the 'rtl8139' module (now called '8139too'). The DE-530 is a NE20
On Sat, Jun 09, 2001 at 09:38:19PM -0500, Nathan E Norman wrote:
| On Sat, Jun 09, 2001 at 10:13:39PM -0400, D-Man wrote:
| > On Sat, Jun 09, 2001 at 09:54:44PM -0400, [EMAIL PROTECTED] wrote:
| > | hey guys,
| > |
| > | recently, i helped a friend put together a debian box, but i am
d of your display. It doesn't because that is the
desktop's job (GNOME or KDE) and not the window manager's job. This
design philosophy is one of the reasons it is quite lightweight.
-D
ams' section in the 'Control Center'
o slelect 'save changes' in the Log Out dialog
o click Foot->Settings->Save Current Session at any point to save the
settings at that point
HTH,
-D
thing you need, though
non-essential stuff is in modules rather than compiled in.
(Caveat: I haven't done any NFS work yet, 'yet' is the key word here )
-D
On Sun, Jun 10, 2001 at 10:16:14PM -0500, Hall Stevenson wrote:
| * D-Man ([EMAIL PROTECTED]) [010610 20:05]:
| >
| > I like sawfish (formerly called "sawmill") a lot, and it is
| > lightweight. There are some things that sawfish won't do, such as
| > set the background
rive was borrowed from another machine just for the
install on that box)
-D
exec.bat even though Win98 was rarely
booted anymore) and it worked great. Previosly lilo couldn't boot
linux from /dev/hdc.
HTH,
-D
, and
something else (maybe IRQ) because ISA PnP doesn't work very well so I
disabled it on the NIC).
HTH,
-D
t exactly normal to unplug and remove the
batteries to power down, I think it is perfectly safe to do so --
Debian has completely stopped running when it says "Power Down" on the
screen so it expects the power to be disconnected at any moment.
Adding "apm=on" to the end of the 'kernel' line in menu.lst if you use
grub, or whatever the equivalent in lilo is, should work if the mobo
is new enough to have apm (old 486s and maybe Pentiums didn't have
it).
-D
power switch once it says "Power down.".
-D
- simply
> add "apm=on" to the command line. With grub it looks like :
>
> ##
> # Entry 0:
> title Debian Potato (Linux 2.2.19)
> root(hd0,0)
> kernel /vmlinuz root=/dev/hda1 read-only apm=on
> # ^^
-D
x27;t trust 'root' you shouldn't be using the system ;-))
| Thank you guys for taking the time.
No problem.
-D
oot)
# cd /home
# chmod 711 *
# ls -ld *
and verify that the perms are :
drwx--x--x
The "execute" on directories means they can 'cd', but the lack of
'read" means they can't "ls". The execute is needed if they are
allowed to have personal web sites which are typically rooted at
~/public_html.
HTH,
-D
On Wed, Jun 13, 2001 at 11:23:36AM -0700, Dave Carrigan wrote:
| D-Man <[EMAIL PROTECTED]> writes:
|
| > Home dirs should have "711" as the permissions (owner
| > read-write-execute group and world execute only). I just checked on
| > my system (I am really the only user
| kernel /vmlinuz
|
| because it is a symlink? Also root (hd1,1) failed to work.
No, the symlink should be no problem.
(hd1,1) would fail on your system because that is /dev/hdb2 --
remember that grub uses 0-based indexing for everything.
-D
On Wed, Jun 13, 2001 at 03:17:52PM -0800, Ethan Benson wrote:
| On Wed, Jun 13, 2001 at 01:11:49PM -0400, D-Man wrote:
| > By "make my machine download things" do you mean that he logs in and
| > uses ftp or a web browser? If so, then he ought to be downloading the
| > stuf
On Thu, Jun 14, 2001 at 07:44:32AM -0500, Nathan E Norman wrote:
| On Wed, Jun 13, 2001 at 11:14:35PM -0400, D-Man wrote:
| > On Wed, Jun 13, 2001 at 03:17:52PM -0800, Ethan Benson wrote:
| > | On Wed, Jun 13, 2001 at 01:11:49PM -0400, D-Man wrote:
| > | > By "make my machine do
Hi All,
I'm running Potato-2.2.r3 with Bunks 2.4.x updates
installed. I also use lilo on this dual boot machine.
I have downloaded the 2.4.5-586 kernel-image and
tried to install with dpkg -i
kernel-image-2.4.5-586_2.4.5-1_i386.deb. This is what
I get:
You are attempting to install an init
On Thu, Jun 14, 2001 at 01:03:57PM -0500, Dave Sherohman wrote:
| On Thu, Jun 14, 2001 at 12:07:33PM -0400, D-Man wrote:
| > It seems natural to me that my home dir is my own private property.
| > Kind of like having your own room or a clubhouse as a kid, with a sign
| > "Keep Ou
Pedro,
If you go to System --> Gnome Control Panel you will
see screensaver. In there you can setup what you want
to do.
--- Pedro Zorzenon Neto <[EMAIL PROTECTED]> wrote:
> Please CC reply copies as I'm not a subscriber of
> this list.
>
> Hi,
>
>When I don't move the mouse or type for
the terminal when a user logs in.
HTH,
-D
nfig files too.
| 3) How do I get a list or an overview of all what I have installed on the
dpkg -l
HTH,
-D
On Fri, Jun 15, 2001 at 10:17:25AM -0500, Bryan Andersen wrote:
| A bug in IE6 beta would cause outlook express to blank out
| subject lines from text messages from non MS email clients.
LOL! Are you sure it is a 'bug' and not a 'feature'?
-D
s on the console)
Anybody
~~~
This file tells Debian (I don't know which part ;-)) which X server to
use. BTW, I still have 3.3.6 but I am upgrading to woody at the
moment.
-D
me and stable in others.
> I'd like to enable this power saving feature in
> text-terminals and in X11 and it sould be enabled to
> every user and even when no one is loged in.
> Any How-to or hints?
>
> Thanks,
> Pedro
>
> On Fri, Jun 15, 2001 at 06:58:47AM -0700,
st Page Mode or EDO) is ~$80 for a
32MB SIMM, unfortunately. There is a local store that deals with used
parts that has some old Pentiums (some with 32MB RAM) for $100 (case,
mobo, cpu, hd, NIC).
-D
Does anybody knows how to upgrade postgresql on Debian manually or by apt-get?
The debian security web site has only the old 7.2 version.
I tried to load it form other http sources but it can't find it.
I need upgrade it to version 7.4.
Does anybody have a init script that can run Postgresql 7.4 on
I am not sure if my understanding of (Open)ssh is
accurate so I am putting this to the list.
Here is the scenario and I want to know how safe my
sessions via ssh are?
On the server is OpenSSH 3.4p1 SSH protocols 1.5/2.0.
I generated a key for [EMAIL PROTECTED] and a password. So
logging in is $ssh
Hi
Theo,
Were you able to
resolve this problem about receiving email using Kmail...
I have exactly the
same problem. I'm using Debian-Woody.
Re: Kmail receiving problems
To: "Mark Roach" <[EMAIL PROTECTED]>
Subject: Re: Kmail receiving problems
From: [EMAIL PROTECTED]
Dat
Hi All,
I just did a dist-upgrade on my testing system. When I did the startx and my window
manager came up I found that I was in gnome 2.4 and Window Maker wasn't up and
running. After I did the startx it asks me some questions and I obviously chose the
wrong answers. When I went into root
--
- Original Message -
DATE: Tue, 30 Dec 2003 14:42:36
From: Gustavo Halperin <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc:
>Hello
> My mplayer like simple user can't open de audio device, only like root.
>With other aplications like xmms all is ok. Also have added a simple u
Hi!
I'm looking to have an all-in-one solution with my good ol' linux box
and was wondering if anybody had any pointers in the direction of my
externa voice modem answering and determining whether or not it's fax,
data, or voice and then handling the call appropriately.
I'd like to be able to
Hello! I want to install Debian from local network. I have a functional Debian
server (3.0 stable, kernel 2.4.21) with dhcp, tftp and nfs all working. The
client is configured to boot with netboot package, and in images director is
tftpboot.img (from Debian CD). The client boots, connects dhcp, get
Anthony Campbell wrote:
On 18 Feb 2004, Andreas Janssen wrote:
Hello
Anthony Campbell (<[EMAIL PROTECTED]>) wrote:
[sshd does not accept connections]
Thanks for this reply. I'm getting "connection refused" on port 22. I
don't know if this port is blocked, perhaps. (I had bastille in place
at on
cript produces a file named: alldb-`date +\%A`.sql
Any hint?
A little on the simple-minded side, but have you considered just not
using the variable? I have a cron job that does
12 4 * * 2 /some/script | mail -s "Info for `date +'\%B \%-d, \%Y'`" [EMAIL PROTECTED]
a
devfs here
#
none /devfs devfs defaults0 0
After this, I needed to do a few things:
sarge:~# mkdir /devfs
sarge:~# mount -a
sarge:~# apt-get -u dist-upgrade
This allowed the noflushd package to be completely configured, and started.
--
D. Frye
dafr AT
George Cristian Birzan wrote:
On Thu, Apr 22, 2004 at 01:00:56PM +0200, Daniel Altendorf wrote:
So I apt-get install'ed Gnome and xserver-xfree86 (xserver-common was
included) and then configured it. No problems with configuration, no
errors, nothing.
So I hammer "startx" into the keyboard an
--
- Original Message -
DATE: Thu, 6 May 2004 19:28:24
From: Greg Madden <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc:
>On Thursday 06 May 2004 10:22 am, D Hoyem wrote:
>> Hi All,
>> I have a dual boot system (Windows Millennium/Testing) on my HP
>
Respected Debian Book Authors,
When will you be going to publish Debian 11 Bullseye System Administrator's
Handbook? I cannot wait to buy it from Amazon. I really need it.
Please publish it as soon as possible.
Is there any website or video site from where I can learn to be a Complete
Debian 11
Respected Everyone,
I have installed Debian 11 Bullseye on my Laptop and found the following
video tutorial.
https://youtu.be/wsh64rjnRas
Does this video tutorial coalign with Debian 11 Bullseye System
Administration?
I really need the latest tutorial.
Thank you. Regards
Adrian
Respected IL Ka,
Thank you very much for your reply. I will right away buy Debian 10 System
Administration Handbook.
Regards
Adrian
On Fri, Apr 29, 2022 at 11:50 AM IL Ka wrote:
> Debian 10 handbook (https://debian-handbook.info/) still can be used to
> study Debian because lots of things are
Hello,
I am looking for a Linux distribution that is stable and have just
installed Debian 9 as a windows 7 replacement.
The first major issue I have come across is when I try to install an app
and I'm asked for the password no characters are entered when I type.
This also happens when I try t
es to be used in defense of liberty:
> soap, ballot, jury, and ammo. Please use in that order."
> -Ed Howdershelt (Author)
> If we desire respect for the law, we must first make the law respectable.
> - Louis D. Brandeis
> Genes Web page <http://geneslinuxbox.net:6309/gene>
&g
Thank you for your kind reply. I downloaded the driver from www.nvidia.com
for NVIDIA geforce GTX 678 video card driver.
It was a shell script with sh extension.
So until I blacklist nouveau completely from the Debian OS, Nvidia driver
won't install. As a result, I had to blacklist nouveau comple
cies takes care of nouveau blacklisting for you, among the other
>> things.
>>
>>
>> On 11/15/2018 08:13 PM, Tom D. wrote:
>>
>> Thank you for your kind reply. I downloaded the driver from
>> www.nvidia.com for NVIDIA geforce GTX 678 video card driver.
>&
On Wed, 09 Nov 2022 13:28:46 +0100
hw wrote:
> On Tue, 2022-11-08 at 09:52 +0100, DdB wrote:
> > Am 08.11.2022 um 05:31 schrieb hw:
> > > > That's only one point.
> > > What are the others?
> > >
> > > > And it's not really some valid one, I think, as
> > > > you do typically not run int
On Wed, 21 Mar 2007, Justin Hartman wrote:
Soma thanks for your input - by removing bind and playing with
resolv.conf it is apparent that this file was causing certain issues.
I have now installed resolvconf and after rebooting resolvconf
configured only one line in resolv.conf file as follows:
On Wed, 21 Mar 2007, Justin Hartman wrote:
On 3/21/07, Jeff D <[EMAIL PROTECTED]> wrote:
so with a clean bind install you still are not able to do lookups?
Correct. Clean install
what does host google.com 127.0.0.1 give you?
$ host google.com 127.0.0.1
;; connection timed o
On Wed, 21 Mar 2007, Michael Pobega wrote:
Also, I forgot to ask. Would it be safe to remove networking from
/etc/init.d, and just switch to using ifupdown?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
you might also want
On Wed, 21 Mar 2007, Justin Hartman wrote:
On 3/21/07, Jeff D <[EMAIL PROTECTED]> wrote:
so with a clean bind install you still are not able to do lookups?
Correct. Clean install
what does host google.com 127.0.0.1 give you?
$ host google.com 127.0.0.1
;; connection timed o
On Wed, 21 Mar 2007, [EMAIL PROTECTED] wrote:
Greetings;
Before I do the Windows thing of a complete reinwtall of
the system for the fourth time, can anybody tell me how to
do this?
There is something wrong and the xserver won't come up.
All it says is "I cannot start the X server" and some o
On Thu, 22 Mar 2007, Justin Hartman wrote:
On 3/22/07, Jeff D <[EMAIL PROTECTED]> wrote:
Just out of curiosity, are you seeing any errors in your logs when you do
these look ups or when the server starts?
Where exactly would I find the right log files to see this info?
--
Regards
On Thu, 22 Mar 2007, Justin Hartman wrote:
Correction - /var/log/daemon.log does show an error relating to bind:
Mar 22 06:16:46 justinhartman lwresd[2413]: starting BIND 9.3.4
Mar 22 06:16:46 justinhartman lwresd[2413]: found 1 CPU, using 1 worker
Mar 22 06:16:46 justinhartman lwresd[2413]: n
On Thu, 22 Mar 2007, Richard Harb (debian) wrote:
Hello list,
I have a server running bind that is master for 'domain.local'.
When I try to use a FQDN from within an application on my debian
etch 'desktop machine' (e.g. in a browser: http://host.domain.local/) it
does not resolve / ask the DNS
On Fri, 23 Mar 2007, Freddy Freeloader wrote:
Roberto C. Sánchez wrote:
On Fri, Mar 23, 2007 at 09:53:57AM -0700, Freddy Freeloader wrote:
Not my choice. I'm setting this up for someone else who has hard-coded
sendmail into his apps and is afraid that using exim4 instead of sendmail
will
On Fri, 23 Mar 2007, Jim Hyslop wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi, gang
I suspect I know the answer to this, but I'm going to ask anyway :-)
When I ssh into my Debian box from my laptop, sometimes I step away from
the laptop, and when I come back it's gone into standby.
On Sun, 25 Mar 2007, Charles Blair wrote:
I thought I had installed maxima sucessfully from the
etch (testing) distribution, but typing "maxima" from an xterm gave:
error while loading shared libraries:
libgmp.so.3: cannot open shared object file: No such file or directory
Can this be fixe
On Fri, 29 Jun 2007, David Ondzes wrote:
/etc/apt# find . | xargs grep proxy_server
Did not find "proxy_server" in any of the files below /etc/apt
On 6/29/07, Pol Hallen <[EMAIL PROTECTED]> wrote:
> Hello All. I installed my debian while behind a web proxy and now
> I want to run it with a
On Tue, 3 Jul 2007, Tshepang Lekhonkhobe wrote:
On 7/3/07, Thomas Jollans <[EMAIL PROTECTED]> wrote:
On Tuesday 03 July 2007, Tshepang Lekhonkhobe wrote:
> On 7/3/07, Vincent Lefevre <[EMAIL PROTECTED]> wrote:
> > On 2007-07-03 13:40:47 +0200, Tshepang Lekhonkhobe wrote:
> > > Me have been stru
On Thu, 5 Jul 2007, Zoho Vignochi wrote:
Hello,
There was a thread back in Feb:
http://lists.debian.org/debian-user/2007/02/msg00129.html regrading a
total system freeze while copying files. I have the same problem. Cannot
ssh in, no response at all from the keyboard and I must reboot via the
p
On Sat, 7 Jul 2007, andy wrote:
Dear each
Iceweasel is telling me that I have a missing plugin, the JRE, which I need
for a course. I have downloaded jre-6u1-linux-i586.bin (which is the
appropriate plug-in), but:
(i) is this the best thing to be using on a Lenny/Sid system and
(ii) if so, h
On Sat, 7 Jul 2007, andy wrote:
Jeff D wrote:
On Sat, 7 Jul 2007, andy wrote:
Dear each
Iceweasel is telling me that I have a missing plugin, the JRE, which I
need for a course. I have downloaded jre-6u1-linux-i586.bin (which is the
appropriate plug-in), but:
(i) is this the best thing
On Sat, 7 Jul 2007, andy wrote:
Jeff D wrote:
On Sat, 7 Jul 2007, andy wrote:
Jeff D wrote:
On Sat, 7 Jul 2007, andy wrote:
Dear each
Iceweasel is telling me that I have a missing plugin, the JRE, which I
need for a course. I have downloaded jre-6u1-linux-i586.bin (which is
the
On Sat, 7 Jul 2007, andy wrote:
Jeff D wrote:
On Sat, 7 Jul 2007, andy wrote:
Jeff D wrote:
On Sat, 7 Jul 2007, andy wrote:
Jeff D wrote:
On Sat, 7 Jul 2007, andy wrote:
Dear each
Iceweasel is telling me that I have a missing plugin, the JRE, which I
need for a course. I have
On Sat, 7 Jul 2007, andy wrote:
Jeff D wrote:
On Sat, 7 Jul 2007, andy wrote:
Jeff D wrote:
On Sat, 7 Jul 2007, andy wrote:
Jeff D wrote:
On Sat, 7 Jul 2007, andy wrote:
Jeff D wrote:
On Sat, 7 Jul 2007, andy wrote:
Dear each
Iceweasel is telling me that I have a missing plugin
On Sun, 8 Jul 2007, ArcticFox wrote:
On Jul 8, 2007, at 2:36 PM, ArcticFox wrote:
On Jul 8, 2007, at 2:29 PM, Roberto C. Sánchez wrote:
On Sun, Jul 08, 2007 at 02:16:36PM -0500, ArcticFox wrote:
Let me know if I should send this to the Apache people.
Here's the deal, I have three domains
On Tue, 10 Jul 2007 [EMAIL PROTECTED] wrote:
Hi.
It seems, Debian Etch AMD64 installer is blind to CDROM on Q965 Intel
chipset. On SATA I have only one HDD and I have CDROM as primary
driver on PATA.
What can I do?
In your bios, try setting the SATA to compatability mode indstead of AHCI
-+-
On Fri, 13 Jul 2007, Adrian Klaver wrote:
I have been trying to download the netinst image. The problem is that the
cdimage.debian.org site cannot be found. Any help would be appreciated.
Thanks,
--
Adrian Klaver
[EMAIL PROTECTED]
I would check your DNS settings, I was just able to browse t
On Sun, 15 Jul 2007, koffiejunkie wrote:
Alan Ianson wrote:
On Sun July 15 2007 07:53, koffiejunkie wrote:
I checked after booting off the disc - it was 2.6.18
I used the businesscard iso, maybe there is a difference.
I'll give that a try, thanks.
for what its worth, i just grabbed bot
On Sun, 15 Jul 2007, BartlebyScrivener wrote:
On Jul 15, 3:00 pm, William Pursell <[EMAIL PROTECTED]> wrote:
You might consider the -C (or -B or -A) options to grep.
Yes, I've played with these, too. The problem in large text files
with wrapped paragraphs, each "line" can be quite long, so e
On Sun, 15 Jul 2007, koffiejunkie wrote:
Jeff D wrote:
On Sun, 15 Jul 2007, koffiejunkie wrote:
Alan Ianson wrote:
On Sun July 15 2007 07:53, koffiejunkie wrote:
I checked after booting off the disc - it was 2.6.18
I used the businesscard iso, maybe there is a difference.
I'll
On Thu, 26 Jul 2007, PETER EASTHOPE wrote:
Folk,
I can use a little help to understand the following output
from nmap.
As far as I can discern, IOD = Initial Object Descriptor
and EID = Endpoint Identifier. So does this show that
the UDP packet is getting past IOD #1? What about
IOD #2?
Wha
On Fri, 27 Jul 2007, Magnus Pedersen wrote:
Douglas Allan Tutty wrote:
On Fri, Jul 27, 2007 at 10:38:46PM +0200, Magnus Pedersen wrote:
>
What is the timestamp of the file? What were you doing then?
The file is from the 24th of this month, where the computer was off, so
that is no help, un
On Fri, 27 Jul 2007, Rick Pasotto wrote:
I have been happily using apache1.3 and php5 but a reboot caused things
to stop working.
I now have apache2 and libapache2-mod-php5 installed but apache is not
serving php documents. It serves html just fine. The php5.conf and
php5.load modules are enabl
On Sat, 28 Jul 2007, Rick Pasotto wrote:
On Fri, Jul 27, 2007 at 09:12:28PM -0700, Jeff D wrote:
On Fri, 27 Jul 2007, Rick Pasotto wrote:
I have been happily using apache1.3 and php5 but a reboot caused things
to stop working.
I now have apache2 and libapache2-mod-php5 installed but apache
On Sat, 28 Jul 2007, Rick Pasotto wrote:
On Fri, Jul 27, 2007 at 09:12:28PM -0700, Jeff D wrote:
On Fri, 27 Jul 2007, Rick Pasotto wrote:
I have been happily using apache1.3 and php5 but a reboot caused things
to stop working.
I now have apache2 and libapache2-mod-php5 installed but apache
On Sat, 28 Jul 2007, Rick Pasotto wrote:
On Fri, Jul 27, 2007 at 09:32:19PM -0700, Jeff D wrote:
On Sat, 28 Jul 2007, Rick Pasotto wrote:
On Fri, Jul 27, 2007 at 09:12:28PM -0700, Jeff D wrote:
On Fri, 27 Jul 2007, Rick Pasotto wrote:
I have been happily using apache1.3 and php5 but a
Sorry in advance for the long post, but I'm trying to provide any
information that might be helpful for diagnosing the problem.
The following is on an existing installation that has worked fine for some
time now. I recently discovered that my DVD+-R/W drive will not even
mount data discs, sho
On Sat, 28 Jul 2007, Tim Hull wrote:
ISTM, though, that you are missing the point of Stable.
http://www.debian.org/doc/FAQ/ch-getting.en.html#s-updatestable
No new functionality is added to the stable release. Once
a Debian version is released and tagged `stable' it will
only get
On Sat, 28 Jul 2007, Tyler Smith wrote:
Hi,
rkhunter has turned up a new warning for me:
Found warnings:
[16:37:42] Checking for packet capturing applications... Warning
[16:37:43] Warning! Process /bin/login (3888) listening
[16:37:43] Warning! Process /bin/login (3888) listening
[16:37:43]
On Sat, 28 Jul 2007, Douglas Allan Tutty wrote:
On Sat, Jul 28, 2007 at 01:01:48PM -0700, D. Kettler wrote:
Sorry in advance for the long post, but I'm trying to provide any
information that might be helpful for diagnosing the problem.
The following is on an existing installation tha
On Sat, 28 Jul 2007, Tyler Smith wrote:
On 2007-07-28, Jeff D <[EMAIL PROTECTED]> wrote:
[16:37:43] Warning! Process /bin/login (3888) listening
Normally /bin/login shouldn't be listening. A couple things you could do
to see if it is listneing is:
lsof -i -n | grep LISTEN
He
I checked dmesg and noticed several:
Buffer I/O error on device hdb, logical block
errors. Again, hdb is the drive in question. Does anyone know what
these errors mean?
Also, the output of hdparm:
gosroth:~# hdparm /dev/hdb
/dev/hdb:
IO_support= 1 (32-bit)
unmaskirq = 1 (on)
l with a little bit of scripting there's ncftpget and ncftpbatch.
ncftp covers point 1 pretty well from my testing. for 2, ncftpbatch does
this almost, you create your que and it processes it, just in the order
you submit them though. If/when the process gets terminated, a simple
ncftpbatch
I had similar problems recently, but I don't know if it is the same
as what you have. I finally tracked it down to udftools causing the
problem, so I just do a '/etc/init.d/udftools stop'. That works for
default CD/DVD work, but I have to re-enable it for DVD+RW/CD-RW. If
you don't have udftoo
On Sat, 29 Jul 2007, Tyler Smith wrote:
On 2007-07-28, Jeff D <[EMAIL PROTECTED]> wrote:
also, what version of debian are you running? Is this machine behind a
firewall or do you have a firewall running on it? You may also
I'm running Lenny on a laptop, usually connected
On Sun, 29 Jul 2007, Tyler Smith wrote:
Hi,
I'm working through the security quick start how to, and I'm not clear
on what services are required and which ones I can safely remove. I'm
running a single laptop, which I connect to the net via wireless at
home or at cafes, and via an ethernet cabl
On Sun, 29 Jul 2007, Tyler Smith wrote:
Hi,
I'm working through the security quick start how to, and I'm not clear
on what services are required and which ones I can safely remove. I'm
running a single laptop, which I connect to the net via wireless at
home or at cafes, and via an ethernet cabl
On Sun, 29 Jul 2007, Tyler Smith wrote:
On 2007-07-29, Mathias Brodala <[EMAIL PROTECTED]> wrote:
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--enig6620D8D79CB50A9B1AFF7AB2
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Hi Douglas
901 - 1000 of 4175 matches
Mail list logo