Re: Re: USB ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS] in debian

2011-11-29 Thread Wojciech Zabolotny
On Nov 29, 10:50 pm, Scott Ferguson wrote: > On 30/11/11 07:06, wzab wrote: > Did you try:- > lsmod | grep rtl819 > ? > the above previously returned rtl8192cu and rtl8192c_common (now only the second one). Yes, I had this module installed (that's why I had to disable it by renaming rtl8192cu.k

Xilinx USB programmer - problems with Debian/Linux - Solved

2009-10-21 Thread Wojciech Zabolotny CERN
Hi, After last upgrade of my Debian/testing system which I use for FPGA development, the Xilinx USB programmer stopped to work. After some research I've found, that the syntax of udev rules has changed, and it is necessary to replace $TEMPNODE with $tempnode: === xusbdfwu.rules SYS

New package suggestion - scanbuttond - extension of sane packages

2005-10-22 Thread Wojciech Zabolotny
Hi All, I'd like to suggest adding a new package - "scanbuttond" (http://scanbuttond.sourceforge.net/). It is a very useful program allowing to make full use of buttons found in some scanners. -- Regards, Wojtek Zabolotny -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubs

Suggestion of new debian package - GHDL - free VHDL simulatior

2003-09-25 Thread Wojciech Zabolotny
Hi All, I've just found GHDL (http://ghdl.free.fr) which is a free (GPL) VHDL simulator. I think it would be a nice suplement to the Icarus Verilog package... It seems to me that it should be relatively easy to package it (however I'm not able to do it myself :-( ) -- Regards, Woj

More details:: esdrec hangs when esd is running - select function problem?

2003-09-20 Thread Wojciech Zabolotny
Hi All, I've done one more test. I've run esd with: $ strace 2>/tmp/debug esd And then I've run on the another console: $ esdrec > /tmp/test.raw Then I've killed esdrec with CTRL+C (after a few seconds). In the /tmp/debug I've found: [...] socket(PF_UNIX, SOCK_STREAM, 0) = 4 fcntl64(4, F_S

esdrec hangs when esd is running

2003-09-20 Thread Wojciech Zabolotny
Hi All, I need to use an application which uses ESD for both capture and playing of voice (a voice chat enabled YM client for Linux). However I've discovered that ESD based voice capture doesn't work in my system. Tracing down the problem, I'v get to the situation where I run esd on one console,

DocBook with MathML in debian/testing - doesn't work :-(((

2003-01-15 Thread Wojciech Zabolotny
Hi All, I'm not able to process succesfully a DocBook with MathML equation into the PDF file. To be sure that the XML source is correct, I've just downloaded the http://belnet.dl.sourceforge.net/sourceforge/docbook/docbook-testdocs-1.1.tar.gz test documents, and tried to process: $ db2pdf mathm

CIPE in debian 2.2 - a few problems

2001-11-11 Thread Wojciech Zabolotny
Hi All, I use the CIPE encrypted channel to establish communication between my two separated intranet subnets. The cipcb daemon is loaded with following options in modules.conf: ### update-modules: start processing /etc/modutils/cipe alias cipcb0 cipcb alias cipcb1 cipcb alias cipci0 cipci alias

Re: Kernel documentation/book

2001-10-31 Thread Wojciech Zabolotny
On Thu, Oct 25, 2001 at 02:37:52PM +0200, Jean-Sylvestre Gakwaya wrote: > Does someone has a good reference about a book/ full documentation about > Kernel > (Linux point of view) which explains things clearly and in a didactical way ? 1) Understanding the Linux Kernel http://www.oreilly.com/catal

More details: Problems with crosscompilation of 2.0.38 on potato with 2.4.9 kernel

2001-09-23 Thread Wojciech Zabolotny
I just want to add a few more details to my previous post: > I receive the following errors: > make[2]: *** [fastdep] Error 135 > make[2]: Leaving directory /tmp/linux/drivers/char' > make[1]: *** [fastdep] Error 2 > What is the cause of that error, and how to cure it? The source of problem is th

Problems with crosscompilation of 2.0.38 on potato with 2.4.9 kernel

