Re: [newbie] Cups upgrade to 1.1.6

2001-03-16 Per discussione Jose Ricardo Sabino

hi, 

I upgraded cups to 1.1.6 yesterday and got the jobs printing again, I dont 
have printpro installed, and no error were reported in software update 
interface. I'm using KDE 2.0.1 yet. I curious stuff, in my system when the 
printer stops working properly, I have to remove any printer configuration 
from cups database and configure again, it starts working, otherwise I just 
got the message "lp is not ready" from a test printer task!

I hope it helps!
Jose



On Friday 16 March 2001 04:15, Dennis Myers wrote:
 Has anyone run into the problem of upgrading cups to 1.1.6 and getting the
 error message that it conflicts with printpro.  I thought printpro was part
 of cups or viseversa...  Don't know what to do cause I can't print with
 cups and KDE2.1 ( it wiped out cups printing) and can't upgrade to see if
 that will solve the problem.  Any help?  TIA




Re: [newbie] Just a newbie question

2001-03-16 Per discussione Jose Ricardo Sabino

at site 
  www.google.com
type 
  "c/c++"+"sample"+"examples", or add others words, 
"tutorial"+"libraries"+"openGL"+"HOWTO"+"alegro" etc,  any thing related. you 
will be moved to plents of links you will appreciate.

the path to learn c/c++ is not straight foward, some oscillation occur but 
you ever see new things. Try some introductory books yet, some examples and 
look for data structures in, it's cool.

Sorry my questions, whats a schizo?

jose

On Saturday 17 March 2001 00:12, you wrote:
 *

 I've been using Linux exclusively for the past two months and it's
 absolutely given me a new direction.

 My Exploration seems to have ended when I saw that little foot at the
 lower left hand cornerand I saw not a START but a finish.

 $ has become my symbol of control and no longer is anything  (greater
 than) me.


 *


 Before this newbie starts ranting again, I gotta get this out.

 I want to study C/C++. I'm just starting to fool around with gcc.

 I tried using Visual C++ for a start but I think it's too
 self-centered... if a piece of software can have a personality on its own.

 main()

 {
 char answer;
 printf("Would you use Visual C++? Enter Y\/N:\n");
 scanf("%c",answer);

 if (answer=y)
 printf("Why?\n");
 else
 printf("What would you rather use?\n");
 )

 So what "would" you rather use?
 And what stuff "would" you read?
 Which URLs "would" you browse?
 Newsgroups? Mailing Lists?
 Web Communities?

 Or "would" you rather dive head first into Java [w/c is easier as I've
 heard]?


 Any answer would be greatly appreciated..







 AND
 Yes I'm a schizo...










 __
 www.edsamail.com




[newbie] glx drivers ...

2001-03-14 Per discussione Jose Ricardo Sabino

I need to use some programs which use glx, it seems to me the libglx.so is 
not present in the official distro of Mandrake 7.2, I saw in others lists the 
glx driver is not well behaved with XF4.0 wich is the version in distro from 
mandrake. Does somebody know about the solution of this fealure? or even, a 
way to solve the problem?

Jose




[newbie] energy breakdown!!

2001-01-31 Per discussione Jose Ricardo Sabino


I use Linux mandrake 7.2 locally and a workstation where I often connect 
running Red Hat 6.0 which is a slave server. Last night occurred an energy 
breakdown and we don't have any nobreak installed. After boot in both, many 
inodes were deleted because of time life zero and other stuffs such that the 
system files were changed, my question is, is there any repair that must be 
done to the system in order to prevent problem with the way it works from now!

with regards,
Sabino




Re: [newbie] Linux Print Shop

2001-01-31 Per discussione Jose Ricardo Sabino

Try Gimp, It was very good for the problems I needed, but it seems more 
PhotoShop than Print Shop Pro!

On Wednesday 31 January 2001 12:50, you wrote:
 Does anyone know of a Linux-based program that acts similar to that of
 Print Shop?

 Any suggestions appreciated.

 Michael




Re: [newbie] -C code=

2001-01-15 Per discussione Jose Ricardo Sabino

You need to type ./ before the program name! You must read the following when 
ls -l  your_bin_file, for example:

-r-xr-xr-x1 userowner   group 4024 Jan 12 09:55 your_bin_file

the x flags at left indicate a executable file. If this is a binary file, 
already compiled and linked, to execute type from the directory where it's 
located:

./your_bin_file

and type ENTER (RETURN), if you don use ./ the system try to find your the 
name you type as a binary file in $PATH.

if chmod +x don't work properly, use:

chmod 755 your_bin_file

read the flags as:
7 - permissions for the owner to read, write and execute;
5 - permissions to the group to read and execute;
5 - permissions to all to read and execute.

If I understand your prpblem, it will solve the problem!

Jose

On Sunday 14 January 2001 14:06, you wrote:

  i just downloaded a c program and it said to make it executable 'chmod +x
 file', and when im going to run it it just says that the file doesnt
 exist.. helP.


Content-Type: text/html; charset="iso-8859-1"; name="Attachment: 1"
Content-Transfer-Encoding: quoted-printable
Content-Description: 





[newbie] Konqueror - The KDE Crash Handler

2000-12-15 Per discussione Jose Ricardo Sabino


I use Konqueror as a browser and the error Handler often close the 
application with the SIGSEGV 11, it is a bug in Konqueror as reported in the 
general tab of the error handler. The following error is shown in BackTrace 
tab:
...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
0x40c2be39 in wait4 () from /lib/libc.so.6
#0  0x40c2be39 in wait4 () from /lib/libc.so.6
#1  0x40c8c8e0 in __check_rhosts_file () from /lib/libc.so.6
#2  0x404984d0 in KCrash::defaultCrashHandler () from /usr/lib/libkdecore.so.3
#3  0x40bc9008 in sigaction () from /lib/libc.so.6
#4  0x80f6d68 in ?? ()

does anyone know how to fix this bug? is it a configuration bug?

thanks very much the attention!

jose




[newbie] Konqueror - The KDE Crash Handler

2000-12-15 Per discussione Jose Ricardo Sabino



I use Konqueror as internet and files browser and the error Handler often 
close the application with the SIGSEGV 11, it is a bug in Konqueror as 
reported in the general tab of the error handler. The following error is 
shown in BackTrace tab:
...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
0x40c2be39 in wait4 () from /lib/libc.so.6
#0  0x40c2be39 in wait4 () from /lib/libc.so.6
#1  0x40c8c8e0 in __check_rhosts_file () from /lib/libc.so.6
#2  0x404984d0 in KCrash::defaultCrashHandler () from
 /usr/lib/libkdecore.so.3 #3  0x40bc9008 in sigaction () from /lib/libc.so.6
#4  0x80f6d68 in ?? ()

does anyone know how to fix this bug? is it a configuration bug?

thanks very much the attention!

jose




[newbie] Linux-Keys

2000-12-13 Per discussione Jose Ricardo Sabino


It's usuallly found in default installation of Linux( I think so), the 
memory for recently typed commands. After entering the Konsole window, as you 
type the Up-Arrow an earlier typed command are presented in the konsole 
prompt and so on, in the same way, hitting the Down-Arrow you navigate to 
later typed commands than shown in the Konsole prompt. 
So, how do I set ON this utility? I say, my system doesn't have this utiilty 
for different login time, as I logout the system, all the commands in the 
memory are lost!