search for: argo

Displaying 20 results from an estimated 49 matches for "argo".

Did you mean: arg
2006 Aug 11
3
xen gui with argo
Hi all, I have made an ebuild for Steve''s argo xen-tools (v0.6), if any interest I will put it online. I am also experimenting by expanding argo to have remote console access (with a AJAX we interface) so far it''s not perfect but I am getting the console. cheers xming _______________________________________________ Xen-users mailin...
2009 Apr 09
2
how to automatically select certain columns using for loop in dataframe
...ain columns in my data frame that share certain condition (for example, part of the column name). I am using for loop, as follow: # below is the sample data structure all.data <- data.frame( NUM_A = 1:5, NAME_A = c("Andy", "Andrew", "Angus", "Alex", "Argo"), NUM_B = 1:5, NAME_B = c(NA, "Barn", "Bolton", "Bravo", NA), NUM_C = 1:5, NAME_C = c("Candy", NA, "Cecil", "Crayon", "Corey"), NUM_D = 1:5, NAME_D = c...
2011 Aug 15
7
Argo online on Linux
Hello Again people of Wine. I'm putting A new topic about the Game Argo online. Again Im having some trouble Installing it. According to ratings Here about the Game, Its a Gold rating. It installs and it runs, Well I might add. However I have Ran Into a Small Problem, No matter HOW many times I Try to run the game file through the WINE program loader, It somehow Never...
2004 Jul 20
4
[Bug 898] support for AddressFamily in sshd_config
...config Product: Portable OpenSSH Version: 3.8.1p1 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy: peak at argo.troja.mff.cuni.cz AddressFamily is supported in ssh_config but not in sshd_config. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2004 Jul 20
3
[Bug 901] visual gauge in progress meter
...meter Product: Portable OpenSSH Version: 3.8.1p1 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: scp AssignedTo: openssh-bugs at mindrot.org ReportedBy: peak at argo.troja.mff.cuni.cz A few releases ago scp displayed a visual approximation of its progress. I liked that feature and decided to reintroduce it (with a slightly different, wget-like, appearance). Extra bonus: this code behaves better on extremely narrow terminals than the original (see the patch:...
2002 Apr 17
4
[Bug 113] input_userauth_request: illegal user ...
http://bugzilla.mindrot.org/show_bug.cgi?id=113 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From djm at mindrot.org 2002-04-17 12:45
2004 Jul 22
6
[Bug 906] syslog messages from sshd [net] lost
...[net] lost Product: Portable OpenSSH Version: 3.8.1p1 Platform: All OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy: peak at argo.troja.mff.cuni.cz sshd [net] is chrooted and cannot access /dev/log. This means syslog() cannot talk to syslogd and all messages logged by this process are rerouted to the nearest blackhole. The problem is not apparent at the default LogLevel (in fact things look better this way at the first glan...
2008 Jan 22
13
Sparc zfs root/boot status ?
Back in October/November 2007 when I asked about Sparc zfs boot and root capabilities, I got a reply indicating late December 2007 for a possible release. I was wondering what is the status right now, will this feature make it into build 79? This message posted from opensolaris.org
2002 Feb 13
8
[Bug 112] Using host key fingerprint instead of "yes"
http://bugzilla.mindrot.org/show_bug.cgi?id=112 ------- Additional Comments From dan at doxpara.com 2002-02-13 11:43 ------- Heh, I kinda like that. You should update the yes/no prompt to say that pasting the expected host key will result in appropriate testing, as well as providing some sort of error if the remote side *doesn't* match the key pasted in. I hadn't thought of cut
2007 Sep 19
8
ZFS Solaris 10u5 Proposed Changes
ZFS Fans, Here''s a list of features that we are proposing for Solaris 10u5. Keep in mind that this is subject to change. Features: PSARC 2007/142 zfs rename -r PSARC 2007/171 ZFS Separate Intent Log PSARC 2007/197 ZFS hotplug PSARC 2007/199 zfs {create,clone,rename} -p PSARC 2007/283 FMA for ZFS Phase 2 PSARC/2006/465 ZFS Delegated Administration PSARC/2006/577 zpool property to
2004 Jul 20
3
[Bug 899] sshd displays illegal usernames through setproctitle()
...octitle() Product: Portable OpenSSH Version: 3.8.1p1 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy: peak at argo.troja.mff.cuni.cz authctxt->pw ? user : "unknown" is pointless because illegal users get pw from fakepw(), the code should check authctxt->valid moreover, a check of this kind is completely missing in auth-pam.c ------- You are receiving this mail because: ------- You are the a...
2004 Jul 20
1
[Bug 900] challenge-response prompt is ugly
...ugly Product: Portable OpenSSH Version: 3.8.1p1 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: ssh AssignedTo: openssh-bugs at mindrot.org ReportedBy: peak at argo.troja.mff.cuni.cz The client displays challenge-response authentication (SSH 1) prompt in a rather ugly way (and IMHO somewhat confusing from the user's) way, e.g. $ ssh -1 host Password: Response: <cursor> or $ ssh -1 host Very long prompt including a line break <cursor> or...
2005 Mar 26
1
win xp sp2 + samba 3.0.4
...network neighborehood in about 15-20 minutes after start. stop/starting "Server" system service on this machine solves problem for next 15-20 mins. %) What can be done about it? Is there any sence to upgrade samba to latest stable? I have not found my problem fixed in bugfix list. -- Argo mailto:argilius@gmail.com
2007 Nov 27
2
[PATCH] Make xenstored EOF-safe
As bug 968 suggests, xenstored must properly handle EOF from clients. From: Pavel Kankovsky <peak@argo.troja.mff.cuni.cz> Signed-off-by: Samuel Thibault <samuel.thibault@citrix.com> diff -r 6fd17d0dcbcd tools/xenstore/xenstored_core.c --- a/tools/xenstore/xenstored_core.c Tue Nov 27 12:49:16 2007 +0000 +++ b/tools/xenstore/xenstored_core.c Tue Nov 27 14:56:35 2007 +0000 @@ -1266,7 +1266,7...
2005 Jul 19
1
Problems With MDB in Linux/Samba
...workgroup = ltm comment = Welcome to LTM server string = Samba Server netbios name = swedish log file = /var/log/samba/%m.log log level = 3 max log size = 50 security = user socket options = TCP_NODELAY IPOS_LOWDELAY SO_RCVBUF=20480 SO_SNDBUF=20480 ... <insert more smb.conf here> Good Luck, Argo
2010 Feb 02
1
codoc mismatches warning
...19:07:49,"2",-72.474,40.834 `----- and this is the relevant section of man/sealLocs.Rd: \format{A data frame with the following information: \describe{ \item{id}{String naming the seal the data come from.} \item{time}{The date and time of the location.} \item{class}{The ARGOS location quality classification.} \item{lon, lat}{x and y geographic coordinates of each location.} } } Any pointers to avoid the warning? Thanks. Cheers, -- Seb
2008 Jan 31
16
Hardware RAID vs. ZFS RAID
Hello, I have a Dell 2950 with a Perc 5/i, two 300GB 15K SAS drives in a RAID0 array. I am considering going to ZFS and I would like to get some feedback about which situation would yield the highest performance: using the Perc 5/i to provide a hardware RAID0 that is presented as a single volume to OpenSolaris, or using the drives separately and creating the RAID0 with OpenSolaris and ZFS? Or
2011 Dec 21
1
for a guest accessing host "full disk", how to prevent host vgscan
...assigned to one of my guests. On the host the device is "/dev/sdb", on the guest it's "/dev/vdb". This works fine. Within the guest, we have created lvm PV on /dev/vdb (using the whole disk - no partitions) and created a volume group. The guest's hostname is "argo" and the vg is called "vg_argo_bkup". When I reboot the host, it does a vgscan and finds the volume group and activates it in the _host_, which I need to prevent (I think??). I have successfully done this by filtering "/dev/sdb" in /etc/lvm/lvm.conf (which does NOT work...
2001 Apr 27
4
NT_STATUS_ACCESS_DENIED
Hello I've got a pb : i try to use security=domain and when i try smbcleint - j mdp - j Argos Could you help me please ?? Thanks -- JAn
2004 Nov 11
2
RODBC & POSIX & Daylight Saving blues
Dear All, The recent improvement in RODBC to recognize datetimes in tables has exposed my ongoing confusion. All my data are obtained from a satellite system (Argos) which tags events in the GMT time zone. Daylight saving is ignored. To my way of thinking this means that 1. twelve-o-clock means halfway through the day regardless of season, and 2. the difftime of any two dates where the time is set to twelve-o-clock should be an integer, regardle...