Re: Linux SAMBA - Win NT.

1998-03-23 Thread Toth Laszlo
Hi!


I have problems with it too. I have Service Pack 3. When I try logging in
with samba, I get this message:

\\drama is not accessible
The account is not authorized to login from this station.

Is this happennig without libdes?

Thanks

Corleone


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


Re: Telnet

1998-03-22 Thread Toth Laszlo
Hi!

www.ncsa.uiuc.edu/SDG/Software/PCTelnet/

This is a free telnet and FTP client from NCSA.
It makes FTP server from DOS machine, while telnet client is runing.

Corleone



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


Re: NeXT Step-alike gui development tool

1998-03-21 Thread Toth Laszlo
Hi!

I've found kbuilder on the KDE website (www.kde.org). It is'nt ready yet,
but it merit a little time.

Corleone


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


Netscape 4.03 can't resolve symbol...

1998-01-22 Thread Toth Laszlo
Hi!

I use netscape communicator 4.03. When I start it I get a lot of message,
like this:
/usr/lib/netscape/netscape: can't resolve symbol 'JS_GetFramePC'

I used debian package to install it.

Any suggestion?

Thanks in advance

Corleone


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Printing

1997-12-19 Thread Toth Laszlo
Hi!

I've got a Canon BJ-200ex printer. Can I use it under LINUX?
I have used ghostscript 5.03 and magicfilter, but it doesn't working!

ghostscript_5.03-3_i386.deb (I've done it with alien)
magicfilter_1.2-10.deb

This is my /etc/printcap file: (magicfilterconfig)

lp|bj|bj200|Canon BJ-200ex:\
:lp=/dev/lp1:sd=/var/spool/lpd/bj200:\
:sh:pw#80:pl#72:px#1440:mx#0:\
:if=/usr/sbin/bj200-filter:\
:af=/var/log/lp-acct:lf=/var/log/lp-errs:

I use this command:
lpr debian-faq.ps

The /var/log/lpr.log contains this line
Dec 19 02:57:54 moslek lpd[7496]: lp: Daemon filter 'f' terminated (13)

The /var/log/lp-err contains this line
Can't find initialization file gs_init.ps

I think, I have to set GS_LIB and GS_FONTPATH.

Can anyone help?

Corleone



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Printing

1997-12-19 Thread Toth Laszlo
Hi!

I tried out , what you said. 

#dpkg -i ghostscript_5.03-3_i386.deb

Selecting previously deselected package ghostscript.
(Reading database ... 16188 files and directories currently installed.)
Unpacking ghostscript (from ghostscript_5.03-3_i386.deb) ...
Setting up ghostscript (5.03-3) ...
#

I have'nt got error message.

Corleone


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Filter

1997-12-19 Thread Toth Laszlo
Hi!

I tried out my old Epson FX-1000, with epson9 filter, and It works.
I used this gs:
gs-aladdin_5.03-0.99_i386.deb 
and magicfilter:
magicfilter_1.2-10.deb

The Canon BJ-200ex, doesn't work with bj200 filter. I think, this printer
can't work under Linux.Is this right?

Corleone

Ui: Does HP L5 printer work under Linux?


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Filter

1997-12-19 Thread Toth Laszlo
Hi!

Yes 5L. :)) 
What do you use for it?

Corleone



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: MSDOS files...what to do...

1997-11-25 Thread Toth Laszlo
Hi!

It is one line 
tr -d \015  filename


Corleone


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: StarOffice and XPrinter

1997-11-11 Thread Toth Laszlo


On Fri, 7 Nov 1997, Craig Sanders wrote:

 On Wed, 5 Nov 1997, Toth Laszlo wrote:
 
  On Wed, 5 Nov 1997, Paul Miller wrote:
  
   you probably didn't run the installation.. or run the scripts it
   installs in the home directories (.sd.sh for bash and .sd.csh for
   csh)..
 
  Thanks your quick answer. I'm lame, but something else is wrong too.
 
 i got staroffice installed ok this morning (i had to use 'dpkg -i
 --force-depends')  and after a bit of stuffing around, now have it
 running.  I even printed a document the first time i clicked on print,
 without any hassle at all (i already have lprng and magicfilter set up on
 all my systems). 
 
 i wasn't able to run the setup program (it core dumps on my system -
 maybe because i'm running unstable/bo), but i did find a file called
 sd.sh in /usr/lib/Star-Office-3.1.  I copied this to ~/.sd.sh and
 modified it to suit my system. here's what I've got:
 
 #! /bin/bash
 
 sd_inst=/usr/lib/StarOffice-3.1
 sd_fonts=$sd_inst/fonts
 sd_plat='linux-x86'
 
 PATH=$sd_inst/${sd_plat:=.}/bin:$PATH
 LD_LIBRARY_PATH=$sd_inst/$sd_plat/lib:$LD_LIBRARY_PATH
 XPPATH=$sd_inst/xp3
 HELPPATH=$sd_inst/modules
 XENVIRONMENT=$sd_inst/starview.xres
 SVFONTPATH=$sd_fonts/75dpi:$sd_fonts/75dpi/bdf:$sd_fonts/type1
 SVHOME=~/docs
 LANG=us
 unset sd_inst sd_fonts sd_plat
 export PATH LD_LIBRARY_PATH XPPATH HELPPATH XENVIRONMENT SVFONTPATH SVHOME 
 LANG 
 
 
 here's a possible bug in your .sd.sh script:
 
  sd_inst=/usr/local/StarOffice-31
   ^
Hi!|
   |
Yes, Yes, Yes. |
A POINT :)) missing 
My friend realized it.

