RE: How to kill a logged in user?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I always liked the hit man approach to killing users. :-)

Jim (One of the few {in}sane programmers)

-----Original Message-----
From: fedora-list-bounces@xxxxxxxxxx
[mailto:fedora-list-bounces@xxxxxxxxxx] On Behalf Of Chanpreet Singh
Matharu
Sent: Tuesday, November 09, 2004 8:44 AM
To: fedora-list@xxxxxxxxxx
Subject: Re: How to kill a logged in user?

try ps -ax  | grep <terminal type> eg pts/1
and then try to find out the ssh process and kill then recursively
using -9 option


On Tue,  9 Nov 2004 07:19:36 -0500 (EST),
fedora-list-request@xxxxxxxxxx <fedora-list-request@xxxxxxxxxx> wrote:
> Send fedora-list mailing list submissions to
>         fedora-list@xxxxxxxxxx
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://www.redhat.com/mailman/listinfo/fedora-list
> or, via email, send a message with subject or body 'help' to
>         fedora-list-request@xxxxxxxxxx
> 
> You can reach the person managing the list at
>         fedora-list-owner@xxxxxxxxxx
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of fedora-list digest..."
> 
> Today's Topics:
> 
>    1. RE: Tomcat + jdk + FC3 (PIGNOL, Christian)
>    2. Re: Fedora Core 2 Apache CGI (Simon Andrews)
>    3. Re: Fedora core 3 and nvidia (Edward)
>    4. Re: Fedora core 3 and nvidia (Schlueri)
>    5. Re: ??: usb/kernel problem (Emiliano Brunetti)
>    6. Re: Tomcat + jdk + FC3 (A. Sopicki)
>    7. Re: Fedora Core 3 CDs Fail Media Check (Stormblaze)
>    8. Re: P4 Motherboard for File Server (Ow Mun Heng)
>    9. RE: Tomcat + jdk + FC3 (PIGNOL, Christian)
>   10. Non-Torrent Downloading FC3 (Peter Cannon)
>   11. Re: U.S. Robotics 56K USB Faxmodem -- not working?
>       (akonstam@xxxxxxxxxxx)
>   12. Re: Non-Torrent Downloading FC3 (Robert P. J. Day)
>   13. Re: RescueCD (akonstam@xxxxxxxxxxx)
>   14. How to kill a logged in user? (Mostafa Z. Afgani)
>   15. Re: How to kill a logged in user? (Marko Hausalo)
>   16. mozilla crash  (was: Re: mount: block device is
>       write-protected) (shrek-m@xxxxxx)
>   17. Windond ISDN modem (Jeffrey Mutonho)
>   18. Download FC3 by CD via bittorent (Philippe)
>   19. The Fedora Community Portal (Harald Hoyer)
>   20. Re: The Fedora Community Portal (Harald Hoyer)
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Tue, 9 Nov 2004 04:50:36 -0500
> From: "PIGNOL, Christian" <christian_pignol@xxxxxxxxx>
> Subject: RE: Tomcat + jdk + FC3
> To: "'For users of Fedora Core releases'" <fedora-list@xxxxxxxxxx>,
>         "'Gary Benson'" <gbenson@xxxxxxxxxx>
> Message-ID:
>         <8A5E1BDA42447B47A238855692212017011D78A3@xxxxxxxxxxxxxxxxxx>
> Content-Type: text/plain
> 
> Hello,
> 
> I don't see any "tomcat" rpm or src.rpm in the FC3 on the fedora web
site.
> Is it normal ? Or is a tomcat release coming later in FC3 (in updates)
?
> 
> Thanks a lot for your respons
> 
> Christian PIGNOL
> 
> -----Original Message-----
> From: fedora-list-bounces@xxxxxxxxxx
[mailto:fedora-list-bounces@xxxxxxxxxx]
> On Behalf Of Gary Benson
> Sent: mercredi 23 juin 2004 17:10
> To: Fedora (fedora-list@xxxxxxxxxx)
> Subject: Re: Tomcat + jdk
> 
> PIGNOL, Christian wrote:
> > Is really no way to run the tomcat4.1.27-13 (standard in FC2) with a
> > specific JDK (J2SDK-1.4.2_01 for example) ?
> 
> Unfortunatly not: there are some problems with the bytecode that cause
> the Sun/IBM bytecode verifiers to fail.  The ability to run Tomcat
> using another JVM is on my todo list for FC3.
> 
> > I case of not, How can I do to remove all the components (Tomcat,
gcj,
> > xerces, etc ...) with the minimumof risk ?
> 
> If you "rpm -e redhat-java-rpm-scripts" and all that depends upon it
> you will have a clean system upon which to install JPackage.
> 
> Gary
> 
> --
> fedora-list mailing list
> fedora-list@xxxxxxxxxx
> To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
> 
>
------------------------------------------------------------------------
------
> Notice:  This e-mail message, together with any attachments, contains
information of Merck & Co., Inc. (One Merck Drive, Whitehouse Station,
New Jersey, USA 08889), and/or its affiliates (which may be known
outside the United States as Merck Frosst, Merck Sharp & Dohme or MSD
and in Japan, as Banyu) that may be confidential, proprietary
copyrighted and/or legally privileged. It is intended solely for the use
of the individual or entity named on this message.  If you are not the
intended recipient, and have received this message in error, please
notify us immediately by reply e-mail and then delete it from your
system.
>
------------------------------------------------------------------------
------
> 
> ------------------------------
> 
> Message: 2
> Date: Tue, 09 Nov 2004 09:58:00 +0000
> From: Simon Andrews <simon.andrews@xxxxxxxxxxx>
> Subject: Re: Fedora Core 2 Apache CGI
> To: For users of Fedora Core releases <fedora-list@xxxxxxxxxx>
> Message-ID: <419094A8.30904@xxxxxxxxxxx>
> Content-Type: text/plain; charset=us-ascii; format=flowed
> 
> Brian McDonald wrote:
> > I am trying to get Perl cgi running on my FC2 Apache.
> 
> >  From my error_log
> > [Sun Nov 07 15:43:00 2004] [error] [client 192.168.1.101] (2)No such
> > file or directory: exec of '/var/www/cgi-bin/test.cgi' failed
> 
> I'm guessing that the first line of your script is actually blank and
> that the #! line is line 2?  This line needs to be the very first line
> in your script.
> 
> You should also verify that perl is installed in /usr/bin, and that
> there aren't any funny non-printing characters at the end of your
first
> line (it's always safest to use:
> 
> #!/usr/bin/perl --
> 
> as the first line).
> 
> > [Sun Nov 07 15:43:00 2004] [error] [client 192.168.1.101] Premature
end
> > of script headers: test.cgi
> 
> > this is the test.cgi script
> > #!/usr/bin/perl
> > use strict;
> > use warnings;
> > print "What is your username? ";
> > my $username;
> > $username = <STDIN>;
> > chomp($username);
> > print "Hello, $username.\n";
> 
> This isn't a CGI script.  You can't just take a command line script
and
> put it onto a webserver.  You need to do some reading about how CGI
> works.  You should also have a look at the CGI module for Perl which
> will make your life a lot easier.
> 
> http://hoohoo.ncsa.uiuc.edu/cgi/overview.html
> 
> http://search.cpan.org/~lds/CGI.pm-3.05/CGI.pm
> 
> HTH
> 
> Simon.
> 
> ------------------------------
> 
> Message: 3
> Date: Tue, 09 Nov 2004 17:58:11 +0800
> From: Edward <edward@xxxxxxxxxxxxxxxxxxxx>
> Subject: Re: Fedora core 3 and nvidia
> To: For users of Fedora Core releases <fedora-list@xxxxxxxxxx>
> Message-ID: <419094B3.9060404@xxxxxxxxxxxxxxxxxxxx>
> Content-Type: text/plain; charset=us-ascii; format=flowed
> 
> Brun wrote:
> 
> > I am having some problem with my new fedora core 3 (upgrade from
core 2)
> > and my nvidia driver. Somehow I have to re-install the nvidia driver
> > using the install script every time I do a reboot or else X will not
> > start. Please help.
> 
> Check if the nvidia module is loading at boot-up.
> 
> Sounds like that could be your problem?
> 
> Regards,
> Ed.
> 
> ------------------------------
> 
> Message: 4
> Date: Tue, 09 Nov 2004 11:05:39 +0100
> From: Schlueri <schlueri-lists@xxxxxxxxxxxxx>
> Subject: Re: Fedora core 3 and nvidia
> To: edward@xxxxxxxxxxxxxxxxxxxx,        For users of Fedora Core
releases
>         <fedora-list@xxxxxxxxxx>
> Message-ID: <1099994739.19437.132.camel@xxxxxxxxxxxxxxx>
> Content-Type: text/plain
> 
> Am Dienstag, den 09.11.2004, 17:58 +0800 schrieb Edward:
> >
> > Brun wrote:
> >
> > > I am having some problem with my new fedora core 3 (upgrade from
core 2)
> > > and my nvidia driver. Somehow I have to re-install the nvidia
driver
> > > using the install script every time I do a reboot or else X will
not
> > > start. Please help.
> >
> > Check if the nvidia module is loading at boot-up.
> >
> > Sounds like that could be your problem?
> 
> There is a hint in the udev docs:
> http://fedora.redhat.com/docs/udev/
> 
> --->
> Nvidia
> Quick solution: If you do not need rhgb, just load the nvidia module
> in /etc/rc.local
> 
> If you have udev >= 032-5, load the nvidia module:
> 
> cp -a /dev/nvidia* /etc/udev/devices
> chown root.root /etc/udev/devices/nvidia*
> 
> The Bugzilla for this problem is 133900.
> <---
> 
> I've put "modprobe nvidia" in rc.local, that works (no rhgb
installed).
> 
> Greets
> Dirk
> 
> ------------------------------
> 
> Message: 5
> Date: Tue, 09 Nov 2004 11:11:10 +0100
> From: Emiliano Brunetti <emiliano.brunetti@xxxxxxxxxxxxx>
> Subject: Re: ??: usb/kernel problem
> To: "'For users of Fedora Core releases'" <fedora-list@xxxxxxxxxx>
> Message-ID: <1099995070.2067.15.camel@brunettie>
> Content-Type: text/plain
> 
> On Tue, 2004-11-09 at 10:17, Gujie wrote:
> > Hi;
> >     Have you solved your problem? I also have the same problem which
is
> > still a puzzle. I hope we can connect each other to do it!
> 
> No, i didn't. As you probably have read in my previous posts, i
couldn't
> track it down. Sometimes it works, and when it does i have different
> entries in /var/log/messages; sometimes, most of times, it doesn't and
> var/log/messages is different. I also tried to compile a stock kernel,
> but it didn't work.
> 
> I'll try and see if FC3 solves the problem.
> 
> What kind of USB hardware do you have? Maybe this is the problem...
> 
> E.
> 
> ------------------------------
> 
> Message: 6
> Date: Tue, 9 Nov 2004 11:25:17 +0100
> From: "A. Sopicki" <pastorpalme@xxxxxx>
> Subject: Re: Tomcat + jdk + FC3
> To: For users of Fedora Core releases <fedora-list@xxxxxxxxxx>
> Message-ID: <200411091125.17278.pastorpalme@xxxxxx>
> Content-Type: text/plain;  charset="utf-8"
> 
> Hi!
> 
> According to the release notes of FC3 the Tomcat package has been
removed.
> 
> Greetz,
> 
> Alex
> 
> ------------------------------
> 
> Message: 7
> Date: Tue, 9 Nov 2004 05:25:35 -0500
> From: Stormblaze <stormblaze@xxxxxxxxx>
> Subject: Re: Fedora Core 3 CDs Fail Media Check
> To: fedora-list@xxxxxxxxxx
> Message-ID: <a2382e2a04110902255da00f12@xxxxxxxxxxxxxx>
> Content-Type: text/plain; charset=US-ASCII
> 
> Yes the ide=nodma option worked. I only tested one CD thus far but I
> had not been able to get it to pass the media check so was no point in
> burning the rest. But after using this option it passed the media
> check for the first time.
> 
> Stormblaze wrote:
> > After many attempts I can not get any CD to pass the mediacheck.
> 
> >This has been discussed during development for FC3. The 2.6 kernel
needs
> >a bit of work before the mediacheck is successful again. If your
md5sum
> >is alright from the downloaded images, then the discs are probably
good.
> >You are getting erratic behavior from an in process problem that is
> >being ironed out.
> 
> >It would be nice to know whether adding the below when launching the
> >installer resolved the errors with t mediacheck.
> 
> >linux ide=nodma
> 
> >Then attempt a mediacheck. I don't have the isos for FC3 yet to try
> >this. (ftp downloading at 19 kbps, 20 hours to go)
> 
> >Jim
> 
> ---
> "We should have a way of telling people they have bad breath without
> hurting their feelings. Like: Well I'm bored. Let's go brush our
> teeth. Or, I've got to make a phone call...hold this gum in your
> mouth.
> 
> ------------------------------
> 
> Message: 8
> Date: Tue, 09 Nov 2004 18:36:33 +0800
> From: Ow Mun Heng <Ow.Mun.Heng@xxxxxxx>
> Subject: Re: P4 Motherboard for File Server
> To: Fedora List <fedora-list@xxxxxxxxxx>
> Message-ID: <1099996593.9890.115.camel@xxxxxxxxxxxxxxxxxxxx>
> Content-Type: text/plain
> 
> On Tue, 2004-11-09 at 10:42, Satin Knight wrote:
> > I need a motherboard suggestion. I've a Pentium 4 / 2.4C GHz 800MHz
> > CPU sitting aorund and want to build a file server using a SATA
RAID.
> > I've already got four WD SATA 250 GB drives, a nice 3Ware Escalade
> > 9500S-4LP controller and a beautiful Chenbro RM311 case.
> 
> I don't know why your requirements are so high.. I'm running a P3
300Mhz
> 512 MB Ram as a file-server.
> 
> 600GB IDE Storage
> 
> ------------------------------
> 
> Message: 9
> Date: Tue, 9 Nov 2004 05:44:42 -0500
> From: "PIGNOL, Christian" <christian_pignol@xxxxxxxxx>
> Subject: RE: Tomcat + jdk + FC3
> To: "'For users of Fedora Core releases'" <fedora-list@xxxxxxxxxx>
> Message-ID:
>         <8A5E1BDA42447B47A238855692212017011D78A5@xxxxxxxxxxxxxxxxxx>
> Content-Type: text/plain
> 
> OK
> 
> Thanks
> 
> Christian PIGNOL
> * (+33) 473 67 62 96
> *   (+33) 473 67 61 29
> *  christian_pignol@xxxxxxxxx
> 
> -----Original Message-----
> From: fedora-list-bounces@xxxxxxxxxx
[mailto:fedora-list-bounces@xxxxxxxxxx]
> On Behalf Of A. Sopicki
> Sent: mardi 9 novembre 2004 11:25
> To: For users of Fedora Core releases
> Subject: Re: Tomcat + jdk + FC3
> 
> Hi!
> 
> According to the release notes of FC3 the Tomcat package has been
removed.
> 
> Greetz,
> 
> Alex
> 
> --
> fedora-list mailing list
> fedora-list@xxxxxxxxxx
> To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
> 
>
------------------------------------------------------------------------
------
> Notice:  This e-mail message, together with any attachments, contains
information of Merck & Co., Inc. (One Merck Drive, Whitehouse Station,
New Jersey, USA 08889), and/or its affiliates (which may be known
outside the United States as Merck Frosst, Merck Sharp & Dohme or MSD
and in Japan, as Banyu) that may be confidential, proprietary
copyrighted and/or legally privileged. It is intended solely for the use
of the individual or entity named on this message.  If you are not the
intended recipient, and have received this message in error, please
notify us immediately by reply e-mail and then delete it from your
system.
>
------------------------------------------------------------------------
------
> 
> ------------------------------
> 
> Message: 10
> Date: Tue, 9 Nov 2004 11:26:35 +0000
> From: Peter Cannon <peter@xxxxxxxxxxxxxxxxxxxxx>
> Subject: Non-Torrent Downloading FC3
> To: "Fedora-List" <fedora-list@xxxxxxxxxx>
> Message-ID: <200411091126.35956.peter@xxxxxxxxxxxxxxxxxxxxx>
> Content-Type: text/plain;  charset="us-ascii"
> 
> Hi All
> 
> Just a stupid question,
> I'm 58% through downloading FC3-i386-disc1.iso from
> ftp://ftp.heanet.ie/pub/fedora/linux/core
> 
> Am I downloading the correct release as everyone is talking about
> Heidelberg-binary-i386
> 
> I don't fancy wasting the next two days+
> 
> --
> 
> Regards
> Peter Cannon
> peter@xxxxxxxxxxxxxxxxxxxxx
> 
> ------------------------------
> 
> Message: 11
> Date: Tue, 9 Nov 2004 05:43:38 -0600
> From: akonstam@xxxxxxxxxxx
> Subject: Re: U.S. Robotics 56K USB Faxmodem -- not working?
> To: For users of Fedora Core releases <fedora-list@xxxxxxxxxx>
> Message-ID: <20041109114338.GB11401@xxxxxxxxxxxxxxxxxxx>
> Content-Type: text/plain; charset=us-ascii
> 
> On Tue, Nov 09, 2004 at 12:22:48AM -0600, Bruno Wolff III wrote:
> > On Sat, Nov 06, 2004 at 10:31:08 +0700,
> >   Kh Linux <fedora.kh@xxxxxxxx> wrote:
> > > Hi all:
> > >
> > > May  I ask if anyone ever got the U.S. Robotics 56K USB Faxmodem
working? I
> > > plugged it in but no light on, browsed through
/dev/usb/ttyUSB0-15; but
> > > nothing corresponds to the modem device.
> >
> > I am using one now with FC2.
> >
> > > Is there a module for it somewhere I can download?
> >
> > kudzu seems to find it, so you shouldn't have to do anything too
special
> > to get it to work.
> My experience (and this is true for all external modems) is kudzu
> recognises it some times but never deals with it correctly. What I
> mean by correctly is that when it is on but not connected more than
> one light should be on. Was the original poster talking about an
> external modem or an external modem?
> 
> The modem connects and works ok but the data flow is not optimal.
> --
> 
>
=======================================================================
> Look afar and see the end from the beginning.
> -------------------------------------------
> Aaron Konstam
> Computer Science
> Trinity University
> One Trinity Place.
> San Antonio, TX 78212-7200
> 
> telephone: (210)-999-7484
> email:akonstam@xxxxxxxxxxx
> 
> ------------------------------
> 
> Message: 12
> Date: Tue, 9 Nov 2004 06:30:02 -0500 (EST)
> From: "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx>
> Subject: Re: Non-Torrent Downloading FC3
> To: peter@xxxxxxxxxxxxxxxxxxxxx,        For users of Fedora Core
releases
>         <fedora-list@xxxxxxxxxx>
> Message-ID: <Pine.LNX.4.60.0411090629470.10483@xxxxxxxxxxxxxxxxxxxxx>
> Content-Type: TEXT/PLAIN; charset=US-ASCII
> 
> On Tue, 9 Nov 2004, Peter Cannon wrote:
> 
> > Hi All
> >
> > Just a stupid question,
> > I'm 58% through downloading FC3-i386-disc1.iso from
> > ftp://ftp.heanet.ie/pub/fedora/linux/core
> 
> that would be the correct ISO name for disc1, yes.
> 
> rday
> 
> ------------------------------
> 
> Message: 13
> Date: Tue, 9 Nov 2004 06:08:55 -0600
> From: akonstam@xxxxxxxxxxx
> Subject: Re: RescueCD
> To: For users of Fedora Core releases <fedora-list@xxxxxxxxxx>
> Message-ID: <20041109120855.GB11492@xxxxxxxxxxxxxxxxxxx>
> Content-Type: text/plain; charset=us-ascii
> 
> On Tue, Nov 09, 2004 at 08:55:15AM +0000, WipeOut wrote:
> > Hi,
> >
> > I have just finished downloading FC3 and will give it a try later
but
> > what is the rescue CD all about?
> >
> > Anyone know what packages are on the rescue CD?
> >
> > Later..
> >
> The rescue CD allows you to boot into rescue mode where you have a
> mini linux you can use to fix problems in your installed linux.
> 
> Typing linux rescue on the first CD at the boot prompt should do a
> similar thing.
> --
> 
>
=======================================================================
> If the grass is greener on other side of fence, consider what may be
> fertilizing it.
> -------------------------------------------
> Aaron Konstam
> Computer Science
> Trinity University
> One Trinity Place.
> San Antonio, TX 78212-7200
> 
> telephone: (210)-999-7484
> email:akonstam@xxxxxxxxxxx
> 
> ------------------------------
> 
> Message: 14
> Date: Tue, 09 Nov 2004 12:54:10 +0100
> From: "Mostafa Z. Afgani" <mostafa.afgani@xxxxxxxxxxxxxxxxxx>
> Subject: How to kill a logged in user?
> To: For users of Fedora Core releases <fedora-list@xxxxxxxxxx>
> Message-ID: <4190AFE2.9030502@xxxxxxxxxxxxxxxxxx>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hello everyone,
> 
> I have been bugged by this problem for quite a while now. Once I
forgot
> close a ssh session I started over at a friend's computer and at
another
> time "who" kept telling me that I had a root session at pts/1 (:2.0)
> although I clearly remember killing all vnc servers at :2.0.
> 
> So, I would like to know if there is any way to kill those
> sessions/users? I have tried googling for an answer but couldn't find
> anything satisfactory.
> 
> Thanks,
> - -M
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.6 (GNU/Linux)
> Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
> 
> iD8DBQFBkK/d14B2Pwzes+4RAop5AJ4tFJ2h086/TOIRjtquY7UEIEjlOgCgredy
> KtP/BvVmjfjqGa6nzqmAGhM=
> =FP4v
> -----END PGP SIGNATURE-----
> 
> ------------------------------
> 
> Message: 15
> Date: Tue, 09 Nov 2004 14:07:36 +0200
> From: Marko Hausalo <marko.hausalo@xxxxxx>
> Subject: Re: How to kill a logged in user?
> To: For users of Fedora Core releases <fedora-list@xxxxxxxxxx>
> Message-ID: <4190B308.9010901@xxxxxx>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> 
> Mostafa Z. Afgani wrote:
> > So, I would like to know if there is any way to kill those
> > sessions/users? I have tried googling for an answer but couldn't
find
> > anything satisfactory.
> 
> Check with who who is online:
> # who
> root     pts/49       Nov  9 13:10 (hostname.domain.xx)
> 
> where you see that there's an connection to pts/49 in my case.
> Then make an ps command like this to see if there's an active
> shell:
> # ps ax | grep "pts/49"
> 32265 ?        S      0:00 sshd: root@pts/49
> 32267 pts/49   S      0:00 -bash
> 32663 pts/49   R      0:00 ps ax
> 32664 pts/49   R      0:00 grep pts/49
> 
> Here you see there's active connections thru sshd and an shell
> -> 32267 pts/49   S      0:00 -bash
> then just as root give the command
> # kill -9 32267
> and the connection should drop. If there's no shell for the
> connection try killing the sshd or whatever process that is
> hanging there.
> 
> Hope this helps and I hope I did understand your problem
> correctly!
> 
> Regards,
>    Marko
> 
> ------------------------------
> 
> Message: 16
> Date: Tue, 09 Nov 2004 13:09:51 +0100
> From: "shrek-m@xxxxxx" <shrek-m@xxxxxx>
> Subject: mozilla crash  (was: Re: mount: block device is
>         write-protected)
> To: For users of Fedora Core releases <fedora-list@xxxxxxxxxx>
> Message-ID: <4190B38F.2020300@xxxxxx>
> Content-Type: text/plain; charset=Shift_JIS
> 
> Mark Sargent wrote:
> 
> >IBM R30
> >External Floppy
> >Fedora Core 2
> >Newbie
> >
> >mount -t vfat /dev/fd0 /mnt/floppy
> >
> >mount: block device is write-protected, mounting read-only
> >mount: /dev/fd0: can't read superblock
> >
> >ls -al fd0
> >brw-rw-rw- 1 talisman floppy 2, 0 Feb 24 2004 fd0
> >
> >Fedora Core 2 on my Desktop has no problems reading/writing to the
floppy.
> >Changing the tab's position did nothing
> >
> >Hi, why do I keep getting this..? Cheers.
> >
> >Mark Sargent
> >
> 
> thanks,
> 
> your mail crashes at least on my system mozilla-1.73 (FC2 and
mozilla.org).
> mozilla 1.72 (mozilla.org) is ok.
> 
> mozilla.org = ok
> $ /usr/local/moz-172/mozilla --version
> Mozilla 1.7.2, Copyright (c) 2003-2004 mozilla.org, build 2004080309
> 
> mozilla.org = crash
> $ /usr/local/moz-173/mozilla --version
> Mozilla 1.7.3, Copyright (c) 2003-2004 mozilla.org, build 2004091413
> 
> FC2 = crash
> $ mozilla -version
> Mozilla 1.7.3, Copyright (c) 2003-2004 mozilla.org, build 2004092213
> 
> --
> shrek-m
> 
> ------------------------------
> 
> Message: 17
> Date: Tue, 9 Nov 2004 14:10:21 +0200
> From: Jeffrey Mutonho <ejbengine@xxxxxxxxx>
> Subject: Windond ISDN modem
> To: For users of Fedora Core releases <fedora-list@xxxxxxxxxx>
> Message-ID: <7e3b6c1004110904103658bb49@xxxxxxxxxxxxxx>
> Content-Type: text/plain; charset=US-ASCII
> 
> I want to setup a Winbond  (W6692) modem on FC2 but can't seem to find
> any docs on this ...Any pointers?
> 
> ------------------------------
> 
> Message: 18
> Date: Tue, 09 Nov 2004 18:00:33 +0700
> From: Philippe <phd2@xxxxxxxxxxxxxx>
> Subject: Download FC3 by CD via bittorent
> To: Fedora <fedora-list@xxxxxxxxxx>
> Message-ID: <1099998033.17723.16.camel@xxxxxx>
> Content-Type: text/plain
> 
> Hi,
> 
> First time using bittorent .. on a dialup. I will not tell you how
long
> I need to download FC3 :-) ... but this is not the point.
> 
> I am using this command : btdownloadcurses.py --url
>
http://sunsite.mff.cuni.cz/fedora-torrent/heidelberg-binary-i386-iso.tor
rent
> 
> Is there anyway to choose to download only CD1 ou CD2, so we can share
> the download with some friends ... and so multiply our 5ko/s bandwidth
> :-)
> 
> Philippe
> --
> Philippe, Chiangmai, Thailand
> 
> ------------------------------
> 
> Message: 19
> Date: Tue, 09 Nov 2004 13:15:52 +0100
> From: Harald Hoyer <harald@xxxxxxxxxx>
> Subject: The Fedora Community Portal
> To: For users of Fedora Core releases <fedora-list@xxxxxxxxxx>
> Message-ID: <4190B4F8.20506@xxxxxxxxxx>
> Content-Type: text/plain; charset="windows-1252"
> 
> Hi,
> 
> I created The Fedora Community Portal http://fcp.homelinux.org
> The Fedora Community Portal tries to be the community site for all
issues regarding the Fedora Project. It's strength will be the FAQ
section, which will improve in contents and usability in the near
> future (I am working on it). So please fill in FAQs and reference to
it in your answers. Also on my TODO list is a mailing list export/import
modul, from which we can convert mail threads into FAQs.
> I hope many users will join :-)
> 
> --
> Harald Hoyer, Senior Software Engineer <harald@xxxxxxxxxx>
> gpg fingerprint E930 20E6 CCF8 C76C 8582  CF9F B7B7 45C2 C557 5542
> http://harryh.homelinux.org http://people.redhat.com/harald
> Red Hat GmbH : http://www.redhat.de
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: signature.asc
> Type: application/pgp-signature
> Size: 256 bytes
> Desc: OpenPGP digital signature
> Url :
/archives/fedora-list/attachments/20041109/068e8516/signature.bin
> 
> ------------------------------
> 
> Message: 20
> Date: Tue, 09 Nov 2004 13:19:25 +0100
> From: Harald Hoyer <harald@xxxxxxxxxx>
> Subject: Re: The Fedora Community Portal
> To: For users of Fedora Core releases <fedora-list@xxxxxxxxxx>
> Message-ID: <4190B5CD.5020608@xxxxxxxxxx>
> Content-Type: text/plain; charset="windows-1252"
> 
> Harald Hoyer wrote:
> > Hi,
> >
> > I created The Fedora Community Portal http://fcp.homelinux.org
> > The Fedora Community Portal tries to be the community site for all
> > issues regarding the Fedora Project. It's strength will be the FAQ
> > section, which will improve in contents and usability in the near
future
> > (I am working on it). So please fill in FAQs and reference to it in
your
> > answers. Also on my TODO list is a mailing list export/import modul,
> > from which we can convert mail threads into FAQs.
> > I hope many users will join :-)
> >
> 
> btw, this is a private initiative and not sponsored by Red Hat.
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: signature.asc
> Type: application/pgp-signature
> Size: 256 bytes
> Desc: OpenPGP digital signature
> Url :
/archives/fedora-list/attachments/20041109/9cca305e/signature.bin
> 
> ------------------------------
> 
> --
> fedora-list mailing list
> fedora-list@xxxxxxxxxx
> http://www.redhat.com/mailman/listinfo/fedora-list
> 
> End of fedora-list Digest, Vol 9, Issue 80
> ******************************************
>

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list




[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux