Re: driver for 3Com PCI 10/100?
On Saturday 31 August 2002 03:21, deFreese, Barry wrote: 3c59x will work for you here... tal. > Lars, > > Good luck on this one, I just ran into the same problem with a 3c905b. > However, the drivers are available on 3Com's web site at the following url: > > http://support.3com.com/infodeli/tools/nic/linux.htm > > You will probably need to compile the module for 2.4.18?? > > Barry deFreese > NTS Technology Services Manager > Nike Team Sports > (949)-616-4005 > [EMAIL PROTECTED] > > "Technology doesn't make you less stupid; it just makes you stupid faster." > Jerry Gregoire - Former CIO at Dell > > > > -Original Message- > From: Lars Jensen [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 30, 2002 5:17 PM > To: Debian Users List > Subject: driver for 3Com PCI 10/100? > > > I have a 3com PCI Twisted Pair network card that I can't seem to get > recognized after I installed the 2.4.18 kernel image. The card says > 3c905c when I look in windows, but I see no module of this name in > /lib/modules How do I get support for this card? > > Thanks, > Lars. > > %%% > Lars Jensen, Truckee Meadows Community College, Reno NV 89512-3999. > Tel: 775.673.7113 E-mail: [EMAIL PROTECTED] -- == Amir Tal Owner, Founder Whatsup, Hebrew Linux Portal Voice:+972-8-9363164 Cell: +972-58-978979 ICQ: 15748705 Email: [EMAIL PROTECTED] URL: http://www.whatsup.org.il == -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: XFree breaks after Kernel update
On Saturday 31 August 2002 15:16, Matthias Ellinger wrote: > Hi there, > > I tried updating my Woody box to the 2.4.19 kernel using the kernel.org > tar.bz2 and make-kpkg > > Everyting seems to have worked well, except that X won't start anymore. I > use 4.01 with the NVidia.com kernel (apt-get). > > XFree86.0.log tells me that screens were found, but that none had a working > configuration... > > I tried using the "nv" driver, but same thing. > > Any suggestions? looks like your /etc/X11/XF86Config-4 was re-written for some reason. if you have a backup copy, replace it with the currently "working" one, and start X. if not, you will need to either edit the file manualy and repair the "screens" section. either do it by hand or use dexconf to do it for you. another way to go is with dpkg : dpkg-reconfigure xserver-xfree86 tal. > > Thanks, -- == Amir Tal Owner, Founder Whatsup, Hebrew Linux Portal Voice:+972-8-9363164 Cell: +972-58-978979 ICQ: 15748705 Email: [EMAIL PROTECTED] URL: http://www.whatsup.org.il == -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: iptables DNAT
On Tuesday 03 September 2002 13:59, Nicos Gollan wrote: > On Tuesday 03 September 2002 09:14, sébastien wrote: > > I 'have a linux woody install with a 2.4 kernel. > > All necessary modules for iptables are compiled. > > > > but i can't make port redirect to another machine on my lan(for the > > web server), i can just redirect on the local machine. > > > > can you help me > > Perhaps if you tell us a little more about your problem. What error > messages do you get? Are you using a stock debian kernel? yeah, supplying some more info can come in handy while posting to this (or any other) mailing list. anyway, the right way to do it is : iptables -t nat -A PREROUTING -p tcp --dport 222 -i eth0 -j DNAT --to 192.168.0.1:22 this rule will forward all incoming traffic to port 222 (on eth0, change if these are not your settings), to host 192.168.0.1, port 22. this is what i use for login with ssh into one of my internal servers from the outside. you can look at the current settings (before and after applying the new rule)of iptables : iptables -L -t nat --line-number this will show you all settings that are currently commited to NAT . tal. > > -- > Embedded Linux -- True multitasking! > TWO TOASTS AT THE SAME TIME! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: can't delete a file
On Wednesday 04 September 2002 11:14, Patrick Hsieh wrote: > Hello list, > > I created a file as root and chown it to a common account, then su to > that account, trying to delete it as that account but failed. Any idea? > > # touch todel > # chown pahud todel > # ls -l todel > -rw-r--r--1 pahud root0 Sep 4 16:08 todel > # su pahud > > > rm -f todel > > rm: cannot unlink `todel': Permission denied > > > ls -al todel > > -rw-r--r--1 pahud root0 Sep 4 16:08 todel > > > > -- > Patrick Hsieh <[EMAIL PROTECTED]> this may have something to do with the permitions of the directory this file is in. i would check that. tal. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re:
On Wednesday 04 September 2002 17:10, [EMAIL PROTECTED] wrote: i think its highly annoying to have non-english messages here, since a lot of the subscribers (including myself) are not able to read them. maybe the list maintainer can do something about that ? this is the 4th or 5th time this week... tal. > Liebe MailingList User ! > > ich hab folgendes Problem: ich wollte gerne Debian 3.0 installieren, doch > leider unterstützt der LinuxKernel mein Raid0 HPT370 System nicht :-( > http://www.highpoint-tech.com , jedenfalls habe ich mir die Treiberquellen > heruntergeladen (Modulquellen des Raidtreibers) ! Wie kann ich das Modul > nun während der > Install kompilieren oder wie bekomm ich es hin, dass mein RaidSys erkannt > wird ?*? > > +++mfg marc+++ > > P.S: ich hab keine anderen Platten im Rechner > P.P.S: so wie ich das sehe, muss ich das Modul auf einem anderen Debian > System kompilieren, dann in die Moduldiskette einspeisen und danach auf > meinem > Rechner installieren ! ( - wie binde ích das Modul dann auf der > Moduldiskette > ein ?) > > Vielen DANK ! > > -- > GMX - Die Kommunikationsplattform im Internet. > http://www.gmx.net > > > > -- > GMX - Die Kommunikationsplattform im Internet. > http://www.gmx.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: starting eth1 up on boot ?
On Friday 06 September 2002 07:52, root wrote: > On Thu, Sep 05, 2002 at 08:27:54PM -0800, W.D.McKinney wrote: > > I have a sever I just loaded up with Woody but it's not starting up > > my network connection upon bootup ? What's the process in Debian to > > add a service like this ? > > > > Thanks > > Dee > > Add an entry to /etc/network/interfaces > > If you are on a network with a dhcp server then the following will do: > > auto lo eth0 > iface lo inet loopback > iface eth0 inet dhcp all true except its eth1, not eth0 ;) and - does "root" is a good display name for a mailing list ? ;) tal. > > If not, read the interfaces(5) man page, the syntax isn't very hard. > > Cheers > Geoff Crompton -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Login to home from work
On Monday 09 September 2002 03:14, Phil Reardon wrote: > What needs to be set up in order to login to my home box from work? At > home there is a cable modem, then a router, then two linux boxes, with > mine running debian (sid). I have a 192.168.2.xx ip address. define "login"... terminal login ? login with GUI (vnc etc) ? what are you trying to do ?? for terminal login (telnet, ssh) you will have to have a telnet\ssh server installed, open ports for connection (23 for telnet, 22 for ssh) and a client on the side you are calling from. you cannot connect to a fake ip (your 192.168.x.x) you will need the external ip address of your cable modem. after doing that, you can read the iptables man page and learn how to create rules in your iptables for direct connection to your other machine (port forwarding) tal. > > Phil Reardon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: upgrading kernel 2.2 to 2.4.19
On Monday 09 September 2002 16:26, Srinivas Nyayapati wrote: > Hello > > I just finished net installing Debian 3.0 on my pc. But after > installation I realized that the kernel is still ver 2.2 > How can I upgrade to ver 2.4.19. I know I can do this by editing my > /etc/apt/sources.list file with the location for the the new kernels. > Can somebody tell me where I can point to. When I do a - > > apt-get update > apt-get -u dist-upgrade search for kernel-image. search for the package for your system : # apt-cache search kernel-image |grep image kernel-image-2.2.20-reiserfs - Linux kernel binary image for version 2.2.20. kernel-image-2.2.20-udma100-ext3 - Linux kernel binary image for version 2.2.20-udma100-ext3. kernel-image-2.2.21 - Linux kernel binary image for version 2.2.21. kernel-image-2.2.21-compact - Linux kernel binary image. kernel-image-2.2.21-idepci - Linux kernel binary image. kernel-image-2.4.18-386 - Linux kernel image for version 2.4.18 on 386. kernel-image-2.4.18-586tsc - Linux kernel image for version 2.4.18 on Pentium-Classic. kernel-image-2.4.18-686 - Linux kernel image 2.4.18 on PPro/Celeron/PII/PIII/PIV. kernel-image-2.4.18-686-smp - Linux kernel image 2.4.18 on PPro/Celeron/PII/PIII/PIV SMP. kernel-image-2.4.18-bf2.4 - Linux kernel image for version 2.4.18 (bf variant) on 386. kernel-image-2.4.18-k6 - Linux kernel image for version 2.4.18 on AMD K6/K6-II/K6-III kernel-image-2.4.18-k7 - Linux kernel image for version 2.4.18 on AMD K7 kernel-image-2.4.19-386 - Linux kernel image for version 2.4.19 on 386. kernel-image-2.4.19-586tsc - Linux kernel image for version 2.4.19 on Pentium-Classic. kernel-image-2.4.19-686 - Linux kernel image 2.4.19 on PPro/Celeron/PII/PIII/PIV. kernel-image-2.4.19-686-smp - Linux kernel image 2.4.19 on PPro/Celeron/PII/PIII/PIV SMP. kernel-image-2.4.19-k6 - Linux kernel image for version 2.4.19 on AMD K6/K6-II/K6-III kernel-image-2.4.19-k7 - Linux kernel image for version 2.4.19 on AMD K7 kernel-image-2.4.19 - Linux kernel binary image for version 2.4.19. do apt-get install to install it. same goes for kernel-source if you want the sources to compile yourself. tal. > > now, I get 0 packages upgraded. > > Thank you in advance > > > Srinivas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Gnome2
On Tuesday 10 September 2002 20:25, Francois Chenais wrote: > Hello, > > Where can I find Debian gnome2 packages for sarge ? > Thanks a lot. > > François try : deb http://ftp.uk.debian.org/debian/ ../project/experimental main deb-src http://ftp.uk.debian.org/debian/ ../project/experimental main tal. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
koffice 1.2 apt sources
anyone can recommand a good and fast one ? tal. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: netinstall ISO
On Friday 20 September 2002 18:45, Scott Henson wrote: > I was looking today at the net install ISOs on d.o I noticed that there > were several different ISOs I could choose from. Anyone have any spefic > advice on which one is best. Thank you. > Scott Henson depends on the internet connection you have. i am connected via cables, so i chose the 138mb net ISO, and did most of the updates from the net using apt. if you have a slow internet connection, i suggest to go for the larger install image, which comtains more basic packages. (dont remember its size, look at debian.org) -- ========== Amir Tal Founder, Owner Whatsup, Hebrew Linux Portal Voice:+972-8-9363164 Fax: +972-8-9363164 Cell: +972-58-978979 Email:[EMAIL PROTECTED] URL: www.whatsup.org.il == -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: netinstall ISO
On Friday 20 September 2002 20:17, jeff wrote: > could you point me to that 138 mb install disc? i've been looking > for that and haven't been able to track it down! it's my favorite > install method and has worked for me every single time. i lost the > URL. > > thanks!!! a simple search through debian's webpage would get you right to it: http://www.debian.org/CD/netinst/ enjoy, tal. > > -jeff -- ====== Amir Tal Founder, Owner Whatsup, Hebrew Linux Portal Voice:+972-8-9363164 Fax: +972-8-9363164 Cell: +972-58-978979 Email:[EMAIL PROTECTED] URL: www.whatsup.org.il == -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: config files and packages
On Friday 20 September 2002 20:58, Jeff Cours wrote: > Debian wrote: > > On Fri, Sep 20, 2002 at 10:33:56AM -0700, Jeff Cours wrote: > >>Can I just edit files under /etc as > >>necessary? What happens to them when I upgrade > > > > Simply put. Yes you can. And yes apt is smart enough. > > Great - thanks! Let the editing begin! a small peice of advice : BACKUP ! since you are still experimenting with debian, make sure that you can always take any *stupid things* that you may do 1 step backwords. i suggest a "cp file file.orig" to every config file you are not sure about... tal. > > - Jeff Cours -- == Amir Tal Founder, Owner Whatsup, Hebrew Linux Portal Voice:+972-8-9363164 Fax: +972-8-9363164 Cell: +972-58-978979 Email:[EMAIL PROTECTED] URL: www.whatsup.org.il == -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: ide-scsi
On Friday 20 September 2002 21:26, Alan Chandler wrote: > Can someone explain how ide-scsi gets loaded? > > I have done grep -r ide-scsi * on /etc and its not reported (and therefore > in particular /etc/modules or /etc/modutils have no reference to it). > > But loaded it certainly is - although an lsmod shows it loaded but not > being used by anything. > > The problem is I have a scsi CD-R and an ide DVD reader - and mplayer can;t > play my dvds until ide-scsi is removed. Since it don't think I need it for > anything I really would prefer its not loaded. > > Running Debian/Unstable with linux 2.4.19-k7 make sure there is no entry for it in /etc/modules.conf. also check that its not preloading in lilo (should look something like : append = "hdd=ide-scsi") tal. -- == Amir Tal Founder, Owner Whatsup, Hebrew Linux Portal Voice:+972-8-9363164 Fax: +972-8-9363164 Cell: +972-58-978979 Email:[EMAIL PROTECTED] URL: www.whatsup.org.il == -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: nautilus-mozilla
On Saturday 21 September 2002 17:20, Lauren Matheson wrote: > Hello, > > There doesn't seem to be any packages available for nautilus-mozilla, > what can I do to view web pages and help pages in Nautilus? > > > > nautilus 1.0.6-5 > mozilla1.0.0-0.woody.1 > mozilla-browse 1.0.0-0.woody.1 #apt-cache search nautilus |grep mozilla nautilus1.1-mozilla - Nautilus component for use with Mozilla (GNOME2) nautilus2-mozilla - Nautilus component for use with Mozilla (GNOME2) something is missing in your sources.list maybe ? -- ====== Amir Tal Founder, Owner Whatsup, Hebrew Linux Portal Voice:+972-8-9363164 Fax: +972-8-9363164 Cell: +972-58-978979 Email:[EMAIL PROTECTED] URL: www.whatsup.org.il == -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Simple network problem
On Sunday 22 September 2002 09:31, Robert Epprecht wrote: > I want to link an old laptop to my pc. > > I have done this before using Debian potato on my pc and another (older) > Linux installation on the laptop, so I know it is not a hardware problem. > Now I have woody on both machines. The pc side works OK and I can use > the network (if I boot my *old* Linux system on the laptop). But when I > boot woody on the laptop I'm out of luck: > > ping pc > ping: sendto: Network is unreachable > (I can't ping from the pc to the laptop either). > > My knowledge/experience with networks is very limited, > so I search a bit everywhere I can think of: > > As the link goes over a PCMCIA card I suspected a missing module or > something, but I see with dmesg: > eth0: NE2000 (DL10019 rev 05): io 0x300, irq 3, ... > > ifconfig shows lo only > > ifconfig eth0 up > eth0: found link beat > eth0: autonegotiation complete: 100baseT-FD selected > But ping does still not work. i am assuming that pcmcia services are up, and all modules needed for your pcmcia card are loaded. whats the output of ifconfig eth0 ? does it show an ip address, or is it blank? also, see /etc/network/interfaces, and make sure its defuned properly. should look like that : auto eth0 iface eth0 inet static address 192.168.0.x < --- or what ever ip you use netmask 255.255.255.0 network 192.168.0.0 broadcast 192.168.0.255 gateway 192.168.0.1 if you had to modify this file, restart networking after doing so (/etc/init.d/networking restart) and ifconfig again to see that the changed applied. after you will have your local networking set, you can add a routing entry to your kernel routing table, route add default gw x.x.x.x. <--- replace with the ip of your gateway. you can use that to get out to the internet using your gateway. you will have to add a rule to iptables on the gateway though.. good luck, tal. > > route shows only title lines, no entries. > > I think I must have missed a very basic installation/configuration step, > but which one? > > Thanks a lot for your help, > Robert -- == Amir Tal Founder, Owner Whatsup, Hebrew Linux Portal Voice:+972-8-9363164 Fax: +972-8-9363164 Cell: +972-58-978979 Email:[EMAIL PROTECTED] URL: www.whatsup.org.il == -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Lost Mozilla
On Sunday 22 September 2002 17:43, Brian Webb wrote: > Gerhard, Here is the listing:- > dpkg -l | grep mozilla > ii mozilla-browse 1.0.0-0.woody. Mozilla Web Browser - core and browser > ii mozilla-mailne 1.0.0-0.woody. Mozilla Web Browser - mail and news > support > ii mozilla-psm1.0.0-0.woody. Mozilla Web Browser - Personal > Security Mana > brian@debian:~$ mozilla > bash: mozilla: command not found try "whereis mozilla". the resault will show you the location of the binary. make sure its in your PATH (echo $PATH), and if not, add it : export PATH=/your-new-path/:$PATH$ tal. > > Brian -- ====== Amir Tal Founder, Owner Whatsup, Hebrew Linux Portal Voice:+972-8-9363164 Fax: +972-8-9363164 Cell: +972-58-978979 Email:[EMAIL PROTECTED] URL: www.whatsup.org.il == -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Lost Mozilla
On Sunday 22 September 2002 17:54, Brian Webb wrote: you are missing the binary in /usr/bin : $ whereis mozilla mozilla: /usr/bin/mozilla /etc/mozilla /usr/lib/mozilla /usr/share/man/man1/mozilla.1.gz i suggest to reinstall for correcting the problem : apt-get install --reinstall mozilla tal. > Gerhard, I'm sorry but I forgot to send the answers to your last 2 > questions, here they are:- > > debian:/home/brian# dpkg -l | grep mozilla > ii mozilla1.0.0-0.woody. Mozilla Web Browser - dummy package > ii mozilla-browse 1.0.0-0.woody. Mozilla Web Browser - core and browser > ii mozilla-mailne 1.0.0-0.woody. Mozilla Web Browser - mail and news > support > ii mozilla-psm1.0.0-0.woody. Mozilla Web Browser - Personal > Security Mana > debian:/home/brian# whereis mozilla > mozilla: /etc/mozilla /usr/lib/mozilla /usr/share/man/man1/mozilla.1.gz > debian:/home/brian# mozilla > bash: mozilla: command not found > > Thanks, Brian. -- == Amir Tal Founder, Owner Whatsup, Hebrew Linux Portal Voice:+972-8-9363164 Fax: +972-8-9363164 Cell: +972-58-978979 Email:[EMAIL PROTECTED] URL: www.whatsup.org.il == -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: from kde2 to kde3
On Sunday 22 September 2002 17:57, Sukre^n_pudre wrote: > i have kde2 on my debian. i've installed it with apt-get install kde > now i want migrate to kde3 but i try apt-get dist-upgrade without succes > ... what i do to have kde3 on my computer ?? add the following entry to your sources.list : deb ftp://ftp.iglu.org.il/pub/mirrors/kde/stable/3.0.3/Debian ./ run apt-get update, and retry. -- ====== Amir Tal Founder, Owner Whatsup, Hebrew Linux Portal Voice:+972-8-9363164 Fax: +972-8-9363164 Cell: +972-58-978979 Email:[EMAIL PROTECTED] URL: www.whatsup.org.il == -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Lost Mozilla
On Sunday 22 September 2002 18:07, Brian Webb wrote: brian, you might want to set your mail client to add quote marks (or whatever) to text from previous messages... its rather confusing to read a message such as the one bellow, when you cant figure out who wrote what... tal. > Kent, thanks for your suggestions but no joy I'm afraid, > > > You might try "apt-get install --reinstall mozilla". You might also try > starting it as another user, to make sure it's not related to your > particular user (bad path setting, etc). > > You might also unplug your network connection, fire up X as root, and > then try starting moz, which might indicate a permissions problem > somewhere. (Don't run X as root as a general rule.) > > Here are the relevant bits:- > Unpacking mozilla (from .../mozilla_1.0.0-0.woody.1_i386.deb) ... > Setting up mozilla (1.0.0-0.woody.1) ... > > debian:/home/brian# mozilla > bash: mozilla: command not found > > Thanks Brian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Streng vertraulich
On Sunday 22 September 2002 17:35, Andreas Fliege wrote: ahhmenglish ?? > Hi, > > haben uns gestern im Chat leider verloren :( Wollte dir doch noch meine > Homepage-URL geben. Die Adresse ist: http://www.jwinter.hotpage.net Hoffe, > du besuchst die Seite mal.. :) > Schreibst du mir zurück? > > Küsschen :-) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: unsubscribe
On Sunday 22 September 2002 21:41, Maria Garcia Suarez wrote: send to : [EMAIL PROTECTED] [EMAIL PROTECTED] with "unsubscribe" in the message subject. tal. > __ > Do you Yahoo!? > New DSL Internet Access from SBC & Yahoo! > http://sbc.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: cdrecord -scanbus examples, please.
On Monday 23 September 2002 12:08, Rene Engelhard wrote: here's mine : # cdrecord -scanbus Cdrecord 1.11a31 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling Linux sg driver version: 3.1.24 Using libscg version 'schily-0.6' scsibus0: 0,0,0 0) 'RICOH ' 'CD-RW MP7320A ' 'BP07' Removable CD-ROM 0,1,0 1) * 0,2,0 2) * 0,3,0 3) * 0,4,0 4) * 0,5,0 5) * 0,6,0 6) * 0,7,0 7) * > Hi, > > again an misplaced reply > > Felipe Martםnez Hermo wrote: > > Cdrecord 1.8 (i686-pc-linux-gnu) Copyright (C) 1995-2000 Jצrg Schilling > > Using libscg version 'schily-0.1' > > scsibus0: > > 0,0,0 0) 'SEAGATE ' 'ST39236LW ' '0010' Disk > > 0,1,0 1) 'SEAGATE ' 'ST39236LW ' '0010' Disk > > 0,2,0 2) * > > 0,3,0 3) 'NEC ' 'CD-ROM DRIVE:466' '1.26' Removable > > CD-ROM 0,4,0 4) * > > 0,5,0 5) 'HP ' 'C1537A ' 'L105' Removable Tape > > 0,6,0 6) 'HP ' 'CD-Writer+ 9200 ' '1.0c' Removable > > CD-ROM 0,7,0 7) * > > Regards, > > Rene -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: installing kde 3 without net connection
On Tuesday 24 September 2002 11:15, Wayward Soul wrote: i understand that you are trying to install from deb files, not form source. cd into the directory containing the kde deb files, and write : dpkg -i * optionaly, make sure you've added the correct source to your sources.list file (with the correct format as well) and do : apt-get update then : apt-get install kdelibs all the base kde packages will be automaticly added. you can choose later on which packages you want to add to teh base one's, and install them as well. tal. > Hi everyone, I would like ask how do i install kde 3 without a net > connection to my debian system. u see i usually download stuff from another > machine then burn onto cdrw and install them my linux machine (mostly > tarballs). but i'm intereseted in installing kde 3 but it seems i need net > connection to do so. is there a way to install from hdd. i tried > downloading all the packages and adding them to my sources.list. but > nothing seems to be working. > > Oh i'm new to this so if i'm posting to the wrong mailing list then do tell > where is more apropriate. Thanx > > --- > All that is gold does not glitter, > not all those who wander are lost... > -Gandalf:Lord of the Rings > > > > > Join 18 million Eudora users by signing up for a free Eudora Web-Mail > account at http://www.eudoramail.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Fetchmail Problem!!!!
On Tuesday 24 September 2002 11:45, somu wrote: > Hi Friends, > > > I am getting this error when I run fetchmail. > > "socket error while fetching from mail.rediff.com" mail server is down ? see if you can telnet to it (telnet mail.rediff.com 110) or if you can ping it. then again, i can see that this is your mail account, so how are you getting messages right now ? can you access it directly ? ((not via fetchmail) tal. > > What should I do? > > Cheers!!! > Somu -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Configuring Kernel Options (/usr/src/linux/.config)
On Wednesday 25 September 2002 23:40, Andy Saxena wrote: > Hi, > > I want to know if there are any side-effects of copying the .config file > from one kernel source tree to another. by all means ;) then run (from the new source directory) : make oldconfig . you will be prompted only for the new changes... aint debian kewl ?? tal. > > Specifically, there are two cases that I am interested in: > > 1.) Copying config file from the 2.2 series to the 2.4 series. > 2.) Copying the config file from one minor version to another within the > same series. > > I have seen plenty of questions asked about compiling a custom kernel, > but I don't remember this issue being tackled in any of them. > > Thanks, > Andy -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: GNOME & startx
On Thursday 26 September 2002 19:33, David Sanders wrote: > When I type "startx", I get KDE. How do I change it to get GNOME? log out from X. create a file called ".xinitrc" in your home directory. put there : exec gnome-session startx. tal. > > David Sanders > [EMAIL PROTECTED] > http://www.sandersweb.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: how to use NT's shared files?
On Friday 27 September 2002 11:25, John Joe wrote: > i have a Linux PC on a LAN. > i want to use shared files in NT server. > how to do that? read about smbclient. tal. > (i already can surf the Internet thru the gateway of LAN) > > __ > Do you Yahoo!? > New DSL Internet Access from SBC & Yahoo! > http://sbc.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: X resolution gnome/wmaker
the resolution is an X parameter, and icon size is a gnome parameter. for resolution, edit you /etc/X11/XF86config-4 file. everything you need to know is in the file itself, and for more info refer to the man page : man xfree. icon sizing is actually very simple with gnome. right click on an icon, and choose "stretch icon" from the context menu :) = Best Regards,Amir Tal Whatsup, Hebrew linux portal. http://www.whatsup.org.il, [EMAIL PROTECTED] icq : 15748705,cell : 001-646-296-3835. = Lance Hoffmeyer wrote: Hello, I just installed Sarge from Netinst (very cool) and have X11 running. The problem is that the resolution is incredibly high (1600x1200) and I cannot see the icons or fonts very well. I am using Wmaker and Gnome as the desktop. I have tried to reconfigure using both gnome-conf and wmakerconf. Nothing seems to happen. Using Ctl-Alt+ allows me to change resolution but then the icons don't fit the desktop. Any help on how I can change resolution to 1280x968 and increase font/icon size? lance -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Gpg in gnome
gpa is what i was looking for :) thanks. = Best Regards,Amir Tal Whatsup, Hebrew linux portal. http://www.whatsup.org.il, [EMAIL PROTECTED] icq : 15748705,cell : 001-646-296-3835. = Ralph Katz wrote: On 08/20/04 13:10, Tal Amir wrote: hi all, whats the official gpg GUI tool to use with gnome ? is there anything parallel to kde's Kgpg ? tal. There is gpa: Description: GNU Privacy Assistant The GNU Privacy Assistant is a graphical user interface for the GNU Privacy Guard (GnuPG). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: apt-get GDM
-d Download only - do NOT install or unpack archives besides, even if it dies half way, apt will know how to continue from where is stopped according to the files in /var/cache/apt/archives. = Best Regards,Amir Tal Whatsup, Hebrew linux portal. http://www.whatsup.org.il, [EMAIL PROTECTED] icq : 15748705,cell : 001-646-296-3835. = Craig Dunn wrote: Hi, I'v recently installed Debian on my system. The current version of GDM that I have is 2.2 and I would like to upgrade it to 2.4. I understand that I can use apt-get to do this. The trouble is I only have a dialup Internet connection, which gets cut off after 2 hours. And I'm guessing that downloading all of the necessary GDM files will take more than 2 hours. So, if I start the download process using apt-get and it gets cut-off halfway through, will I be able to continue the installation process once I reconnect to the Internet? I'm worried that if the installation process stops halfway, my Linux system will be messed up. Is it possible to tell apt-get to download all of the necessary deb files first and then perform the installation only when it has what it needs? Thanks for any advice, Craig _ It's fast, it's easy and it's free. Get MSN Messenger today! http://www.msn.co.uk/messenger -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]