Thanks
Corleone

 
 is that really the directory that you have staroffice installed in?  For a
 while I had errors very similar to yours because my sd_inst variable was
 pointing to /usr/lib/StarOffice-31 instead of /usr/lib/StarOffice-3.1 .  As
 soon as i noticed and fixed the typo, it started working.
 
 craig
 
 PS: my overall impression of StarOffice so far (after a few hours of
 playing with it) is that it seems pretty good.  I personally don't have
 much need/use for word processors or spreadsheets or the typical office
 apps but this will be very useful for those who do. it's supposed to
 be able to import MS word docs - maybe now i'll be able to do something
 with .DOC files which clueless people keep on emailing to me no matter
 how many times i tell them send me plain text only, i don't run MS
 software and have no intention of ever doing so.
 
 
 --
 craig sanders
 networking consultant  Available for casual or contract
 temporary autonomous zone  system administration tasks.
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .
 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


NTFS mount ??

1997-11-05 Thread Toth Laszlo
Hi!

I'm new in this list, but I already have got a question. I use Debian and
NT, and I want to mount my ntfs partition. 

How can I do this ?

Thanks

Corleone


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


StarOffice and XPrinter

1997-11-05 Thread Toth Laszlo
Hi!

I installed the StarOffice from this archives:

StarOffice31-common.tar.gz
StarOffice31-english.tar.gz   
StarOffice31-statbin.tar.gz   
StarOffice31-upgrade2final.tar.gz 

I can't run applications. I get this message
Could not open XPrinter
Please make sure your XPPATH is set correctly

I'm not wonder, because I can't find it too. 

What is the problem ???


Thanks

Corleone
 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: StarOffice and XPrinter

1997-11-05 Thread Toth Laszlo


On Wed, 5 Nov 1997, Paul Miller wrote:

 you probably didn't run the installation.. or run the scripts it installs
 in the home directories (.sd.sh for bash and .sd.csh for csh)..

Thanks your quick answer. I'm lame, but something else is wrong too.

I've done it. I changed this script:

sd_inst=/usr/local/StarOffice-31
sd_fonts=$sd_inst/fonts

sd_plat='linux-x86'

PATH=$sd_inst/${sd_plat:=.}/bin:$PATH
LD_LIBRARY_PATH=$sd_inst/$sd_plat/lib:$LD_LIBRARY_PATH
XPPATH=$sd_inst/xp3
HELPPATH=$sd_inst/modules
XENVIRONMENT=$sd_inst/starview.xres
SVFONTPATH=$sd_fonts/75dpi:$sd_fonts/75dpi/bdf:$sd_fonts/type1
SVHOME=/root/docs
LANG=us
unset sd_inst sd_fonts sd_plat
export PATH LD_LIBRARY_PATH XPPATH HELPPATH XENVIRONMENT SVFONTPATH 
SVHOMELANG

If I use 'set | grep XPPATH' the result is that:
XPPATH=/usr/local/StarOffice-31

I dont' setup my printer for linux.
Any idea ??

Thanks

Corleone

Sorry my poor English :)))


 
 On Wed, 5 Nov 1997, Toth Laszlo wrote:
 
  Hi!
  
  I installed the StarOffice from this archives:
  
  StarOffice31-common.tar.gz
  StarOffice31-english.tar.gz   
  StarOffice31-statbin.tar.gz   
  StarOffice31-upgrade2final.tar.gz 
  
  I can't run applications. I get this message
  Could not open XPrinter
  Please make sure your XPPATH is set correctly
  
  I'm not wonder, because I can't find it too. 
  
  What is the problem ???
  
  
  Thanks
  
  Corleone
   
  
  
  --
  TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
  [EMAIL PROTECTED] . 
  Trouble?  e-mail to [EMAIL PROTECTED] .
  
  
 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .