search for: mafalda

Displaying 20 results from an estimated 78 matches for "mafalda".

2009 May 11
1
Legend in plots
...lt;-c(2,4,6,8,10) y2<-c(3,4,5,6,7) y3<-c(2,3,5,7,9) # plot plot(x, y1, main="plot", type="l", xlab="x-axis", ylab="y-axis", col="black") lines(x, y2, col="red") lines(x, y3, col="blue") Thanking in advance. Best regards, Mafalda [[alternative HTML version deleted]]
2009 Mar 22
1
barplot2 x-axis
...been using for my plots. my.plot<- barplot2(mydata.y, names.arg=mydata.x, width=1, xlab="km", ylab="kg", main="plot.name", plot.ci=TRUE, ci.l=data.lci,ci.u=data.uci, ci.col = "red", font=40, font.lab=60, xlim=c(0,250), xpd=FALSE) Thanking you in advance Mafalda -- Mafalda Viana [[alternative HTML version deleted]]
2008 Jul 02
1
Insert text in data.frame
...D Style SOLID Point0000 56.25 -5.55 75 Point0001 56.35 -5.34 85 Point0002 56.28 -5.18 75 Point0003 56.25 -5.10 45 Object=Line Color RED Style SOLID Point0000 56.55 -5.65 50 Thank you very much for your help. Best regards, Mafalda [[alternative HTML version deleted]]
2018 Mar 14
2
ISCSI target + LVM Problem
...> > First the very basic: > > Can you ping the target (iscsi server)? > > Is the target in your iscsi target list: "iscsiadm -m session"? > > -- > Marcelo > > "?No ser? acaso que esta vida moderna est? teniendo m?s de moderna que de > vida?" (Mafalda) > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >
2018 Mar 14
2
ISCSI target + LVM Problem
Hello, I have a LVM with 2 ISCSI disk mounted. The partition started presents problem such " i/o error". I unmounted the device, and restarted target server in scsi, wich as having some problems. After that i mapped iscsi and trying to mount partition again but: When i run the pvdisplay i get the following erro: read failed after 0 of 4096 at 0: Input/output error And cannot mount
2009 Feb 22
1
split/decompose lines
...23 3 2 24 2 5 25 1 3 And need to split each line into several lines according to the frequency to achieve something like this: A B Frequency 23 3 1 23 3 1 24 2 1 24 2 1 24 2 1 24 2 1 24 2 1 25 1 1 25 1 1 25 1 1 Thank you very much for your help! Mafalda [[alternative HTML version deleted]]
2010 Jul 23
1
Midpoint between coordinates
...a straight line between them. What would be the best way? I tried to find an answer in the help archives but without success. I would greatly appreciate any help. df<- data.frame(lon1=c(-4.568,-4.3980), lat1=c(59.235,56.369), lon2=c(-5.123,-4.698), lat2=c(60.258,59.197) ) Thanking in advance, Mafalda
2017 Jul 10
2
Problem with download from local mirror
Hello Dear I have lunched a local mirror but, I have a problem when I want to download package from it , I get this error when I run "yum update" failure: repodata/repomd.xml from base: [Errno 256] No more mirrors to try. http://centos.local/7/os/i386/repodata/repomd.xml: [Errno 14] HTTP Error 4 04 - Not Found I do not Find out what is problem? I haved installed centos 7
2017 Jul 11
1
Problem with download from local mirror
...repo or are you building a repo > with selected packages? The error says you don't have a package index > yum requires (it can be created with createrepo). > > -- > Marcelo > > "?No ser? acaso que esta vida moderna est? teniendo m?s de moderna que de > vida?" (Mafalda) > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos > -- Check out my professional profile and connect with me on LinkedIn. http://lnkd.in/RqFEqH
2009 Feb 12
5
logs such as messages, boot.log, and kernel contained 0 size
Hi, My both CentOS 5 servers have logging problems. Logs such as messages, boot.log, kernel, spooler, and tallylog in /var/log directory are all 0 size. The kernel is: Linux 2.6.18-92.1.22.el5 #1 SMP. Since the /var/log/messages contained no information it would be impossible to troubleshoot the problem. I am very sure both systems have not been hacked by others. Sincerely, Frank Ling
2014 Dec 30
0
Secret incantations for virt-viewer?
...ork > from > another computer. > virt-viewer connects to a VNC console, which is listening only on localhost. You need to modify the VNC console on the VM to access throu the network. -- Marcelo "?No ser? acaso que esta vida moderna est? teniendo m?s de moderna que de vida?" (Mafalda)
2015 Nov 21
0
Urgent Help
...man/listinfo/centos >> > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos > -- Marcelo "?No ser? acaso que esta vida moderna est? teniendo m?s de moderna que de vida?" (Mafalda)
2015 Dec 28
0
Yum Weird Message
...gt; > I was confused myself at first, wondering if DHCP pulled in IPv6 from the router. If your DNS answers IPv6, it will have prefence over IPv4. You can set ip_resolve=4 in your yum.conf -- Marcelo "?No ser? acaso que esta vida moderna est? teniendo m?s de moderna que de vida?" (Mafalda)
2016 May 31
0
iptables.service listed as: not-found inactive dead
...os-release > CentOS Linux release 7.2.1511 (Core) > > # rpm -qa | grep iptables > iptables-1.4.21-16.el7.x86_64 > ?you need iptables-services rpm (and disable/remove firewalld)? -- Marcelo "?No ser? acaso que esta vida moderna est? teniendo m?s de moderna que de vida?" (Mafalda)
2016 Nov 07
2
Proxy server settings
Hello All, I'm sure this must be a fairly quick and easy configuration, but I have not been able to figure it out yet. How do you configure the proxy settings in the OS itself (not in a browser or other application) so that anytime the server tries to get out to the internet, that it can direct its traffic to go through a proxy server? I tried putting the proxy settings in .bash_profile
2016 Nov 07
0
Proxy server settings
.../" export ftp_proxy="http://proxysrv:3128/" Yum has it's own config: /etc/yum.conf, you have to add the following line, near the end of the file: proxy=http://proxysrv:3128 -- Marcelo "?No ser? acaso que esta vida moderna est? teniendo m?s de moderna que de vida?" (Mafalda)
2017 May 03
0
CentOS 7 cloned VM cannot boot
...b.noa.gr/files/centos7/supergrub2-scratchvm-20170503-04.png Does the UUID of root filesystem in /etc/fstab match the actual UUID as reported by blkid? And remove /etc/lvm/cache/.cache if it exists Marcelo "?No ser? acaso que esta vida moderna est? teniendo m?s de moderna que de vida?" (Mafalda)
2017 May 04
0
CentOS 7 cloned VM cannot boot
...> Thanks, > > Nick > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos -- Marcelo "?No ser? acaso que esta vida moderna est? teniendo m?s de moderna que de vida?" (Mafalda)
2017 May 04
0
CentOS 7 cloned VM cannot boot
...take note of the name of then latest one and run: dracut -f /boot/initramfs-<kernel_version>.img <kernel_version> replacing <kernel_version> with the noted directory name... -- Marcelo "?No ser? acaso que esta vida moderna est? teniendo m?s de moderna que de vida?" (Mafalda)
2017 May 04
0
CentOS 7 cloned VM cannot boot
...t own initramfs where some binaries, libraries, modules and configuration files get copied from the running VM, so you need to boot from a newly created initramfs (which you find in grub2.conf) -- Marcelo "?No ser? acaso que esta vida moderna est? teniendo m?s de moderna que de vida?" (Mafalda)