search for: obious

Displaying 20 results from an estimated 26 matches for "obious".

Did you mean: obvious
2008 Oct 07
4
sort a list?
I am trying to sort a list and the data is obiously not in the right format. I am trying: x <- list() x[["A"]] <- 1 x[["B"]] <- 2 order(x) But am getting: Error in order(x) : unimplemented type 'list' in 'orderVector1' How should I change the list so that it can be sorted? What kinds of objects (cl...
2002 Sep 23
3
Newbie: Subsets of data frame
...ation: Factor w/ 36 levels "Alta","And?y",..: 1 1 1 1 1 1 1 1 1 1 ... I assume there is some simpe way of extracting subsets of the data frame for analysing the time series for just one of the location, but how? I have tried using various variants of extract, [] and subset, but obiously, I have missed something, for I have not managed to get out what I want. -- Morten Sickel Norwegian Radiation Protection Authority -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send...
2018 Mar 22
2
[SamLogon, network] vs [Kerberos KDC, ENC-TS Pre-authentication]
Hi, This is just curiosity. We are monitoring failed logons, and there seem to be three types: - LDAP,simple bind/TLS (obious, failed ldap logons) and these two: - SamLogon,network - Kerberos KDC,ENC-TS Pre-authentication Could someone explain what (the difference between) these two types is? Google doesn't really seem to help. MJ
2008 Mar 25
1
Sweave and printing error
Hi the list. I am writing a tutorial for my student using LaTeX and sweave. I include some example that work (obiously) but I would also like to include some example that do NOT work (for pedagogie)... Is it possible ? At this point, I find that : - if there is a error in the code, Sweave stop - if I put the error in try(), Sweave compile but does not print the error as output. Any solution ? Thanks a lot...
2007 Jan 29
1
Asterisk, VoIP and Linux Blog.
...tp://fameal.blogdns.org. By now, it's hosted in my own server but shortly it'll be moved to a serious hosting. All post are written in spanish, so it's only for spanish talking people, I will try to make it grow and have english articles. If someone is interested in writing in english (obiously I would help) I can create categories for english talking people. To write a post, the only thing you have to do is register yourself, every article has to be aproved by a moderator, if it's well written, there will be no problem. I hope you like it. Regards. -- Facundo Ameal. fameal<a...
2015 Sep 18
2
Problem with 90MB Initrd
...erves the file, but it seems like it never finishes. The image is generated with the following command: find . | grep -v 'name'.bz2 | cpio -o -H newc | bzip2 > 'name'.bz2 The image has a size of 90MB. The kernel loads fine, and when I try to boot it without an initrd it panics (obious). I tried to use another kernel and also an ubuntu install CD initrd and it then booted fine. Is there anything else I can do to make our miniroot booting? Here's the pxelinux.cfg/default config: default: DEFAULT install-64bit LABEL install-64bit KERNEL install-x64 INITRD minir...
2004 Dec 18
2
It's possible to do a codecs translation during a call in Asterisk?
...isk can convert the signal that comes in ADPCM format (the lighter codec out of these two) to another codec that use less bandwidth to interconect to another Asterisk Server via IAX2 protocol. We are trying not to upgrade our 30 internet connections because the cost of it will be multiplyed by 30 (obiously). Thanks in advance for all, Ra?l.
2020 Mar 19
3
One more upgrade question
Hi, I have a running samba 4.7.6+dfsg~ubuntu-0ubuntu2.15 on a ubuntu 18.04 server and would like to upgrade to van Belle latest repo. My plan is plain simple: 1. Deploy a new ubuntu 18.04 server 2. Add van Belle repo 3. Install and *then* join the domain as a DC 4. Demote and remove the old one Is this OK? Thanks, best regards. -- *Marcio Merlone*
2009 Feb 13
3
Strange performance loss
I''m moving some data off an old machine to something reasonably new. Normally, the new machine performs better, but I have one case just now where the new system is terribly slow. Old machine - V880 (Solaris 8) with SVM raid-5: # ptime du -kds foo 15043722 foo real 6.955 user 0.964 sys 5.492 And now the new machine - T5140 (latest Solaris 10) with ZFS
2015 Sep 18
0
Problem with 90MB Initrd
...ze of 90MB. 1) This is actually a critical cusp size. Watch what tftpd you use or you'll never get it all. The tftpd needs to support rollover. Consider HTTP as it should be more capable and much faster. > The kernel loads fine, and when I try to boot it without an initrd it panics > (obious). > > I tried to use another kernel and also an ubuntu install CD initrd and it > then booted fine. > > Is there anything else I can do to make our miniroot booting? > > Here's the pxelinux.cfg/default config: > > default: > DEFAULT install-64bit > LABEL ins...
2009 Jan 28
1
Confused about permissions needed for shared mailbox
...learer terms, what I tried to described in a previous thread : With dovecot-1.1.8/Maildir/LDAP pass/userdb (prefetch), I'm trying to set up a Maildir ".box" shared in rw between 2 users in a "Public" namespace. I can't get it to work unless I chmod 777 everything, which obiously is not what I want. 1) am I correct thinking that the system_user userdb extra_field and unix permissions should be enough to achieve that and that ACLs is only if I want to fine tunes mailbox permissions ? 2) let's say that my public namespace prefix is Public/, that the .box/ maildir is i...
2003 Jan 31
2
Varying texts in expression(paste())
...ot;, { }^{99},Tc," (TBq/year)"))->ywtext But, is there any simple way to change the number and name of the nuclide through a variable? I tried nuccode=expression({ }^{99},Tc) expression(paste("Releases of ", as.expression(nuccode) ," (TBq/year)"))->ywtext But, obiously, since as.expression does not return a chr, it was used literally in the text on the figure, i.e. "Releases of as.expression(nuccode) (TBq/year)" which definiately was not what I wanted... should I use some other wrapper function on the expression, or are there some other ways of maki...
2005 Jan 19
0
AD (Win2k) trusting SAMBA 3 problem
...= H: domain logons = Yes domain master = Yes preferred master = Yes wins support = Yes wins proxy = Yes remote announce = <ip_of_WIN_srv> dns proxy = No ldap idmap suffix = ou=Idmaps idmap backend = ldap:ldap://127.0.0.1 idmap uid = 61000-63000 idmap gid = 61000-63000 ---- Did I make any obious mistake in my config? Any clue why is it not working? Best regards, Dezo
2020 Jan 17
1
PXE ValueError: new value non-existent xfs filesystem is not valid as a default fs type
On 16/01/2020 10:50, Ralf Prengel wrote: > Hallo, > has anyone a working Centos 8.1 PXE Installation? > > This is my problem > http://realtechtalk.com/Centos_PXEBoot_NetInstall_Failure__Pane_is_dead-2012-articles > All CentOS 8.1.1911 validations were done over PXE (machines reinstalled - physical or VMs). So that article mentions something specific about non distro kernel to
2003 Oct 29
1
profile migration - resend
Hi, I am almost ready to switch over from 2.2.7 to 3 but found that a user profile created in 2.2 doesn't work in 3- ie; during login to a Samba 3 server, an error occurs and profile modifications are not permitted or recognized. This may seem trivial but I have 50 users, each with complex desktop setups which help them with there daily tasks of CG post production (so some of you know
2007 Sep 11
4
CentOS 5 on IA64
Hi All, I am looking for information on when CentOS 5 will be available for IA64. I found this forum posting but no responses http://www.centos.org/modules/newbb/viewtopic.php?topic_id=8714&forum=45 I am looking to perform a large migration of about 500 workstations from various Suse and Red Hat versions to CentOS to standardize some what. Because I have to support x86 (32 & 64) and
2002 Aug 03
2
smcc/ make failure/ R CMD INSTALL package
Software information: R Version 1.5.1 (2002-06-17) ESS 5.1.20 Emacs 21.1.1 Mozilla 1.0 Linux Mandrake 8.2 Colleagues I am having a little trouble installing packages. Having downloaded the gzipped tarball of a package, put it in a /tmp directory, and using this command: [root at localhost /]# R CMD INSTALL -l 'usr/lib/R/library/' '/home/smc/tmp/sgeostat_1.0-18.tar.gz' I
2006 Mar 13
0
Adoppt Ruby on Rails: A social Networking Platform
...nto-adoppt-and.html http://mysqldatabaseadministration.blogspot.com/2006/03/revolutionary-social-networking.html Adoppt Blog is available at http://adoppt.info and has guides and other related Adoppt updates and materials. A bug tracker is available at http://tracker.adoppt.info Obiously, I must thank a few people. I have posted a "thank you" list which can be viewed at http://adoppt.com/content/credits The thank you page also lists ways to get your name listed there. Please take a few moments to give me your feedback. Please be gentle as this is my first Ru...
2006 Aug 16
3
Gigabyte recent bios & syslinux extlinux trow USB-IDE bridges or pendrives
...I was considering your test, and borrow from some firends many diferent usb-ide bridges to try, and I have two of your list, and on my other models of Gigabytes (recent ones) [K8VM800M-R2] got the same problem. On this model I do not have two bios, and of course I do not want to update casue is obious I'll got the same, this bios is more recent than my older one. The boot message is this: This is not a bootable disk. Please insert a bootable floppy and press any key to try again ... Then, I was doing a new bootable disk, small one about 60MB to overwrite over diferent media, like a usb fla...
2005 Feb 12
3
Cannot reset an IAXy box!!!
Hi everyone, I was working yesterday and after I provide my IAXy box it loose any network comunication, the link light (green) is on and the activity light (orange) when the power is turned on it does nothing, but when I pickup the phone connected to the box, this light start blinking once per second. I've use ethereal to sniff a bit and I found that the box keeps asking to broadcast the MAC