Displaying 20 results from an estimated 136 matches for "awed".
Did you mean:
aged
2017 Jun 22
4
Question
Hi,
I am using Spark and the Sparklyr library in R.
I have a file with several lines. For example
A B C
awer.ttp.net Code 554
abcd.ttp.net Code 747
asdf.ttp.net Part 554
xyz.ttp.net Part 747
I want to split just column A of the table and I want a new row added to the table D, with values awe, abcd, asdf, and xyz. I am trying to use a command in
2024 Jun 09
2
Member server: Failed to join domain: failed to find DC for
I have restored the container from an early snapshot. This has all bits installed, but no config and not joined.
I needed -U with a username.
By the way my network is a /22
root at member:~# samba-tool dns zonelist awing.mad.mater.int --reverse -U?MAD\luis"
WARNING: Using passwords on command line is insecure. Installing the setproctitle python module will hide these from shortly after
2024 Jun 09
1
Member server: Failed to join domain: failed to find DC for
On Sun, 9 Jun 2024 10:20:46 +0100
Luis Peromarta <lperoma at icloud.com> wrote:
> Agree.
>
> But I don?t think it is. See:
>
> root at member:/# cat /etc/hostname
> member
>
> root at member:/# cat /etc/hosts
> 127.0.0.1 localhost
> 192.168.3.1 member.mad.mater.int member
>
> root at member:/# cat /etc/resolv.conf
> search mad.mater.int
>
2024 Jun 09
2
Member server: Failed to join domain: failed to find DC for
Agree.
But I don?t think it is. See:
root at member:/# cat /etc/hostname
member
root at member:/# cat /etc/hosts
127.0.0.1 localhost
192.168.3.1 member.mad.mater.int member
root at member:/# cat /etc/resolv.conf
search mad.mater.int
nameserver 192.168.0.12 -> DC1
nameserver 192.168.0.13 -> DC2
nameserver 192.168.0.14 -> DC3
nameserver 192.168.0.62 -> DC4
root at member:/# cat
2017 Jun 22
0
Question
Rows are horizontal, columns are vertical.
You really need to spend some time with an R tutorial.
dta <- read.table( "yourfile", header=TRUE, as.is=TRUE )
dta2 <- dta
dta2$D <- c( "awe", "abcd", "asdf", "xyz" )
dta2 <- dta2[ , c( "A", "D" ) ]
--
Sent from my phone. Please excuse my brevity.
On June 22, 2017
2020 Jul 23
4
[PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
On Thu, Jul 23, 2020 at 02:32:36PM -0400, Waiman Long wrote:
> BTW, do you have any comment on my v2 lock holder cpu info qspinlock patch?
> I will have to update the patch to fix the reported 0-day test problem, but
> I want to collect other feedback before sending out v3.
I want to say I hate it all, it adds instructions to a path we spend an
aweful lot of time optimizing without
2020 Jul 23
4
[PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
On Thu, Jul 23, 2020 at 02:32:36PM -0400, Waiman Long wrote:
> BTW, do you have any comment on my v2 lock holder cpu info qspinlock patch?
> I will have to update the patch to fix the reported 0-day test problem, but
> I want to collect other feedback before sending out v3.
I want to say I hate it all, it adds instructions to a path we spend an
aweful lot of time optimizing without
2006 Nov 01
2
Echo Issues
Hello,
I had had some echo issues. I purchased a digium echo canceling card,
and the echo issue seems to be reduced but not eliminated as I hoped
it would be. I currently have it set to 128 'yes'. I've tried 256,
but when I try 256 what happens is that instead of getting better echo
canceling I get AWEFUL echo. Can anyone enlighten me?
I am running 1.2.6 with a 4 port PRI card.
2003 Nov 28
2
How does Asterisk use CPU?
Hello,
I'm trying to figure out what portions of Asterisk need a lot of CPU
time.
I thought I read somewhere that a Dual P4 2.something will support
approximately 80 calls. Is this based on calls that Asterisk is
actively doing voice processing for (say, Zap channels and voicemail)?
Would a SIP client going through Asterisk and out an IAX channel be
CPU intensive if I kept the codec the
2004 Jun 02
4
Browse list issues with Windows XP
To further the discussion (or lack thereof) of the browse list issues
(systems not showing up in the browse list, even though their shares are
accessable with //system/sharename) that 5 or 10 people on the list have
been having over the past month or so...
I was out to this client the other day, had the opportunity to try the few
things that had been suggested, all to no avail. I then proceeded
2020 Jul 24
3
[PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
On 7/24/20 4:16 AM, Will Deacon wrote:
> On Thu, Jul 23, 2020 at 08:47:59PM +0200, peterz at infradead.org wrote:
>> On Thu, Jul 23, 2020 at 02:32:36PM -0400, Waiman Long wrote:
>>> BTW, do you have any comment on my v2 lock holder cpu info qspinlock patch?
>>> I will have to update the patch to fix the reported 0-day test problem, but
>>> I want to collect
2020 Jul 24
3
[PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
On 7/24/20 4:16 AM, Will Deacon wrote:
> On Thu, Jul 23, 2020 at 08:47:59PM +0200, peterz at infradead.org wrote:
>> On Thu, Jul 23, 2020 at 02:32:36PM -0400, Waiman Long wrote:
>>> BTW, do you have any comment on my v2 lock holder cpu info qspinlock patch?
>>> I will have to update the patch to fix the reported 0-day test problem, but
>>> I want to collect
2004 Aug 06
2
livestreams, anyone have good success ?
Sounds like a sound driver issue. Might want to try the SMP version of OSS
(www.opensound.com).
Do other sound apps work OK?
-bg
> On Sat, 20 Oct 2001, Akos Maroy wrote:
>
> /me cries, bummer deal.
> Yes, running as root.
> The load was in the 'teens as I remember, I looked @ that too.
> One CPU was like 15% and the other 11%, something like that.
> 2.2.19ext3 #2 SMP,
2013 Aug 27
2
[LLVMdev] OpenMP 3.1 Support Implementation In Clang Is Available
[This is a cross-posting of a message posted in cfe-dev mailing list (
http://lists.cs.uiuc.edu/pipermail/cfe-dev/2013-August/031595.html); sorry
for double-posting.]
All,
This is to announce availability of a full OpenMP 3.1 support
implementation in Clang compiler.
The project is hosted there: http://clang-omp.github.com/
It is based on clang 3.3 (and will be updated as new clang/llvm
2010 Jan 28
1
grid.image(), pckg grid
While I am very happy with and awed by the grid package and its basic
plotting primitives such as grid.points, grid.lines, etc, I was wondering
whether the equivalent of a grid.image() function exists ?
Any pointer would be helpful.
Thanks !
Markus
[[alternative HTML version deleted]]
2005 Nov 16
1
Newbie: any hope of running a dongle-protected app? Aladdin HASP on LPT1...
Hi,
I'm a complete Wine newbie, still in the "Shock and Awe" stage... so
apologies for obvious stupidities. I'm trying to run a VB6 app, probably
1999-vintage, under Wine. It is protected by a parallel port dongle from
Aladdin. The app installs, the HASP drivers (latest version) apparently
install, but when I run the app it tells me "HASP device driver not
2010 Jun 09
2
Any experience with Eucalyptus on Centos 5.x?
Is anyone here running Eucalyptus (open source cloud computing
manager, similar to Amazon EC2, from UC Santa Barbara)?
Have you got any hints for bringing it up?
Thanks!
Rick
2010 Aug 18
2
Please help me run these games on linux
ok I just had my windows hardrive attacked by viruses and now that harddrive is dead till I can fix it..
so I'm back on linux, and I would liek to play some of my favorite windows games on my linux machine (thus doing away with my need for the god aweful operating system in the first place)
so, heres a list of Games I'd like to see be put on the fun todo list for attempting to get them
2012 Apr 30
1
Thank-you to Samba developers
Here's a short quote from a work-related email I sent earlier today,
announcing AD authentication from a linux VM. It expresses my awe at the
folks who write and maintain Samba, and it's long overdue from me:
It?s been 3 or 4 years since I configured Samba; it?s always a challenge
for me, mainly due to my poor understanding of MSoft networking. Then when
it works, I offer a silent prayer
2000 Dec 12
1
The Ogg Vorbis destination
Hi...
Excuse me, my english is no good (Friedrich, help me, please {:-)} !!!!)...
I need to play multiples ogg files in one PC with multiples audio devices.
I have one Crystal Driver (onboard) and a AWE 64. And I have 2 others
devices in a USB output.
How can I do to send the strem for a specific output ? It's possible ?
Thanks for everythink
[]'s
Marcelo Fontes Castellani
---