Re: Oracle10g on debian/sid

2004-05-25 Thread Nick Willson
On 2004-05-26 12:38, Wasily wrote:
> Thanks NIck,and for Developer Suit 10g,is there any instruction,It seems 
> only Jdeveloper can work normally.

Not that I know of.

-- 
Nick


signature.asc
Description: Digital signature


Re: Oracle10g on debian/sid

2004-05-24 Thread Nick Willson
On 2004-05-24 23:22, Wasily wrote:
> Dear all:
> Did anyone successfully install Oracle10g and Oracle Developer Suit 10g 
> on debian/sid?

For the database, yes, there are good instructions here:
http://www.togaware.com/linux/survivor/Oracle_10g.shtml 

-- 
Nick


signature.asc
Description: Digital signature


Re: running script from cdrom fails

2003-11-25 Thread Nick Willson
On 2003-11-21 15:58, Micha Feigin wrote:
> When I try to run shell scripts from cdrom I get the following message:
> bash: ./INSTALLDOCS.SH: /bin/sh: bad interpreter: Permission denied
> I got this with several bash scripts and in fact, I don't remmember one
> that did work. Any idea?

It could be the cdrom is mounted without the exec option.  Something
like this in your /etc/fstab:

/dev/hdc  /cdromiso9660 unhide,user,noauto,exec 0   0

-- 
Nick


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Debconf trouble

2003-11-19 Thread Nick Willson
Trouble when upgrading sid, suggestions welcome on how to fix.

blackbird:~# aptitude dist-upgrade
Reading Package Lists... Done
Building Dependency Tree   
Reading extended state information... Done
The following packages will be upgraded:
  console-common 
1 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/38.3kB of archives. After unpacking 0B will be used.
Do you want to continue? [Y/n/?] 
Writing extended state information... Done
Use of uninitialized value in exists at
/usr/share/perl5/Debconf/DbDriver/Cache.pm line 29, <> line 1.
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs
shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
Preconfiguring packages ...
debconf: warning: possible database corruption. Will attempt to repair
by adding back missing question console-common.
debconf: warning: possible database corruption. Will attempt to repair
by adding back missing question console-data.
Use of uninitialized value in exists at
/usr/share/perl5/Debconf/Template.pm line 66,  line 3.
Use of uninitialized value in exists at
/usr/share/perl5/Debconf/DbDriver/Cache.pm line 29,  line 3.
Use of uninitialized value in exists at
/usr/share/perl5/Debconf/Template.pm line 66,  line 3.
Use of uninitialized value in exists at
/usr/share/perl5/Debconf/DbDriver/Cache.pm line 29,  line 3.
Can't call method "choices" on an undefined value at
/usr/share/perl5/Debconf/Question.pm line 85,  line 3.
(Reading database ... 87461 files and directories currently installed.)
Preparing to replace console-common 0.7.32 (using
.../console-common_0.7.33_all.deb) ...
Use of uninitialized value in exists at
/usr/share/perl5/Debconf/DbDriver/Cache.pm line 29.
[another 150 lines snipped]
-- 
Nick


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



db2 DARI

2003-10-05 Thread Nick Willson
Can't create a stored procedure in db2 7.2 on Debian 3.0.  Anyone know
how to fix?  Thanks.

At the command line:
   db2 => CREATE PROCEDURE [snip]
   DB21034E The command was processed as an SQL statement because it was
   not a valid Command Line Processor command.  During SQL processing it
   returned:
   SQL1131N DARI (Stored Procedure) process has been terminated abnormally.
   SQLSTATE=38503


In syslog:
   A DARI process terminated abnormally.
   This may have been caused by a programming
   error in the DARI procedure. 
   A stack trace-backfollows.
   DB2 (db2inst1.000) : db2dari (1179) (0x400) 2003-10-05-16.50.31.413938
  signal #11 encountered, stack traceback follows: 
Context Information:   sigcontext_struct (88 bytes):
bfffe238 bfffe2b8 40a32f96 407dbc8c 404aa119 0 b9bc
bfffe434
40b01228 bfffe600 409066b0 b bfffe238 bfffe2b8 b 0
1 c 409f9580 80606b0 400 409b90be 
Register Information: eax = b;ebx = 40b01228;ecx =
409066b0;
   edx = bfffe600; ebp = b9bc;esp = bfffe434;
   edi = 404aa119;esi = 0;  ds = bc8c; es = 2f96;
