similar to: apt repo's for centos

Displaying 20 results from an estimated 1000 matches similar to: "apt repo's for centos"

2005 Apr 24
4
Vncserver not serving up my gnome desktop, just a fancy terminal!
I have the vncserver running on CentOS 4, but when I log in using vncviewer from another box, I don't see my gnome desktop, just a fancy terminal. I suspect I need to edit the ~/.vnc "xstartup file, but what do I add to fix this. On all other distros I have tried, the vncserver serves up my gnome desktop by default. -- Lee Parmeter Emperor, linXos - The Flying Penguin
2005 Apr 21
2
Forums
I created an account on the Forums this morning, but I got an error saying they were having a problem sending e-mail. I sent a message to the webmaster and no response either. So I can't post to the forum until my account is activated. Are the forums new? By the amount of traffic on the list, this must be where most people resolved their problems. I am thinkgng about installing CentOS 4 on my
2005 Apr 27
4
CentOS 4 Software Raid1 questions
I want to mirror an existing 40GB data only drive using software Raid1 on my new CentOS 4 server. The existing drive is connected to a Promise Ultra 100 TX2 controller (non-raid). I have read about mdadm and understand how to create the Raid1 on /dev/mdxx devices. However I would like to know if the existing data on the orignal 40GB drive in the system will be destroyed when I create the raid with
2005 May 24
4
Custom kernel needed for ndiswrapper? (for Linksys WPC54G wireless pcmcia)
Greetings: I'm just installed Centos-4 on an IBM T-21 laptop. So far so good. Now I'd like to pop in a wireless lan adapter. I'm looking at a buying a Linksys WPC54G adapter (although I haven't done so yet). After doing some searching, it looks like the best way to get this card working is via ndiswrapper [http://ndiswrapper.sourceforge.net] and then to use Windoze
2005 Apr 26
2
using vino on centos 4
sorry i figured this out after deleting the other parts of the thread. just run vino-preferences as the user who runs the main x display. it will have various options to enable and as soon as you do that you can get to hostname:0 via vnc. works quite well.
2005 May 17
6
named server
I started the named server on CentOS and it seems to resolve DNS request OK, but it does not seem to retain the info for very long. From what I can tell using "dig", a domain's ip address is retained for less than 12 hours. So in the morning, it takes 4+ seconds to resolve again the first time. Is there an adjustment somewhere for this or is the caching named support not enabled by
2005 Apr 29
0
fsckcheck
While working on getting software raid working, I was unable to shutdown CentOS normally. After a forced power shutdown, I noticed that my gnome background was missing and I could not change the background image or color. Trying to shutdown the server normally did not work either, it would just hang. I suspected that the file system was damaged and was not fixed automaticly on boot. I tried the
2005 Apr 25
1
vino question
The Vino package is installed on my CentOS 4 server, but I am unable to connect to it using vncviewer (vncviewer srvhost:0) from a client. However, I am not sure if it is "running" or how to "start" it if this is needed. The client machine in this case is running Ubuntu Hoary (gnome 2.10). The connection is just rejected. So, I am now wondering what else needs to be done to
2003 Jan 08
1
Lattice: Plotting two densities on the same plot(s)?
I am trying to plot two density lines on the same graph. Using the functions on the base package, I would go: plot(density(x), col = 1) lines(density(y), col = 2) And I get two distinct (one-bump) density lines. When I try to do it using lattice, I get two two-humped lines. (In other words, I think the smoothing function is taking the next set of data points and smoothing them in the same
2012 Jul 05
1
Different level set when predicting with e1071's Naive Bayes classifier
Hi! I'm using the Naive Bayes classifier provided by the e1071 package ( http://cran.r-project.org/web/packages/e1071) and I've noticed that the predict function has a different behavior when the level set of the columns used for prediction is different from the ones used for fitting. From inspecting the predict.naiveBayes I came to the conclusion that this is due to the conversion of
2013 Feb 19
3
creating a new variable.
hello, all. in my previous research, i have always used existing data. i am trying something new as an exploratory exercise and have never create my own variable form scratch. essentially, i am creating a variable for party affiliation. here is an example. var =party. levels= democrat, republican, other. respondents will indicate which category they fall under. for the sake of ease, i will
2006 Jan 08
1
lmer with nested/nonnested groupings?
I'm trying to figure out how to use lmer to fit models with factors that have some nesting and some non-nested groupings. For example, in this paper: http://www.stat.columbia.edu/~gelman/research/published/parkgelmanbafumi.pdf we have a logistic regression of survey respondents' political preferences (1=Republican, 0=Democrat), regressing on sex, ethnicity, state (51 states within 5
2012 Nov 12
1
Invalid 'times' argument three-category ordered probit with maximum likelihood
Hello, First time poster here so let me know if you need any more information. I am trying to run an ordered probit with maximum likelihood model in R with a very simple model (model <- econ3 ~ partyid). Everything looks ok until i try to run the optim() command and that's when I get " Error in rep(1, nrow(x)) : invalid 'times' argument". I had to adapt the code from a 4
2017 Mar 08
4
Up to date guide/information Sendmail SMTP Auth
On 03/08/2017 11:00 AM, Paul Heinlein wrote: > On Wed, 8 Mar 2017, Mark Weaver wrote: > > > Hello all, > > > > I've been googling my brains out since yesterday looking for up-to-date > > information on this matter, and have found information that is > anywhere from > > 15 to 5 years old. I'd really like some information that much more > up to
2007 Oct 29
5
A Leg Control on Asterisk Callback
I'm confused about something. It's the way Asterisk handles the A leg (ie the first party dialed) on an originate command via the Manager Interface. Lets say our originate commands looks like this: ACTION: Originate Async: yes Timeout: 60000 Exten: callback Channel: SIP/5551212 at provider Variable: destination=SIP/8675309 at provider Callerid: 5551212 Context: default ActionID: 849120
2003 Jun 06
1
layout problem
Hello, I have a question about using the layout command within a function. I've written function that uses layout to create a figure from 2 plots. This works fine to create a figure. When I use par(mfrow = c(2,2)) to create multiple plots, it seems that the layout command resets the mfrow parmeter. Is there a way for me to avoid this problem? For example practice<- function() {
2017 Mar 09
3
Up to date guide/information Sendmail SMTP Auth
On 03/08/2017 06:42 PM, Paul Heinlein wrote: > On Wed, 8 Mar 2017, Mark Weaver wrote: > > > On 03/08/2017 11:00 AM, Paul Heinlein wrote: > >> On Wed, 8 Mar 2017, Mark Weaver wrote: > >> > >> > Hello all, > >> > > >> > I've been googling my brains out since yesterday looking for > >> > up-to-date information on this
2008 Jan 07
2
Turning Wireless Radio on and off: how?
Hi all, I've got a Dell Inspiron 1501 with a Broadcom 1390 Wlan mini card (integrated) wireless lan chipset. I've got an init script setup to activate the wireless connection at boot time, however when the system boots the adapter doesn't connect. I'm not able to get a connection until after the desktop is done loading and I run the script from the command line. After some
2017 Mar 08
1
Up to date guide/information Sendmail SMTP Auth
On 03/08/2017 06:21 PM, Alexander Dalloz wrote: > Am 08.03.2017 um 22:57 schrieb Mark Weaver: > > On 03/08/2017 11:00 AM, Paul Heinlein wrote: > >> On Wed, 8 Mar 2017, Mark Weaver wrote: > > >> I wrote this article years ago: > >> > >> https://www.madboa.com/geek/sendmail-auth/ > > > Hi Paul, > > > > I followed your guide to the
2005 Apr 24
3
NFS insanity
Hi all, I've got some insanity with mounting an NFS share that before reloading my workstation afresh worked perfectly, but now refuses to mount. Actually there are two servers with shares mounted. (1) Mandrake 10.0 file server - two shares - mount perfectly (2) Fedora Core 3 - one share - can't mount to save my life! My workstation is CentOS 4. I reloaded it to get rid of the FC3