Re: Shutdown/switching computer power off automatically ?

2001-05-06 Thread Akop Pogosian
On Fri, 4 May 2001, Oki DZ wrote:

 Darren Wyn Rees wrote:
  What is Linux Mandrake doing differently, say compared with a recent
  Debian, which just hangs at power down/off ?

 The difference is on the setting of the kernel.
 I use Debian and my system get powered off after poweroff command; of
 course, the feature came after I had recompiled the kernel.

 BTW, I think it would be nicer if all the Linux distros assume that all
 Intel motherboards are ATX. How many bytes would get added if you have
 the APM support on the kernel?

 Oki



Yes, the reason it doesn't work is because APM support was not compiled
in at all. I am using kernel-image-2.4.4-1. Not because I need some line
in /etc/lilo.conf


-akop




Re: Shutdown/switching computer power off automatically ?

2001-05-06 Thread Akop Pogosian
On Thu, 3 May 2001, Nathan E Norman wrote:

 On Fri, May 04, 2001 at 07:56:19AM +0700, Oki DZ wrote:
  Darren Wyn Rees wrote:
   What is Linux Mandrake doing differently, say compared with a recent
   Debian, which just hangs at power down/off ?
 
  The difference is on the setting of the kernel.
  I use Debian and my system get powered off after poweroff command; of
  course, the feature came after I had recompiled the kernel.
 
  BTW, I think it would be nicer if all the Linux distros assume that all
  Intel motherboards are ATX. How many bytes would get added if you have
  the APM support on the kernel?

 Well, this distro _does_ include APM support compiled into the kernel.
 However, that support is turned off by default because it's insane to
 not support the least common denominator.

 If you read the thread you'll see lots of folks suggesting the
 apm=on append line or kernel boot argument ... that turns on the APM
 support that's in the stock kernel :)

 In short, you didn't have to recompile the kernel to get APM, though
 there are plenty of good reasons to compile your own kernel IMO.

It looks like you have to recompile the kernel to get that feature.  I
use kernel-image-2.4.4-1 (supposedly unstable package ported to
potato) and it does not seem to have apm support enabled.

[EMAIL PROTECTED]:~# apmd
No APM support in kernel

dmesg doesn't show any apm related messages.  Yes, I could recompile
the kernel but I really don't like doing that when I administer a
large number of not very identically configured systems. It seems to
be very inflexible having to recompile the kernel just to get
poweroff to work.


-akop







Mail-Followup-To (Re: Shutdown/switching computer power offautomatically ?)

2001-05-06 Thread Akop Pogosian
On Sun, 6 May 2001, Nathan E Norman wrote:

snip
 BTW, your mailer appears to be broken as it completely ignored my
 Mail-Followup-To: header.  I read the lists and I neither need nor
 appreciate Cc:s


I use pine and it apparently ignores Mail-Followup-To. However, it
does honor the Reply-To: header when it is present.


-akop



Re: power off on shutdown doesn't work

2001-05-05 Thread Akop Pogosian

On Thu, 3 May 2001, Nate Amsden wrote:

 Akop Pogosian wrote:
 
  Linux kernel has a feature that enables a machine capable of turning
  the power off on it's own to do so with shutdown -h.. or poweroff
  commands. I used to rely on this feature for shutting down my own and
  other machines remotely. I used to compile my own kernels but recently
  I switched to a pre-packaged 2.4.3 (woody package, back-ported to
  potato). Automatic power off on shutdown stopped working. Is there a
  reason that this useful feature is not enabled in the standard Debian
  kernels?

 yes, because apm can wreck havok on some systems. i believe if you
 put the line
 apm=on

 in your append statement for booting the kernel it should work, at least
 thats what ive seen others post with regaurds to 2.2.x kernels.


I just tried that and it still doesn't work. Am I the only one who is
trying to use this feature on a stock Debian kernel?

-akop



power off on shutdown doesn't work

2001-05-03 Thread Akop Pogosian
Linux kernel has a feature that enables a machine capable of turning
the power off on it's own to do so with shutdown -h.. or poweroff
commands. I used to rely on this feature for shutting down my own and
other machines remotely. I used to compile my own kernels but recently
I switched to a pre-packaged 2.4.3 (woody package, back-ported to
potato). Automatic power off on shutdown stopped working. Is there a
reason that this useful feature is not enabled in the standard Debian
kernels?


-akop


[ Note: I have sent this message yesterday, probably it did not
go through, sorry if you are getting it twice]




Apache and SSI

1999-05-01 Thread Akop Pogosian
Ok, I have installed the apache package from slink, run apacheconfig,
used default answer for all questions. Now, I need to use server side
includes. I looked in config files, everything looks Ok, and yet SSI does
not seem to work. Is there anything else I have to do to the default slink
apache setup to make SSI work ?

Note that I already have this:

# To use server-parsed HTML files
AddType text/html .shtml
AddHandler server-parsed .shtml

in srm.conf and  this:

LoadModule includes_module /usr/lib/apache/1.3/mod_include.so

in httpd.conf.


Please help ..

Akop Pogosian

[EMAIL PROTECTED]


Re: Apache and SSI (Problem solved)

1999-05-01 Thread Akop Pogosian
Problems solved, thanks for your responses.

Akop Pogosian

[EMAIL PROTECTED]

On Fri, 30 Apr 1999, Akop Pogosian wrote:

 Ok, I have installed the apache package from slink, run apacheconfig,
 used default answer for all questions. Now, I need to use server side
 includes. I looked in config files, everything looks Ok, and yet SSI does
 not seem to work. Is there anything else I have to do to the default slink
 apache setup to make SSI work ?
 
 Note that I already have this:
 
 # To use server-parsed HTML files
   AddType text/html .shtml
   AddHandler server-parsed .shtml
 
 in srm.conf and  this:
 
   LoadModule includes_module /usr/lib/apache/1.3/mod_include.so
 
 in httpd.conf.
 
 
 Please help ..
 
 Akop Pogosian
 
 [EMAIL PROTECTED]
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 


Re: Strange PPP problem

1999-01-02 Thread Akop Pogosian


On 1 Jan 1999 [EMAIL PROTECTED] wrote:

Thank you for responce. I looked at old usenet archives and ppp-howto. It
looks like I have a routing problem, either on my side or on the server
side. I can talk to the dial-up server but no other hosts, even the DNS
servers are unreachable. This is what I have accomplished so far...

  pppd options :
 
  -detach
   ^^^
 
 Why do you have this in your /etc/pppd/options?  It is not usually useful.
 
  routing table (after establishing ppp connection):
 
 Looks normal.
 
  Dec 31 04:39:49 debian icmplogd: destination unreachable from
  [209.44.32.73]

I have no idea what that IP address is. It just starts pinging me once I
establish a ppp session.
 
 I don't understand where this is coming from.  What do your /etc/hosts and
 /etc/resolv.conf look like?

[EMAIL PROTECTED]:~$ cat /etc/hosts
127.0.0.1   debian  localhost
[EMAIL PROTECTED]:~$ cat /etc/resolv.conf
nameserver 109.144.16.5
nameserver 109.144.16.7


 -- 
 John HaslerThis posting is in the public domain.
 [EMAIL PROTECTED]Do with it what you will.
 Dancing Horse Hill Make money from it if you can; I don't mind.
 Elmwood, Wisconsin Do not send email advertisements to this address.
 


Strange PPP problem

1998-12-31 Thread Akop Pogosian

Ok, I have set up ppp connections several times but I am not an expert.
I am trying to connect to my new ISP, INTX.NET (if anyone else is using
INTX.NET as their ISP, please tell me what you do!) I had real hard time
figuring out what kind of strings my ISP sends and expects. I have
already managed to log in and start a ppp session. However, I can not ping
anything besides the ppp server, not even the name servers. My ISP
supplies all the information (e.g. IP address, default route,etc)
dynamically. The only information that they gave me was the phone
number and the name server ip addresses. Below, I list my pppd options,
routing table as reported by route -n, and the system messages
(I have used ezppp and pppconfig with various degrees of success)
Thank you.

