|
|||||||||||
|
debian-user-digest Digest V2007 #2567
From: <debian-user-digest-request(at)lists.debian.org>
Date: Fri Oct 05 2007 - 23:04:34 EDT
debian-user-digest Digest Volume 2007 : Issue 2567 Today's Topics: how to find out IP address used by r [ Serena Cantor
Date: Fri, 5 Oct 2007 13:56:35 -0700 (PDT)
From: Serena Cantor <qipaishi2006@yahoo.com>
To: debian-user@lists.debian.org
Message-ID: <123284.20659.qm@web35710.mail.mud.yahoo.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I have 2 PCs that are connected to wireless router, which is connected to a cable modem. The two PCs form a private network. I want to know the IP used by Interne= t user to access one of PCs. =20 _________________________________________________________________________= Building a website is a piece of cake. Yahoo! Small Business gives you al= l the tools to get online. http://smallbusiness.yahoo.com/webhosting=20
Date: Fri, 5 Oct 2007 21:09:03 +0000 (UTC)
From: Felix Karpfen <felixk@webone.com.au>
To: debian-user@lists.debian.org
Message-ID: On Tue, 02 Oct 2007 14:40:54 +0100, Chris Davies wrote: > Felix Karpfen <felixk@webone.com.au> wrote: >> The problem is similar because Debian Etch (kernel 2.6.18) is looking >> for the firmware file in the wrong directory. [...] >=20 > Why should the kernel be looking for a firmware file to send to the > scanner? Are you /sure/ this is a kernel issue?
I do not believe that it is a kernel issue; I just mentioned the kernel t=
o
I suspect it is due to some of the major rationalisations there were introduced in Etch and have not yet been taken onboard by EPSON/EPKOWA in its supplied plugins. > Can you post the exact set of messages relating to this, please? The error message - when iscan cannot find the scanner - reads: /usr/share/iscan/esfw54.bin/esfw54.bin : Not a directory This error message is valid. "esfw54.bin" is not a directory but a file and it is located in "/usr/share/iscan/" (I have placed copies in a few other places - just in case the alternatives locations can be found more easily by "iscan"). Felix
--=20
Date: Fri, 5 Oct 2007 22:11:20 +0100
On Friday 05 October 2007 21:56, Serena Cantor wrote:
> > The two PCs form a private network. I want to know the IP used by Internet > user to access one of PCs. > > > > you all the tools to get online. http://smallbusiness.yahoo.com/webhosting Just enter http://www.ipchicken.com/ in a browser.
Date: Fri, 5 Oct 2007 21:12:03 +0000 (UTC)
From: Sean Zimmermann <svz90@pipeline.com>
To: debian-user@lists.debian.org
Message-ID: Hello. I have been using the 2.6.18-4-powerpc kernel on my system for a while now because, when the 2.6.21 kernel came out, it introduced a few bugs that significantly diminished the performance of the system. I wanted to see if the newer 2.6.21 still has this problem of if it has been repaired. I opened aptitude and installed linux-image-2.6-powerpc, which also installed linux-image-2.6.21-2-powerpc. The packages were apparently installed successfully, but when I rebooted, it booted into the old kernel. I looked at the /boot directory, and none of the links had changed. Here's the output from when I reconfigured the kernel packages:
Running depmod.
Why is it not updating the links - I had a version of 2.6.21, but I removed it a long time ago. Is there a way to get dpkg to realize that it does need to modify the symbolic links?
Thank you for any help,
Date: Fri, 05 Oct 2007 14:18:39 -0700
Message-ID: <4706AA2F.1010502@waysoft.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit If you have the ability to store and run a CGI script remotely, run something like this...
#!/usr/bin/perl
print "Content-type: text/html\n\n"; print "my ip: $myip exit; Jeff
Serena Cantor wrote:
Date: Fri, 5 Oct 2007 16:27:57 -0500 (CDT) From: Jude DaShiell <jdashiel@shellworld.net> To: debian-user <debian-user@lists.debian.org> Subject: Re: How to detect whether your machine is compromised? Message-ID: <Pine.BSF.4.64.0710051624260.26081@freire2.furyyjbeyq.arg> Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Use a debian rescue disk and use the find command on that rescue disk to locate directories without printable names. The ugu tips site recently featured a tip to rename these directories so they become printable. Don't trust the find or aqny other utility on a hard drive when doing this kind of searching only removeable media that can't be overwritten.
Date: Fri, 5 Oct 2007 22:42:25 +0000 (UTC)
From: Alexis Huxley <ahuxley@gmx.net>
I would like to configure some packages "the Debian way", but non-interactively, I used debconf-set-selections to set the settings I wanted. Then I used debconf-get-selections to verify that the setting had been correctly registered. Finally I ran dpkg-reconfigure in non-interactive mode on the packages expecting that the just-set settings would be applied, but in all cases I get the previous setting being applied, i.e. as if I had not run debconf-set-selections at all. Am I missing some step here? Here's an example: nidi# echo -e "tzdata tzdata/Areas select Europe\ntzdata tzdata/Zones/Europe select London" | debconf-set-selections nidi# debconf-get-selections | grep tzdata tzdata tzdata/Zones/Australia select tzdata tzdata/Zones/Asia select tzdata tzdata/Zones/Etc select UTC tzdata tzdata/Zones/SystemV select tzdata tzdata/Zones/Africa select tzdata tzdata/Zones/America select tzdata tzdata/Zones/Arctic select tzdata tzdata/Zones/Pacific select tzdata tzdata/Areas select Europe tzdata tzdata/Zones/Antarctica select tzdata tzdata/Zones/Atlantic select tzdata tzdata/Zones/Europe select London tzdata tzdata/Zones/Indian select nidi# It now looks like the setting I want, but when I reconfigure: nidi# dpkg-reconfigure -f noninteractive tzdata
Current default timezone: 'Etc/UTC'
nidi# I poked around in the postinstall script of the packages I tried (tzdata and locales) and I think that the script puts the actual setting in effect (e.g. as defined by /etc/timezone or /etc/locale.gen depending on the package) at a *higher* priority than the value in the debconf database. I can understand this: if someone does things in the traditional edit-the-config-files way, then that setting is not reset by using dpkg-reconfigure etc. But nevertheless, it should be possible to have dpkg-reconfigure apply the setting I've seeded its db with? Is there nothing like dpkg-reconfigure --settings-in-debconf-db-get-higher-priority-than-values-found-in-the-field ? Any advice appreciated! Alexis
Date: Sat, 06 Oct 2007 01:22:11 +0200
Message-ID: <4706C723.2040202@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit
Serena Cantor ha scritto:
If you need to do it in a script, you might prefer something along the lines of: wget -O - http://whatismyip.org/ 2>/dev/null
Cheers,
-- A tautology is a thing which is tautological. -- Time flies like an arrow. Fruit flies like a banana. Date: Sat, 06 Oct 2007 05:36:10 +0530 From: Raj Kiran Grandhi <grajkiran@gmail.com> To: debian-user <debian-user@lists.debian.org> Subject: Re: How to detect whether your machine is compromised? Message-ID: <4706D172.9010909@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, Thanks to everyone for contributing several tips. I am looking forward to a highly educating weekend :) Here is a summary of packages that were suggested in the various replies: aide: Advanced Intrusion Detection Environment - static binary bastille: Security hardening tool chkrootkit: Checks for signs of rootkits on the local system denyhosts: an utility to help sys admins thwart ssh hackers fail2ban: bans IPs that cause multiple authentication errors harden: Makes your system hardened iftop: displays bandwidth usage information on an network interface iptraf: Interactive Colorful IP LAN Monitor logcheck: mails anomalies in the system logfiles to the administrator ntop: display network usage in top-like format rkhunter: rootkit, backdoor, sniffer and exploit scanner tiger: Report system security vulnerabilities tripwire: file and directory integrity checker Thanks Raj Kiran
Date: Fri, 5 Oct 2007 16:52:52 -0700 (PDT)
From: Serena Cantor <qipaishi2006@yahoo.com>
To: debian-user@lists.debian.org
Subject: (solved)Re: how to find out IP address used by router?
Message-ID: <754045.60361.qm@web35709.mail.mud.yahoo.com>
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Thanks to all those who reply!
--- Steven Jan Springl <steven@springl.ukfsn.org> wrote:
Date: Fri, 05 Oct 2007 20:12:01 -0400
From: Frank McCormick <fmccormick@videotron.ca>
To: biebl@debian.org
Cc: "debian-user@lists.debian.org" <debian-user@lists.debian.org>
Subject: Re: console-setup package
Message-id: <20071005201201.4cb7aa57.fmccormick@videotron.ca>
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Fri, 05 Oct 2007 18:17:18 +0200
Michael Biebl <biebl@debian.org> wrote:
Date: Sat, 06 Oct 2007 06:20:08 +0530
From: Raj Kiran Grandhi <grajkiran@gmail.com>
To: "Thomas H. George" <lists@tomgeorge.info>
Cc: debian-user@lists.debian.org
Subject: Re: Math Package to Solve Linear Equations?
Message-ID: <4706DBC0.4060909@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Thomas H. George wrote:
Date: Fri, 05 Oct 2007 20:45:45 -0400 From: "Thomas H. George" <lists@tomgeorge.info> To: debian-user@lists.debian.org Subject: Math Package to Solve Linear Equations? Message-id: <4706DAB9.2040304@tomgeorge.info> Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit I'm feeling stupid. I used to have a math package which inverted matrices to solve systems of linear equations - i.e. enter the matrix and the y values and the program inverts the matrix and reports the x values. I know how to do it manually but it is laborious for large matrices. Perhaps Openoffice.calc/solver does this but it is not clear to me how to enter data for solver to do this. apt-cache search matrix |grep inversion doesn't turn up anything. Would someone please beat me over the head and point me to a simple package to do this job? Tom George
Date: Sat, 6 Oct 2007 02:46:00 +0200
From: =?iso-8859-1?Q?=D3lafur_Jens_Sigur=F0sson?= <ojsbug@gmail.com>
To: debian-user@lists.debian.org
Subject: Re: postscript viewer that can "measure" distances?
Message-ID: <20071006004600.GA5801@localhost.localdomain>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
On Fri, Oct 05, 2007 at 02:23:19PM +0200, Johannes Wiedersich wrote:
Date: Fri, 05 Oct 2007 19:50:18 -0500
From: cothrige <cothrige@bellsouth.net>
To: debian-user@lists.debian.org
Cc:
Subject: Re: Finding installed dependencies?
Message-ID: <87y7ehkqwl.fsf@celephais.home.net>
Content-Type: text/plain; charset=us-ascii
Kevin Mark <kevin.mark@verizon.net> writes:
Date: Fri, 05 Oct 2007 19:52:35 -0500
From: cothrige <cothrige@bellsouth.net>
To: debian-user@lists.debian.org
Subject: Re: Finding installed dependencies?
Message-ID: <87tzp5kqss.fsf@celephais.home.net>
Content-Type: text/plain; charset=us-ascii
Ralph Katz <ralph.katz@rcn.com> writes:
Date: Fri, 05 Oct 2007 17:49:55 -0700
From: Tyler MacDonald <tyler@yi.org>
To: "Thomas H. George" <lists@tomgeorge.info>
Cc: debian-user@lists.debian.org
Subject: Re: Math Package to Solve Linear Equations?
Message-id: <20071006004955.GA19214@yi.org>
Content-type: text/plain; charset=us-ascii
Content-disposition: inline
Date: Fri, 05 Oct 2007 20:15:58 -0500
From: Ron Johnson <ron.l.johnson@cox.net>
To: debian-user@lists.debian.org
Subject: Re: how to find out IP address used by router?
Message-ID: <4706E1CE.7040408@cox.net>
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 10/05/07 15:56, Serena Cantor wrote:
Date: Fri, 05 Oct 2007 21:45:11 -0400
From: Kamaraju S Kusumanchi <kamaraju@bluebottle.com>
To: debian-user@lists.debian.org
Subject: Re: Math Package to Solve Linear Equations?
Message-ID: <fe6op1$vsh$1@sea.gmane.org>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7Bit
Thomas H. George wrote:
Date: Fri, 05 Oct 2007 22:05:45 -0400
From: Miles Fidelman <mfidelman@meetinghouse.net>
To: debian-user@lists.debian.org
Cc: debian-user@lists.debian.org
Subject: Re: Math Package to Solve Linear Equations?
Message-ID: <4706ED79.8020107@meetinghouse.net>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Kamaraju S Kusumanchi wrote:
Date: Fri, 05 Oct 2007 22:21:35 -0400 From: Tom Ashley <tomashleyjr@gmail.com> To: Debian User List <debian-user@lists.debian.org> Subject: Xsane does not recognize scanner Message-Id: <1191637295.8805.13.camel@localhost> Content-Type: text/plain Content-Transfer-Encoding: 7bit I'm running Debian Etch (uname: 2.6.18-5-686 #1 SMP Wed Sep 26 17:54:59 UTC 2007 i686 GNU/Linux) on a Pentium 4 desktop. My scanner is a USB connected Epson Perfection 1260. It worked perfectly under Mandriva Linux; however, Xsane under Debian shows no devices available. lshw recognizes the scanner but shows the usb as unclaimed: *-usb:0 description: USB Controller product: VT82xxxxx UHCI USB 1.1 Controller vendor: VIA Technologies, Inc. physical id: 10 bus info: pci@00:10.0 version: 80 width: 32 bits clock: 33MHz capabilities: uhci bus_master cap_list configuration: driver=uhci_hcd latency=32 resources: ioport:d400-d41f irq:11 *-usbhost product: UHCI Host Controller vendor: Linux 2.6.18-5-686 uhci_hcd physical id: 1 bus info: usb@1 logical name: usb1 version: 2.06 capabilities: usb-1.10 configuration: driver=hub maxpower=0mA slots=2 speed=12.0MB/s *-usb UNCLAIMED description: Generic USB device product: EPSON Scanner vendor: EPSON physical id: 1 bus info: usb@1:1 version: 1.00 capabilities: usb-1.10 configuration: maxpower=2mA speed=12.0MB/s lsusb also lists the scanner: tomshome:/var/log# lsusb Bus 004 Device 001: ID 0000:0000 Bus 003 Device 001: ID 0000:0000 Bus 002 Device 001: ID 0000:0000 Bus 001 Device 003: ID 04b8:011d Seiko Epson Corp. Perfection 1260 Photo Bus 001 Device 001: ID 0000:0000 syslog does not mention the scanner. I have not been able to find the answer through google or the Debian User list archives and will appreciate any help you can provide. Thanks much, Tom Ashley End of debian-user-digest Digest V2007 Issue #2567 ************************************************** Received on Fri Oct 5 23:04:48 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 07:55:46 EDT |
||||||||||
|
|||||||||||