Re: [newbie] CC

2002-01-31 Per discussione Anuerin G.Diaz


tell me if i get this right, did you download the source of the gcc3.0.3? if that is 
the case then it wont work for you because you may have been trying to compile the 
compiler. if i understand correctly, you are like a dog chasing its tail because you 
dont have the compiler (its the problem in the first place) ;-)

try to get the binary version or install the gcc from the installation CDs.

or did i get my wires crossed somewhere? *grin*

ciao!

On Thu, 31 Jan 2002 01:53:21 -0800 (PST)
Pauljames Dimitriu [EMAIL PROTECTED] revealed these words to me:

 hello all,
 
  I am just loaded w/ questions / problems this
 week.  Thank you all for being patient.
 
  This is my latest dilemna:
 
 Due to a series of accidents, all old versions
 of GCC got deleted from
 my Linux box (please, don't ask how.)  I downloaded
 GCC 3.0.3 for Linux and
 tried to install it according to the directions, but
 the install is saying
 that it can't find a valid CC compiler for this.  Now
 I checked my /bin directory for cc and I found the
 following:
 
 -rwxr-xr-x1 root root   138461 Jan 17
 23:18 cc*
 
  However, when I do a ./cc in the /bin directory I
 get an error saying bash: ./cc: No such file or
 directory
 
  As always, any help anyone can provide would be
 much appreciated.
 
  Thanks, 
 
  Paul
 


-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] Perl script is not able to execute

2002-01-30 Per discussione Anuerin G.Diaz

On Wed, 30 Jan 2002 04:41:04 -0500
Daniel Chen [EMAIL PROTECTED] revealed these words to me:

 Hi,
 
 Thank you for quickly answer my question, but the problem still there!
 Now, the bash shell gave me another wrong message:
 bash: /usr/bin/test.pl: no such file or directory
 
 When I put ./test.pl, it shows:
 bash: /usr/bin/test.pl: bad interpreter: no such file or directory
 
 Please help me again, thank you!
 
 
 Daniel
 

i have no knowledge of perl (although im planning to, it just keeps on getting on the 
backburner), but i think the problem is not directly perl related.

i was able to simulate your output 

[adiaz@Ronin tmp]$ ./test.pl
bash: ./test.pl: bad interpreter: No such file or directory

and test.pl contained in its first line the entry (without the quotes) 
#!/usr/bin/test.pl

but when i substitute this line #!/bin/perl

i get this one

[adiaz@Ronin tmp]$ ./test.pl 
syntax error at ./test.pl line 5, at EOF
Execution of ./test.pl aborted due to compilation errors.
[adiaz@Ronin tmp]$ 

hey, i told you i dont know perl ;-). but i think you get my point.

ciao!

-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] Text Startup / How-to

2002-01-30 Per discussione Anuerin G.Diaz

On Wed, 30 Jan 2002 08:23:19 -0500
Paul Kraus [EMAIL PROTECTED] revealed these words to me:

 Does anyone know how to by-pass the grapfical startup as well an the
 graphical login. I tried to upgrade my s3 savage binary this is a very
 confusing thing. The probe site tells you to try s3 first for there
 driver. I download the s3 driver and when I open the tgz file in  kde
 (or any desktop actually) all the files in the archive look corrupt.
 They all have weird chars ect. Download it and look
 (https://ranger.s3graphics.com/290-298drv/Savage_4.1.0_binary.tgz). But
 if I unpack it at a console it creates one binary file. I then copy it
 over top of the old file and now x won't start. I don't want to reload.
 Is there a way to fix this? What is the correct procedure for updating
 this driver? Thanks
 

i am using a S3ProSavage at home and i am using the open source module for X since the 
Savage chips were not ported to the the 4.1.x version. what i did was get the tar file 
(i think it was in www.probo.com/timr  but search the MUO board for the keyword 
'probo' for the correct link), skip the testing part in the installation, and follow 
the instructions on the site on how to install the 'module', and restart the X server.

hth.

-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] Perl script is not able to execute

2002-01-30 Per discussione Anuerin G.Diaz

On Wed, 30 Jan 2002 20:39:14 -0500
John Cichy [EMAIL PROTECTED] revealed these words to me:

 On Thursday 31 January 2002 09:19, Anuerin G.Diaz wrote:
 [snip]
  and test.pl contained in its first line the entry (without the quotes)
  #!/usr/bin/test.pl
 
  but when i substitute this line #!/bin/perl
 
 This is the correct first line of a perl script if perl resides in /bin. The 
 first line of a perl script needs to contain the location of the interpreter.
 
  i get this one
 
  [adiaz@Ronin tmp]$ ./test.pl
  syntax error at ./test.pl line 5, at EOF
  Execution of ./test.pl aborted due to compilation errors.
 
 I think you got this because there was no linefeed at the end of this first 
 line.
 
 John
 

nope, i expected it not to compile because i know nothing about perl syntax. i just 
entered an echo statement (i guess perl has another syntax for echo, hehehehe)  there 
hoping to invoke the perl interpreter. since the objective was to correctly call the 
perl interpreter and simulate the error messages of the original poster, i think the 
dummy script served its purpose. *grin*

 
 

ciao!

-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] now onto the cdrom's....

2002-01-30 Per discussione Anuerin G.Diaz

On Wed, 30 Jan 2002 22:23:45 -0800 (PST)
Wayne Petherick [EMAIL PROTECTED] revealed these words to me:

 All,
 I am still having problems with my floppy, and in
 trying to fix the problem today found that my cd rom's
 don't work either!  This is what I get when I try to
 mount one (also found this out trying to play a music
 cd).

i would just like to reiterate  that audio CDs _have no filesystems_ and should not be 
mounted. a well configured player (xmms, noatun, etc.) should be able to play the 
audio tracks when it you plop one in.

snip

ciao!

-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] .xsession-errors

2002-01-29 Per discussione Anuerin G.Diaz

On Tue, 29 Jan 2002 13:11:01 -
FLYNN, Steve [EMAIL PROTECTED] revealed these words to me:

 Is it just me or everyone get ever growing .xsession-errors files for each
 userid who uses X?
 
 Mine seem t be full of:
 
 kicker: WARNING: KDE detected X error: BadDrawable (invalid Pixmap or Window
 parameter) 9 Major Opcode 14
 
 
 Anyone got any clues as to why I get these errors and more importantly, how
 I can get rid of 'em?
 
 

i suppose this is internal to whatever WM you are using. seems like there still are a 
lot of things to do between the interfaces of the WM and the XServer, or maybe its 
just a matter of cleaning up code ;-) . 

ciao!

-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] Redirecting OpenOffice.org old files

2002-01-28 Per discussione Anuerin G.Diaz


yeah, i have one with deletes it together with all the *tmp files that it leaves 
scattered in the home directory. but this approach is like stemming the effect without 
curing the cause.

ciao!

On Mon, 28 Jan 2002 11:07:03 +0100 (CET)
Ralph Slooten [EMAIL PROTECTED] revealed these words to me:

 I am using 641C and it leaves the annoying viewdbg.txt each time I close
 OpenOffice in the ~/
 
 I would suggest to make some script to delete this file. I have no idea
 what the purpose it of it...
 
 Greetings
 Ralph
 
 
 
 On Mon, 28 Jan 2002, Anuerin G.Diaz wrote:
 
 
  hi,
 
whenever i finish using openoffice.org i get small tmp files, a
  viewdbg.txt, and a wc file in my home directory. is there a way for me
  to redirect OO.O to use the /tmp for its temporary files? or is this
  fixed in latest release? btw, im using the 641B snapshot.
 
  thanks!
 
 
 
 
 
 
 


-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] kde 2.2.2

2002-01-28 Per discussione Anuerin G.Diaz


i reckon its not yet considered 'stable' and 'relatively bug-free'. dont the cooker 
sites have it yet?

ciao!

On Mon, 28 Jan 2002 16:37:12 GMT
marvin [EMAIL PROTECTED] revealed these words to me:

 Hello.
 
 kde was upgraded to 2.2.2 on the 21st November, yet MandrakeUpdate doesn`t
 have it available.  why ?
 
 Yes, I know I can install it manually, but if I wanted to do it that way, I
 would have picked a basic distribution and isntalled it all from source.
 
-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] OT AOL and Linux

2002-01-28 Per discussione Anuerin G.Diaz

On Mon, 28 Jan 2002 23:25:59 -0500
daRcmaTTeR [EMAIL PROTECTED] revealed these words to me:

 On Wed, 23 Jan 2002 12:36:07 -0500
 Anuerin G.Diaz [EMAIL PROTECTED] studiouisly spake these words to ponder:
 
  
  seems like it AOL was _not_ buying RH, but a merger in the future may
  happen...
  
  http://biz.yahoo.com/rf/020122/n22119518_2.html
  
  ciao!
 
 That is just _SO_ wrong!

i think i banged my head on the desk too hard but what was '_SO_ wrong!' ? was the 
link i posted a FUD?

ciao!

-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] OT AOL and Linux

2002-01-28 Per discussione Anuerin G.Diaz

On Mon, 28 Jan 2002 21:58:56 -0800
shane [EMAIL PROTECTED] revealed these words to me:

 or maybe it was just the thought that future AOL cd's mass mailed to the 
 world would, upon insertion in a winbox, say:
 
 this will install the AOL internet client, press ok to repartition your 
 harddrive.   :-D
 
 On Tuesday 29 January 2002 09:25, you spoke unto me thusly:
 
  i think i banged my head on the desk too hard but what was '_SO_ wrong!' ?
  was the link i posted a FUD?
 
 -- 
 Microsoft: The company that made email dangerous.
 


ah! ok, thinking it that way AOL would be a greater demolition tool for Linux. hmmmnn, 
sounds like another good makings for a conspiracy theory. ;-)

ciao!

-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] ASP Development

2002-01-23 Per discussione Anuerin G.Diaz


ok, thanks for the info about the vbscript angle. but i have a question though, you 
were using PWS to test the pages that you made. what stops you from copying the 
modified pages into the apache directory and testing it with the apache web server? i 
heard there is a asp module for apache so it should work, doesnt it?

ciao!

On Wed, 23 Jan 2002 08:27:23 -0500
Paul Kraus [EMAIL PROTECTED] wrote:

 The problem isn't the editor it's the viewer. Since its server side
 scripting I don't want to have to upload a page every time I am done
 editing  it to view it. In windows there is Microsoft's personal web
 server which lets me access the page and see all the server side scripts
 run. Its not just vb script although it looks a lot like it.
 
 Paul

-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] ASP Development

2002-01-23 Per discussione Anuerin G.Diaz


sorry, this was at the bottom of my message tree. maybe because i still havent 
received civileme's reply to your question. another point for the spatial anomaly cum 
mailing list time warp. *grin*

ciao!

On Wed, 23 Jan 2002 14:50:15 -0500
Paul Kraus [EMAIL PROTECTED] wrote:

 I was under the impression that Apache couldn't handle ASP. Thanks for
 the advice.
 
 Paul
 
 -Original Message-
 From: tester [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, January 23, 2002 12:42 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [newbie] ASP Development
 
 Paul Kraus wrote:
 
  The problem isn't the editor it's the viewer. Since its server side
  scripting I don't want to have to upload a page every time I am done
  editing  it to view it. In windows there is Microsoft's personal web
  server which lets me access the page and see all the server side
 scripts
  run. Its not just vb script although it looks a lot like it.
  
  Paul
  -Original Message-
  From: Anuerin G. Diaz [mailto:[EMAIL PROTECTED]] 
  Sent: Wednesday, January 23, 2002 9:32 AM
  To: [EMAIL PROTECTED]
  Subject: Re: [newbie] ASP Development
  
  On Tue, 22 Jan 2002 09:11:55 -0500
  Paul Kraus [EMAIL PROTECTED] wrote:
  
  
 Is there a way to view active server pages? I maintain several
 e-commerce sites all built on asp. I could always boot into windows
 
  but
  
 I am trying to use Linux exclusively to see if it can really meet all
 
  my
  
 needs. I would need an editor and someway to display the active server
 pages.
  
 Paul Kraus
 
  
  pardon my ignorance but isn't asp pages just html pages with a lot of
  vbscripts inside? if that is the case then you can just edit it with
 any
  of the thousand text editors in linux (nedit, jext, j, kate,
  MinimumProfit, emacs, vi, ed,...) and view it on the various browsers
  available ( konqueror, mozilla, galeon, opera,...).
  
  if that was not the answer you were looking for just delete this
 email.
  ;-)
  
  ciao!
  
  
  
 
 
  
  Want to buy your Pack or Services from MandrakeSoft? 
  Go to http://www.mandrakestore.com
  
 
 Edit with whatever--view by installing Apache and using a browser
 pointed to
 
 http://127.0.0.1:80/pagename.asp
 
 And put your pages into /var/www/html (you may need to run a terminal as
 
 root once to
 
 chmod g+rw /var/www/html
 
 and add yourself as user to group apache using userdrake or
 linuxconf.)
 
 That way, people outside who stumble across your IP can see the pages 
 but cannot write to them, and of course as long as you do nothing with 
 index.shtml they won't see anything but the introductory page unless 
 they know your filenames.
 
 Civileme
 
 
 
 
 
 
 
 
 
 


-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] Using Xfce

2002-01-23 Per discussione Anuerin G.Diaz

On Wed, 23 Jan 2002 18:57:39 -0500
Terry S. [EMAIL PROTECTED] wrote:

 Good evening,
 
 I've been reading about people using Xfce on the Linux boxes on this list,
 and I decided I'd give it a try.  I installed it off of the LM 8.1 CD's, and
 logged into it.  It looks really good, and I would like to make it my
 default window manager of choice.  I do have one problem with it though.
 Just about everything I click that makes any kind of change to the
 environment (font settings, sound settings, any kind of settings, even
 trying to quit) results in a popup that says Error, cannot create file or
 cannot write file or something to that effect.  Nonetheless, when I log in
 again, none of my settings remain.  Is there some tweaking that needs to be
 done to it?  Any suggestions would be greatly appreciated.
 
 Terry
 
 
 
 


nope, you just need to create a ~/.xfce directory because that is where xfce puts all 
its settings. seems logical that it cannot create a file if the directory doesnt 
exist, doesn't it? *grin*

fyi,

   there are times when some application's pop-up windows (like the find dialog in 
jext and nedit, and the j2me wireless toolkit emulator) shrinks and is unresizable. 
the quick fix is exit xfce, and do 

rm ~/.xfce/xf*session

   and restart xfce.

ciao!

-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] about SNF and Kernel 2.2

2002-01-23 Per discussione Anuerin G.Diaz


thanks to civileme and frans replies, i have few more questions though, ill just snip 
and insert wherever appropriate...

On Wed, 23 Jan 2002 09:48:41 -0900
tester [EMAIL PROTECTED] wrote:

 Anuerin G. Diaz wrote:
 
  

snip

 
 SNF is probably overkill unless you have a steady connection (DSL or 
 cable) to the internet.  SNF will _not_ run servers like mail or web--it 
 is a dedicated firewall.  Similarly, no other systems are welcome on the 
 firewall--it must be dedicated to that purpose.
 

doesnt the SNF page (i think it was in mandrakesecure) tell that you can do proxy 
servers, internet sharing, (i think there also was something about web serving) and 
all that? would you recommend that i download the 7.x distribution and do it from 
there?

 2.2 was used because we had a reliable 2.2 kernel-secure at production 
 time.  Currently a stateful firewall version is in the makings using 
 kernel 2.4 and iptables.
 
 48M might be a performance hit, but it should work.  If you are sharing 
 a modem or a 128K DSL, you are unlikely to notice the hit.  And don't 
 laugh--I had 15 nodes at a busy government office sharing a 56K modem 
 and it worked.
 

thanks.

 Cabling?
 
 Get a switch if at all possible.  attach all computers to the switch 
 using cat5 ethernet cable with RJ45 connectors--do not use the uplink 
 plug.  If you have a hub, you can use that in place of a switch.  Your 
 internet connection is placed separately, from the internet connection 
 of the firewall.
 

im planing to get a 4-port hub. ill have to do a little more searching on that uplink 
plug thing, its more of a black arts to me right now. ;-)

 Addressing?
 
 Local IP addresses are important--unless you have a fair size of system, 
 just keep them static
 

thanks, im scared of DNS right now because setting up a network right now is pretty 
daunting to me.


 Addresses can be 192.168.xxx.something where the xxx is the same for all 
 computers and between 0 and 255 and the something is different for each 
 computer
 
 or
 172.16-31.something1.something2 with a netmask of 255.255.0.0
 and the 16-31 choice should be the same for all computers
 
 or
 10.anything.anything.anything with netmask 255.0.0.0
 
 The firewall is set up with some IP address and all other nodes have 
 that IP as their default gateway.


i read somewhere that the 192.168 (the netmask here should be 255.255.0.0 , right?) 
chain  was reserved for home networks. ill just use that since i have no info on the 
172 and 10 chains. Am i right in thinking that the firewall would have 2 lan cards, 
one for the outside connection and the other for sharing the connection thru the hub? 
im going to test it using dial-up (im still applying for the DSL connection), so that 
would probably mean that 1 lan card will suffice now since the modem will act as the 
outside interface. is my logic still sound?

 
 All computers should have the same DNS addresses, and the best settings 
 are the DNS IP addresses given by your ISP.
 

if the dial-up ISP has automatic DNS (i dont put any when connecting in my standalone 
box), then i can skip this part? i reckon i will have to do this _when_ i get DSL.

 Civileme
 


thank you so much!


-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] How to speed up Linux Mandrake 8?

2002-01-20 Per discussione Anuerin G.Diaz

On Sun, 20 Jan 2002 20:30:45 +
Derek Jennings [EMAIL PROTECTED] wrote:

 You and me both Terry... I've adopted XFCE as my window manager of choice for 
 my 'processor challenged' laptop. It is considerably faster than KDE or 
 Gnome, prettier than ICEwm and easier to use than Enlightenment or Blackbox 
 IMO  (And the screen savers are quite funky)

same here. i only started to use xfce when the j2me emulator was not functioning with 
KDE and GNOME was too quirky for my taste. Xfce is now my default desktop here in the 
office.

 
 Two downsides are that many of the links are not set up correctly, and for 
 some unexplained reason any 'X' application such as xterm is missing its 
 scroll bars. I could use kterm or somesuch instead, but that means loading QT 
 libraries etc which defeats the point of running a lightweight window manager.
 

try aterm. i like it better than the konsole. its significantly faster and has 
scrollbars, the downside is that it doest support multiple terminals per window. but 
you cant have everything. *grin*

snip
 
 derek
 

ciao!

-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] apostrophe's

2002-01-18 Per discussione Anuerin G.Diaz
On 18 Jan 2002 03:20:12 -0500
Paul Rodr$ByH(Buez [EMAIL PROTECTED] wrote:

 
 
 How come in some emails, apostrophe's [heh] show up as little square
 boxes in Evolution?
 
 - Paul Rod$Bmg(Buez
 
 

must be conflict in locale and charsets. i have my locale set to japanese and your the 
'rig' in your lastname shows up as a kanji character (yours is not the only one, there 
are some names which exhibit this behaviour).

ciao!

-- 

"Programming, an artform that fights back."

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=

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



Re: [newbie] LILO

2002-01-17 Per discussione Anuerin G.Diaz


ahh, can any fluent spanish speakers be able to translate this for the rest of the 
list (and translate the answer back if needed be.)

i suggest that in posts like this it would be the default action. i know somebody 
already did that a few months back but the poster was capable of posting and 
understanding in english. *grin*.

just a thought...

On Qui, 17 Jan 2002 12:18:08
[EMAIL PROTECTED] wrote:

 Ajuda Plase!!!
 
 Uso o Mandrake 7.2 e deixei uma partição vaga para o windows, qd 
 instalei o windows, não consegui reconfigurar meu lilo pois ele dá erro 
 na hora de escrever a partiÇão do rwindows. Aparece dizendo que a 
 partição não tem uma entrada válida no setor de boot da partição. A do 
 Linux é /dev/hda1 e a do windows é (ou deveria ser) /dev/hda5 (pois o 
 linux monta a partição dos neste end. e eu acesso ela normalmente). Pq 
 então o lilo não configura corretamente o boot? Ou, como posso fazer 
 para configurar isto corretamente? Se for erro meu ou se alguém puder 
 me ajudar desde já agradeço. 
 
 J. Castro Jr.
 
 
 
 
 
 iBEST - Internet com alta qualidade de conexão.
 GANHE ACESSO GRATUITO à Internet do iBEST em
 http://discador.ibest.com.br
 
 
 


-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



OT- Translation Suggestion (was Re: [newbie] LILO)

2002-01-17 Per discussione Anuerin G.Diaz


well i stand corrected but it does look like spanish to me (but i am not familiar with 
Portuguese so i dont really know what im saying do I? ;-)

but my suggestion still stands that in cases when the question is placed in a 
non-English form, a person who understood the question may take the initiative to 
translate it for the whole list so anybody who have an answer may post it and help the 
original poster. 

sounds like more work but a nice idea, isn't it?

ciao!

On Thu, 17 Jan 2002 18:30:30 -0700
Admin [EMAIL PROTECTED] wrote:

 Hello:
 
 The email below is not written in Spanish, it looks more like Portuguese to
 me.  It is confirmed by the persons email address, which points to Brazil.
 
 Reagards,
 
 Dexter
 
  On Qui, 17 Jan 2002 12:18:08
  [EMAIL PROTECTED] wrote:
 
   Ajuda Plase!!!
  
   Uso o Mandrake 7.2 e deixei uma partição vaga para o windows, qd
   instalei o windows, não consegui reconfigurar meu lilo pois ele dá erro
   na hora de escrever a partiÇão do rwindows. Aparece dizendo que a
   partição não tem uma entrada válida no setor de boot da partição. A do
   Linux é /dev/hda1 e a do windows é (ou deveria ser) /dev/hda5 (pois o
   linux monta a partição dos neste end. e eu acesso ela normalmente). Pq
   então o lilo não configura corretamente o boot? Ou, como posso fazer
   para configurar isto corretamente? Se for erro meu ou se alguém puder
   me ajudar desde já agradeço.
  
   J. Castro Jr.
  
  
  
  
  
   iBEST - Internet com alta qualidade de conexão.
   GANHE ACESSO GRATUITO à Internet do iBEST em
   http://discador.ibest.com.br
  
  
  
 
 
  --
 
  Programming, an artform that fights back.
 
  =
  Anuerin G. Diaz
  Design Engineer
  Millennium Software, Incorporated
  2305 B West Tower, Philippines Stocks Exchange Center,
  Exchange Road, Ortigas Center, Pasig City
 
  Tel# 638-3070 loc. 72
  Fax# 638-3079
  =
 
 
 
 
 
 
 
 
 
  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com
 
 
 
 
 


-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] boot disk doesn't work NOW: you got troubles?

2002-01-17 Per discussione Anuerin G.Diaz

On Fri, 18 Jan 2002 14:04:39 +1000
John Rigby [EMAIL PROTECTED] wrote:

 On Fri, 18 Jan 2002 00:37, your wisdom was such..:
   ai4a [EMAIL PROTECTED] wrote:
   shipahoy wrote:
Hi
My Mandrake 8.1 boot disk doesn't work. This includes the one
made
 
 MY M8.0 doesn't even acknowledge the existence of mkbootdisk !!!
 
 Cheers,
 
 John

or it isnt installed. or only root has access to it. ;-)

-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: OT- Translation Suggestion (was Re: [newbie] LILO)

2002-01-17 Per discussione Anuerin G.Diaz


i believe he is from uruguay (did i get the spelling right?) as its the only country 
that i can think of that can have uy as its designation. ;-)

ciao!



On Fri, 18 Jan 2002 05:06:46 -0200 (BRST)
Ricardo Castanho de O. Freitas [EMAIL PROTECTED] wrote:

 Hash: SHA1
 
 On Fri, 18 Jan 2002, ngn wrote:
 
 Sorry to ask... but what country do you live in?
 
 I live in an unknown country who is next to Brazil, and that mail was
 written in PORTUGUESE.. maybe I can translate it [i don't think so, it
 seems difficult to me to do it], However, I do not know nothing about this
 language but it comes from the Latin-like languages tree.
 
 Ricardo Castanho
 
 

-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



[newbie] problems in changing root password -update

2002-01-16 Per discussione Anuerin G.Diaz


[PASTE]

On Thu, Jan 17, 2002 at 02:31:26PM +0800, Anuerin G. Diaz wrote:
 
 i just posted a similar question in the mandrake mailing list. my old
 password is something like 'blacks00t'. even if i changed it to
 'blacks00t17' and the tokens were updated successfully, the old
 password is still accepted.   

You're seeing the eight-character password limit for systems that don't
use MD5 password hashing.  Try the password 'blacks00' even.  My guess
is it will still work.  To get around it, convert your passwords to use
MD5 hashing instead of the old DES hashing.  Under Red Hat 7, authconfig
will set this up, but then you'll need to reset EVERYONE's passwords,
don't forget...

[/PASTE]


i got this answer from the local user group. the poster (Rafael R. Sevilla 
[EMAIL PROTECTED] ) is correct on the 8 character limit. so how do i 
convert my LM8.1 to MD5 hashing?

ciao!

-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] Wine

2002-01-14 Per discussione Anuerin G.Diaz

On Mon, 14 Jan 2002 15:36:55 -0600
Joe Wittmer [EMAIL PROTECTED] wrote:

 Hi Group,
 
 I have LM version 8.1 installed this last week and choose to install the
 wine package. However, I am unable to figure out how to get it working...
 
snip
 
 I am pretty green when it comes to Linux after a couple of years vacation
 from it... Is there any How-Tos for setting up wine with the preconfigured
 Linux Mandrake install. Or, is there a better method in general.
 
 Thanks,
 Joe


the stock package in the LM8.1 is broken. i recommend going to the 
mandrakeuser.org board and head to the tips'n'tricks section. there is a growing 
'Building WineX' thread there which will hopefully answer most of your questions. 
Inside that thread is also a link to the user 'Scapegoats' self-made tutorial about 
building and running WineX. he said it works and provides snapshots of what windows 
applications he have run.

ciao!
 
-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] OT: Windows format command

2002-01-13 Per discussione Anuerin G.Diaz

On Fri, 11 Jan 2002 14:20:56 +0200
Hylton Conacher (ZR1HPC) [EMAIL PROTECTED] wrote:

 Paul wrote:
  
  I would first try to make a backupmake sure the backup
  script is working.
 You mean I have a backup script somewhere too. When did I develop that.
 :)
 
  try to delete the problemfiles that way.
 The files can't be deleted so far using 'del' and 'deltree'.
 
  Good luck
 Plenty is going to be needed
 

i remember seeing this kind of files. they are a pain in the neck to remove. if 
scandisks cant fix them then its time to reformat the partition. or find a way to 
unlink the 'i-node' in DOS.

break a leg!

-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] OT: Small OS for Old Hardware

2002-01-13 Per discussione Anuerin G.Diaz

On Sat, 12 Jan 2002 11:16:21 -0900
tester [EMAIL PROTECTED] wrote:

 
 Hosted by guess who?
 
 Civileme
 
 

who?

sorry, couldn't resist. ;-)

-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] can we play cracked games with the new wine

2002-01-13 Per discussione Anuerin G.Diaz

On Fri, 11 Jan 2002 21:12:47 -0800 (PST)
NY-Bro [EMAIL PROTECTED] wrote:

 I understand that the new wine version supports games
 like quake 3 and counter strike, but here is my
 question can it be used to play games that are
 already cracked? like any of the cracked versions of
 counter strike? Or do we have to have the cd version
 of the game?
 Rob...
 

cracked games deprive the developers the income they deserve.

with that said, there are some problems running cracked games (especially the 
starcraft compendium). I have launched counterstrike successfully though it looked for 
the serial number at the start (like it did in windows when it detected a fresh 
install/run).

ciao!


-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] LM 8.1 vs Redhat 6.2

2002-01-10 Per discussione Anuerin G.Diaz


or the equivalent of RH6.2 is Mandrake 7.x? not sure but have read some comments 
passing the requirements of Mandrake 8.x as the same as those of WinXP (meaning not 
for relatively slow processors). 

just a thought...


On Thu, 10 Jan 2002 14:26:36 -0500
Ed Tharp [EMAIL PROTECTED] wrote:

 probly running some servers and/or services you don't need, and MDK runs them 
 if you installed them by default. 
 
 On Thursday 10 January 2002 08:29, you wrote:
  I have a Redhat 6.2 system running on a 133 Mhz Pentium with 64 MB memory,
  and
  It is much faster than my LM 8.1 running on a 450 Mhz AMD K6, 256 MB memory
  I mean the diff is probably 10X.
 
  Does anyone have any ideas as to why the LM 8.1 would be so slow?
 
  Gerald
 
 
 


-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] (g)unzipping

2002-01-09 Per discussione Anuerin G.Diaz

On Wed, 9 Jan 2002 14:10:17 -0500
Bill Winegarden [EMAIL PROTECTED] wrote:

 Hi,
   I have downloaded the Maragda linux on a CD file. It is titled  
 maragda-2000-10-05-i386-RAM64Mb-redhat-6.2.raw.gz
   When I try to open it in Archiver it fails with an error message about valid 
 file type.
   When I try to gunzip -d it says 'not in gz format'.
   The file is a full distro length of 650 megs. I'm wondering if it is corrupt 
 or maybe I just don't know how to decompress it.
 
 Thanks and regards,
 Bill W.
 
 
 

have you tried unzipping it in the commandline? just use gunzip  
maragda-2000-10-05-i386-RAM64Mb-redhat-6.2.raw.gz and see what happens. i dont know 
about the raw format though. maybe thats the reason archiver refuses to process that 
file.

ciao!

   

-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] file sharing

2002-01-07 Per discussione Anuerin G.Diaz

On 07 Jan 2002 20:29:24 -0800
chuck [EMAIL PROTECTED] wrote:

 Can anyone recommend a good file sharing app?
 
 TIA
 
 -Chuck
 

depends on your needs. if you need to share in your own network then Samba is the 
preferred choice. if you need to share to users outside your network then consider 
running a ftp server or anything similar. if you are looking for something with 
napster like capabilities then you could try kazaa though it still is in beta and 
lagging from its windows counterpart in terms of usability. 

ciao!

-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] file sharing

2002-01-07 Per discussione Anuerin G.Diaz

On 07 Jan 2002 21:16:24 -0800
chuck [EMAIL PROTECTED] wrote:

 To be more specific, I am looking for a P2P file sharing client.  I have
 used gtk gnutella and didn't find it to be particularly compelling,
 mainly because I have difficulty connecting.  Are there any other
 clients for gnutella or fast track that work well.
 
 Thanks,
 
 -Chuck
 

in that case you might be successful with the kazaa linux client. there was an open 
source project for the P2P networks but something changed and I dont think its very 
active right now. Im still looking for a windows P2P client that I could run with 
wine. still no luck.

ciao!

-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] GCC, CC Compilers not working

2002-01-07 Per discussione Anuerin G.Diaz

On Mon, 7 Jan 2002 21:53:09 -0800 (PST)
Pauljames Dimitriu [EMAIL PROTECTED] wrote:

 when I try to cuse cc  or gcc from a command line, I
 get no such file or directory.  When I go to my
 usr/bin directory and do an ls cc, I get the
 following:  cc@
 
 I try compiling directly in the /usr/bin directory
 (which shouldn't be necessary) and I still get the
 same error.
 
 Any ideas?
 
 Thanks,
 
 Paul
 
 PS:  g++ works just fine.  I would use it but some
 install programs ask for cc.
 

cc is just a link to gcc. im guessing that either something happened with gcc and you 
lost permission to execute it or it was not installed in the first place.

just guessing...



-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] GCC, CC Compilers not working

2002-01-07 Per discussione Anuerin G.Diaz

On Mon, 7 Jan 2002 22:11:11 -0800 (PST)
Pauljames Dimitriu [EMAIL PROTECTED] wrote:

 Hi,
 
  Thanks for the prompt reply.
 
  I did an ls -l gcc and all the permissions are
 set correctly:
 
  -rwxrwxrwx . gcc
 
  maybe it died.  Where can I get another copy w/o
 reinstalling Linux?
 
  

you can try installing it from the CDs but before you do that do you get the correct 
path when you issue 

   which gcc

or do you get an error stating that gcc is not in your path? maybe its just a path 
problem and its worth a try first... ;-)

ciao!



-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] Laying Out Partitions?

2002-01-06 Per discussione Anuerin G.Diaz

On Sat, 5 Jan 2002 09:35:11 -0500
Ed Tharp [EMAIL PROTECTED] wrote:

 On Saturday 05 January 2002 02:17, you wrote:
  On Sat, 17 November 2001, Franki wrote:
   I recently stopped using Reiserfs on the server boxes, I swaped to ext3,
   the reason being that recently I have had some data corruption on both
   mdk7.2 and
   mdk8.1 and in both cases, it appears that reiserfs was the problem, for
   one thing, it apparently doesn't like postfix much.
 
 as I hear, it might have some issues with nfs too. so no reiser for the 
 server partitions where postfix or nfs might write. I hear it aint't to good 
 for the /boot partition either, 
 

durn! and i switched my boot partition into reiserFS. just read the magic page at 
mandrakesecure and i think i will encounter trouble when updating the kernel. *should 
have stuck with ext3, sheesh*

;-)

-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] more VI tips (was: Copy Paste)

2002-01-06 Per discussione Anuerin G.Diaz

On Sat, 05 Jan 2002 08:51:16 +0200
Hylton Conacher (ZR1HPC) [EMAIL PROTECTED] wrote:

  SKLIM wrote:
  
  I need help to know the key how to copy and paste in vi command ?
  Can someone help me on this issue
 I'll offer to help a bit.
 
 From my VI quick ref next to the desk I see that following commands are
 possibly the ones you should play with:
 :yy   copy(:5yy would copy the next 5 lines)
 :ppaste
 :rreplace
 :d$   deletes from the cursor to the end of the line
 :dd   delete one line at a time
 :uundo
 :xdelete one character (:5x would delete the next 5 characters)
 
 Hope it helps (Hih)
 

just to add something usually overlooked...

  :D  - deletes the text from the cursor until the end of the line (same effect :d$)
  :C  - changes the text from the cursor until the end of the line (same effect as :c$)
  :Y  - copies the current line

 also try replacing the dollar sign with 0 (zero) to reverse the effect into the 
beginning of the line.

ciao!
-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] more 8139too...

2002-01-06 Per discussione Anuerin G.Diaz

On Sat, 5 Jan 2002 12:44:47 -0500
mooseman [EMAIL PROTECTED] wrote:

 X-RebelTech Is Here: http://www.rebeltech.ca
 MIME-Version: 1.0
 Message-Id: [EMAIL PROTECTED]
 Content-Transfer-Encoding: 8bit
 
 hi all,
 
 i don't suppose that anyone can offer help for compiling a newer version of 
 the 8139too netcard driver?
 
 i have the 0.9.15 version installed on my system. it mostly works but i have 
 been having some flakiness. according to the release notes, version 0.9.22a 
 is the latest and greatest and it fixes a number of things that could be what 
 i am experiencing.
 
 however, i have no experience at compiling linux drivers.
 i extract all the files that came with the .gz file from sourceforge.
 it has a makefile, but if i cd to the dir that i have extracted to and do a 
 make in that dir, it complains about can't find some linux header files.
 
 i have all the source installed on my machine. i don't know if i should try 
 to hack the makefile or the 8139too.c file to try and get it to find all the 
 right files and dirs it needs or if there is an easier way.
 setting some ENVs or something.
 
 i have tried as both my username and as root. no solution to either.
 
 any thoughts?
 anyone have a pre-build version?
 


you may have all of the source code but you may be missing some of the devel packages. 
go to rpmdrake (SoftwareManager) and do a search for the file missing. it should turn 
up with something.

ciao!

-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] Format drive

2002-01-06 Per discussione Anuerin G.Diaz

On Sat, 5 Jan 2002 20:08:57 -0800
Mithrilhall2000 [EMAIL PROTECTED] wrote:

 I recently installed a slave drive into my linux computer (the slave drive
 was formatted from windows). When viewing this slave drive from linux, linux
 indicated that the drive was only 2.9 Gigs when in fact it's 20 Gigs. Well,
 I've decided to start from scratch and want to re-format the slave drive and
 was wondering how to do this in linux.
 
 I would like to re-format the slave drive and partition it as well.


use DiskDrake here especially if you are going to delete the whole drive anyway. The 
exercise would be also be rewarding.

 
 One more question:
 
 I have a proftpd server running. I recently took some games I have in zip
 files and burned them to a CD and dumped them on the linux computer. If I
 download the game (via FTP) back to my windows computer and try unzipping
 them they always have some errors and will not work. The games work
 perfectly if I copy them off the CD to my windows computer so the files must
 be getting corrupted when being transferred via FTP.
 
 Does anyone have any knowledge of proftpd having problems with files that
 are over a certain size? The zip files (which have been make into .exe are
 about 172MB to 400+MB.
 
 Any help on either of these problems would be greatly appreciated.
 
 Mithrilhall
 
 

how did you download the files? is the transfer set to binary? if by any chance you 
downloaded it using ascii then the zip files will be corrupted during transfer. im 
using a proftpd server here in the office and we are not experiencing transferring 
large files here, YMMV.


ciao!

-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




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



Re: [newbie] not enough space on tmp?

2001-12-10 Per discussione Anuerin G.Diaz


hi,

be glad to contribute something ;-). 

if you look at the mandrake control center-boot-boot config-Advanced , there is a 
checkbox (sticky push button box? ;-) that should clean tmp at each boot but for some 
reason it doesnt work here. it is not recomended to just delete the locks in tmp as 
the program using it may still be active. if you want to do some cleaning just dont 
delete the hidden locks as a rule of thumb (i hope you are doing this while out of X 
since it depends on the .X0lock file to gain exclusive use of the display :0 or 
something like that).

one interesting point that i read in ibm.com was the use of tmpfs as your /tmp. tmpfs 
is like a normal filesystem but instead of in the disks, the files are stored in 
memory (physical and swap). One drawback is that if you dont specify the maximum size 
of the tmpfs you may find yourself running out of memory and your system will resort 
to killing the biggest hog which usually is X. The good thing is that your tmp is 
really cleaned upon shutdown as all the files in tmp is on volatile memory. if you 
issue a mount command you will find that you already have a tmpfs on your system (i 
think this was only applicable to 2.2.x and above kernels) and it is mounted on 
/dev/shm. if anybody want to read the whole article, go to the MUO board and search 
the tips and tricks section for something like ibm.com or filesystem.

if you can free some more space (from windows maybe? ;-) then do so with partition 
magic (or whatever tool you have), create a linux partition (choose what type) ang 
mount it on /tmp. sorry but that is the simplest route that i can think of but maybe 
somebody here can suggest a better idea.

ciao!

On Mon, 10 Dec 2001 11:24:30 +0900
tek1 [EMAIL PROTECTED] wrote:

 hi anuerin!
 
 thanks for the excellent suggestion.  will try it!
 
 additional questions abt /tmp
 
 -are the files (that programs place there temporarily) automatically 
 cleaned up at certain times, or do we need to manually delete the files 
 there?  if the latter, how do we know which we can delete without problem, 
 as some sometime have a lock on them (which i guess makes them undeletable?)?
 
 -is there a way to reize the /tmp partition, besides a new installation? 
 like partitionMagic or something?
 
 
 thanks...  :)
 

snip

-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] not enough space on tmp? / archives for this list?

2001-12-09 Per discussione Anuerin G.Diaz


hi,

  i also met this during the installation of staroffice. tmp is usually mounted in the 
/ partition. in my case i just gave / about 100MB and it was getting used up (the 
clean tmp at boot option doesnt seem to work). one work-around is to create another 
temporary tmp folder for your user (in your home directory if it has the space to 
spare) and set the TMP environment variable to point to that location so every program 
that the user does is placed there.

  when the opportunity arises (when you need to reinstall), add more space to your 
root partition or create a tmp partition suitable enough for big installations (a 
little bit overkill because the work-around provided above is more efficient since not 
all installations use up the tmp space.)


HTH


On Mon, 10 Dec 2001 00:16:45 +0900
tek1 [EMAIL PROTECTED] wrote:

 i just tried to install jbuilder in my home dir (e.g. /home/me) and i got 
 the below error:
 
 Preparing to install...
 WARNING! The amount of /tmp disk space required to perform
 this installation is greater than what is available.  Please
 free up at least 34640 kilobytes in /tmp and attempt this
 installation again.  You may also set the IATEMPDIR environment
 variable to a directory on a disk partition with enough free
 disk space.  To set the variable enter one of the following
 commands at the UNIX command line prompt before running this
 installer again:
 - for Bourne shell (sh), ksh, bash and zsh:
   $ IATEMPDIR=/your/free/space/directory
   $ export IATEMPDIR
 - for C shell (csh) and tcsh:
   $ setenv IATEMPDIR /your/free/space/directory
 
 
 i have a 40gb hard drive and just recently set up my system, so i don't 
 know how this could happen.  i don't remember the allocations that i did 
 when i installed mandrake, but i set it up for a server configuration and 
 don't believe that i modified it (much) from the default settings.
 
 beside the solution prompted above (using the IATEMPDIR env), what are my 
 options?
 
 can i delete all the files in /tmp?  i saw that some of those files had 
 locks on them...
 
 also, how can i quickly find out how much space is available on the hard 
 drive/partition?  is there a quick command, or do i have to go to linuxconf 
 everytime?
 
 
 
 my apologies because i do believe that someone asked a similar question not 
 so long ago about this on the list.  but where are the searchable archives 
 for this list?
 
 
 thanks... 
 
 
 
 


-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] cvs not working out of the box?

2001-12-09 Per discussione Anuerin G.Diaz

hi,

 im just new in the CVS business but i have successfully downloaded and compiled the 
transgaming WineX using the stock CVS option of LM8.1. i just followed the directions 
in the download page and CVS did the rest.

ciao!

On Mon, 10 Dec 2001 01:06:51 +0900
tek1 [EMAIL PROTECTED] wrote:

 just wondering if anyone's gotten cvs working right out of the box?
 
 here's what i did so far:
 
   -created a new repository in /etc/cvs/repos
   -in /etc/cvs/cvs.conf, set CVSROOT=/etc/cvs/repos
 
 when i go to mandrake control center and click on system/services and then 
 on cvs, it says unrecognized service.  cvs always appears as stopped...
 
 any recommendations?
 
 thanks.
 
 
 
 


-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] environment variables not loading?

2001-12-06 Per discussione Anuerin G.Diaz

On Thu, 06 Dec 2001 21:57:30 +0900
tek1 [EMAIL PROTECTED] wrote:

 i've specified environment variables in both /etc/profile (for all users) 
 and home/me/.bash_profile (for myself), but upon boot up and automatically 
 logging in to my account, the environment variables haven't been loaded. 
 when i do echo $ENV (whatever the environment variable is), it is blank 
 (not set).
 
 in the profile files, after declaring each env, i also wrote export $ENV...
 
 any ideas?
 
 thanks. 
 

hi,
  try placing them on $USER/.bashrc. That is where i put my environment variable 
declarations.

HTH

-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] I need your immediate help!

2001-12-05 Per discussione Anuerin G.Diaz

On Tue, 4 Dec 2001 12:05:28 -0800
Mandrake Newbie [EMAIL PROTECTED] wrote:

 Hello gurus!
 
 I am using Mandrake 8.1 and I just downloaded the kernel-2.4.13-mdk.rpm and the 
latest iptables available in the speakeasy.rpmfind.net site.  I tried to install the 
new kernel and iptables using the commands of:
 
 # rpm -ivh kernel-xxx.mdk.rpm
 
 and
 
 # rpm -Uvh iptables-xxx.mdk.rpm
 
 but I wasn't able to install those packages.  It depends to one another.  So I 
decided to open my kongueror browser and click the kernel first and automatically 
installed it using RPM Software Manager.  And I was asked if I'll forcely install it 
and I clicked the YES button.  And when it was successfully installed, I also clicked 
to install the iptables package.
 
 After I successfully installed the two packages, I reboot my system.  And it all 
started my problem.  I wasn't able to enter my Mandrake system.  What shall I do?  
Please help me...
 
 Thanks in advance.
 

kabayan,

   i think you missed a step. i have never done a kernel upgrade before (but i will in 
the near future) but i always read a section in kernel upgrading that you have to 
update your lilo configuration so it will be pointing to the new kernel. you should 
also try to keep an entry of the old kernel so that if the new kernel stinks you can 
boot using the old.

ciao!

-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] mulitple desktop managers

2001-12-05 Per discussione Anuerin G.Diaz


hi,

yep, i tried all the function keys hoping that the window was there somewhere. still 
no luck.

ciao!

On Tue, 4 Dec 2001 11:25:19 -0500
Ed Tharp [EMAIL PROTECTED] wrote:

 did you try the f8 or f9 tty?
 
 
 
 On Tuesday 04 December 2001 12:44, you wrote:
  it should not but I still dont see where the second manager went (did it
  come up?). i thought the loading failed as is implied by the the 'Fatal
  Server Error'.
 
  ciao!
 
  On Mon, 3 Dec 2001 21:02:23 +0600
 
  Mark D'voo [EMAIL PROTECTED] wrote:
   true, it doesn't bother me though, If you are using kde you can press
   alt-f2 (run command), and type it in there, then you won't see any of the
   debug info
  
   On Tuesday 04 December 2001 21:57, you wrote:
On Mon, 3 Dec 2001 20:40:15 +0600
   
Mark D'voo [EMAIL PROTECTED] wrote:
 from any command line you can just run:
 startx -- :1 or if you want three graphic desktops
 startx -- :2 if you want to run gnome
 startx /usr/bin/gnome-session -- :1

 mark
   
thanks mark but i encountered this while running xfce (it was run using
starx and KDE is my default desktop manager). this is a little bit
long... thanks!
   
   
[adiaz@Ronin bin]$ startx -- :1
   
XFree86 Version 4.1.0 / X Window System
 
  snip
 
Fatal server error:
AddScreen/ScreenInit failed for driver 0
   
   
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file /var/log/XFree86.1.log.
Please report problems to [EMAIL PROTECTED]
   
XIO:  fatal IO error 104 (Connection reset by peer) on X server :1.0
  after 0 requests (0 known processed) with 0 events remaining.
 
 
 


-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



[newbie] komba2 dependencies

2001-12-05 Per discussione Anuerin G.Diaz



hi,

  i have downloaded komba2-0.72-1.mdk.i586.rpm ( i forgot if this is from the cooker 
or from the stable branch). using rpm -iv --test i showed that it needs libpng.so.3. a 
quick search in rpmdrake failed to yield a package containing this so file. i did a 
search in rpmfind.net and got the libpng3-1.2.0-3mdk.i586.rpm package which i have 
installed together with komba2 without any problems.

  
  the problem is that komba2 keeps on spewing up this message upon start-up

libpng warning: Application  is running with png.c from libpng-1.2.0
libpng error: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.0.12
libpng warning: Application  is running with png.c from libpng-1.2.0
libpng error: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.0.12
libpng warning: Application  is running with png.c from libpng-1.2.0
libpng error: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.0.12
libpng warning: Application  is running with png.c from libpng-1.2.0

snip

  and a bunch more. the application runs but whenever i use it to mount a share i get 
a segmentation fault. i think it is safe to deduce that the problem is in the libpng 
that i installed. the question is where do i get a compatible libpng.so.3? i currently 
have my internet connection cut-off (only allowed during lunchbreaks 8-( ) so i have 
to rely on you guys.

thanks!

-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] bash script

2001-12-03 Per discussione Anuerin G.Diaz
On 03 Dec 2001 16:47:11 -0500
Paul Rodr$ByH(Buez [EMAIL PROTECTED] wrote:

 Ok 
 
 Lets say I have files in Dir2 which I have symlinks for in Dir1.  
 So the contents of Dir1 include links to all the files in Dir2, plus
 files of its own...
 
 I want to delete all of those symlinks in Dir1 for Dir2, without
 deleting anything else, or going through them one by one...
 
 Is there a way I can say something like..
   rm -rf /Dir1/(output of ls Dir2)
 
 Or, said another way...
 
   rm -rf /Dir1/(all symlinks to contents of Dir2)
 
 
 Thanks!
 
 -Paul Rodr$Bmg(Buez
 
 


hi paul,

  im working on the assumption that all links on Dir1 refer to the files in Dir2 and 
is to be deleted without harming the files in Dir2...


  #!/bin/bash

  for file_d1 in `ls`
  do
if [ -L $file_d1 ] #test for a link
then
  rm $file_d1
fi
  done



  if my assumption is wrong then pls reply and ill do what i can to assist.

ciao!
  

-- 

"Programming, an artform that fights back."

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===

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



[newbie] mulitple desktop managers

2001-12-03 Per discussione Anuerin G.Diaz


hi gang,

  i read a tip in the muo board about loading two desktop/window manager. i know about 
changing consoles so im looking for the direction on how to load an additional window 
manager in another console. simply invoking in another console the startx (actually 
Xtart) produces a lock error since I think the startup default to the :0 console or 
something and the lock file still exists.

  i currently am internet-handicapped so im hoping the speed of this mailing list will 
provide an answer. if its any help, im planning to use blackbox on another console 
since running GNOME while KDE is up is a little bit overkill for my needs (and a waste 
of CPU cycles ;-) .

thanks!

-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



[newbie] Re: mulitple desktop managers

2001-12-03 Per discussione Anuerin G.Diaz

On Tue, 4 Dec 2001 09:05:07 -0500
Anuerin G.  Diaz [EMAIL PROTECTED] wrote:

 
 hi gang,
 
   i read a tip in the muo board about loading two desktop/window manager. i know 
about changing consoles so im looking for the direction on how to load an additional 
window manager in another console. simply invoking in another console the startx 
(actually Xtart) produces a lock error since I think the startup default to the :0 
console or something and the lock file still exists.
 
   i currently am internet-handicapped so im hoping the speed of this mailing list 
will provide an answer. if its any help, im planning to use blackbox on another 
console since running GNOME while KDE is up is a little bit overkill for my needs 
(and a waste of CPU cycles ;-) .
 
 thanks!
 

or XFCE. i forgot to add that. ;-)
im using the j2me wireless toolkit and its unusable in KDE. just additional info.

ciao!

-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] mulitple desktop managers

2001-12-03 Per discussione Anuerin G.Diaz

On Tue, 4 Dec 2001 01:38:43 +
Derek Jennings [EMAIL PROTECTED] wrote:

 The simplest way I've found (without having to remember complicated commands)
 is to simply hit CTL+Alt+F2 and then log on as root and type gdm  This will 
 put you straight into the gnome log on window and from there you can open the 
 window manager of your choice.
 
 Its a helluva good demonstration of linux to switch between users/window 
 managers with a single key action :-)
 
 Derek
 
 

thanks for the quick reply but i may have hit a snag...

  following your suggestion, I was presented with a warning that another application 
(xfs?? cant remember) is already occupying display :0 (expected) so I let it try 
another display number. that's when everything went haywire. i think i just witnessed 
the 'respawing too fast problem' since my monitor kept on flickering. i switched to 
another console using ctrl+alt+f6 and tried to logon but the monitor flickers too fast 
for me to be able to press enter for the username. i just powered down and i just 
first witnessed a journalling system in action. ;-)

  so i am looking for another route to the problem of using multiple managers. if i 
remember right, i think somebody mentioned it during the satirical exchange about 
linux and windows in this list (why they hate linux or something). if somebody out 
there is saving those messages, i would be indebted if you could send me a copy of 
that message.

thanks!

-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] mulitple desktop managers

2001-12-03 Per discussione Anuerin G.Diaz


it should not but I still dont see where the second manager went (did it come up?). i 
thought the loading failed as is implied by the the 'Fatal Server Error'.

ciao!

On Mon, 3 Dec 2001 21:02:23 +0600
Mark D'voo [EMAIL PROTECTED] wrote:

 true, it doesn't bother me though, If you are using kde you can press alt-f2 
 (run command), and type it in there, then you won't see any of the debug info
 
 On Tuesday 04 December 2001 21:57, you wrote:
  On Mon, 3 Dec 2001 20:40:15 +0600
 
  Mark D'voo [EMAIL PROTECTED] wrote:
   from any command line you can just run:
   startx -- :1 or if you want three graphic desktops
   startx -- :2 if you want to run gnome
   startx /usr/bin/gnome-session -- :1
  
   mark
 
  thanks mark but i encountered this while running xfce (it was run using
  starx and KDE is my default desktop manager). this is a little bit long...
  thanks!
 
 
  [adiaz@Ronin bin]$ startx -- :1
 
  XFree86 Version 4.1.0 / X Window System

snip

 
  Fatal server error:
  AddScreen/ScreenInit failed for driver 0
 
 
  When reporting a problem related to a server crash, please send
  the full server output, not just the last messages.
  This can be found in the log file /var/log/XFree86.1.log.
  Please report problems to [EMAIL PROTECTED]
 
  XIO:  fatal IO error 104 (Connection reset by peer) on X server :1.0
after 0 requests (0 known processed) with 0 events remaining.
 


-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] How to execute .jar files on LM 8.1

2001-12-03 Per discussione Anuerin G.Diaz

On Mon, 3 Dec 2001 22:52:03 -0500
Jon Doe [EMAIL PROTECTED] wrote:

 On Mon, 03 Dec 2001 22:46:37 +0900
 tek1 [EMAIL PROTECTED] wrote:
 
  what exactly are you trying to do?
  
  you usually run .jar, if it has a class in it that defines the main() method, as:
  
  java -jar FILE.jar
 
 That is what I am doing, this is what I get and it doesn't have anything to do with 
this particular file, I get this error for any .jar file:
 
 [jon@linuxgeek jon]$ java -jar JAP.jar
 Internal error: caught an unexpected exception.
 Please check your CLASSPATH and your installation.
 java/lang/NoClassDefFoundError: JAPView
 at java.lang.reflect.Method.invoke(Method.java:native)
 at kaffe.jar.ExecJarName.main(ExecJarName.java:70)
 at kaffe.jar.ExecJar.main(ExecJar.java:59)
 Aborted
 
 How do I set the classpath? Or is that even gonna fix it?
 
 
 

what version of java do you want to use? im using the one from sun and its working 
fine.

classpath is defined in the .bashrc (single person) or in the /etc/profile (all 
users). my .bashrc entries look like this:

export JAVA_HOME=/usr/java/jdk1.3.1/
export CLASSPATH=.:$JAVA_HOME/lib


and ditch the kaffe if you dont need v1.1.x support (i use the blackbox port when i 
want that kind of support).

HTH

-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] very very very basic question about ls

2001-12-02 Per discussione Anuerin G.Diaz


hi navin,

   from what i gather this is what you want to do:

   you have a directory like this

   a-b
-c-b
-c-d
-c-d-b

   and you want to change the permissions of all instances of b (sort of they fill a 
certain naming requirement, right?). if this is the case then you can use a recursive 
script that i got. it goees something like


   #!/bin/bash
   
   #note that this script is stored as $HOME/bin/recscript
   # $1 is the target directory

   cd $1
   chmod +x b # or whatever files in there 

   for entry in `ls` 
   do

 if [ -L $entry ] then
   #this is a linkfile so I dont follow
 elif [ -d $entry ] then

$HOME/bin/recscript $entry
 else
# regular file. do whatever you want. you can even put
# the chmod here if it would be cumbersome above
 fi
   done
   
   #end script



ok so it may be a little brutish but it gets the job done (like removing core files, 
*.class files before archiving, and that sort). feel free to use it as you please.

ciao!


On Fri, 30 Nov 2001 16:54:54 +1100, Navin [EMAIL PROTECTED] wrote:

   Hello people
   
   I have a problem and am trying to fix something
   
   A directories I have on my /home/navin/apps/JBoss directory
   
   has entries of files and directories. Now some of these directories do not 
   have x in the permission. I do not know how they got stripped off or if they 
   were not present at all. I tried changing ownership to myself, changing 
   permissions with chmod +x to directories. It workds but not for 
   subdirectories. It is very cumbersome to go into each subdirectory and do a 
   chmod +x. And I do not want to do chmod -R +x * - for obvious reasons.
   
   Now I was trying to cook up a small script which would go into each directory 
   and do a chmod for me. For that I was trying to get 'ls -Rd' working but it 
   prints 
   
   ./ 
   
   only. I tried 'ls -Rd *' but it prints directories in the current directory 
   only. It does not recurse, i guess, since I gave -d.
   
   Can anyone please solve my problem with the chmod OR with the ls. 
   
   thanks a lot.
   
   regards
   navin
   
   
   


-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] Servers

2001-11-28 Per discussione Anuerin G.Diaz

On Wed, 28 Nov 2001 06:55:58 -0500, Jose M. Sanchez [EMAIL PROTECTED] wrote:

   
   snip

   WHAT?
   
   Check out SMBClient and SMBMount...
   
   All Komba2 does is invoke these programs, which are part of Samba.
   
   I.E.
   
   smbclient -L \\Windowsmachine -U Validuser 
   
   Where validuser is a username that you have used at least once at your
   Winblows box to log into the network. (this is important!).
   
   If you can do this Samba will let you utilize Winblows printers from
   Linux, even WinPrinters (read brain damaged printers)!
   
   Lisa/Reslisa let's Konqueror BROWSE Winblows shares as well.
   
   -JMS
   
hi,

   any tips on configuring LISA? the document that it came with is too cryptic and 
,even if I followed all the instruction, the LISA tab in the configuration still 
displays the 'not yet configured' message. ill look into komba since I dont use 
konqueror much (I use xwc).

ciao!
   
   


-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] Clock Synchronization

2001-11-27 Per discussione Anuerin G.Diaz


thanks a lot guys... i just heard that I will be issued a new machine today so I will 
have to reinstall everything. i guess i have to do some praying now. ;-)

ciao!


On Tue, 27 Nov 2001 04:56:11 -0500, Jose M. Sanchez [EMAIL PROTECTED] wrote:

   It's on the CD's
   
   Not installed by default.
   
   -JMS
   
   
   |-Original Message-
   |From: [EMAIL PROTECTED] 
   |[mailto:[EMAIL PROTECTED]] On Behalf Of Anuerin G.Diaz
   |Sent: Tuesday, November 27, 2001 10:20 AM
   |To: mandrake
   |Subject: Re: [newbie] Clock Synchronization
   |
   |
   |
   |im using LM8.1 and i dont have any rdate executable, either as 
   |an ordinary user or as root. ill try to find one tomorrow when 
   |my net connection resumes here in the office. ;-)
   |
   |ciao!
   |
   
snip
   


-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] transgaming wine install

2001-11-26 Per discussione Anuerin G.Diaz


hi,

  that's odd? i can now compile source codes without an extra line in the end of the 
file. try editing your file in vi or nedit. i only use either of the two if im editing 
c files. one more cause of grief that I encounter is if the file is initially a dos 
file and I forgot to trim the eoln symbols. but that is another story. ;-)

HTH


On Mon, 26 Nov 2001 11:43:44 +0200, Robert MacLean [EMAIL PROTECTED] wrote:

   I tried hitting enter at the end of a the file using a couple of
   editors this weekend (mcedit and Xemacs i think) and it didn't help.
   What editor do you use to do this? And is there any way I can check it
   has the EOLN is there? thanx
   
   ___
   Robert MacLean
   - Original Message -
   From: Anuerin G. Diaz [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Sent: Friday, November 23, 2001 10:16 AM
   Subject: Re: [newbie] transgaming wine install
   
   
hi,
   
edit the c_863.c file and place a newline at the end by pressing
   'Enter' while
at end of the file. this is one quirk of gcc that I always encounter
   so
hopefully the compile would proceed without encountering this error
   (unless
other files dont have a new line at the end)
   
snip   


-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] win32 badtrans worm.

2001-11-26 Per discussione Anuerin G.Diaz


NOTE: may be offtopic

mwehehehehehehe. sorry but i cant help but laugh with the description of tom. does the 
shoe fit? ;-)

ciao!

On Mon, 26 Nov 2001 16:38:32 -0800, Harrison, Neil [EMAIL PROTECTED] wrote:

   You are a very angry, bitter man. 
   
   See y'all later 
   
   -Original Message- 
   From: Tom Brinkman [ mailto:[EMAIL PROTECTED]
   mailto:[EMAIL PROTECTED] ] 
   Sent: Monday, November 26, 2001 10:19 AM 
   To: [EMAIL PROTECTED] 
   Subject: Re: [newbie] win32 badtrans worm. 
   
   


-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] howto-intro

2001-11-25 Per discussione Anuerin G.Diaz


thanks. i was hoping someone could point me to a specific howto as I know I have one 
copy here. ill check it out later and will try grepping the whole html directory first 
;-)

if anybody encounters that introduction please email me so i can go on writing my 
little piece.

ciao!

On Fri, 23 Nov 2001 13:36:46 -0500, Randy Kramer [EMAIL PROTECTED] wrote:

   Anueruin,
   
   This search (myth site:www.linuxdoc.org) at Google found 9 hits -- I
   suspect one of them is what you want.
   
   Randy Kramer
   
   Michael Viron wrote:
Try looking at http://www.linuxdoc.org/, which is where most of the howtos,
guides, and mini-howtos are located.
   
At 07:45 PM 11/23/2001 +, you wrote:
   i am looking for a how-to that has an introduction which goes like
'breaking the myths', i.e. open-source is just a hobby, linux is a
hackers-toy,etc.

   i read some how-to that has that in the introduction and am searching
for it but I cant find any (known case of not finding what you are looking
for when you need it :-) I am planning to write an introductory column on
linux for the company newspaper and that intro would be great.
   
   
   


-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] non-english text input

2001-11-25 Per discussione Anuerin G.Diaz

On Sat, 24 Nov 2001 20:17:44 +0900, tek1 [EMAIL PROTECTED] wrote:

   hello.
   
   how does one go about entering non-english text (particularly japanese) 
   into a word processor, email program (e.g. kmail), etc.?  i'm using kde.
   
   on windows2000, i just hit ALT-(specialJapaneseKeyOnMyJapaneseKeyboard) to 
   switch the IME to japanese...
   
   thx... 
   

there is a package called FreeWin thats included in the dowload version of mandrake. i 
havent succeeded in using it because there is no documentation and the site is in 
japanese. if you have any advances in this problem please email me as this is one of 
the problems that i am losing my hair in.

there is a terminal that supports japanese fonts (kterm) but it sucks. it cant even do 
a decent ls printout.

ciao!
   
-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] rpm manager corrupted

2001-11-25 Per discussione Anuerin G.Diaz

On Sat, 24 Nov 2001 20:59:18 -0800, Grant Fraser [EMAIL PROTECTED] wrote:

   I am having difficulty updating some software. RPM says that the package can 
   be updated but then says it has already been installed. How do I fix the 
   damage?
   

hi,

  just noticed this email and did not see any reply so here is my two cents...


  did you try using commandline rpm commands? i usually resort to them when the rpm 
manager refuses to work (especially with opera). you can try rpm -U [package] to 
upgrade your applications. you can try upgrading your rpm manager with one of the 
packages in the cooker sites. not much use though if you have the latest version.

HTH

-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] transgaming wine install

2001-11-23 Per discussione Anuerin G.Diaz


same here in the excitingly-wild, vacation-haven philippines. heck, that price tag 
(excluding the shipping costs) is almost equal to my whole month's salary. i guess ill 
just have to make do with the download edition then hope I can make wine (and its 
derivatives) work 8-(.

ciao!

On Fri, 23 Nov 2001 13:06:20 +0200, Robert MacLean [EMAIL PROTECTED] wrote:

   the gaming version of mandrake has transgaming wine installed. and
   they say it can run counter strike out the box ;)
   maybe it's worth it? then again$89 is a lot in good old South Africa
   where the currency is worth nothing
   
   ___
   Robert MacLean

-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



[newbie] howto-intro

2001-11-23 Per discussione Anuerin G.Diaz



hi gang,

   i am looking for a how-to that has an introduction which goes like 'breaking the 
myths', i.e. open-source is just a hobby, linux is a hackers-toy,etc.

   i read some how-to that has that in the introduction and am searching for it but I 
cant find any (known case of not finding what you are looking for when you need it :-) 
I am planning to write an introductory column on linux for the company newspaper and 
that intro would be great.

 thanks!

-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



[newbie] Re: mandakeuser.com was ( nVidia drivers + glms (cpu temperature sensors) for LM8.1)

2001-11-21 Per discussione Anuerin G.Diaz

On Wed, 21 Nov 2001 14:22:26 +0200, Robert MacLean [EMAIL PROTECTED] wrote:

   you can. i have 8.1 and run the latest and greatest nvidia drivers.
   how you ask?
   www.mandrakeuser.com has the 8.1 version, simple huh?
   
   ___
   Robert MacLean


hi,

   off-topic but I didnt know that there is a mandrakeuser.com. is this an official 
mandrake site? i always thought that there is only mandrakeuser.org. gotta check this 
out because the last time that I put .com in the end I got a 404 error.

ciao!   


-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] AOL help Simple Samba

2001-11-21 Per discussione Anuerin G.Diaz

On Wed, 21 Nov 2001 20:48:17 +0800, AOL Systems [EMAIL PROTECTED] wrote:

   Pls help me how to configure simple Samba configuration.Pls give at
   least a brief config using the source.Pls Thanks!
   
   Respectfully
   AOL
   
try the default samba.conf and base from there. some of the options are documented. 
try installing the samba-doc package as there is a good (commercial grade) book there 
that deals with the basic samba configuration. i finished it in 2 days because it was 
good for light reading and very informative.

and you can try webadmin to configure your shares. just put the following in your 
webbrowser the address

localhost:901

and enter the root user and password. i think you can figure out the entries there but 
I really recommend that you browse through the book even if you only look at the 
topics that will interest you. we can give you a rundown but we would only be giving 
you an incomplete explanation of what the book can explain a great deal better. I know 
that you want to get samba running at once but have patience and go through the book. 
it would be really worth it.   
   



ciao!


-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] Software Manager

2001-11-21 Per discussione Anuerin G.Diaz

hi gonzalo,

  kindly relay to RomLi that the source that is being added may contain a 'malformed' 
rpm. this is if the package does not conform to the Mandrake standard or if it is 
corrupted.

  try using the commandline to add a new source (i think user has to be root) like this

  urpmi.addmedia [source descriptive name] file://location/of/new/source/directory

  if there will be an error in adding a new source then it will be shown in the 
commandline. just remove the offending package and try again.

ciao!

On Wed, 21 Nov 2001 10:40:10 -0400, Gonzalo [EMAIL PROTECTED] wrote:

   He says that he can't add new sources to install rpm packages throw software
   manager, not even a floppy or other folder.
   
   If it's Mandrake 8.0, i believe that software manager was broken in that
   version (si es en Mandrake 8.0, esa vesi$Bsn(B de Sofware Manager estaba rota)
   
From: "RomLi" [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date: Wed, 21 Nov 2001 00:58:13 +0100
To: [EMAIL PROTECTED]
Subject: [newbie] Software Manager



-- 

"Programming, an artform that fights back."

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===

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



Re: [newbie] Software Manager

2001-11-21 Per discussione Anuerin G.Diaz

ooops. i read this later than my response. just refer to it. ;-)

ciao!

On Wed, 21 Nov 2001 14:12:05 +0100, "RomLi" [EMAIL PROTECTED] wrote:

   Hi Gonzalo.
   
   My Madrake version It$B4s(B 8.1.
   
   Sorry, I confuse this list of mails with the list in Spanish but THANKS for
   help me.
   
   
   :-)
   
   
   
   
   


-- 

"Programming, an artform that fights back."

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===

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



Re: [newbie] VM Ware

2001-11-21 Per discussione Anuerin G.Diaz

On Wed, 21 Nov 2001 13:55:35 +, Caspar Kennerdale [EMAIL PROTECTED] wrote:

snip
   
   This seems to read the floppyt , starts t read the cd and after a few 
   minites gives the message ' this is not a mandrake cd'
   
   does anyone have any ideas? is this because the cd is a copy
   
   shall i download an iso from a mandrake mirror?
   
   do I need all three if so- the inst, ext and supp iso's
   
   thanks in advance
   

hi,

   yes it has something to do with the process of copying the disc from a burned disc. 
my friend has one of those too ;-). it may not be great for installing but it is 
usable for installing some packages on a mandrake system.

   try downloading the isos. you only need the first but having the second 
(recommended) and third (really optional, I only installed 2 or 3 packages from this 
disc) wont hurt. check the md5sums of each before burning and select the option 'burn 
from image' from your burning software.


ciao!   
   


-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] Reload Xinetd

2001-11-21 Per discussione Anuerin G.Diaz


hi,

  refer to my previous answer. there exists a xinetd executable in the /usr/sbin which 
is in the root PATH. you should execute the script located at /etc/rc.d/init.d / which 
is not in the PATH variable. if you enter xinetd restart then you are referring to 
the one in sbin. either you enter the fullpath of the xinetd script located at the 
init.d directory or just go there and do ./xinetd restart.

ciao!

On Thu, 22 Nov 2001 23:57:39 +0800, Ethan [EMAIL PROTECTED] wrote:

   that's strange. I am running LM 8.1 and issued the command as root in
   the /etc/rc.d/init.d/ driectory. typing xinetd by itself gets no
   response. And I believe that xinetd is the default - for without it, ftp
   and other services cannot run...
   
   man xinetd shows that sending the signal SIGUSR2 will cause a hard
   reconfiguration... but how do you do that. I tried kill -SIGUSR2 xinetd
   but it does not work. pls advise. thank you.
   
-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] ls command

2001-11-20 Per discussione Anuerin G.Diaz


try  tree [folder] . it will give you an output similar to what you expect.

HTH


On Wed, 21 Nov 2001 08:49:28 +0800, SKLIM [EMAIL PROTECTED] wrote:

   
   Hi !
   
   Does there any command in linux to view  ALL the directory and files in one
   shot ??
   
example :   --  folder1
    file1
--  folder2
    file1
    file2
   
   
   
   Best Regards,
   SKLIM
   
   
   
   
   


-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] Ftp server

2001-11-19 Per discussione Anuerin G.Diaz


i dont think one is installed by default. you have to manually select the rpms from 
the installation discs. proftd and wuftd are great (im using proftd). i think the ftp 
services are boot-enabled once installed but I may be wrong so double check using 
Mandrake Control Center-Services.

HTH

On Mon, 19 Nov 2001 07:10:13 -0800, E Estes [EMAIL PROTECTED] wrote:

   Could anyone tell me where I can find the information on setting up and
   configuring an ftp server. I thought one was installed by default in
   Mandrake but I could be wrong. If there is one  installed by default
   could someone point me to where I can find  it.

   Thanks in advance
   


-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



[newbie] Re: Solaris issue

2001-11-19 Per discussione Anuerin G.Diaz


hi,

no apology should be necessary as this is a 'community-help' site. its just that 
majority of subscribers here are using Mandrake and only a few have knowledge about 
Solaris/Unix Administration. you would generally find better and quicker response 
through other lists (maybe unix administration-oriented ones) or searching at deja.com 
or at any search engine.

a colleague here suggested looking at /etc/defaultdomain

sorry if i cant help you more.

ciao!

On Tue, 20 Nov 2001 15:05:24 +1100, Warren Cameron [EMAIL PROTECTED] 
wrote:

   Apols if incorrect forum, but was told this was most likely area for quick
   response.
   
snip

-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] netscape 6.2

2001-11-15 Per discussione Anuerin G.Diaz

On Thu, 15 Nov 2001 19:05:12 -0500, poweredbysun [EMAIL PROTECTED] wrote:

   Hi All,
   
   
   I downloaded Netscape 6.2 so I could use a
   full featured browser, that supports the
   latest plug-ins, etc. I followed the directions
   on the Netscape site and installed it from root
   from the command line because I did not see any
   way to install from the LM  Software
   Manager or Program Manager.


isnt if posted recently that netscape 6.x plugin suck? if i recall right there is an 
item in mandrakeforum about a debate whether versions 4.x and/or 6.x are to be 
included in the installation CDs and where. pro-4.x points out that 6.x is not yet 
ready for primetime and generally sucks greater than 4.x (sorry but im an Opera user 
and full-blown browsers does not sit well with me :-)


snip
   
   The Netscape site is not clear
   where the default directory is. It says to go
   to the directory it is installed in and run
   the program from the command line. Running
   LM Find Files and Gnome Search Tool under root
   do not seem to find the new netscape program.
   I see an install log, but nothing in it about
   Netscape 6.2 I can find.
   

   Questions:
   1)how do I find where something installed to?
   
either do a find /usr -name netscape to find the directory that netscape installed to 
but usually the executables are either placed in /bin or in /usr/local/bin. a faster 
way if the executable has execute permissions is to issue the command which netscape. 
if it returns the location of the executable then you can try executing netscape  
in a command line. fyi, the ampersand means that the application will run in the 
background and therefore free the console/terminal for other uses.


   2)is there a way to install something like
   Netscape 6.2 under the LM Software Manager,
   so I can simply check it off and let LM8.1 do
   everything itself?
   
   unless you have a netscape rpm file  that is compatible with rpmdrake. if you are 
using the latest version then its probably in a tarball. you can install this manually 
(make;make install from the unpacked directory) or you can try the checkinstall 
application (search for it in freshmeat.net) to have an idea what file went where.

snip   
   
ciao!   


-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] g++ strange things happen

2001-11-11 Per discussione Anuerin G.Diaz


The program is working fine. I have attached the output so you can check it out if you 
want.

ciao!

On Sun, 11 Nov 2001 03:48:15 +, siyke [EMAIL PROTECTED] wrote:

   
   hi all
i have a very strange problem with a program im writing.
   it's compilling fine with   ]$ g++ -o vol vol.c 
   
   and runs fine exept it doesnt do the last two   cout's
   
snip

-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



ouput.vol
Description: Binary data

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



Re: [newbie] RED ALERT! BIG EMERGENCY! NEED A FILE RECOVERY TOOL!

2001-11-08 Per discussione Anuerin G.Diaz


try the Linux Ext2fs Undeletion mini-HOWTO. its included in the howto-package of 
Mandrake. its a long shot but worth a try.

ciao!

On Thu, 8 Nov 2001 12:45:34 -0500, Kevin Fonner [EMAIL PROTECTED] wrote:

   Yes the linux system and windows system were on seperate systems on the
   network. Windows was accessing my home directory via samaba. The linux
   system is actually running. My home directoryhad all the files deleted in
   it. I have logged on as root. and the only files in my home are the one's
   windows created. Everything else (roughly 12 gigs!) was deleted!!
   
   Kevin Fonner
   Email:   [EMAIL PROTECTED]
   
   
  

-- 

Programming, an artform that fights back.

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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