Akop.

pppd options :

-detach
defaultroute
noauth
noproxyarp
debug

routing table (after establishing ppp connection):

Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse
Iface
209.144.16.19   0.0.0.0 255.255.255.255 UH0  00
ppp0
127.0.0.0   0.0.0.0 255.0.0.0   U 0  00 lo
0.0.0.0 209.144.16.19   0.0.0.0 UG0  00
ppp0


system messages:

Dec 31 04:29:40 debian pppd[338]: pppd 2.3.5 started by root, uid 0
Dec 31 04:29:40 debian pppd[338]: Using interface ppp0
Dec 31 04:29:40 debian pppd[338]: Connect: ppp0 -- /dev/cua2
Dec 31 04:29:40 debian pppd[338]: sent [LCP ConfReq id=0x1 asyncmap 0x0
magic 0x88c9 pcomp accomp]
Dec 31 04:29:40 debian pppd[338]: rcvd [LCP ConfAck id=0x1 asyncmap 0x0
magic 0x88c9 pcomp accomp]
Dec 31 04:29:43 debian pppd[338]: rcvd [LCP ConfReq id=0x1  00 04 00 00
mru 1524 asyncmap 0xa pcomp accomp  11 04 05 f4  13 09 03
00 c0 7b 5f fe fd]
Dec 31 04:29:43 debian pppd[338]: sent [LCP ConfRej id=0x1  00 04 00 00
 11 04 05 f4  13 09 03 00 c0 7b 5f fe fd]
Dec 31 04:29:43 debian pppd[338]: rcvd [LCP ConfReq id=0x2 mru 1524
asyncmap 0xa pcomp accomp]
Dec 31 04:29:43 debian pppd[338]: sent [LCP ConfAck id=0x2 mru 1524
asyncmap 0xa pcomp accomp]
Dec 31 04:29:43 debian pppd[338]: sent [LCP EchoReq id=0x0
magic=0x88c9]
Dec 31 04:29:43 debian pppd[338]: sent [IPCP ConfReq id=0x1 addr 0.0.0.0
compress VJ 0f 01]
Dec 31 04:29:43 debian pppd[338]: sent [CCP ConfReq id=0x1 bsd v1 15]
Dec 31 04:29:43 debian pppd[338]: rcvd [IPCP ConfReq id=0x1 addr
209.144.16.19]
Dec 31 04:29:43 debian pppd[338]: sent [IPCP ConfAck id=0x1 addr
209.144.16.19]
Dec 31 04:29:43 debian pppd[338]: rcvd [CCP ConfReq id=0x1  11 06 00 01
01 03]
Dec 31 04:29:43 debian pppd[338]: sent [CCP ConfRej id=0x1  11 06 00 01
01 03]
Dec 31 04:29:43 debian pppd[338]: rcvd [LCP EchoRep id=0x0 magic=0x0]
Dec 31 04:29:43 debian pppd[338]: rcvd [IPCP ConfRej id=0x1 compress VJ
0f 01]
Dec 31 04:29:43 debian pppd[338]: sent [IPCP ConfReq id=0x2 addr
0.0.0.0]
Dec 31 04:29:43 debian pppd[338]: rcvd [CCP ConfRej id=0x1 bsd v1 15]
Dec 31 04:29:43 debian pppd[338]: sent [CCP ConfReq id=0x2]
Dec 31 04:29:43 debian pppd[338]: rcvd [IPCP ConfNak id=0x2 addr
209.144.16.153]
Dec 31 04:29:43 debian pppd[338]: sent [IPCP ConfReq id=0x3 addr
209.144.16.153]
Dec 31 04:29:43 debian pppd[338]: rcvd [CCP ConfRej id=0x2]
Dec 31 04:29:43 debian pppd[338]: rcvd [IPCP ConfAck id=0x3 addr
209.144.16.153]
Dec 31 04:29:43 debian pppd[338]: local  IP address 209.144.16.153
Dec 31 04:29:43 debian pppd[338]: remote IP address 209.144.16.19
Dec 31 04:30:13 debian pppd[338]: sent [LCP EchoReq id=0x1
magic=0x88c9]
Dec 31 04:30:13 debian pppd[338]: rcvd [LCP EchoRep id=0x1 magic=0x0]
Dec 31 04:30:43 debian pppd[338]: sent [LCP EchoReq id=0x2
magic=0x88c9]
Dec 31 04:30:43 debian pppd[338]: rcvd [LCP EchoRep id=0x2 magic=0x0]
Dec 31 04:31:13 debian pppd[338]: sent [LCP EchoReq id=0x3
magic=0x88c9]
Dec 31 04:31:13 debian pppd[338]: rcvd [LCP EchoRep id=0x3 magic=0x0]
Dec 31 04:31:42 debian icmplogd: destination unreachable from
[209.44.32.73]
Dec 31 04:31:43 debian pppd[338]: sent [LCP EchoReq id=0x4
magic=0x88c9]
Dec 31 04:31:43 debian pppd[338]: rcvd [LCP EchoRep id=0x4 magic=0x0]
Dec 31 04:32:13 debian pppd[338]: sent [LCP EchoReq id=0x5
magic=0x88c9]
Dec 31 04:32:13 debian pppd[338]: rcvd [LCP EchoRep id=0x5 magic=0x0]
Dec 31 04:32:43 debian pppd[338]: sent [LCP EchoReq id=0x6
magic=0x88c9]
Dec 31 04:32:43 debian pppd[338]: rcvd [LCP EchoRep id=0x6 magic=0x0]
Dec 31 04:33:03 debian icmplogd: destination unreachable from
[209.44.32.73]
Dec 31 04:33:13 debian pppd[338]: sent [LCP EchoReq id=0x7
magic=0x88c9]
Dec 31 04:33:13 debian pppd[338]: rcvd [LCP EchoRep id=0x7 magic=0x0]
Dec 31 04:33:43 debian pppd[338]: sent [LCP EchoReq id=0x8
magic=0x88c9]
Dec 31 04:33:43 debian pppd[338]: rcvd [LCP EchoRep id=0x8 magic=0x0]
Dec 31 04:34:13 debian pppd[338]: sent [LCP EchoReq id=0x9
magic=0x88c9]
Dec 31 04:34:13 debian pppd[338]: rcvd [LCP EchoRep id=0x9 magic=0x0]
Dec 31 04:34:24 debian icmplogd: destination unreachable from

Acrobat Reader trouble.

1998-10-07 Thread Akop Pogosian
Hello. My printing system has been working very well before I tried to
print something with Acrobat Reader. My configuration is the following:

Debian 2.0 + Ghostscript 5.5 + rhs-printfilters + Epson Stylus 400.


The rhs-printfilter was modified to use a uniprint driver instead of
stcolor, and I think that this is irrelevant any ways. Until today, I
was able to print nicely all kinds of postscript files and plain text,
either from command line or directly from applications. However, when I
tried to print a short PDF file with Acrobat reader, beginning with the
second page things looked strange. The words were frequently misplaced
and sometimes 2 words or 2 characters would be printed in a space where
only one word would fit. Basically one thing was printed over another
one rendering the document unreadable. I tried to print a different file
and had the same problem. Then, I converted those two files to gs ( with
cat file.pdf | acroread -toPostScript  file.ps )and printed them from
GV. It worked. That means that problems is in Acrobat Reader, not in any
other component of my printing system. Any one has ideas why that
strange thing happened? Is there a way to fix Acrobat Reader? Or may be
I messed up something else?


DontZap zaps...(X problem)

