KDE2, Konqueror and Java
Hi, did someone already get Java to work in Konqueror? I'm unable to. The Java console shows up, but nothing happens, only a grey window in the place of the Java app on the page. Java path in the settings is set to automatic. What shall I do to get it work? versions: ii libc6 2.1.95-1GNU C Library: Shared ii java-common 0.4 Base of all Java ii jdk1.1 1.1.8v1-3 JDK 1.1.x (Java ii jdk1.1-native 1.1.8v1-3 JDK 1.1.x Runtime - ii kdebase 2.0-final-0 KDE core applications ii kdelibs32.0-final-0 KDE core libraries ii konqueror 2.0-final-0 KDE's advanced File thx in advance -- Gabor Gludovatz <[EMAIL PROTECTED]> http://www.sopron.hu/~ggabor/
apache 1.3.12 sources + dpkg-deb
Hello, I downloaded the apache 1.3.12 sources and wanted to make a deb from it but dpkg-deb -b apache-1.3.12 says: dpkg-deb: failed to open package info file `apache-1.3.12/DEBIAN/control' for reading: No such file or directory I rename apache-1.3.12/debian to DEBIAN and then the same command again: dpkg-deb: parse error, in file `apache-1.3.12/DEBIAN/control' near line 7: missing package name ok, there was a spare new line on the 7th line. I deleted it. then I did a dpkg-deb -b apache-1.3.12 again: dpkg-deb: parse error, in file `apache-1.3.12/DEBIAN/control' near line 9 package `apache': `Depends' field, invalid package name `${shlibs:Depends}': must start with an alphanumeric that's all. what shall I do now? can my dpkg-deb be too new? (1.6.15 (i386)) I'd like to make an apache with frontpage extension but first I wanted to make a deb file from the original source... thanx in advance ps.: does someone know of an apache+frontpage.deb? then I needn't to bother with dpkg-deb. -- Gabor Gludovatz <[EMAIL PROTECTED]> http://www.sopron.hu/~ggabor/
md5sums
Hello, how can I calculate and compare the md5sums of the installed binaries with their original md5sum with dpkg? Corax -- Gabor Gludovatz <[EMAIL PROTECTED]> http://www.sopron.hu/~ggabor/
IP masq
Hi, I connect to the Internet from a masqueraded LAN through a masquerading gateway/proxy server. My problem is that, if I am logged in to somewhere outside our network with ssh or telnet, after a little while of inactivity the gateway resets the connection and I have to reconnect. The proxy server is a Deb 2.1 with kernel 2.0.38. What should I set in its kernel if I want to keep the connection even if it's idle? (it's all the same, wherever I connect to, I get disconnected, so it's not a logoutd thing.) -- Gabor Gludovatz <[EMAIL PROTECTED]> http://www.sopron.hu/~ggabor/
Taper
Hi, I'd like to set up an auto-backup from cron. I run taper with the following command line, but it always gives me its help without any error message. taper --append-on --erase-tape-off --unattended-id -1 -g `date` -t "Aryo ($(LANG=de_DE date "+%A"))" -U @default What's wrong with it? And why does taper give no errors if something's wrong? Thanks. Gabor -- Gabor Gludovatz <[EMAIL PROTECTED]> http://www.sopron.hu/~ggabor/
Re: IP masq
On Mon, 29 Jan 2001, A+B Frank wrote: > > I connect to the Internet from a masqueraded LAN through a masquerading > > gateway/proxy server. My problem is that, if I am logged in to somewhere > > outside our network with ssh or telnet, after a little while of inactivity > > the gateway resets the connection and I have to reconnect. > > > > The proxy server is a Deb 2.1 with kernel 2.0.38. What should I set in its > > kernel if I want to keep the connection even if it's idle? > > > > (it's all the same, wherever I connect to, I get disconnected, so it's > > not a logoutd thing.) > > Hi, > it seems to me like a time out for idle lines. Search in th > configuration > files of ppp/ippp for a parameter "huptimeout" or so. there is no (i)ppp installed to that machine. it connects with 10baseT ethernet to a micro device, and we are connected (masquaraded) through it. -- Gabor Gludovatz <[EMAIL PROTECTED]> http://www.sopron.hu/~ggabor/
Re: Taper
On Mon, 29 Jan 2001, Gabor Gludovatz wrote: > I'd like to set up an auto-backup from cron. I run taper with the > following command line, but it always gives me its help without any error > message. > > taper --append-on --erase-tape-off --unattended-id -1 -g `date` -t "Aryo > ($(LANG=de_DE date "+%A"))" -U @default > > What's wrong with it? And why does taper give no errors if something's > wrong? missing quotation marks... taper --append-on --erase-tape-off --unattended-id -1 -g "$(date)" -t "Aryo ($(LANG=de_DE date "+%A"))" -U @default it works this way. -- Gabor Gludovatz <[EMAIL PROTECTED]> http://www.sopron.hu/~ggabor/
atexit
Hello, since I upgraded libc6 to its newest version, a lot of binaries stopped to work. It's not a problem for solid-pop3d or exim, which I simply upgraded to their newest version, but it is a problem with mcafee uvscan and sophos antivir, because I have the newest version of them and still don't work because of: ./uvscan: error while loading shared libraries: ./uvscan: undefined symbol: atexit How can I get them to work again? thanks, Gabor
lynx+cron
Hello, I'd like to run lynx -dump as a cron job, but it always tells me, that "Your terminal lacks the ability to clear the screen or position the cursor." I haven't found anything in lynx' manual. Can someone help? thanks in advance Gabor
klogd
Hi, could someone please tell me how could I get klogd not to log every event to the console as well? syslog logging would be enough, but I haven't found any switch or configuration parameter... syslog.conf is set up correctly and if I kill klogd, there are no kernel messages on the console.. and no kernel messages in the syslog either :) help! :) -- Gabor Gludovatz <[EMAIL PROTECTED]> http://www.sopron.hu/~ggabor/
strange mouse
Hi, I have a strange problem with my mouse. On system startup my mouse doesn't work (it's a serial one), until I plug it out from its connector. After I reconnect it to the computer again, it starts to work... If I restart gpm, the mouse doesn't work until I reconnect it again. The strangest thing about it, if I strace gpm, then it doesn't get any signal from the mouse. After the plug-out-plug-in game, gpm gets to get a bundle of data again. After an /etc/init.d/gpm restart the mouse dies. After plugging it out, and plugging it back, it works again... And so on... What can this be? gpm 1.19.6-9 Kernel 2.4.17 gpm starts in 'ms' mode, with /dev/ttyS0 as mouse device. thx in advance -- Gabor Gludovatz <[EMAIL PROTECTED]> - Phone: +36 (20) 9 109 129 http://www.sopron.hu/~ggabor/ - ICQ# 861 404
Mouse in X and console at the same time
Hello, I'm having problems with the Mouse. Until now I've used a simple serial mouse, and there's been no problem with it, I could use the gpm's repeater interface under X. But now I've bought a new Logitech mouse, which is the type of IMPS/2. Unfortunatelly GPM cannot repeat IMPS/2 protocol, so I cannot use the mouse's extra services like the roller. If I use /dev/psaux under X and with gpm too, then one of them always freezes. Is there a clean way to use IMPS/2 with console and X at the same time? thanks in advance -- Gabor Gludovatz <[EMAIL PROTECTED]> - Phone: +36 (20) 9 109 129 http://www.sopron.hu/~ggabor/ - ICQ# 861 404
encrypted filesystem
Hi, does someone know of a sulution which I could use to encrypt a filesystem transparently? I want my data to be encoded on the disk and I'd like to mount it at the same time, and access+modify it. In the good old times there was a patch, the kerneli patch, with which I could encrypt any filesystem, but now I need something for the 2.4.x kernels and as of yet I haven't found anything :( Gabor -- Gabor Gludovatz <[EMAIL PROTECTED]> http://www.sopron.hu/~ggabor/
cd grabbing
Hello, If I grab audio tracks from a CD, then my system's network interfaces don't answer to anything, I don't get answer even to a single ping packet. And my system gets very slow. The UDMA is turned on for the CD-ROM, so I don't understand what the problem is... Here is the hdparm's output: roadrunner:~# hdparm -i /dev/cdrom /dev/cdrom: HDIO_GET_MULTCOUNT failed: Invalid argument Model=SONY CD-ROM CDU4821, FwRev=S0.Q, SerialNo=MT1198-B Firmware Config={ Fixed Removeable DTR<=5Mbs DTR>10Mbs nonMagnetic } RawCHS=0/0/0, TrkSize=0, SectSize=0, ECCbytes=0 BuffType=0(?), BuffSize=0kB, MaxMultSect=0 DblWordIO=no, OldPIO=4, DMA=yes, OldDMA=2 (maybe): CurCHS=0/0/0, CurSects=0, LBA=yes, LBAsects=0 tDMA={min:120,rec:150}, DMA modes: sword0 sword1 sword2 mword0 mword1 mword2 IORDY=on/off, tPIO={min:227,w/IORDY:120}, PIO modes: mode3 mode4 UDMA modes: mode0 mode1 *mode2 Thanks in advance, Gabor
Apache virtualhosts with different user
Hello, if I define 'user' in virtualhost section of apache's httpd.conf, then my cgi scripts will be running as 'user' if suexec has been set up correctly. It's okay. But how can I tell apache to run the whole virtualhost as 'user'? Including accessing html files, and especially php. Is it possible somehow? Having read the apache docs, I haven't found anything useful, but there must be a solution if I don't want my users to run php scripts as www-data. thx in advance -- Gabor Gludovatz <[EMAIL PROTECTED]> - Phone: +36 (20) 9 109 129 http://www.sopron.hu/~ggabor/ - ICQ# 861 404
Re: Apache virtualhosts with different user
On Wed, 9 Jan 2002, Berthold Cogel wrote: > > if I define 'user' in virtualhost section of apache's httpd.conf, then my > > cgi scripts will be running as 'user' if suexec has been set up correctly. > > It's okay. But how can I tell apache to run the whole virtualhost as > > 'user'? Including accessing html files, and especially php. > > > > Is it possible somehow? Having read the apache docs, I haven't found > > anything useful, but there must be a solution if I don't want my users to > > run php scripts as www-data. > Simply use 'User' and 'Group' directive in the 'Virtual Host' container. If > your > virtual host setup is correct, then this will work. Oh, and each user needs > his > own directory for his CGIs, which is writable only for him (see suexec docs). > > We did this for several projects: > > CGIs in separate directorys in /var/www/cgi/ > Data and HTML in separate directorys in /var/www/ > Set the permissions for those directorys. > > The resulting vitual host in the apache configuration: > > > ServerName .test.de > DocumentRoot /var/www//docs > > User > Group > > ScriptAlias /cgi-bin/ /var/www/cgi// > > /docs> > AllowOverride None > Order allow,deny > Allow from all > > > /> > AllowOverride None > Options ExecCGI > Order allow,deny > Allow from all > > > this way cgi's will really run as 'user', but html files will be accessed as www-data, and even php scripts will run as www-data. -- Gabor Gludovatz <[EMAIL PROTECTED]> - Phone: +36 (20) 9 109 129 http://www.sopron.hu/~ggabor/ - ICQ# 861 404
invalid PORT command
Hello, there is an NT FTP server with private IP (192.168.0.240) behind a Debian, and on the Debian the port 90 is forwarded to the nt's port 21 with redir. If I try to connect to the Debian's port 90, I get connected to the NT, but if my ftp client tries to download something or even do a directory listing, the nt's ftp servers says: 'invalid port command'. So, the server (the NT) is masquaraded, not the client, that's why I use PORT instead of PASV. My FTP client (Internet) --> Debian (masq firewall) --> NT FTP server (private IP) Cmd: PORT 63,112,201,195,4,136 500: Invalid PORT Command. Does someone know, what to do in this case? The ftp server is Microsoft FTP Service (Version 5.0). Thanks, Gabor
Re: KDE3 and Woody
> > Is Woody going to use KDE3 or do I need an upgrade to Sid? > > KDE3 will likely not end up in woody. Hi, does someone know when will be available the KDE3 to Sid? thx, Gabor -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
screen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, is there a way to protect my screen session from being attached by anyone who logs into my account? sometimes the screen session contains sensitive things, like root shells, etc., which I don't want to be accessible if someone gets into my account. I didn't find anything in the manual. Shall I hack it into screen or somebody has already done it? thanks, Gabor -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9H45iSZAaTrwuyLkRAgIxAKChPWDdpyqWcpJKqCRzgpUhvBRSkQCgksqa WxExG7UtVKy/hqObPQCKDjg= =yGm7 -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]