2001-09-23 Thread Wojciech Zabolotny
Hi All, Recently I had to recompile my old 2.0.38 kernel for an embedded system. Unfortunately the source, which compiled smoothly on potato with 2.2.18, now fails during the "make dep". (I have a potato upgraded to 2.4.9 according to http://www.fs.tum.de/~bunk/kernel-24.html) I receive the follo

INCOMPATIBILITY FOUND: Re: IrDA stopped working after kernel upgrade to 2.4.9

2001-08-22 Thread Wojciech Zabolotny
On Thu, Aug 23, 2001 at 12:47:11AM +0200, Wojciech Zabolotny wrote: > Hi All, > > I just stated that the reason is that the "irattach" is not running. > When I start it by hand with "irattach /dev/ttyS1", everything works > correctly. But now I really don&

IMPORTANT HINT Re: IrDA stopped working after kernel upgrade to 2.4.9

2001-08-22 Thread Wojciech Zabolotny
Hi All, I just stated that the reason is that the "irattach" is not running. When I start it by hand with "irattach /dev/ttyS1", everything works correctly. But now I really don't know what is the correlation with kernel upgrade =:-( ? -- Wojciech M. Zabolotny

Re: IrDA stopped working after kernel upgrade to 2.4.9

2001-08-22 Thread Wojciech Zabolotny
On Wed, Aug 22, 2001 at 10:33:24PM +0200, thomas wrote: > > I used "make menuconfig" and configured the kernel by hand (having read > > the configuration from the old 2.2.18 config), was it wrong? > > Does "oldconfig" makes some magic conversions from old version of > > configfile? > > It only wor

Re: pilot-xfer stopped working after kernel upgrade to 2.4.9

2001-08-22 Thread Wojciech Zabolotny
On Wed, Aug 22, 2001 at 02:04:34PM +0200, thomas wrote: > > What kernel did you run before? Did you use 'make oldconfig' before you > made the new kernel? I used "make menuconfig" and configured the kernel by hand (having read the configuration from the old 2.2.18 config), was it wrong? Does "old

pilot-xfer stopped working after kernel upgrade to 2.4.9

2001-08-22 Thread Wojciech Zabolotny
Hi All, I have upgraded my Debian box to kernel 2.4.9 I have added: deb http://people.debian.org/~bunk/debian potato main deb-src http://people.debian.org/~bunk/debian potato main to my /etc/apt/sources.list and upgraded the necessary packages. Now, when I run the pilo

The ALSA driver in potato is very outdated :-(

2000-06-14 Thread Wojciech Zabolotny
Hi All, I had some troubles with ALSA drivers, provided with potato. I sent a message to one of their developers, and this is what I received: > you are using a very old version of ALSA. > please upgrade your driver/libs from www.alsa-project.org > > all azt2320 cards are well supported now. So

Re: GR to remove the support for non-free packages

2000-06-08 Thread Wojciech Zabolotny
Hi All, What about the packages which are in non-free only because of the country-specific (usually US) patent restrictions? They can be used/distributed freely in almost the whole world except of single countries, and do not contradict the DFSG. This category includes such important things like

How to extract the "ms-tnef" attachment in debian?

2000-06-06 Thread Wojciech Zabolotny
-tnef" MIME type. :-P -- TIA Wojciech Zabolotny http://www.ise.pw.edu.pl/~wzab http://www.gnupg.org Gnu Privacy Guard - protect your mail & data with the FREE cryptographic system

Re: Boot Windows with LILO

2000-06-05 Thread Wojciech Zabolotny
On Mon, Jun 05, 2000 at 06:37:07PM +0200, Wojciech Zabolotny wrote: > On Mon, Jun 05, 2000 at 05:56:09PM +0200, Francois Fayard wrote: [...] > > default = Linux > > vga = normal > > root = /dev/hda5 > > read-only [...] >In this case you'll need to

Re: Boot Windows with LILO

2000-06-05 Thread Wojciech Zabolotny
On Mon, Jun 05, 2000 at 05:56:09PM +0200, Francois Fayard wrote: > Hello, > I want to boot linux and w95 on my computer with LILO > I have > /dev/hda1: /boot > /dev/hda2: Windows (I have untared the win98 partition I've previously saved > on a CD-R) > /dev/hda...: linux partitions > > Here is my

Re: 128 bit version of Netscape 4.73

2000-06-05 Thread Wojciech Zabolotny
On Mon, Jun 05, 2000 at 09:21:39AM +, ktb wrote: > Rick Macdonald wrote: > > > > On Sun, 4 Jun 2000, Brad wrote: > > > > > I went ahead and downloaded the 128-bit versions of both Navigator and > > > > How did you download it? Using my current 4.72, I go through the netscape > > web pages to

How to use/create "transparent compression" on CD's under debian?

2000-06-01 Thread Wojciech Zabolotny
Hi All, Is it possible to create and read CDs with transparently compressed files (-z option in mkisofs) under debian? How to do it? How to create the files suitable for "transparent decompression"? Are they just the standard gzip compressed files? -- TIA

Re: Intro and it seems that W3.1 can see beyond thepartitionbarriers!

2000-05-29 Thread Wojciech Zabolotny
On Mon, May 29, 2000 at 04:49:26PM +0200, Vitux wrote: > One last thing: Try getting a bios-update for your old > computer; I've had much succes on my own old 486/100 (now > being reconf'ed for server use). When I updated my old Award > bios, it enabled LBA and other nice stuff (apm was much > imp

Re: Problem with installing potato on i810 based PC. (No agpgart

2000-05-26 Thread Wojciech Zabolotny
On Thu, May 25, 2000 at 03:26:01PM -0700, [EMAIL PROTECTED] wrote: > as someone who has installed quite a few i810 machines recently (including > a potato one) i suggest grabbing the XF86 sources and getting agpgart from > that. X server is very picky about what version of agpgart it uses > apparen

Re: Programowanie za pomocą skryptów

2000-05-26 Thread Wojciech Zabolotny
On Fri, May 26, 2000 at 09:07:56AM +0200, M P wrote: > Chciałbym przesłać do zaopiniowania programik, który moim zdaniem świetnie > pasowałby do Linux'a. > Jest on napisany w oparciu o bibl. curses i służy do łatwej budowy menu > wyboru w skryptach. > Nazywa się win3 i zwraca do shell'a wartość b

Re: Problem with installing potato on i810 based PC. (No agpgart

2000-05-25 Thread Wojciech Zabolotny
On Thu, May 25, 2000 at 10:24:15AM -0700, Sean 'Shaleh' Perry wrote: > On 25-May-2000 Wojciech Zabolotny wrote: > > I just tried to install potato on the PC with i810 based motherboard. > > The problem is with it's VGA adapter. In the documentation attached > >

Problem with installing potato on i810 based PC. (No agpgart in xserver-svga package?)

2000-05-25 Thread Wojciech Zabolotny
Hi All, I just tried to install potato on the PC with i810 based motherboard. The problem is with it's VGA adapter. In the documentation attached to the xserver-svga I've read that it requires the agpgart module, which should be included with the server. However I can't find neither compiled model

Berlin - an addition to or replacement of X11?

2000-05-18 Thread Wojciech Zabolotny
Hi All, Following the links on the Debian site, I found the home page of Berlin project http://www.berlin-consortium.org . It looks very promissing, however I have a few questions. - Is this system designated to be an addition to or the replacement of the X11? - What will be th

[OT] -march=pentium and -malign-double in egcs

2000-05-10 Thread Wojciech Zabolotny
Hi All, Does anybody know if -march=pentium in egcc implies automatically the -malign-double? -- TIA Wojciech M. Zabolotny http://www.ise.pw.edu.pl/~wzab <--> [EMAIL PROTECTED] http://www.freedos.org Free DOS for free people

Re: How to optimize for speedy calcs?

2000-05-09 Thread Wojciech Zabolotny
On Fri, May 05, 2000 at 10:12:16AM -0500, Brendel, Rob wrote: > One problem: My Scilab code runs about half as fast in Linux as it does in > WinNT. This is for identical Scilab-only code (no linking) on the identical > machine. How can I speed things up? In both OS's I installed binaries for >

Re: How to optimize for speedy calcs?

2000-05-09 Thread Wojciech Zabolotny
On Fri, May 05, 2000 at 10:12:16AM -0500, Brendel, Rob wrote: > Hi - > > I've recently installed Debian 2.1 on my desktop machine (Pentium Pro 200, > 64 MB RAM, 64 MB swap), dual-booting with WinNT. I made the switch to use > Scilab under Linux for the easy linking to Fortran object files. (Show

Mitsumi CR-2801TE under debian - stopped working after firmware upgrade :-(

2000-04-20 Thread Wojciech Zabolotny
Hi All, I've used successfully for ca. two years the Mitsumi CR-2801TE. Unfortunately, one of my students "upgraded" the drive's firmware to the 1.10 version, and now it stopped to work with Linux. I've downloaded and compiledd the newest cdrecord, but it didn't help. Does anybody faced and solve

Re: compiling spice from src

2000-04-11 Thread Wojciech Zabolotny
On Mon, Apr 10, 2000 at 04:43:30PM -0600, Gary Hennigan wrote: > Attila Csosz <[EMAIL PROTECTED]> writes: > > I tried to compile spice 3f5 from source but I got the following error > [errors snipped] > > What is wrong? > > You need to install the termcap compatibility package, termcap-compat > and

Console text editor with text/enriched support?

2000-04-09 Thread Wojciech Zabolotny
Hi All, I'm looking for the SMALL (ie. not emacs :-) ) console mode with the text/enriched support, which could be integrated with mutt. Is such a beast in debian available? -- Wojciech Zabolotny http://www.ise.pw.edu.pl/~wzab

Any verilog compiler packaged for debian?

2000-04-04 Thread Wojciech Zabolotny
Hi All, Are there any plans to package any of the free Verilog compilers/simulators for debian (for section "electronics" i suppose)? Below I give some links (maybe there is more such stuff): VBS http://www.flex.com/~jching/ VER http://daggit.pagecreator.com/ver/ver.html Icarus Verilog htt

Configuring crypt++el in slink to work with gpg

2000-03-28 Thread Wojciech Zabolotny
Hi All, I need to set up the crypt++el to work with the gpg on my slink driven system. Unfortunately the crypt-encryption--alist does not contain the record corresponding to the gpg. Does it mean that I have to modify the crypt++el file =:-( to add the gpg support ? Maybe I can add the new item to

Re: Threads under linux

2000-03-27 Thread Wojciech Zabolotny
On Mon, Mar 27, 2000 at 10:07:57AM -0600, Keith G. Murphy wrote: > I don't know much about that stuff, but you *do* know you can download > Solaris for your PC for free now, right? :-) Well, but what for? Is it open source like Linux is? -- Wojciec

Re: VPN

2000-03-22 Thread Wojciech Zabolotny
what software do you use - FreeS/Wan (http://www.freeswan.org) (GPL'ed) or VPS2.0 (http://www.strongcrypto.com/) (which is GPL'ed but uses SSH1, so there are problems with commercial use)? -- Wojciech Zabolotny http://www.ise.pw.edu.p

Ghostscript 6.01 in debian?

2000-03-21 Thread Wojciech Zabolotny
y for inluding in pdflatex documents). So I think I'll need to debianize it for myself... Does anybody has some experiences in debianizing of gs? -- TIA Wojciech Zabolotny [EMAIL PROTECTED]

LyX in frozen linked with buggy xforms?

2000-03-20 Thread Wojciech Zabolotny
Hi All, In the LyX home page I've found following statement Additional Programs/Libraries Required XForms 0.86 or 0.88 Don't use XForms-0.89 it's buggy. Automake 1.4 ... However LyX in the frozen dist is linked with Xforms0

FreeS/WAN as debian package?

2000-03-19 Thread Wojciech Zabolotny
Hi All, I trid to find the FreeS/Wan package ( http://www.freeswan.org ) in the debian non-us ditribution. However I was unable to find it. Are there any plans to include it? -- TIA Wojciech Zabolotny http

Re: HELP! Install problem. How to free I/O locked by "reserve=..." in boot params?

2000-03-09 Thread Wojciech Zabolotny
On Wed, Mar 08, 2000 at 09:14:27PM +0100, Bjoern Brill wrote: > > > Have you tried to insert the wd module with parameters (io=0x280 etc.)? > > > I think it doesn't care if resources are reserved or not in this case. > > > > Hmmm, I used the "insmod wd io=0x280", and it resulted in the mentioned >

Re: free c compiler 8051

2000-03-09 Thread Wojciech Zabolotny
On Wed, Mar 08, 2000 at 09:17:53PM -0600, Jorge Arturo Colorado wrote: > i will apreciate if you can send me a c compiler(8051) and instruccion > i devoloped project in assembly languaje ,but i think that this c > compiler can help me to develope the program quickly. > Sincerily yours Check the S

Re: HELP! Install problem. How to free I/O locked by "reserve=..." in boot params?

2000-03-08 Thread Wojciech Zabolotny
ilure (even the -v switch does not help). Thanks for suggestions. Tomorrow I'll try to investigate the problem more thoroughly. -- Wojciech Zabolotny http://www.ise.pw.edu.pl/~wzab http://www.freedos.org Free DOS for free people!

Is it possible to burn the "upgrade CD's"?

2000-03-07 Thread Wojciech Zabolotny
the updated packages, which have changed between the r0 and r4? Additionally I'd like to apply the similar method to the new, potato distribution. I have to maintain a few debian boxes without free Internet connections :-(. -- TIA

HELP! Install problem. How to free I/O locked by "reserve=..." in boot params?

2000-03-03 Thread Wojciech Zabolotny
Hi All, I have to install potato on a computer which locks with standard potato's installation kernel. This machine has a NIC (wd8003) located at 0x280. During the boot time one of the SCSI drivers (probably sim710) included in the standard kernel tries to detect the SCSI controller at the same a

Problem with potato installation, Where can I find the description of kernel's boot parameters?

2000-03-02 Thread Wojciech Zabolotny
Hi All, I need to block the autodetection (at the boot time) of device located at 0x280 , but without blocking possibility of loading the module with this iobase. The problem is that the WD8003 netcard is located there, which locks the system during the startup of potatos installation kernel (pro

How to create a mirror of "source" "binary-i386" & "binary-all"?

2000-03-02 Thread Wojciech Zabolotny
Hi All, I just bought a new 18,8GB disk, and would like to put a snapshot of potato distribution on one of its partitions. I'm interested in copying "source", "binary-all" and "binary-i386" directories. Is there any tool available to make such job easy? (I know, that I can use the "wget" with soph

EIDE ORB drives in debian/linux ?

2000-02-29 Thread Wojciech Zabolotny
Hi All, I'd like to know if ORB drives can be smoothly integrated with linux driven PC? Are they normally visible as an ATAPI/FLOPPY or something like this? -- TIA Wojciech M. Zabolotny http://www.ise.pw.edu.pl/~wzab <--> [EMA

Re: Parser for c++

2000-02-29 Thread Wojciech Zabolotny
On Tue, Feb 29, 2000 at 01:38:44PM +0100, Ron Rademaker wrote: > Doe anybody here know if (and if yes what) there is a program (debian > package or source code to compile or non-free binary) that is able to > parse c++ code mad with borland c++ builder 4 to c++ code that can be > used with linux (X

Problems with compiling FreeHDL (free VHDL) in slink - any other experiences?

2000-02-28 Thread Wojciech Zabolotny
Hi All, I tried to compile the FreeHDL ( http://freehdl.seul.org/ - The FREE implementation of VHDL-93) on my linux/slink box. When compiling the v2cc.cc, the memory usage increased to 70MB causing the build process to fail. Does it really need so much memory, or there is an error (eg. repeatedly

Re: HELP: debian IMAP client with non-kerberos encrypting authentication?

2000-02-25 Thread Wojciech Zabolotny
On Fri, Feb 25, 2000 at 04:05:31PM -0500, Brendan Cully wrote: > On Friday, 25 February 2000 at 21:41, Wojciech Zabolotny wrote: > > Hi All, > > > > I'm looking for IMAP server/client, allowing for safe authentication (no > > plain > > text password transfer

HELP: debian IMAP client with non-kerberos encrypting authentication?

2000-02-25 Thread Wojciech Zabolotny
Hi All, I'm looking for IMAP server/client, allowing for safe authentication (no plain text password transfer). The imap/fetchmail set requires installation of the whole kerberos suite, which is very big trouble... :-(. -- TIA Wojciech Zabo

Re: How to configure the imap package after installation?

2000-02-25 Thread Wojciech Zabolotny
On Fri, Feb 25, 2000 at 02:48:36PM +0100, Wojciech Zabolotny wrote: > I've installed the imap package on my debian box. However I can't access > my mail folders, located in ~/Mail directory - neither from other debian > box with fetchmail nor from Win98 box with Netscape. I

How to configure the imap package after installation?

2000-02-25 Thread Wojciech Zabolotny
I've installed the imap package on my debian box. However I can't access my mail folders, located in ~/Mail directory - neither from other debian box with fetchmail nor from Win98 box with Netscape. I couldn't find any info about required further configuration of imap... How to make my mail folder

How to fetch procmail processed mail from my office computer?

2000-02-24 Thread Wojciech Zabolotny
the folder names for fetchmail? -- TIA Wojciech Zabolotny http://www.ise.pw.edu.pl/~wzab http://www.freedos.org Free DOS for free people!

Mutt & procmail in debian - how to configure locking of folders?

2000-02-24 Thread Wojciech Zabolotny
Hi All, I just wanted to configure procmail in my system, and I'm a little afraid of locking problems. How should I configure the locking in procmail and in mutt, to avoid the destruction of mail folders when procmail delivers a message to the folder which is currently beeing modified by mutt. Is

Re: Scanners in Debian

2000-02-21 Thread Wojciech Zabolotny
On Mon, Feb 21, 2000 at 11:59:27AM +1030, John Pearson wrote: > Most SCSI scanners work under Linux, using SANE. > > USB and parallel port scanners may work with kernel 2.4 > when it comes out, which means they may also work with > some 2.3.x (development) kernels). Does it include only "SCSI ov

Re: spice (fwd)

2000-02-20 Thread Wojciech Zabolotny
ave a look. No source, just binary, > and I have a hunch it is compiled for slink. I couldn't get it to run on > potato. -- Wojciech Zabolotny http://www.ise.pw.edu.pl/~wzab http://www.debian.org Use Linux - an OS without "trojan horses" inside

Support for custom designed PCI/PLX9080 card in debian.

2000-02-19 Thread Wojciech Zabolotny
m the mapping of the PCI card local bus to the CPU's memory or I/O address space? 3) Can the required functions be implemented in the "user mode" driver, or is it necessary to write the kernel module? -- TIA

[continued] How to set LANG variable for X window session started by XDM?

2000-02-14 Thread Wojciech Zabolotny
proper way to set locales for X sessions? BTW. Why the /etc/environment is not sourced by the standard debian /etc/profile? -- TIA Wojciech Zabolotny http://www.ise.pw.edu.pl/~wzab http://www.debian.org Use Linux - an

How to set LANG variable for X windows sessions started by XDM?

2000-02-14 Thread Wojciech Zabolotny
I've checked it, but without success... Setting in /etc/init.d/xdm doesn't work either :-(. Is there any place where I could set IN ONE PLACE the correct default i18n values for both X and console applications? -- TIA Woj

Re: Problems with vncserver in debian...

2000-02-11 Thread Wojciech Zabolotny
On Thu, Feb 10, 2000 at 03:17:31PM -0500, [EMAIL PROTECTED] wrote: > On Thu, Feb 10, 2000 at 03:54:17PM +0100, Wojciech Zabolotny generated a > stream of 1s and 0s: > > Hi All, > > > > When I connect from a DOS computer to vncserver running on my Debian box, > > t

Problems with vncserver in debian...

2000-02-10 Thread Wojciech Zabolotny
Hi All, When I connect from a DOS computer to vncserver running on my Debian box, the keyboard works in completly crazy way. Eg. pressing "o" produces "r", pressing 1 or 2 produces "4" and so on. I couldn't find any rule for it :-(. Is it caused by misconfiguration of my vncserver or the DOS clien

Re: DVD

2000-02-09 Thread Wojciech Zabolotny
pendvd.org There is Linux software on this site, with the info how to set it up. Probably, there should be also a list of compatible DVD players. -- Wojciech Zabolotny http://www.ise.pw.edu.pl/~wzab

Re: How to change size of page in postscript doc? (non-trivial question)

2000-02-09 Thread Wojciech Zabolotny
ife ;). Thank's, pstops did the trick, however one problem still remained - the rubbish still exist even though it does not fit on the page. When I use the psbook and psnup to get the smaller, printed booklet, rubbish from left page destroys the right one :-(. Is it possible to for

How to change size of page in postscript doc? (non-trivial question)

2000-02-09 Thread Wojciech Zabolotny
ted in the output. Does anybody know such a beast? -- TIA Wojciech Zabolotny http://www.ise.pw.edu.pl/~wzab http://www.opendvd.org Don't let others decide what can you play on YOUR hardware, and what

Whiteboard for debian?

2000-02-04 Thread Wojciech Zabolotny
Hi All, I'm looking for the whiteboard teleconferencing utility, available for both Linux and Winblow$. It should be open source of course... -- TIA Wojciech M. Zabolotny http://www.ise.pw.edu.pl/~wzab <--> [EMAIL PROTECTED]

Is it safe to upgrade debhelper to potato, leaving the rest of slink?

2000-02-04 Thread Wojciech Zabolotny
Hi All, I'd like to compile/install the ted package on my slink box. Unfortunately the slink debhelper lacks the dh_installmime and dh_link functions, (and maybe some others) needed by the source package of ted. Is it safe to upgrade the debhelper alone, and leave the rest of the slink untouched?

How to compose text/enriched messages in mutt?

2000-01-31 Thread Wojciech Zabolotny
Hi All, I prefere using the pure text in mail, but sometimes it is nice to emphasize a part of the message or format it in a particular way. AFAIK the text/enriched format is an accepted mail format. However how can I compose the text/enriched messages in mutt? Is there any text/enriched aware, co

How to reset a local printer from the Debian box?

2000-01-22 Thread Wojciech Zabolotny
ms to be a very dirty trick :-(. -- Thanks for any suggestions Wojciech Zabolotny http://www.ise.pw.edu.pl/~wzab http://www.freedos.org Free DOS for free people!

Re: ppp/chat: BLACKLISTED after (many) tries

2000-01-20 Thread Wojciech Zabolotny
which will switch off/on your modem under the software controll. (Switching modem on and off after each two trials, when you have to try 100 times before you get connected is really tiring :-)). -- Wojciech Zabolotny http://www.ise.pw.edu.pl/~wzab

Re: Please Help me!!!

2000-01-09 Thread Wojciech Zabolotny
eap call via Internet. > I know about two such programs: VAT and speak-freely. AFAIK both are available as debian packages. -- HTH Wojciech Zabolotny http://www.ise.pw.edu.pl/~wzab http://www.debian.org Linux - free OS for free people!

Re: Problem with mutt sources - unknown C syntax?

2000-01-09 Thread Wojciech Zabolotny
On Sun, Jan 09, 2000 at 07:53:28PM +, Paul J. Keenan wrote: > On Sat, Jan 08, 2000 at 02:50:14PM +, Paul J. Keenan wrote: > > On Sat, Jan 08, 2000 at 12:24:26PM +0100, Wojciech Zabolotny wrote: > > > Hi All, > > > > > > The problem is that I don&

Re: UNIX variant for old PC

2000-01-09 Thread Wojciech Zabolotny
ng NCSA-telnet under FreeDos) and connect them to one 386 or better Linux server... -- Wojciech Zabolotny http://www.ise.pw.edu.pl/~wzab http://www.freedos.org Free DOS for free people!

Problem with mutt sources - unknown C syntax?

2000-01-08 Thread Wojciech Zabolotny
preceeding the paranthesis around the string definition? Is it a GCC extension? -- Wojciech Zabolotny http://www.ise.pw.edu.pl/~wzab http://www.debian.org Use Linux - save your data and time

Problems with mutt 1.0.1 i under slink

1999-12-30 Thread Wojciech Zabolotny
Hi All, A few days ago I've send a message about successfull packaging of mutt 1.0.1 for slink. Unfortunately things are more difficult :-(. The new version of mutt works without problems on my office PC, which is continously connected to the Internet and is systematically upgraded (so now it is p

How to setup the safe mail&news relying system in debian?

1999-12-24 Thread Wojciech Zabolotny
th SSL? Thanks for any suggestions & pointers. -- TIA & best XMas wishes Wojciech Zabolotny http://www.ise.pw.edu.pl/~wzab http://www.debian.org Use Linux - save your data and time

Debianized Mutt-i 1.0 for slink! (WAS: Problem with Mutt <-> GPG cooperation)

1999-12-21 Thread Wojciech Zabolotny
On Mon, Dec 20, 1999 at 10:50:21PM +, Jonathan McDowell wrote: > > On Mon, Dec 20, 1999 at 11:41:52PM +0100, Wojciech Zabolotny wrote: > > > > I had this problem too and upgraded to mutt 1.0i and it's gone away, so > > > I guess it was a known bug that

Re: Problem with Mutt <-> GPG cooperation

1999-12-20 Thread Wojciech Zabolotny
ally multipart/splitted messages (eg. generated by mpack)? -- Wojciech Zabolotny http://www.ise.pw.edu.pl/~wzab http://www.gnupg.org Gnu Privacy Guard - protect your mail & data with the FREE cryptographic system pgpgQlpY0m7

Problem with Mutt <-> GPG cooperation

1999-12-20 Thread Wojciech Zabolotny
rm, the recipient's e-mail... all the syntaxes given in gpg's man page. Nothing works! The beep is heard and I can see again the: Enter keyID for ...: What's wrong? The pgp_default_version is set to 'gpg'. The mutt version is Mutt 0.95.3i (1999-02-12), and the gpg versio

Problems with building of Gnupg 1.0.1 package in slink - with (dirty) solution

1999-12-19 Thread Wojciech Zabolotny
7;ve got the working gnupg_0.9.10-2_i386.deb package. BTW I don't know what defines the version of the package. The debian/control does not contain the "Version:" line, there is only "Standards-Version" line... -- Wojciech Zabolotny

Re: Monochrome XFIG

1999-12-14 Thread Wojciech Zabolotny
On Mon, Dec 13, 1999 at 10:39:08PM +, Pedro Sanchez wrote: > Why is xfig monochrome-only for menus? I can add colors to my drawings > but the panels and menus are plain black and white as if I had started > "xfig -monochorome." I have the same effect in one of my boxes, which was continuously

How to handle message/partial attachments in mutt.

1999-12-13 Thread Wojciech Zabolotny
TIA Wojciech Zabolotny http://www.ise.pw.edu.pl/~wzab http://www.gnupg.org Gnu Privacy Guard - protect your mail & data with the FREE cryptographic system

Has anybody fixed python-plplot to work with python1.5?

1999-12-02 Thread Wojciech Zabolotny
Hi all, I need the python-plplot interface for my program. I've download the plplot source, which builds the python-plplot package too. Unfortunately this package does not work with python 1.5, and in package's info there is notice (from 1998) that it should be fixed soon. I've checked the potato,

Re: Crash windows with ping?

1999-11-29 Thread Wojciech Zabolotny
On Mon, Nov 29, 1999 at 01:16:50PM +0100, Horvath Zsolt wrote: > I've heard windows will crash when I ping it. What parameters have ping in > this case? Search the net for "teardrop" this nice program does the trick... -- Wojciech M. Zabolotny http://www.ise.p

Re: your mail

1999-11-28 Thread Wojciech Zabolotny
quot; filename. - You have to use the "./" before the name of your program, because the current directory IS NOT included in your path. (Don't change it, it is good for security reasons). -- Hope this helps Wojciech Zabolotny

Annoying anacron (or cron?) jobs after turning on the debian box

1999-11-28 Thread Wojciech Zabolotny
r a Debian system. 1 5 cron.daily nice 19 run-parts /etc/cron.daily 7 10 cron.weekly nice 19 run-parts /etc/cron.weekly 30 15 cron.monthlynice 19 run-parts /etc/cron.monthly -- TIA Wojciech Zabolotny

Re: Aztech 3D sound card ??????

1999-11-27 Thread Wojciech Zabolotny
t setting up the WaveRider in linux, posted by me one, or ona and half year ago to the debian-users. Please check the mailing list archive. If you can't find it, however, I can find this posting in my archive, and send it to you. -- Greetings.

Mgetty configuration...

1999-11-27 Thread Wojciech Zabolotny
x27;t the group be set for "voice", and the write permission for group be added? -- TIA Wojciech Zabolotny http://www.ise.pw.edu.pl/~wzab http://www.freedos.org Free DOS for free people!

Re: Problems with libapache-mod-python in slink

1999-11-26 Thread Wojciech Zabolotny
On Thu, Nov 25, 1999 at 01:09:22PM -0800, Eric G . Miller wrote: > On Thu, Nov 25, 1999 at 09:33:46PM +0100, Wojciech Zabolotny wrote: > > Hi all, > > > > I have problems with libapache-mod-python in Slink. > > I need to use the apache-ssl, but libapache-mod-python

Problems with libapache-mod-python in slink

1999-11-25 Thread Wojciech Zabolotny
didn't start any more... Where is the problem? Shouldn't the libapache-mod-python depend on apache-common instead of apache? -- Wojciech Zabolotny http://www.ise.pw.edu.pl/~wzab http://www.debian.org Linux - free OS for free people!

SOLVED! (but with dirty trick) Problems with using metapost in Slink

1999-11-21 Thread Wojciech Zabolotny
cument} And get the correct figures, ready to include in the LaTeX document. However this solution is not satisfactory. (Because if dvitomp fails because of other problem than font chksum error, one may get corrupted figures). So if someone finds a better solution, please let me know... BTW. What

Problems with PostScript fonts in tetex in debian slink

1999-11-16 Thread Wojciech Zabolotny
Hi All, When I use the "pslatex" package in latex documents in debian-slink, I get the following errors: == dvips: Checksum mismatch in ptmri8r dvips: Checksum mismatch in ptmri8r dvips: Checksum mismatch in psyr == I ignore

Re: Creating contrib/non-free/non-us cd

1999-11-08 Thread Wojciech Zabolotny
er the price. I always downloaded the whole "non-us" tree and put it on the CDROM, installing the non-us packages by hand. -- Wojciech Zabolotny http://www.ise.pw.edu.pl/~wzab http://www.debian.org Use Linux - save your data and time

Where in the debian's gcc is defined the FLT_MAX constant?

1999-11-04 Thread Wojciech Zabolotny
Hi All, I'm just trying to compile the "snns" program, which uses the MAXFLOAT constant. The maxfloat is defined in the /usr/include/math.h as: #define MAXFLOAT FLT_MAX However the FLT_MAX is not defined at all... Probably it should be defined in the float.h file, but there is no such file i

USB support in Linux?

1999-11-03 Thread Wojciech Zabolotny
Hi All, My research group is considering developing of simple A/D converter for USB bus. Of course I'd like to provide it with the Linux support. I'm interested if the USB is supported by Linux? Where can I get the info about writing the drivers for USB devices for Linux (on-line preferred)? --

Are pdfslide and pdfscreen included in potato's version of tetex?

1999-10-28 Thread Wojciech Zabolotny
Hi All! I'd like just to know if the "pdfslide" and "pdfscreen" packages are included in potato's distribution of tetex? -- Wojciech Zabolotny http://www.ise.pw.edu.pl/~wzab Build your free Data Acquisition System:

Bug in gnuplot in the pslatex.trm still exists :-(

1999-10-19 Thread Wojciech Zabolotny
ike to forward it to this group too (and to package's mantainer), to allow for correction of debian gnuplot package. Wojtek Zabolotny [EMAIL PROTECTED] -- Forwarded message -- Date: Sun, 2 Aug 1998 01:01:58 +0200 (EEST) From: W

  1   2   3   >