1998-10-06 Thread Akop Pogosian
I wonder if there is a way to prevent X server from being killed by the
CTRL-ALT-backspace keystroke. I know that putting DontZap in
XF86Config would do that on redhat. The Debian docs say the same thing.
However, this DontZap method does not work here, I am using Debian
2.0. Any one got ideas ?


Re: IRC

1998-09-03 Thread Akop Pogosian
I have not heard of a #debian channel but #linux, #linuxos ,etc on
Undernet, Efnet, and Dalnet are dedicated to discussion on Linux in
general. However, I never thought of those as Linux support channels.
Howtos or mailing lists like this one are much better for that purpose.

Phillip Neumann wrote:
 
 Hi,
 
 I just get my first irc client for linux... Is there something like `The
 debian irc channel' somewhere??
 
 Thanks
 
 --
 
   
 __
  / /
 /  Phillip  Neumann   /
/ [EMAIL PROTECTED]  /
 __/_/
 
 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Re: *H*E*L*P* (fwd)

1998-09-02 Thread Akop Pogosian
Getting started wit Linux. Get a good book on Linux or unix in general.
Running Linux 2ed. from ORE is a very good starting point. Look at
unix books in general. And use web!. There are tons of information. The
sunsite.unc.edu/LDP/ and http://www.geek-girl.com/unix.html have tons of
information for you. Someone mentioned that there are not killer desktop
apps for linux. I do not think so. At least there are some apps, like
Netscape, Word Perfect (the whole Corel Office will be ported soon),
StarOffice suite (free for personal use), GIMP (a graphics manipulation
program, etc)


Igor Grobman wrote:
 
 You really should post to Debian-user with questions like this.  I am sorry I
 don't have time to answer questions such as this most of the time.  I took the
 liberty of forwarding your message to the list.
 
 Igor.
 
 --- Forwarded Message
 
 Return-Path: [EMAIL PROTECTED]
 Delivery-Date: Sun Aug 30 23:15:58 1998
 Received: from localhost [127.0.0.1] (igor)
 by hmm.nothinbut.net with esmtp (Exim 2.02 #1 (Debian))
 id 0zDKRh-0003M7-00; Sun, 30 Aug 1998 23:15:57 -0400
 Received: from mail.nothinbut.net
 by fetchmail-4.5.6 POP3
 for igor/localhost (single-drop); Sun, 30 Aug 1998 23:15:57 EDT
 Received: from master.debian.org ([EMAIL PROTECTED] [205.229.104.5])
 by bigpapa.nothinbut.net (8.8.8/8.8.8/Debian/GNU) with SMTP id 
 WAA03966
 for [EMAIL PROTECTED]; Sun, 30 Aug 1998 22:35:30 -0400
 Received: (qmail 2581 invoked by uid 992); 31 Aug 1998 02:35:27 -
 Delivered-To: [EMAIL PROTECTED]
 Received: (qmail 2577 invoked from network); 31 Aug 1998 02:35:25 -
 Received: from sdq1.tricom.net (205.160.164.2)
   by debian.novare.net with SMTP; 31 Aug 1998 02:35:25 -
 Received: from rider (net0port64.tricom.net [205.160.164.84])
 by sdq1.tricom.net (8.8.8/8.8.8) with SMTP id WAA27302
 for [EMAIL PROTECTED]; Sun, 30 Aug 1998 22:36:18 +0400 (GMT)
 Message-ID: [EMAIL PROTECTED]
 Date: Sat, 29 Aug 1998 02:06:00 -0300
 From: [EMAIL PROTECTED] [EMAIL PROTECTED]
 Reply-To: ID #35375-x , [EMAIL PROTECTED], [EMAIL PROTECTED],
 [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
 Organization: Unkown Organization
 X-Mailer: Mozilla 3.0Gold (Win95; I)
 MIME-Version: 1.0
 To: [EMAIL PROTECTED]
 Subject: *H*E*L*P*
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 X-UIDL: f0731565686ed2dccf6ff420b29bbddb
 
 I am not writting because I want to write a FAQ. I am writting to you
 because I can't find anyone else to write to! Please, you have to help
 me!!!
 
 I bought 4 CD's of Debian from CheapBytes. I installed the CD's
 everything was very confusing but I somehow managed to install Debian
 and get it working with Windows 95 on the same computer. I have a
 Pentium 150 with 32 Mb ram and a 1 Gb hard drive. I have a PnP Modem
 (33.6Kpbs) and a PnP sound card (AWE64 Gold). Now, I tried my level best
 to learn a few commands of Linux. But I think it is simply impossible. I
 have downloaded the Debian Manual. I am still searching for a way to
 access my drives. I don't even know how to copy files in this Operating
 System. It seems that this operating system is very cAsE-SeNsEtIvE! I
 read many FAQ's but all the FAQ's tell you is that Linus Para... made
 Linux with a bunch of Hackers! Then it tells you how good Linux is and
 how bad windows 95 is. But I haven't come across a single Help file or a
 FAQ that actually tells you how to use this Operating System.
 
 Please send me some info on the basic commands and on how I can connect
 to internet using Linux. I know there is a isapnp utility and it is
 supposed to configure my PnP Hardware using the isapnp.conf file (which
 is a dump from the isapnpdump file). Anyhow, the problem is the diald or
 the pppd. I don't know. What to do. I am at a stage at which I am
 pulling out my hair in frustation. Please Help Me.
 
 !!  Any Help Will Be Highly Appreciated
 
   - Thank You--
 
 --- End of Forwarded Message
 
 --
 Proudly running Debian Linux! Linux vs. Windows is a no-Win situation
 Igor Grobman   [EMAIL PROTECTED] [EMAIL PROTECTED]
 
 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Nedit bug

1998-08-28 Thread Akop Pogosian
I was pretty happy when I found that the mirror that I used to d/load
hamm had nedit package, so I just selected it. However, soon I found a
very annoying bug. When you go to menu: File: Open Previous, nedit
unexpectedly crashes, that is, quits with your work unsaved, etc. I
found somewhere in the bugs section on www.debian.org that someone was
complaining about that long time before, however, I could not find the
fix. If anyone knows how to fix this little problem, please let me know.


Re: 3com 3c905b support in Hamm

1998-08-28 Thread Akop Pogosian
David Warnock wrote:
 
 Hi,
 
 Cards recognised by Hamm?
 
 I am about to get Hamm installed on 4 PC's. I have been checking out the 
 hardware for Linux compatability by starting the installation of a RedHat 5.0 
 CD (my Installer arrives on Tuesday with the Debian CD and I want to be sure 
 everything is going to be ready).
 
 Currently I have as many different network cards as PC's. Two are recognised 
 by RH 5.0 two are not.
 
 The ones that are NOT recognised by RH5.0 are a Intel EtherExpress Pro 100/B 
 and a 3Com 3c905b-tx Fast Etherlink XL PCI 10/100base-tx.
The 3c900/905 cards are supported with the latest 3c59x driver. Even if
redhat 5.0 does recognize your card it will not function. At least, this
was my case. This is because, the RedHat CD that I had came with 2.0.32
kernel. Before, you had to solve that problem by d/loading the 3c59x.c
driver compiling it, putting it the /lib/modules/2.0.xx/, and adding a
line alias eth0 3c59x in /etc/conf.modules. However the latest stable
kernels already include the 3c59x driver that will work with 3c900/905
cards out of box. Hamm, does not recognize or detect your ethernet cards
during install. You have to make sure that you select 3c59x module
manually. It worked out of box. My computer was online once I rebooted
after the install.
 
 Are these going to be recognised / work with Hamm? What confuses me is that a 
 slightly older 3com 3c905 tx (ie not the b) is recognised by RH5.0 but as a 
 3c59x (Vortex).
 
 Thanks
 
 Dave
 
 PS When I say recognised by RH5.0 is means I start the installation, at the 
 point of FDISK I jump to the menu and choose network configuration. With the 
 working PCI card the installation just shows me it's name and goes straight 
 to the setting of IP address etc. With the other cards I get a menu of 
 supported cards, when I choose what I think is the correct one I get the 
 change to autoprobe but it never finds the card.
 
 I realise a) Hamm installation is completely different and b) it may be 
 possible to get these cards to work by setting some parameters manually.
 
 So what I really need to know is a) will Hamm support these cards 
 automatically or if not can I get them to work with some manual parameter 
 setting.
 
 Dave Warnock Sundayta Ltd www.sundayta.co.uk
 
 -- Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] /dev/null


Re: First time Linux user.

1998-08-11 Thread Akop Pogosian
GamerZ wrote:
 
 Hi there, this is my first message to this list.
 I have been using computers for close to 5 years now, and have since
 expanded my knowledge about computers, yet mainly involving DOS and Windows.

 1) Where would be a good site for information regarding Linux, perhaps a
 site maintained by the creator of Linux, Linus Torvalds.
 2) Where would be a good place to get information regarding the use of
 Linux. (As I have yet to find the equivalent to the DOS cd and dir command.)


http://sunsite.unc.edu/LDP should be your buddy if you do
not have a good linux book.


Re: How to connect?; install packages?

1998-08-09 Thread Akop Pogosian
 Derek Saw wrote:

  I've finished installed the core component of Debian.
  I've downloaded many packages from Internet using Win95 and save it
  all the files in the directory D:\DEBIAN (no subdirectories)
 
  By using DSELECT,
  how can I set the ACCESS to use all the files in that directories and
  SELECT the packages I want and then INSTALL them??
 
 


I have installed hamm by d/loading it. dselect is
particularly good for ftp installs.
I recommend you not to download packages one by one, but
instead just run dselect (once you get ppp working). In
'access' choose ftp as your access method. It will ask you
many questions then. You can safely press ENTER to keep
all default settings. The only settings that you have to
enter are 1) the ftp server, 2) The location of 'debian'
directory on that server.
In my case the server was ftp.fuller.edu and the 'debian'
directory was '/debian'.
Once you run dselect just hit install all in Select and
it will install a fairly complete linux system, but
without X. If you need X, then run dselect again and
install X as well.


Re: misdirected mail

1998-08-07 Thread Akop Pogosian
Martin Schulze wrote:
 
 --
 Never trust an operating system you don't have source for!
 
   --
 
 Subject: StarOffice
 Date: 6 Aug 1998 13:42:37 -
 From: Jarl Jensen [EMAIL PROTECTED]
 Organization: netset
 To: debian-user@lists.debian.org
 
 I'm trying to install StarOffice on a Redhat 5.1 machine, but it will
 not work.
 I get a message like : line 1: syntax error at token 'I' .
 
 I know that I have to some certain libraries, but does Redhat 5.1 not
 have the right libraries ?
 
You get that message because SO requires a higher version
of libc5 than the one that you have. I think SO
installation will become a pain for Hamm users as well for
that reason. Any ways, I saw a small howto about how to
install SO on redhat 5.x in freshmeat. Just go to
http://www.freshmeat.net and search for Star Office, then
sort results for date. You should find that  Howto
somewhere there.  
 Thanks in advance..
 Jarl Jensen
 Netset A/S
 Calr Gustavs Gade 3 1.th.
 2650 Høje Tåstrup
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Cyryllic fonts

1998-08-07 Thread Akop Pogosian
If someone know how to set up Cyrillic fonts on Linux,
please let me know how or at least point me to the right
place on the internet. All I want is to make Netscape
Navigator and console IRC clients understand various
russian fonts. Please help.


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Re: MAJOR installation troubles :)

1998-08-05 Thread Akop Pogosian
 James Patrick Galvin, Jr. wrote:
 
 Hey, I'm currently trying to install Debian Linux on my
 machine.  It is definatly more than adequate to install
 it on, but of course I'm haveing technical problems
 which hopefully someone can help me resolve.  I have a
 10 gig HD on 1 partition running Windows 98.  I ran FIPS
 and split my HD so Win98 is using like 80 percent and a
 new partition 'D:' has 20 percent, but I cannot access
 D:. When I type D: at a DOS prompt I get an error saying
 can't access drive or something.

You do not have to access the D drive from dos/windows.
The most important thing that FIPS does is to resize your
windows partiton nondestructively and leave the free
space where you can create your linux partitions.

  The other problem I
 have it I downloaded the files resc1440.bin drv1440.bin
 base2_0.tgz root.bin linux install.bat and loadlin.exe
 into the directory C:\Linux Installation Files on my
 machine and then I ran install.bat from MS-DOS, but it
 said Kernel Fault: VGXor something and then it said a
 little more,  but it stopped I waited a second and
 nothing happened.  So I reset my machine and tried
 running install.bat 1 more time but got the same thing.
 I really don't know what to do.  Do I need to format my
 new partition, or is it fine like it is?  What should I
 do to install Linux?  Please help. :)

Same thing happened to me. I was doing an ftp install, so
I only had to d/load few files before starting. What I did
and what I recommend to you is: 

1) Create directory c:\debian
2) Copy all reqiered files as listed in the there (do not
forget linux file as I did ;-))
3) write the resc1440.bin to a floppy using rawrite.exe
4) boot with that floppy and start instalation
5) During instalation always choose the install from a
hard drive option and enter your
   c:\debian ditrectory
6) Do everithing else as was said in the install.exe


 Thanks for any help,
 Jim
 [EMAIL PROTECTED]


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Re: hardware purchase advice: modems

1998-08-04 Thread Akop Pogosian
Stephen J. Carpenter wrote:

I have a USR 56k Internal Modem, works great. Micron
computer was descent enough to include a real modem with
my new computer, not a 'winmodem

 
 Ok...
 I am using a 33.6 kbps modem and it works pretty good...the main problem
 is now I am running a masquerading firewall for my girlfriend and me...and
 it can get bogged downa  bit by us...
 I want to alleviate this  abit by getting a 56k modem. I plan to do
 this within the next month or so...about when we move into our new
 apartment Sept. 1
 
 I would like a 56k but am not sure what to get. I do NOT want to be
 stuck in a winmodem hell. Have the problems with 56k modems been
 resolved (ie is there a standard yet?). What is good to get
 (ie it must not need any special windows driver but...they ALL say
 made for Windows 95 so..its hard to tell whats best)
 
 suggestions? any good brands? any brands to stay away from?
 (alternately...where can I get a good $$ ;) )
 
 (since this is not really on topic (not that this list has much of a topic
 as it is just general for al debian users private replies are ok...
 I really have no preference to private or public)
 -Steve
 
 --
 /* -- Stephen Carpenter [EMAIL PROTECTED] --- [EMAIL 
 PROTECTED] */
 E-mail Bumper Stickers:
 A FREE America or a Drug-Free America: You can't have both!
 honk if you Love Linux
 
 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Epson Stylus Color (or color 400) on hamm

1998-08-04 Thread Akop Pogosian
I have Epson Stylus color 400 and do not really know how
to get it working properly on hamm. I redhat 5.1 the
configuration was a breaze. I just told the redhat prit
tool that my printer is Epson Stylus color and it worked
grreat. I just instaled the ghostscript 5.1 package and in
the evening I will start scannig its docs (:-( ). What
other software should I install to get I work properly?
Some kind of filder like magicfileter? Please let me know.


If you have epson stylus color 400 or epson stylus color
please let me know. Also,a few months ago, I found a great
site on Espon Printers under linux, but I lost it. If you
know such a site, please let me know.


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


No Debian Erratas page ?

1998-08-04 Thread Akop Pogosian
I was just wondering if Debian has something like Redhat
erratas or updates page for hamm.
Is there one ?


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null