similar to: Printing from apps as a regular user...

Displaying 20 results from an estimated 3000 matches similar to: "Printing from apps as a regular user..."

2006 Mar 14
1
Printing problem
Hi. I've been running CentOS 4 since it was released (since 4.0). I did a fresh install and have kept it updated using up2date and yum so at present my system is running CentOS 4.2. I mostly use my system as a super-user and so I can mostly do everything without worrying too much about permissions. Not too long ago I created a "general" user account which is automatically logged
2006 Apr 27
3
Alert icon for yum
Hi all. I have a simple question: CentOS relies mostly on "yum" to keep systems up to date, although I understand that like on RHEL, "up2date" is also available. On my system I've run both KDE and GNOME as Graphical Desktops under X (though I presently run GNOME), and I've noticed that there is an applet called "CentOS Network Alert Icon" (from the
2006 Jun 01
1
Installing el3 packages on CentOS 4
Is it possible to install el3 packages on CentOS 4? I'm wondering because there are some packages on dag (for example ac3dec) that are built for el3 and not for el4. Is it better to rebuild the source rpm? Thanks. Sincerely Jose Alburquerque
2005 Jul 05
2
Compiling kernel 2.6.12.2 with gcc-3.4.3-22.1
Hi. I just have a quick question that maybe some of you might know. I'm thinking of compiling a new kernel (kernel 2.6.12.2) for my system which is running CentOS 4 (updated to 4.1 using yum). I downloaded the kernel tarball and read in the docs that for stability gcc 2.95.x (x>=3) might be best to compile the new kernel. With an "rpm -q gcc" command I see that I have
2005 Mar 30
2
PDF and PS output
I'm using R 2.0 on Redhat Linux 9. When I try to produce PDF or PS output, the files are corrupted -- they won't open in Acroread, xpdf, ggv, and on attempting to convert to PNG, I get message "This file has corrupted %%EOF marker." Perhaps I am just doing something wrong. I did: > pdf() > hist(unlist(foo.bar)) I have no trouble viewing the output in Xwindows. Thanks,
2006 May 15
1
PDF viewer?
Hi, I'm looking for a usable PDF viewer with CentOS 4.3. On my previous install (Slack running XFCE with a handful of GNOME libs), I used Evince, which is just great. Looks like this is an Achilles' heel in CentOS, as I tested three available PDF viewers (ggv, gsview, acroread) with various PDF documents downloaded from the internet (which all display perfectly with Evince): either the
2008 Sep 09
1
creating table of averages
Dear Colleagues, I have a dataframe with variables: [1] "ID" "category" "a11" "a12" "a13" "a21" [7] "a22" "a23" "a31" "a32" "b11" "b12" [13] "b13" "b21"
2004 Jun 05
2
Clients can find printer when "browsing" but not otherwise
I had a working Samba installation on my home network. Then I replaced one printer with another. The new printer is successfully installed on my RedHat 9.0 system on /dev/lp0. It is an Epson C82. From the RedHat system all is well. However, I am unable to print to this printer via Windows XP boxes on my network. Samba is working to the extent that Windows can find these printers via
2006 May 15
1
Configuring a Kodak EZ200 Webcam in CentOS 4.3
Hi. I hate to ask because I'm not sure if this is one of those questions that don't "deserve an answer" but here goes: My friend gave me a Kodak EZ-200 Webcam (USB) recently and I'm trying to configure it for use under CentOS 4.3. I did a little research on the web and found that the Kodak EZ200 is supported using gphoto2
2004 Jun 29
2
Several PCA questions...
Hi, I am doing PCA on several columns of data in a data.frame. I am interested in particular rows of data which may have a particular combination of 'types' of column values (without any pre-conception of what they may be). I do the following... # My data table. allDat <- read.table("big_select_thresh_5", header=1) # Where some rows look like this... # PDB SUNID1
2010 Oct 17
1
yum install - not working for installing R on Linux
I am trying to install R on Linux (Redhat 4). But 'yum' does not seem to work... thanks for your help/hints/suggestions in advance! ------------ $ sudo cat /proc/version Linux version 2.6.34.6-54.24.amzn1.i686 (mockbuild at build-31003.build) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Fri Sep 17 23:13:59 UTC 2010 $ sudo yum install
2007 May 04
1
Help Installing R
I have unzipped the R-2.5.0.tar.gz gzip -dc R-x.y.z.tar.gz | tar xvf - 2. then #./configure 3. ./configure checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu loading site script './config.site' loading build specific script './config.site' checking for pwd... /bin/pwd checking whether builddir is srcdir... yes checking for
2005 Sep 20
1
Samba closing printer prematurely?
Greetings Samba Users, I have a strange issue. Adobe Reader can't print to a Samba printer. It would be funny except it is happening to me.... Adobe Reader can't print PDF files to a true Adobe PS3 printer but GhostView can print PDF files without any problems. The printer in question is a Ricoh Aficio AP4510. I tried Samba v3.0.11 and v3.0.20 and I get the same result, no printer
2008 May 07
1
R (statistics package) on CentOS-5 ?
Dear all, the statistics package R (www.r-project.org) was available for CentOS-4, but I need it for CentOS-5 (64bit). RPMforge has R-2.5.1 for CentOS-4, so I thought I'd try to install that on CentOS-5. However, yum complains about missing ggv, and the specfile indeed says that R requires ggv, which is not in CentOS-5 (it has kghostview). I could probably install with "rpm -Uvh
2006 Jan 09
2
Scheduling tasks using cron...
Hi all. Can anyone help me with scheduling tasks? I'm running Centos4.2 (updated via yum starting from 4.0). I know I have vixie-cron and anacron packages installed (came like that, from first install, I guess). I read the crontab syntax man page (man 5 crontab) and I made an entry as a normal user (using crontab -e) that looks like the following: 30 0 9 1 1 /bin/ls -F /home/jose >
2010 May 05
2
[LLVMdev] How to cast an integer array to an integer pointer? (user question)
I am new to LLVM and couldn't find any llvm-user list, so I am posting my user question here, sorry. I am trying to create a simple "puts" call accepting the static string, with the code below. The last line (CallInst::Create) fails with an assert: "Calling a function with a bad signature!" Because the type of function is void(u8*) and the argument supplied is:
2005 Dec 25
2
ATRpms repo question...
Hi. I'm fairly new with CentOS but have been using version 4.2 with great satisfaction (Thank you!). I've been using repos such as Dag and Dries successfully to keep my packages up to date. (I've seen many posts which allow me to believe that these repos won't change CentOS compatibility to RHEL4 or to migrate it another distro for that matter!) My question applies to the
2009 Jul 31
1
Install R on Cygwin (correction)
Hello, I should use R on cygwin. I have ever install cygwin and now I try to install R. I have read the R manual and particularly the part : Installation R under Unix but I improved some difficulties for succeed in this task. Actually I have create a R repertory where I have unzipped the file R-2.9.1.tar.gz. In this repertory I do ./configure in cygwin but some errors appear and I don't
2006 May 31
1
Running R [Broadcast]
In the R-2.3.0 directory, what do you get if you type bin/R? Does R starts up OK, or do you get an error? What were the last few lines of output from running configure? Andy _____ From: Pramod Anugu [mailto:pramod.r.anugu@jsums.edu] Sent: Wednesday, May 31, 2006 11:23 AM To: Liaw, Andy; 'Andrew Perrin' Cc: r-help@stat.math.ethz.ch Subject: RE: [R] Running R [Broadcast]
2009 Dec 04
1
centos 5.4, firefox and adobereader plugin, disabled input fields
Hello, we are using firefox-3.0.15 from the CentOS-Repository and the adobereader plugin from the adobe-repository. We have a curious problem with adobereader-plugin in firefox. When a pdf document is displayed via the plugin, i.e. within a tab in firefox, all input fields are disabled. I cannot enter a search string or fill in fields. The cursor and page up/down keys are also disabled. But when