installing X with apt-get
Hi, I'd like to install a minimal X window system with 'apt-get install', with a simple window manager (for example icewm). How to do that? I tried "apt-get install xserver-xorg xbase-clients xinit" but still have a font problem (X exiting) What is the simplest command for later use? Thanks
keeping old libc
Hi, I'd like to update my stable system to testing but I want to keep the old libc libs and headers. I dont know if it is possible. The reason: kylix 3 works only with libc libs while linking an application. Acceptable to copy "/lib" to "/lib2" or somewhat but I dont know what to do. Thanks Attila -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
sa-learn
Hi, Is "sa-learn" available? Where is located? I got "command not found". Name VersionDescription +++-==-==- ii spamassassin 2.20-1woody3 Perl-based spam filter using text analysis Thanks Attila -- - - Mail: [EMAIL PROTECTED]; Debian stable / 2.4.24 / qmail - -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
chip selection in xfree snapshot
Hi, I compiled the latest snapshot xfree for my ATI 9800 Pro card. My question: which is the best selection from chipsets while running "xf86config" ; ("ati" or "radeon")? Thanks Attila -- - - Mail: [EMAIL PROTECTED]; Debian stable / 2.4.24 / qmail - -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
dhcp client setup
Hi, How to setup a dhcp client? My computer connected to an another(server) the server act as a "dhcp server". If I put the following lines to the /etc/network/interfaces auto eth0 iface eth0 inet dhcp Is it enough or should I start a client program too on my computer(client)? Which package is recommended to use: dhcp-client or dhcp3-client Thanks Attila -- - - Mail: [EMAIL PROTECTED]; Debian stable / 2.4.24 / qmail - -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
could you give a link for xfree 4.3 deb-s for woody? thanks
-- - - Mail: [EMAIL PROTECTED]; Debian stable / 2.4.24 / qmail - -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
install debian in SATA
Hi, Is it possible to install debian from scratch in an SATA winchester? How? Thanks Attila -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
error while upgrading stable->unstable
Hi, I'm trying to upgrade from stable to unstable but I've got the followin error message: E: Internal Error, Could not perform immediate configuration (2) on libpam0g How to solve this? I've tried the "apt-get -f install" and the force-loopbreak option but nothing happened. Thanks Attila -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: formail help
You don't understand my question. I can set up my .procmailrc for debian-user mails but not this is my problem as I specified. My question: which is the minimal set of mail fields to be become a correct mailbox? (only from, to, subject not enough I got "not correct mailbox" error message) Thanks Attila Rob Weir wrote: On Wed, Mar 05, 2003 at 11:23:36PM +0100, Attila Csosz wrote: Hi, Which fields should I place at least to this list to get correct mailbox? I use the followings but I've got an error message in mutt "this is not a correct mailbox" (or similar) in my .procmailrc :0 * | formail -k X From: -X Subject: >> inbox You don't need formail for this at all... Simple ~/.procmailrc which will filter d-u to a specific mailbox: # Mail will get dumped here if it doesn't match any other rules DEFAULT=$MAILDIR/inbox/ :0: * ^X-Mailing-List.*<[EMAIL PROTECTED]> lists/debian/debian-user/ All done. And it won't screw up when people BCC the list or whatever someone was complaing about last week -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
formail help
Hi, Which fields should I place at least to this list to get correct mailbox? I use the followings but I've got an error message in mutt "this is not a correct mailbox" (or similar) in my .procmailrc :0 * | formail -k X From: -X Subject: >> inbox Thanks Attila -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
procmail log
Hi, A have some rule in my .procmailrc to detect spam. It works fine but in .procmail.log I see formail -A "X-MySpam: charset" >> ${TRASHFOLDER} when catching a spam instead of trash Is it possible to configure the log to get "trash"? Thanks Attila --- part of my .procmailrc -- # ~/.procmailrc PATH=/bin:/usr/bin:/usr/sbin MAILDIR=${HOME} LOGFILE=${HOME}/.procmail.log TRASHFOLDER=trash #TRASHFOLDER=/dev/null :0 * charset=.*windows-1251|charset=.*gb2312|charset=.*windows-1256 | formail -A "X-MySpam: charset" >> ${TRASHFOLDER} :0 * inbox --- -- - - Mail: [EMAIL PROTECTED]; Debian sid / 2.4.20 / qmail - - PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb - -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: please help on adsl sharing
GBV wrote: 1. Your ISP require pppoe? 2. Do your adsl provider use DHCP ? if 1 == true remove the configuration of your internet interface apt-get install pppoeconf type as root: pppoeconf if 2 == true && 1 == false edit your /etc/network/interfaces like auto eth0 iface eth0 inet dhcp else My ISP requires pppoe and the ADSL works normal on the server. The problem is the sharing the ADSL with the other computer. Attila -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: please help on adsl sharing
Osamu Aoki wrote: On Wed, Feb 05, 2003 at 03:56:57PM +0100, Attila Csosz wrote: I try to set up adsl sharing on two computer but I have problems. The situation: adsl --->A(connected to adsl) -- B(internal machine) I do the followings: on machine A have the followings: 1) /etc/network/interfaces auto lo iface lo inet loopback auto eth0 eth1 iface eth0 inet static address 192.168.1.2 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 iface eth1 inet static address 192.168.1.1 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 This does not make sense. I you are using one card port to do 2 address, read about IP ALIASING. eth0:1 etc. I do ont undersytand why you put both in same netweork segment? Usually we use separate ones. See my example at: http://www.debian.org/doc/manuals/reference/ch-gateway.en.html Thanks. Maybe I should modify the eth0 section address, netmask etc? address 10.0.0.1 netmask 255.0.0.0 network 10.0.0.0 broadcast 10.0.0.255 Will be good? Attila -- ICQ - [ # 173551800 ] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
please help on adsl sharing
I try to set up adsl sharing on two computer but I have problems. The situation: adsl --->A(connected to adsl) -- B(internal machine) I do the followings: on machine A have the followings: 1) /etc/network/interfaces auto lo iface lo inet loopback auto eth0 eth1 iface eth0 inet static address 192.168.1.2 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 iface eth1 inet static address 192.168.1.1 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 The kernel on A and B(2.4) has the ip-masquerade features which specified in ip-masquerade howto. The dist is debian sid, I use the installed iptables (not compiled from source) 2) Before connecting to adsl I run the following script: #!/bin/sh IPTABLES=/sbin/iptables DEPMOD=/sbin/depmod INSMOD=/sbin/insmod EXTIF="eth1" INTIF="eth0" $DEPMOD -a $INSMOD ip_tables $INSMOD ip_conntrack $INSMOD ip_conntrack_ftp $INSMOD ip_conntrack_irc $INSMOD iptable_nat $INSMOD ip_nat_ftp echo "1" > /proc/sys/net/ipv4/ip_forward echo "1" > /proc/sys/net/ipv4/ip_dynaddr $IPTABLES -P INPUT ACCEPT $IPTABLES -F INPUT $IPTABLES -P OUTPUT ACCEPT $IPTABLES -F OUTPUT $IPTABLES -P FORWARD REJECT $IPTABLES -F FORWARD $IPTABLES -F -t nat $IPTABLES -A FORWARD -i $EXTIF -o $INTIF -m state --state ESTABLISHED,RELATED -j ACCEPT $IPTABLES -A FORWARD -i $INTIF -o $EXTIF -j ACCEPT $IPTABLES -A FORWARD -j LOG $IPTABLES -t nat -A POSTROUTING -o $EXTIF -j MASQUERADE Then I run ppp_on_boot_dsl manually. on machine B have the followings: -- auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.1.3 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 --- The followings succed: ping or ssh from A to B, ping or ssh from B to A. ping or http from A to the internet(on the server works the adsl) But I cant ping from B to A. While pinging from B to A I see the followings in A (tesing ping www.matav.hu with only ip-s) Feb 5 13:21:05 server kernel: IN=eth0 OUT=ppp0 SRC=192.168.1.3 DST=195.228.240.160 LEN=84 TOS=0x00 PREC=0x00 TTL=63 ID=50 PROTO=ICMP TYPE=8 CODE=0 ID=64512 SEQ=1280 Feb 5 13:21:06 server kernel: IN=eth0 OUT=ppp0 SRC=192.168.1.3 DST=195.228.240.160 LEN=84 TOS=0x00 PREC=0x00 TTL=63 ID=51 PROTO=ICMP TYPE=8 CODE=0 ID=64512 SEQ=1536 Feb 5 13:21:07 server kernel: IN=eth0 OUT=ppp0 SRC=192.168.1.3 DST=195.228.240.160 LEN=84 TOS=0x00 PREC=0x00 TTL=63 ID=52 PROTO=ICMP TYPE=8 CODE=0 ID=64512 SEQ=1792 Feb 5 13:21:08 server kernel: IN=eth0 OUT=ppp0 SRC=192.168.1.3 DST=195.228.240.160 LEN=84 TOS=0x00 PREC=0x00 TTL=63 ID=53 PROTO=ICMP TYPE=8 CODE=0 ID=64512 SEQ=2048 Feb 5 13:21:09 server kernel: IN=eth0 OUT=ppp0 SRC=192.168.1.3 DST=195.228.240.160 LEN=84 TOS=0x00 PREC=0x00 TTL=63 ID=54 PROTO=ICMP TYPE=8 CODE=0 ID=64512 SEQ=2304 Feb 5 13:21:10 server kernel: IN=eth0 OUT=ppp0 SRC=192.168.1.3 DST=195.228.240.160 LEN=84 TOS=0x00 PREC=0x00 TTL=63 ID=55 PROTO=ICMP TYPE=8 CODE=0 ID=64512 SEQ=2560 Feb 5 13:21:11 server kernel: IN=eth0 OUT=ppp0 SRC=192.168.1.3 DST=195.228.240.160 LEN=84 TOS=0x00 PREC=0x00 TTL=63 ID=56 PROTO=ICMP TYPE=8 CODE=0 ID=64512 SEQ=2816 But I've got no response on B. What may wrong? Thanks for any help Attila -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
column position in flex
Hi, How can I get the column position using flex? (for better error handling) Thanks Attila -- ICQ - [ # 173551800 ] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
wrap long lines in .procmailrc
Hi, How to wrap long lines in .procmailrc? With \ or pressing simply enter? Thanks Attila -- - - Mail: [EMAIL PROTECTED]; Debian 3.0 Linux / 2.2.20 / exim - - PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb - -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
avoid isdn log on the screen
How can be avoid a message on the screen: 'isdn_net: ipp0 connected' 'isdn_net: local hangup ippp0' It is very disturbing when I write a mail , this message become in the editor. Thanks Attila -- -- - Mail: [EMAIL PROTECTED]; Debian woody Linux / 2.2.17 / exim - - PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb-
XFree4 for potato?
Hi, Is there anywhere (URI) XFree4 for potato? Thanks Attila -- -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / qmail - - My PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
xlibs CRC error?
Hi, I tried to update my linux box today but I've got the following error messages - dpkg: error processing /var/cache/apt/archives/xlibs_4.0.2-7_i386.deb (--unpack): trying to overwrite `/usr/X11R6/lib/X11/app-defaults', which is also in package xscreensaver dpkg-deb: subprocess paste killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/xlibs_4.0.2-7_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1) - I've tried two different places (debian.inf.elte.hu, ftp.de.debian.org). Is it a CRC problem or something? Thanks Attila -- - Mail: [EMAIL PROTECTED]; Debian woody / 2.2.18 / exim - - PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
problem when starting X
Hi, This is a new installation of Debian Woody. I've got the following error messages when starting X with typing 'startx'. X: cannot stat /etc/X11/X (No such file or directory), aborting. xinit: unexpected signal 2 Thanks for any help Attila -- - Mail: [EMAIL PROTECTED]; Debian woody / 2.2.18 / exim - - PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
Re: kylix on Debian 2.2
On Sat, Feb 24, 2001 at 07:22:32PM +0100, Daniel de los Reyes wrote: I have found few information about system requirements on the Borland site. They wrote there only the supported linux distributions (Redhat, Suse) but nothing about system requirements. Send me a link if you can about more system requirements. In Hungary Kylix is available. Thanks Attila > El Fri, Feb 23, 2001 at 10:15:30PM +0100, Dr . Michael Koltai dijo: > -| How to install Kylix form Borland on Debian 2.2 Linux? > -| Which debian packages should I need to install or what programs from > source ( maybe qt? kde? ) > -| > > I thougt kylix wouldn't be out till mid march... > Anyway, kylix depends on qt libs 2. That should be the only thing you need. > Check out Borland's site for system requirements anyway. -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / qmail - - PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
deleting ~
Hi, I've a ~ (1 char) named directory in my home directory :) How could I delete it? Thanks Attila -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / qmail - - PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
Re: problem with .netrc
On Mon, Nov 13, 2000 at 06:10:21AM +0200, Shaul Karl wrote: Hi, Here is my .netrc file: default anonymous [EMAIL PROTECTED] Here is the error message: /home/attila/.netrc:1: warning: unknown token "anonymous" /home/attila/.netrc:1: warning: unknown token "[EMAIL PROTECTED]" My .netrc works with lftp. ii fetchmail 5.3.3-1.1 POP2/3, APOP, IMAP mail gatherer/forwarder ii lftp 2.1.10-1 Sophisticated command-line FTP/HTTP client p Thanks Attila > > Hi, > > > > I've working .netrc and a .fetchmailrc file. The .netrc file works for ftp > > and the .fetchmailrc works for fetchmail. Why have I got warning > > messages from fetchmail 'unknown token' (in my .netrc file). If I rename the > > .netrc file fetchmail poll my mails but if this file exist it give me this > > warning messages. > > > > > Can you post a moderated versions of these files with the commands that you > are trying to run and the messages that you are receiving? -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / exim - - PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
/usr/tmp instead of /tmp
Hi, I'd like to switch /tmp to /usr/tmp because /tmp is to small. I did the followings: umount /tmp ; mv tmp tmp2 ; rewrite /tmp to /tmp2 in /etc/fstab mkdir /usr/tmp ; ln -s /usr/tmp /tmp ; chown 777 /usr/tmp ; chown 777 /tmp chmod root:sys /usr/tmp Is it enough or good? Thanks Attila -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / exim - - PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
test
-- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / exim - - PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
problem with .netrc
Hi, I've working .netrc and a .fetchmailrc file. The .netrc file works for ftp and the .fetchmailrc works for fetchmail. Why have I got warning messages from fetchmail 'unknown token' (in my .netrc file). If I rename the .netrc file fetchmail poll my mails but if this file exist it give me this warning messages. Thanks Attila -- - - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / qmail - - PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
quake and libvga.config
Could someone give me some advice about using mouse accelerate constants in /etc/vga/libvga.config. I'd like to use it to play quake (qw) but they behave very strange. If someone who play quake use it please send me a working libvga.config. Thanks Attila -- -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / qmail - - PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb-
apt-move: potato-proposed updates?
Which is the correct SECTIONS line for apt-move to mirror 'potato-proposed-updates'. I've strange behavior of apt-move to add 'potato-proposed-updates' to SECTIONS. If you have working apt-move.conf to mirror also potato-proposed-updates send it me if it possible. Currently I have: SECTIONS="main contrib non-free non-US/main non-US/contrib non-US/non-free" Thanks Attila -- -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / exim- - Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
Re: how to turn off auto-fill-mode in XEmacs21?
On Sun, Sep 10, 2000 at 12:21:36PM +0200, Julio Merino wrote: I'm beginner using xemacs. How to turn this mode on? So, i don't want 'auto-fill-mode', I'd like a horizontal scrollbar in XEmacs under X-Window to see the long lines. Thanks Attila > On Sun, Sep 10, 2000 at 11:13:43AM +0200, Paul Huygen wrote: > > > But maybe, you refer to the way that the editor handles lines that are > > too long to be displayed in the editor's window. My emacs displays > > those lines wrapped, but does not necessarily split the line in the > > text file. A backslash character indicates that the line is > > continued on the next line. I don't know how to alter this behaviour. > > Just easy: enable the hscroll-mode and you will be able to scroll the > screen horitzontaly. For me, it's annoying, but try it yourself. > > Bye! > > THIS LIST IS ABOUT DEBIAN. > > > > > > > Paul Huygen > > -- -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / exim- - Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
how to turn off auto-fill-mode in XEmacs21?
Hi, I'd like to turn off the line wrappping (xemacs truncates the long lines at the end of line). I think this is the variable 'auto-fill-mode' but I can't turn it off. How to turn it off? If it possible send me a working .emacs file for XEmacs21. Thanks Attila -- -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / exim- - Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
highlight *.cc files as *.cpp in xemacs
How to get the same syntax highlight for *.cc files as for the *.cpp files (default) in XEmacs? Thanks Attila -- -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / exim- - Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
multi line isdn
I've connect with ISDN to the internet. I've 128K capable line(s) but I've only 64K connection. I've the following devices/files in /etc/isdn total 45 -rw-r--r--1 root root12080 ÁPR 9 02:09 device.ippp0 -rw-r--r--1 root root 8134 ÁPR 18 14:46 init.d.functions -rw-r--r--1 root root 7480 MÁR 22 18:17 init.d.functions.dpkg-old -rw-r--r--1 root root 4260 MÁR 11 13:02 ipppd.ippp0 -rwxr-xr-x1 root root 906 MÁR 2 10:16 xisdnload-netdown -rwxr-xr-x1 root root 701 MÁR 2 10:16 xisdnload-netup -rwxr-xr-x1 root root 662 MÁR 2 10:16 xmonisdn-netdown -rwxr-xr-x1 root root 637 MÁR 2 10:16 xmonisdn-netup In the ipppd.ippp0 I've a line with '+mp'( I uncommented it ). Thanks for any help Attila -- -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / exim- - Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
quake: problem with /dev/dsp
Hi, I try to run qw-client-svga as 'root' but I've no sound. I use ALSA on my linux box: wave output works. qw-client-svga is the QuakeWorld program from the latest quakeforge project. I got the following error messages (using the strace program) --- open("/dev/dsp", O_RDWR)= -1 ENOSYS (Function not implemented) open("/dev/dsp", O_RDWR)= -1 ENOSYS (Function not implemented) open("/dev/dsp", O_RDWR)= -1 ENOSYS (Function not implemented) open("/dev/dsp", O_RDWR)= -1 ENOSYS (Function not implemented) open("/dev/dsp", O_RDWR)= -1 ENODEV (No such device) write(2, "/dev/dsp: No such device\n", 25/dev/dsp: No such device write(1, "Could not open /dev/dsp\n", 24) = 24 -- I have the following devices: -- lrwxrwxrwx1 root root9 AUG 11 16:27 /dev/dsp -> /dev/dsp0 crw-rw1 root audio 14, 3 AUG 11 16:27 /dev/dsp0 crw-rw1 root audio 14, 19 AUG 11 16:27 /dev/dsp1 crw-rw1 root audio 14, 35 AUG 11 16:27 /dev/dsp2 crw-rw1 root audio 14, 51 AUG 11 16:27 /dev/dsp3 -- Thanks for any help Attila Sound card: SBLive -- -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / exim- - Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
Re: IO permission problem
Ok, I fixed the permissions, currently I have: -rwsr-xr-x1 root root 872936 AUG 11 12:57 /usr/local/bin/qw-client-svga In this way I'm able to start the program. But a problem still exists. This way my mouse don't detected. I got the message on the screen after quiting: 'No mouse found'. Starting the program as root: it is ok. Thanks Attila On Fri, Aug 11, 2000 at 11:01:46AM -0500, Phil Brutsche wrote: > A long time ago, in a galaxy far, far way, someone said... > > > I've downloaded and compiled the latest stable quakeforge project. > > I've a problem: I can run qw-client-svga only as root. > > > > I've the following permissions: > > > > lrwxrwxrwx1 root root7 AUG 10 15:19 /dev/mouse -> > > gpmdata > > prw-r--r--1 root root0 AUG 11 13:05 /dev/gpmdata > > -rwsr-sr-x1 attila staff 872936 AUG 11 12:57 > > /usr/local/bin/qw-client-svga > ^^ ^^ > > Here is the 'strace' output of running 'qw-client-svga' > > > > read(6, "# Configuration file for svgalib"..., 16082) = 16082 > > close(6)= 0 > > open("/home/attila/.svgalibrc", O_RDONLY) = 6 > > fstat(6, {st_mode=S_IFREG|0664, st_size=39, ...}) = 0 > > read(6, "mouse MouseSystems\nmdev /dev/mou"..., 39) = 39 > > close(6)= 0 > > ioperm(0x3b4, 0x2c, 0x1)= -1 EPERM (Operation not permitted) > > write(1, "svgalib: Cannot get I/O permissi"..., 37) = 37 > > > > munmap(0x40014000, 4096)= 0 > > _exit(1)= ? > > SVGAlib programs need to be SUID root. -- -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / exim- - Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
IO permission problem
I've downloaded and compiled the latest stable quakeforge project. I've a problem: I can run qw-client-svga only as root. I've the following permissions: lrwxrwxrwx1 root root7 AUG 10 15:19 /dev/mouse -> gpmdata prw-r--r--1 root root0 AUG 11 13:05 /dev/gpmdata -rwsr-sr-x1 attila staff 872936 AUG 11 12:57 /usr/local/bin/qw-client-svga Here is the 'strace' output of running 'qw-client-svga' read(6, "# Configuration file for svgalib"..., 16082) = 16082 close(6)= 0 open("/home/attila/.svgalibrc", O_RDONLY) = 6 fstat(6, {st_mode=S_IFREG|0664, st_size=39, ...}) = 0 read(6, "mouse MouseSystems\nmdev /dev/mou"..., 39) = 39 close(6)= 0 ioperm(0x3b4, 0x2c, 0x1)= -1 EPERM (Operation not permitted) write(1, "svgalib: Cannot get I/O permissi"..., 37) = 37 munmap(0x40014000, 4096)= 0 _exit(1)= ? Thanks for any help Attila -- -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / exim- - Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
how to enable multi line ISDN?
I've connect with ISDN to the internet. I've 128K capable line(s) but I've only 64K connection. I've the following devices/files in /etc/isdn total 45 -rw-r--r--1 root root12080 ÁPR 9 02:09 device.ippp0 -rw-r--r--1 root root 8134 ÁPR 18 14:46 init.d.functions -rw-r--r--1 root root 7480 MÁR 22 18:17 init.d.functions.dpkg-old -rw-r--r--1 root root 4260 MÁR 11 13:02 ipppd.ippp0 -rwxr-xr-x1 root root 906 MÁR 2 10:16 xisdnload-netdown -rwxr-xr-x1 root root 701 MÁR 2 10:16 xisdnload-netup -rwxr-xr-x1 root root 662 MÁR 2 10:16 xmonisdn-netdown -rwxr-xr-x1 root root 637 MÁR 2 10:16 xmonisdn-netup In the ipppd.ippp0 I've a line with '+mp'( I uncommented it ). Thanks for any help Attila -- -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / exim- - Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
how to enable 'quake mouse'?
Hi, I've successfully compiled quakeforge-0.1.1 it work nice with GLX support with my Asus TNT2 card. But I've a problem with the mouse. Trying to run 'qw-client-gl' after startx in a xterm window I see the mouse pointer so I can't use mouse to play quake. I can use only the keyboard to control the warrior. How coul'd I use the mouse to play Quake? Is it possible to change the gamma? The screen is very dark.. Thanks for any help Attila -- -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / qmail - - Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
external clock sync
How to sync. my hw. clock to an external source? I tried 'rdate -a time.kfki.hu' but this isn't set my clock. Runnig 'date' I got the same time as before using rdate. Thanks Attila -- -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / qmail - - Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
unable to compile ss2 under Debian 2.2
I've download the ssh2 package but the configure phase failed ( I think ). Here is the log file. How could I fix it? After configuring the make phase fails also. ssh2 package: ssh2-2.0.10.tar.gz Thanks Attila - This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:599: checking host system type configure:620: checking target system type configure:638: checking build system type configure:661: checking cached information configure:688: checking for a BSD compatible install configure:741: checking whether build environment is sane configure:798: checking whether make sets ${MAKE} configure:844: checking for working aclocal configure:857: checking for working autoconf configure:870: checking for working automake configure:883: checking for working autoheader configure:896: checking for working makeinfo configure:919: checking for gcc configure:996: checking whether the C compiler (gcc -g ) works configure:1010: gcc -o conftest -g conftest.c 1>&5 configure:1030: checking whether the C compiler (gcc -g ) is a cross-compiler configure:1035: checking whether we are using GNU C configure:1044: gcc -E conftest.c configure:1059: checking whether gcc accepts -g configure:1116: checking for POSIXized ISC configure:1140: checking for ranlib configure:1175: checking for ar configure:1208: checking for gm4 configure:1208: checking for m4 configure:1238: checking whether make sets ${MAKE} configure:1275: checking for a BSD compatible install configure:1346: checking how to run the C preprocessor configure:1367: gcc -E conftest.c >/dev/null 2>conftest.out configure:1407: checking for ANSI C header files configure:1420: gcc -E conftest.c >/dev/null 2>conftest.out configure:1487: gcc -o conftest -g -Wall conftest.c 1>&5 configure:1511: checking whether time.h and sys/time.h may both be included configure:1525: gcc -c -g -Wall conftest.c 1>&5 configure: In function `main': configure:1521: warning: unused variable `tp' configure:1550: checking for dirent.h that defines DIR configure:1563: gcc -c -g -Wall conftest.c 1>&5 configure: In function `main': configure:1559: warning: unused variable `dirp' configure:1588: checking for opendir in -ldir configure:1607: gcc -o conftest -g -Wall conftest.c -ldir 1>&5 /usr/bin/ld: cannot find -ldir collect2: ld returned 1 exit status configure: failed program was: #line 1596 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char opendir(); int main() { opendir() ; return 0; } configure:1671: checking whether stat file-mode macros are broken configure:1727: checking for sys/wait.h that is POSIX.1 compatible configure:1748: gcc -c -g -Wall conftest.c 1>&5 configure:1770: checking return type of signal handlers configure:1792: gcc -c -g -Wall conftest.c 1>&5 configure: In function `main': configure:1788: warning: unused variable `i' configure:1811: checking for size_t configure:1844: checking for off_t configure:1877: checking for mode_t configure:1910: checking size of long configure:1929: gcc -o conftest -g -Wall conftest.c 1>&5 configure:1921: warning: return-type defaults to `int' configure:1949: checking size of int configure:1968: gcc -o conftest -g -Wall conftest.c 1>&5 configure:1960: warning: return-type defaults to `int' configure:1988: checking size of short configure:2007: gcc -o conftest -g -Wall conftest.c 1>&5 configure:1999: warning: return-type defaults to `int' configure:2027: checking size of long long configure:2046: gcc -o conftest -g -Wall conftest.c 1>&5 configure:2038: warning: return-type defaults to `int' configure:2067: checking for working const configure:2121: gcc -c -g -Wall conftest.c 1>&5 configure: In function `main': configure:2095: warning: unused variable `s' configure:2115: warning: unused variable `foo' configure:2083: warning: unused variable `zero' configure:2077: warning: unused variable `x' configure:2142: checking for inline configure:2156: gcc -c -g -Wall conftest.c 1>&5 configure: In function `main': configure:2152: warning: control reaches end of non-void function configure: At top level: configure:2152: warning: return-type defaults to `int' configure:2183: checking whether to enable light debugging configure:2208: checking whether to enable heavy debugging configure:2237: checking whether to enable EFENCE memory allocation debugger configure:2449: checking for main in -lnsl configure:2464: gcc -o conftest -g -Wall conftest.c -lnsl 1>&5 configure:2494: checking for socket in -lsocket configure:2513: gcc -o conftest -g -Wall conftest.c -lsocket -lnsl 1>&5 /usr/bin/ld: cannot find -lsocket collect2: ld returned 1 exit status configure: failed program was: #line 2502 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype
kde packages for potato
Are there anywhere KDE packages(binary) for Debian 2.2? Thanks Attila -- -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / exim- - Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
problem with gpm
I install debian 2.1 on a pII machine (with no extra cards) but I've no mouse support on normal console (like mc). The settings are same as in my home computer ( this is a pIII ). This is the /etc/gpm.conf. I installed 2.2.13 kernel to this 2.1 box. -- device=/dev/psaux responsiveness=15 type=ps2 append="-l \"a-zA-Z0-9_.:~/\300-\326\330-\366\370-\377\"" -- What would be the problem? Is there any diagnostic program? If gpm won't work will work the X-window system? Thanks Attila -- -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / exim- - Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
icewm themes
Icewm forgets the theme I've set up. When I exit and start again it start with the default theme. How to fix it? Thanks Attila -- -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / exim- - Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
file and http URI-s to the same typ
I've had a lot of files in my cache directory of the apt-get program. I used apt-move to create a local mirror. I'd like to use both ( the local and the internet mirror ) to update my system. Is it possible for the apt program with the following 'sources.list' file to look for at first in my local mirror for files and than if the file doesn't exists it look for files on the internet? It will be useful to create a new debian based box using both local and the internet mirror. I'd write the local mirror to cdrom. Thanks Attila - # Use for a local mirror - remove the ftp1 http lines for the bits # your mirror contains. # deb file:/your/mirror/here/debian stable main contrib non-free # See sources.list(5) for more information, especial # Remember that you can only use http, ftp or file URIs deb file:/usr/mirrors/debian frozen main contrib non-free deb file:/usr/mirrors/debian frozen non-US/main non-US/contrib non-US/non-free deb ftp://ftp.hu.debian.org/debian frozen main contrib non-free deb ftp://ftp.hu.debian.org/debian-non-US frozen non-US/main deb ftp://ftp.hu.debian.org/debian-non-US frozen non-US/contrib deb ftp://ftp.hu.debian.org/debian-non-US frozen non-US/non-free I got the following messages; is it problem? Ign file: frozen/main Release Ign file: frozen/contrib Release Ign file: frozen/non-free Release Ign file: frozen/non-US/main Release Ign file: frozen/non-US/contrib Release Ign file: frozen/non-US/non-free Release .. .. .. -- -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / exim- - Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
Re: compiling spice from src
Thanks, that was the wrong. Thanks Attila On Mon, Apr 10, 2000 at 03:39:23PM -0700, aphro wrote: > if i remember right, termcap is really old and kinda obsolete. > > edit the make file and change -ltermcap to -lncurses > > that should work. > > nate > > On Tue, 11 Apr 2000, Attila Csosz wrote: > > acsosz >I tried to compile spice 3f5 from source but I got the following error > acsosz > > acsosz > > acsosz >/usr/bin/ld: cannot find -ltermcap > acsosz >collect2: ld returned 1 exit status > acsosz >make[3]: *** [spice3] Error 1 > acsosz >/usr/bin/ld: cannot find -ltermcap > acsosz >collect2: ld returned 1 exit status > acsosz >make[3]: *** [nutmeg] Error 1 > acsosz >/usr/bin/ld: cannot find -ltermcap > acsosz >collect2: ld returned 1 exit status > acsosz >make[3]: *** [sconvert] Error 1 > acsosz >/usr/bin/ld: cannot find -ltermcap > acsosz >collect2: ld returned 1 exit status > acsosz >make[3]: *** [proc2mod] Error 1 > acsosz >/usr/bin/ld: cannot find -ltermcap > acsosz >collect2: ld returned 1 exit status > acsosz >make[3]: *** [help] Error 1 > acsosz >/usr/bin/ld: cannot find -ltermcap > acsosz >collect2: ld returned 1 exit status > acsosz >make[3]: *** [multidec] Error 1 > acsosz >make[3]: Target `recursive' not remade because of errors. > acsosz > > acsosz >What is wrong? > acsosz > > acsosz >Thanks > acsosz > Attila > acsosz > > acsosz >-- > acsosz >-- > acsosz >- Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / exim- > acsosz >- Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb - > acsosz > > acsosz > > acsosz >-- > acsosz >Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > acsosz > > > [mailto:[EMAIL PROTECTED] ]-- >Vice President Network Operations http://www.firetrail.com/ > Firetrail Internet Services Limited http://www.aphroland.org/ >Everett, WA 425-348-7336http://www.linuxpowered.net/ > Powered By:http://comedy.aphroland.org/ > Debian 2.1 Linux 2.0.36 SMPhttp://yahoo.aphroland.org/ > -[mailto:[EMAIL PROTECTED] ]-- > 3:24pm up 13 days, 21:03, 4 users, load average: 0.97, 0.77, 0.71 > -- -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / exim- - Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
compiling spice from src
I tried to compile spice 3f5 from source but I got the following error /usr/bin/ld: cannot find -ltermcap collect2: ld returned 1 exit status make[3]: *** [spice3] Error 1 /usr/bin/ld: cannot find -ltermcap collect2: ld returned 1 exit status make[3]: *** [nutmeg] Error 1 /usr/bin/ld: cannot find -ltermcap collect2: ld returned 1 exit status make[3]: *** [sconvert] Error 1 /usr/bin/ld: cannot find -ltermcap collect2: ld returned 1 exit status make[3]: *** [proc2mod] Error 1 /usr/bin/ld: cannot find -ltermcap collect2: ld returned 1 exit status make[3]: *** [help] Error 1 /usr/bin/ld: cannot find -ltermcap collect2: ld returned 1 exit status make[3]: *** [multidec] Error 1 make[3]: Target `recursive' not remade because of errors. What is wrong? Thanks Attila -- -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / exim- - Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
using wwwoffle
I'd like to use the wwwoffle program but I think it does nothing. The config is the default ( I think is good ). But when I visit a page with lynx I see no files in /var/cache/wwwoffle( in all sub-dirs ). Why? It caches only images? If I 'lynx localhost:8080/index/' selecting [http] I got that this dir. not exists.. Thanks Attila -- -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / exim- - Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
exim and pop3d?
I'd like to set up a pop3d for incoming mail from other hosts on my box. Is it possible with exim or should I install a pop3d? ( cucipop or etc. ) Thanks Attila -- -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / exim- - Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
trying to install mozilla
I tried to run mozilla M14 but I got the followin error messages.. ./mozilla-bin: error in loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory Running locate: I have.. /usr/lib/libstdc++-libc6.0-1.so.2 /usr/lib/libstdc++-libc6.1-2.a.3 /usr/lib/libstdc++-libc6.1-2.so.3 How could I resolve this problem? Thanks Attila -- -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / exim- - Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
From field in the 'mail' program
How could I set a mail address (like in this mail) in the 'mail' program? Thanks Attila -- -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / exim- - Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
delete a mail from mail queue (exim)?
How could I delete a mail from the exim mail queue? Attila -- -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / exim- - Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
bitchx screens?
Where are the 'login' screens ( asci art graphics ) in the new bitchx? I installed it from deb package under potato. When I have had slink it was in it. :( Thanks Attila -- -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / exim- - Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
extract a deb package ?
How could I extract ( like unzip ) a deb package to a directory? I wouldn't install it. I'd like to get a file from it. Thanks Attila -- -- - Mail: [EMAIL PROTECTED]; Debian 2.2 Linux / 2.2.13 / exim- - Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
set up AWE 64
I'm trying to set up my AWE 64 sound card without success. I read RTFM but I'm unable to setup my card. I do the followings: 1. Downloading and installig the latest Awe-drv ( as I see it got into the kernel tree ) 2. Building the kernel based upon suggestions mentioned in the kernel sound-doc. Just I've the following modules in the memory. Just I load this modules by hand Module Size Used by awe_wave 155560 0 (unused) sb 32188 0 uart401 5644 0 [sb] sound 55632 0 [awe_wave sb uart401] soundlow 208 0 [sound] soundcore 2260 5 [sb sound] vfat9036 3 (autoclean) fat29212 3 (autoclean) [vfat] 3. Setting up isapnp( based on settings that are in my windows box ). It seems good. I've a log-file about it. 4. I've found in the ALSA source a 'snddevices' script. I call them it creates the desired sound devices. 5. I've compiled and installed the Awe-midi, awe-sfx packages from original source. After this steps I run the program called 'aweset' to set my card: 'aweset newvolume on'. (as root) I got the following error messages( with drvmidi also ): '/dev/sequencer: Device not configured' I've: crw-rw 1 root audio 14, 1 MÁR 5 19:54 /dev/sequencer Thanks for any help Attila -- -- - Mail: [EMAIL PROTECTED]; Debian 2.1 Linux / 2.2.13 / qmail - - Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
Re: creating a bootdisk
Where is the syslinux program? This program is it on the debian boot disk! Attila On Tue, Feb 22, 2000 at 07:44:45AM +0700, Oki DZ wrote: > dd if=/vmlinuz of=/dev/fd0 bs=512 conv=sync > rdev /dev/fd0 /dev/your_root_partition > rdev -R /dev/fd0 1 -- -- - Mail: [EMAIL PROTECTED]; Debian 2.1 Linux / 2.2.13 / qmail - - Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
creating a bootdisk
How could I create a new bootdisk like created the debian installer after the installation? I think it is not enough 'dd if=zImage of=/dev/fd0' only because I see some syslinux related files. Thanks Attila -- -- - Mail: [EMAIL PROTECTED]; Debian 2.1 Linux / 2.2.13 / qmail - - Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
keyboard repeat rate
How could I set the keyboard repeat rate and the speed? Because when I start X and end my X session I observe the following: when I press some key I must wait a while to get any character on the screen. Then the keyboard echos the characters normally onto the screen. Without X the keyboard works normally( I have vindozer keyboard ). Thanks Attila -- -- - Mail: [EMAIL PROTECTED]; Debian 2.1 Linux / 2.2.13 / qmail - - Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
install potato from a cd-set
How could I install potato( I have 4 cd ) at the dselect phase? I didn't find the 'multi-cd' selection as in the slink release. I hope it will be in the latest release. Attila -- --- - Debian 2.1 Linux / 2.2.13 / qmail - - Mail: [EMAIL PROTECTED]- - Get my PGP key: - - gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -
X install
I've had got a working X window system with some window manager like icewm. I got a new card(Asus v3800 riva tnt2). I've the X source 3.3.5 . I succesfully maked the X source( 'make World' ) . My question is: when I 'make install' does something wrong? Which new programs will be installed? Then can I remove any previous package? ( like Xserver-svga ) Thanks Attila -- --- - Debian 2.1 Linux / 2.2.9 / qmail - - Mail: [EMAIL PROTECTED]-
PLIP
I'd like to connect two computer ( on both debian 2.1 ) with paralel cable using PLIP. Should I give the command 'ifconfig ' 'route ...' on both or on one computer? If it possible I'd like to use two directional traffic. Thanks Attila -- --- - Debian 2.1 Linux / 2.2.9 / qmail - - Mail: [EMAIL PROTECTED]-
aliases,hosts
Where can I find documentation of using and the syntax of /etc/aliases, /etc/hosts ? (I've found no man page) Thanks Attila -- --- - Debian 2.1 Linux / 2.2.9 / qmail - - Mail: [EMAIL PROTECTED]-
cron.d
Which file is responsible to start programs from cron.d? /etc/inittab ? (or..?) After what a period will the programs start from this location? Thanks Attila -- --- - Debian 2.1 Linux / 2.2.9 / qmail - - Mail: [EMAIL PROTECTED]-
idle user
What packeage does it? ( from the official binary slink cd-s ) You've been idle for 68 min. You'll be logged off in 30sec unless you hit a key. Then I was logged off. Thanks Attila -- --- - Debian 2.1 Linux / 2.2.9 / qmail - - Mail: [EMAIL PROTECTED]-
modem speed
I'm looking for a program that measures the speed of downloading( for example for the wget program ). ( better if it is console based or can be X-based ) Thanks Attila -- --- - Debian 2.1 Linux / 2.2.9 / qmail - - Mail: [EMAIL PROTECTED]-
how to develop in c++ ...
I'd like to set up an environment( a set of programs ) to develop programs under c++. I've heard about xemacs, gdb. Is it good? I need at least to set/clear breakpoints; step to next source line; run and make projects. Which programs/packages do you suggest? Thanks Attila -- --- - Debian 2.1 Linux / 2.2.9 / qmail - - Mail: [EMAIL PROTECTED]-
X-Server for AsusV3800 TNT2 Card
Hi, Where could I find X-Server for my AsusV3800 Riva TNT2 Card? What is its code name? ( XF86_??? ) If binary package dont't exists I can compile from source. I have got the 3.3.5 xserver source. I look around in the source package but I don't know what should I do. ( which part should I compile? ) Thanks Attila -- --- - Debian 2.1 Linux / 2.2.9 / qmail - - Mail: [EMAIL PROTECTED]-
KDE : why not in Debian?
Why not the KDE in the Debian distribution? It distributed with its source code and licensed with GPL( as I read in the KDE FAQ ) Attila -- --- - Debian 2.1 Linux / 2.2.9 / qmail - - Mail: [EMAIL PROTECTED]-
KDE1.1: startkde?
I've installed KDE 1.1 but I've a symlink to a nonexistant file. It's a bug? lrwxrwxrwx 1 root root 28 JÚL 5 21:15 /usr/X11R6/bin/startkde -> debian/tmp/usr/X11R6/bin/kde Currently I use 'kde' instead of 'startkde'. Thanks Attila -- --- - Debian 2.1 Linux / 2.2.9 / qmail - - Mail: [EMAIL PROTECTED]-
Sender rejected..
I send my messages directly from my linux box not through a smarthost. So in my mail header appears a string [EMAIL PROTECTED] in Return-Path or Sender header line. My messages from some address are rejected with the following error message: 'Sender rejected' or 'Sender must exist'. I understand it why. With this situation my local mailing works. I tried to resolve this situation. I force my mailer to known me as [EMAIL PROTECTED] ( I put to the defaulthost the 'mail' and to the defaultdomain the 'datanet.hu' ). So this addresses not rejects my messages but my local mailing not works( because I'm not really mail.datanet.hu ). How could I resolve this situation? Thanks Attila -- --- - Debian 2.1 Linux / 2.0.36 / qmail - - Mail: [EMAIL PROTECTED]-
named.local
I'd like to refer to my computer not only as localhost but mycomputer.mydomain.com also. I've installed the bind package because of some reasons. I'd like to solve this with it. I studied it the named.local file seems to be good to do that. How could I do that? Thanks Attila -- --- - Debian 2.1 Linux / 2.0.36 / qmail - - Mail: [EMAIL PROTECTED]-
Re: pppd/pon permission problem
I should added me to the dialout group. So it works. So with the original slink settings ; + with dip,dialout group settings works. Thanks Attila On Sun, Jun 13, 1999 at 09:22:15PM +0200, Attila Csosz wrote: > I can use PPP as root but I'd like to use the PPP connection as a user. > I added self to the dip group. Calling pon I get the > following errors > > /usr/bin/pon: /usr/sbin/pppd: Permission denied > > Currently( slink default ): > > -rwsr-xr-- 1 root dip105532 JÚN 19 1998 /usr/sbin//pppd > -rwxr-xr-x 1 root root 45 JÚN 19 1998 /usr/bin/pon > > Which permission should I set? > > Thanks > Attila > -- --- - Debian 2.1 Linux / 2.0.36 / qmail - - Mail: [EMAIL PROTECTED]-
pppd/pon permission problem
I can use PPP as root but I'd like to use the PPP connection as a user. I added self to the dip group. Calling pon I get the following errors /usr/bin/pon: /usr/sbin/pppd: Permission denied Currently( slink default ): -rwsr-xr-- 1 root dip105532 JÚN 19 1998 /usr/sbin//pppd -rwxr-xr-x 1 root root 45 JÚN 19 1998 /usr/bin/pon Which permission should I set? Thanks Attila -- --- - Debian 2.1 Linux / 2.0.36 / qmail - - Mail: [EMAIL PROTECTED]-
mutt: maildir->mbox
Using mutt I'd like to change from Maildir to mbox. What should I do? 1. Which type of mbox_type should I set? 2. set folder=~/Maildir # where i keep my mailboxes what to be in this case? 3. set sendmail="/var/qmail/bin/qmail-inject" # how to deliver mail using exim: what to be this in this case? I use fetchmail, procmail. Thanks Attila Debian 2.1/2.0.36
prog. end of the boot ? rc.local
I'd like to start a program at the end of the boot, where to should I put it? ( under redhat was rc.local ) Where could I study the debian boot sequence? ( doc, links? ) How could I eliminate squid and apache daemons? ( they are started at boot ) Thanks Attila Debian 2.1/2.0.36
[Q] Midnight Commander
How could I say to the MC to get into that directory where I stand, after I leave the MC ? I observe that the directory showed by MC different from get into after I leave the MC. Sorry of my english:) Thanks Attila Debian 2.1/2.0.36