fs = e2b8; gs = e238; eip = b; cs = 0; ss = 9580;
eflags = 1; 
Stack Trace: 
 dladdr of address 0xb failed, dlerror = "(null)" 
 Local symbol from file "/lib/libc.so.6" cannot be found 
 dladdr of address 0x8060b10 failed, dlerror = "(null)" 
*** End stack traceback *** 
-- 
Nick


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: mutt tips

2003-09-09 Thread Nick Willson
On 2003-09-09 13:23, Alex Malinovich wrote:

> 2) Is there any way to have mutt pass options to emacs when invoking
> my EDITOR? I'd like to automatically be in mail-mode with auto-fill
> enabled whenever emacs is called from mutt. (if anyone has suggestions
> for better modes to use, please do tell me) Is there a way of having
> mutt tell this to emacs?

This works for me - 

In .muttrc:

   set editor="emacs -nw --no-init-file --load ~nick/.emacs-mail +7:0"

In .emacs-mail:

   ( setq
 auto-mode-alist
 ( cons '("/tmp/mutt.*$" . post-mode) auto-mode-alist )
   )
   (add-hook 'mail-mode-hook 'turn-on-auto-fill)


-- 
Nick


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: PGP key retrieval in mutt

2003-05-27 Thread Nick Willson
On 2003-05-27 14:47, Nicolas Kratz wrote:
> Well, it only retrieves unknown keys. Which usually means a slight delay
> while processing a new key, if the key is known, processing is instant.
> 
> If you only want to download selected keys, your best bet is to do it
> manually, unless someone comes up with a clever mutt macro that extracts
> the key ID and feeds it to gpg.

OK.  I think the manual method is what I will do, e.g. for security
announcements.

> HTH,
> Nick

It did, thank you for the reply.

-- 
Nick


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Emacs and shell display

2003-02-19 Thread Nick Willson
On 2003-02-19 21:56, [EMAIL PROTECTED] wrote:
> > On Wednesday, February 19, 2003 12:30, [EMAIL PROTECTED] wrote:
> >> When I run a shell in emacs  shell
> >>
> >> I get this garbled output...
> >>
> >>  [mbfurry@EULER:~$ lss
> >
> > If this only occurred for ls, I'd suggest telling us what "lss" is an
> > alias for, however control characters (as shown by the box character)
> > are even appearing in your prompt.
> 
> lss was a typo in my part.
> 
> > The control characters look like they're trying to color the prompt and
> > file names.  This sort of colorization only works in some extended
> > terminals such as xterm-color and rxvt.
> 
> My .profile uses colorized  options.
> 
[...]
> 
> So I guess to use emacs shell capabiliteis I should not use colorized
> commands???
> 

Sorry if you have discussed this already, but adding this

(ansi-color-for-comint-mode-on)

to your .emacs might fix it.

-- 
Nick


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Using multiple keys with ssh-agent

2003-02-17 Thread Nick Willson
On 2003-02-16 23:49, Bill Moseley wrote:
> On Mon, 17 Feb 2003, Nick Hastings wrote:
> 
> > Maybe I'm missing something but surely it would be easier to just have
> > the one key and then just run
> > 
> > ssh remote pine -i
> 
> I could only get that to work with X11 Forwarding and X applications.  I
> can't get console apps to work that way:
> 
> Can't access terminal or input is not a terminal. Redirection of
> standard input is not allowed. For example "pine < file" doesn't work.
> 

Perhaps the -t switch would help there, i.e. "ssh -t remote pine -i"?

-- 
Nick


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: How widely is Debian used for production?

2000-09-25 Thread Nick Willson
> On Fri, Sep 22, 2000 at 09:08:10PM -0700, Nick Willson wrote:
> > 
> > I am seeking help identifying installations that use Debian in production.  
> > Specifically, for database servers, and ideally for web sites that read 
> > from 
> > and write to a database.
> > 
[snip]
> 
> one example i can vouch for:
> 
> http://www.dontUthink.com/ uses mysql *and* postgresql on potato (2.2) debian.
> 
> 

Thanks.  A list of the sites identified so far, nearly all from replies on 
debian-user, is here:

http://www.nickwillson.com/cgi-bin/get.pl?page=DebProd

Thanks for all the replies.

-- 
Nick



Re: How widely is Debian used for production?

2000-09-23 Thread Nick Willson
> On Sat, Sep 23, 2000 at 01:20:16AM -0500 or thereabouts, Kent West wrote:
> > > Potato, so far just for development.  Naturally, I think Debian, as the 
> > > 'Universal Operating System', would be a good choice for eventual 
> > > production 
> > > use also, but there is some reluctance in the company.  If you know of 
> > > installations or web sites that are using Debian in production, please 
> > > let me 
> > > know (or if you think Debian is *not* a good choice).
> 
> why is there a hesitance (if i may ask)?
> 

It's unease at the prospect of being pioneers, so being able to say, 'look all 
these other sites are running Debian in production' should convince them that 
they will not be pioneering.  They come from a mostly Windows and Sun 
background, but are still reasonable people  ;-)

> running a database or web server is not a matter of linux distro.
> it all depends on the web/sys admin. IMHO.
> 
> 

Yes, I agree.  Thanks, and thanks also for the other replies that have been 
coming in.  I'll post a summary in a couple of days.

> 
> -- 
> 
> Who's watching the watchmen?
> 
> ICQ: 15096825
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 




How widely is Debian used for production?

2000-09-22 Thread Nick Willson

I am seeking help identifying installations that use Debian in production.  
Specifically, for database servers, and ideally for web sites that read from 
and write to a database.

To give some background, I've given some spare time help to a small company 
setting up a web site, helping them to install and use an Oracle database on 
Potato, so far just for development.  Naturally, I think Debian, as the 
'Universal Operating System', would be a good choice for eventual production 
use also, but there is some reluctance in the company.  If you know of 
installations or web sites that are using Debian in production, please let me 
know (or if you think Debian is *not* a good choice).

Thanks
-- 
Nick



Re: Ethernet trouble

2000-09-11 Thread Nick Willson
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> A long time ago, in a galaxy far, far way, someone said...
> 
> > 
> > Seeking help using a network card in a PC.  The card is a Linksys Etherfast 
> > 10/100 LAN card.
> 
> Do you know what revision (ie v1 vs v2 vs v3 vs v4) of card this is?
> 
> [...]

It had "4.1" printed on the chip (I don't have access to the machine any 
more).  My own PC has the same model of card, working fine, and the cardboard 
box it came in has "V2.0" printed on it.  It seems like a card version upgrade 
can break the driver?

[snip]

> 
> The entire problem is that the card is not supported by the tulip driver
> 2.2.x kernel series :( It is, however, directly supported by the
> 2.4.0-testx/2.4.x series of kernels.
> 
> It's a long story as to why the driver is so far out of date.
> 
> You can get an updated driver from
> http://www.scyld.com/network/tulip.html.  I've never been able to get
> these drivers (off the scyld web pages) to work for me, but it's been a
> while since I've tried.
> 

Thanks, I got some code from there and gave it a try but failed to get the 
modules to load.  The pci-scan would load OK, but tulip produced a bunch of 
unresolved symbols.  It looked like tweaking kernel parameters could have 
helped, but I ran out of time.

I'm wondering, is anyone running a recently-bought card of this model 
(LNE100TX) in Potato?

> - -- 
> - --
> Phil Brutsche [EMAIL PROTECTED]
> 
> "There are two things that are infinite; Human stupidity and the
> universe. And I'm not sure about the universe." - Albert Einstien
> -BEGIN PGP SIGNATURE-

Thanks

-- 
Nick



Re: Ethernet trouble

2000-09-11 Thread Nick Willson
> On Sun, Sep 10, 2000 at 03:50:20AM -0700, Nick Willson wrote: 
> 
> > Here is result of "modprobe tulip":
> > /lib/modules/2.2.17/net/tulip.o: init_module: Device or resource busy
> > Hint: this error can be caused by incorrect module parameters, including 
> > invalid IO or IRQ parameters
> > /lib/modules/2.2.17/net/tulip.o: insmod /lib/modules/2.2.17/net/tulip.o 
> > failed
> > /lib/modules/2.2.17/net/tulip.o: insmod tulip failed
> 
> Are you sure your card works with the tulip-module?
> If yes, try the "old_tulip" module instead of "tulip" during
> kernel-configuration.
> 

I seem to have V2.0 of the same model of card in my own PC, working happily 
with tulip and a 2.2.17 kernel.  The problem was with a 4.1 card.  I tried 
old_tulip also, but got the same result I think (don't have access to the 
machine now).
 
> > hda: QUANTUM FIREBALLP LM20.5, 19595MB w/1900kB Cache, CHS=2498/255/63
> > hdc: ATAPI 48X CD-ROM drive, 128kB Cache
> 
> Looks like you have not activated UDMA. Have a look at #man hdparm
>

Thanks
 
> Phil
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 

-- 
Nick



Ethernet trouble

2000-09-10 Thread Nick Willson

Seeking help using a network card in a PC.  The card is a Linksys Etherfast 
10/100 LAN card.  The PC is a 'home-built' machine, using an Asus P3V4X 
motherboard.  BIOS is "Award Medallion BIOS v6.0".  Debian is as installed 
from the 2.2 official CDs, plus a custom kernel in case it helped - no 
difference I can tell, the details below are while using the custom kernel.  
All help welcome, and I'd be happy to give more details.

Nick



Here is result of "modprobe tulip":
/lib/modules/2.2.17/net/tulip.o: init_module: Device or resource busy
Hint: this error can be caused by incorrect module parameters, including 
invalid IO or IRQ parameters
/lib/modules/2.2.17/net/tulip.o: insmod /lib/modules/2.2.17/net/tulip.o failed
/lib/modules/2.2.17/net/tulip.o: insmod tulip failed

Here is result of "lspci":
00:00.0 Host bridge: VIA Technologies, Inc. VT82C691 [Apollo PRO] (rev c4)
00:01.0 PCI bridge: VIA Technologies, Inc. VT82C598 [Apollo MVP3 AGP]
00:04.0 ISA bridge: VIA Technologies, Inc. VT82C596 ISA [Apollo PRO] (rev 23)
00:04.1 IDE interface: VIA Technologies, Inc. VT82C586 IDE [Apollo] (rev 10)
00:04.2 USB Controller: VIA Technologies, Inc. VT82C586B USB (rev 11)
00:04.3 Host bridge: VIA Technologies, Inc.: Unknown device 3050 (rev 30)
00:0b.0 Ethernet controller: Bridgecom, Inc: Unknown device 0985 (rev 11)
01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro AGP 1X/2X 
(rev 5c)

Here is result of "cat /proc/pci":
PCI devices found:
  Bus  0, device   0, function  0:
Host bridge: VIA Technologies Unknown device (rev 196).
  Vendor id=1106. Device id=691.
  Medium devsel.  Master Capable.  No bursts.  
  Prefetchable 32 bit memory at 0xe400 [0xe408].
  Bus  0, device   1, function  0:
PCI bridge: VIA Technologies VT 82C598 Apollo MVP3 AGP (rev 0).
  Medium devsel.  Master Capable.  No bursts.  Min Gnt=8.
  Bus  0, device   4, function  0:
ISA bridge: VIA Technologies VT 82C596 Apollo Pro (rev 35).
  Medium devsel.  Master Capable.  No bursts.  
  Bus  0, device   4, function  1:
IDE interface: VIA Technologies VT 82C586 Apollo IDE (rev 16).
  Medium devsel.  Fast back-to-back capable.  Master Capable.  Latency=32. 

  I/O at 0xb800 [0xb801].
  Bus  0, device   4, function  2:
USB Controller: VIA Technologies VT 82C586 Apollo USB (rev 17).
  Medium devsel.  IRQ 5.  Master Capable.  Latency=32.  
  I/O at 0xb400 [0xb401].
  Bus  0, device   4, function  3:
Host bridge: VIA Technologies Unknown device (rev 48).
  Vendor id=1106. Device id=3050.
  Medium devsel.  Fast back-to-back capable.  
  Bus  0, device  11, function  0:
Ethernet controller: Unknown vendor Unknown device (rev 17).
  Vendor id=1317. Device id=985.
  Medium devsel.  Fast back-to-back capable.  IRQ 10.  Master Capable.  
Latency=32.  Min Gnt=255.Max Lat=255.
  I/O at 0xb000 [0xb001].
  Non-prefetchable 32 bit memory at 0xe100 [0xe100].
  Bus  1, device   0, function  0:
VGA compatible controller: ATI Mach64 GB (rev 92).
  Medium devsel.  Fast back-to-back capable.  IRQ 11.  Master Capable.  
Latency=64.  Min Gnt=8.
  Non-prefetchable 32 bit memory at 0xe200 [0xe200].
  I/O at 0xd800 [0xd801].
  Non-prefetchable 32 bit memory at 0xe180 [0xe180].


Here is result of "dmesg":
Linux version 2.2.17 ([EMAIL PROTECTED]) (gcc version 2.95.2 2220 (Debian 
GNU/Linux)) #1 Sun Sep 10 10:59:47 PDT 2000
Detected 805649 kHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 1608.91 BogoMIPS
Memory: 257992k/262080k available (848k kernel code, 416k reserved, 2788k 
data, 36k init)
Dentry hash table entries: 32768 (order 6, 256k)
Buffer cache hash table entries: 262144 (order 8, 1024k)
Page cache hash table entries: 65536 (order 6, 256k)
CPU: Intel Pentium III (Coppermine) stepping 03
Checking 386/387 coupling... OK, FPU using exception 16 error reporting.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
PCI: PCI BIOS revision 2.10 entry at 0xf0890
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: 00:20 [1106/0596]: Work around ISA DMA hangs (00)
Activating ISA DMA hang workarounds.
Linux NET4.0 for Linux 2.2
Based upon Swansea University Computer Society NET3.039
NET4: Unix domain sockets 1.0 for Linux NET4.0.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP
TCP: Hash tables configured (ehash 262144 bhash 65536)
Starting kswapd v 1.5 
Detected PS/2 Mouse Port.
Serial driver version 4.27 with no serial options enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
pty: 256 Unix98 ptys configured
VP_IDE: IDE controller on PCI bus 00 dev 21
VP_IDE: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xb800-0xb807, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0xb808-0xb80f, BIOS settings: hdc:DMA, hdd:pio
hda: QUANTUM FIREBALLP LM20.5, ATA DISK drive
hdc: CD-ROM Drive/F5A, ATAPI CDROM drive
ide0 

Emacs ps-print-buffer omits a line

2000-07-09 Thread Nick Willson
Just a minor problem I've experienced with printing from Emacs.  Perhaps I've 
misconfigured, please let me know if so.  Details
below.  Thanks.

Nick


Packages: emacs20 20.5a-1.99, emacs20-el 20.5a-1.99, emacsen-common 1.4.8, 
lprng 3.5.2-2, gs 5.10-9.1.  Kernel is 2.2.14.  Printer is an Epson Stylus 
Color 440.

Here is printcap entry: 
>>
lp440
:lp=/dev/lp0
:sd=/var/spool/lpd/lp
:af=/var/log/lp-acct
:if=/var/spool/lpd/epson440-hires
:lf=/var/log/lp-errs
:mx#0
:sh
<<

Here is epson440-hires:
>>
#!/bin/sh

gs -q @stc_h.upp -sOutputFile=- -

exit 0
<<

Here is the problem:

The default ps-font-size is pretty small at 8.5 points portrait. So I 
increased it to 10 - much nicer.  Except that on page 1/2, line 62 is omitted 
(all but a thin slice along the top).  Page 2/2 begins with line 63.

A workaround:

A couple of changes to defaults have fixed it for me: ps-header-lines from 2 
to 1 and ps-header-offset from 28.346456692913385 to 14.  This prints 64 lines 
on page 1 and page 2 starts at line 65 - much better.





Trouble with toy network

2000-04-24 Thread Nick Willson

Seeking help persuading a desktop and laptop to talk to each other over a 
private network (192.168.0.0).

The 'link' LEDs at both ends remain dark and no communication appears to be 
taking place.  Ping from either side results in 100% packet loss, and telnet 
from either side results in 'No route to host'.  It's just some silly 
misconfiguration, I hope.  More details below, all help welcome.

Nick


Desktop
---
Mostly Slink plus upgrades to get to 2.2.14.  It has two Linksys ethernet 
cards.  One connects to a DSL modem, the other to the laptop.  The card 
connected to the DSL modem works fine, the other doesn't.  The result is the 
same with the cards' roles swapped in /etc/network/interfaces, so I know that 
both cards can work. Same with cables swapped, so both cables are OK.

netbase version is 3.18-1.


Here is ifconfig (eth0 is the 'dead' one):
eth0  Link encap:Ethernet  HWaddr 00:A0:CC:69:59:D9  
  inet addr:192.168.0.1  Bcast:192.168.0.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:898 dropped:0 overruns:0 frame:0
  TX packets:0 errors:24 dropped:0 overruns:0 carrier:48
  collisions:0 txqueuelen:100 
  Interrupt:11 Base address:0xee00 

eth1  Link encap:Ethernet  HWaddr 00:A0:CC:E0:62:02  
  inet addr:63.197.208.240  Bcast:63.197.208.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:864 errors:28 dropped:0 overruns:0 frame:0
  TX packets:821 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:100 
  Interrupt:10 Base address:0xea00 

loLink encap:Local Loopback  
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:3924  Metric:1
  RX packets:8 errors:0 dropped:0 overruns:0 frame:0
  TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 


Here is /etc/host.conf:
order hosts,bind
multi on


Here is /etc/hostname:
nickdesk


Here is /etc/resolv.conf:
search nickwillson.com
nameserver 206.13.30.12
nameserver 206.13.29.12


Here is route -n:
Kernel IP routing table
Destination  GatewayGenmask   Flags Metric Ref Use Iface
63.197.208.0 0.0.0.0255.255.255.0 U 0  0 0 eth1
192.168.0.0  0.0.0.0255.255.255.0 U 0  0 0 eth0
0.0.0.0  63.197.208.254 0.0.0.0   UG0  0 0 eth1


Here is traceroute -r 192.168.0.2:
traceroute to 192.168.0.2 (192.168.0.2), 30 hops max, 40 byte packets
 1  nickgate.nickint.com (192.168.0.1)  2993.48 ms !H  2993.86 ms !H  2995.03 
ms !H


Here is /etc/hosts:
127.0.0.1   localhost
63.197.208.240  nickdesk.nickwillson.comnickdesk
192.168.0.1 nickgate.nickint.comnickgate
192.168.0.2 nicknote.nickint.comnicknote
127.0.0.1   ad.doubleclick.com 
(plus some other anti-advert entries)


Here is /etc/networks:
outside 63.197.208.0
localnet 192.168.0.0


Here is /etc/hosts.allow:
# (comments left out)
ALL: ALL


Here is /etc/hosts.deny:
# (nothing but comments)


Here is lsmod:
Module  Size  Used by
tulip  30560   2 


Here is /proc/pci extract about the ethernet cards:
  Bus  0, device  19, function  0:
Ethernet controller: LiteOn Unknown device (rev 37).
  Vendor id=11ad. Device id=c115.
  Medium devsel.  Fast back-to-back capable.  IRQ 11.  Master Capable.  
Latency=64.  Min Gnt=8.Max Lat=56.
  I/O at 0xee00 [0xee01].
  Non-prefetchable 32 bit memory at 0xfebfff00 [0xfebfff00].
  Bus  0, device  18, function  0:
Ethernet controller: LiteOn Unknown device (rev 37).
  Vendor id=11ad. Device id=c115.
  Medium devsel.  Fast back-to-back capable.  IRQ 10.  Master Capable.  
Latency=64.  Min Gnt=8.Max Lat=56.
  I/O at 0xea00 [0xea01].
  Non-prefetchable 32 bit memory at 0xfebffe00 [0xfebffe00].


Laptop
--
Mostly Potato. It has a Linksys PMCIA dual function network/modem card.  While 
impersonating the desktop (same fixed IP, etc) and connected to the DSL modem, 
it works fine.  When connected to the desktop (and after switching scheme) it 
doesn't.

netbase version is 3.18-2.


Here is ifconfig:
eth0  Link encap:Ethernet  HWaddr 00:E0:98:08:EA:C2  
  inet addr:192.168.0.2  Bcast:192.168.0.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:100 
  Interrupt:3 Base address:0x300 

loLink encap:Local Loopback  
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:3924  Metric:1
  RX packets:82 errors:0 dropped:0 overruns:0 frame:0
  TX packets:82 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 


Here is /etc/host.conf:
order

Re: How to back-out an apt-get upgrade

2000-01-31 Thread Nick Willson

> 
> Nick Willson wrote:
> 
> > Can an apt-get upgrade (or similar) be backed-out?  Say the upgrade appears
> > to fail, is there a way to rollback to the previous state?  I am running
> > 2.1.
> 
> APT stores the package files in /var/cache/apt/archives .
> 
> The older version(s) should still be there.
> 
> 
> Michel
> 
> 
> PS: You might be interested in 'apt-get autoclean'
> 

Thank you.  Let me see if this makes sense...

The archives directory "/var/cache/apt/archives" contains the .deb files for 
packages installed since the last "apt-get clean", performed either explicitly 
or via dselect.

A .deb in the archive is (typically) equivalent to the current version 
installed - it could be different (probably newer) if you do an "apt-get 
--download-only" or perform some kind of manual intervention.  If I want to 
able to use the archive for a downgrade, I should copy it somewhere safe 
*before* beginning the upgrade.

Is this correct?

Has anyone used this, or any other mechanism, to rollback (completely or 
partially) after an "apt-get upgrade" or an "apt-get dist-upgrade"?

Thanks

-- 
Nick


How to back-out an apt-get upgrade

2000-01-30 Thread Nick Willson
Can an apt-get upgrade (or similar) be backed-out?  Say the upgrade appears to 
fail, is there a way to rollback to the previous state?  I am running 2.1.

--
Nick