search for: unstuck

Displaying 20 results from an estimated 59 matches for "unstuck".

2016 Feb 02
5
nfs stuck, don't know what processes to kill
...nfs: /disk/x: device is busy umount2: Device or resource busy umount.nfs: /disk/x: device is busy If I use df or lsof to try to figure out what process to kill, they hang. I am reluctant to just reboot, as many other users are getting stuff done. dmesg doesn't show anything useful. How to get unstuck? thanks, Dave
2019 Nov 04
2
Centos 8 IAM
Hi Is there any plans to release a official AMI for Centos 8 soon? Regards Per
2009 Apr 13
3
Clamd and Amavis
...ooted one may prefer socket "$MYHOME/clamd". # ### http://www.clamav.net/ and CPAN (memory-hungry! clamd is preferred) # # note that Mail::ClamAV requires perl to be build with threading! # ['Mail::ClamAV', \&ask_clamav, "*", [0], [1], qr/^INFECTED: (.+)/], I came unstuck with the instruction regarding the LocalSocket. If I change that in clamd.conf to $MYHOME/amavisd.sock or $MYHOME/clamd the clamd service won't start, saying the socket doesn't exist. What am I doing wrong? Anne
2007 Sep 03
2
Derivative of a Function Expression
Hi I am currently (for pedagogical purposes) writing a simple numerical analysis library in R. I have come unstuck when writing a simple Newton-Raphson implementation, that looks like this: f <- function(x) { 2*cos(x)^2 + 3*sin(x) + 0.5 } root <- newton(f, tol=0.0001, N=20, a=1) My issue is calculating the symbolic derivative of f() inside the newton() function. I cant seem to get R to do this...I ca...
2006 Mar 07
2
(newbie) Accessing the pieces of a 'by' object
...ed.mean); And various other ways to get the tmp_byRet object into a matrix were tried, eg. unlist(), a loop like this: dfRet <- data.frame(tmp_byRet); for(i in 1:dim(dfRet)[2]){ dfRet[ ,i] <- as.vector(dfRet[ ,i]); } In each case, I got some error or the other. So, please help me get unstuck. How can I get the tmp_byRet() object into a matrix or a dataframe? -- -- Vivek Satsangi Rochester, NY USA "No amount of sophistication is going to allay the fact that all your knowledge is about the past and all your decisions are about the future." -- Ian Wilson
2019 Nov 04
0
Centos 8 IAM
...> > Is there any plans to release a official AMI for Centos 8 soon? I?ve been trying to get information about this since FOSDEM 2019 last year. I offered help, reached out to multiple twitter accounts, visited the Centos community day before FOSDEM in January 2019 hoping to get this process unstuck and offer help to get it unstuck. I?ve seen multiple people requesting this. No one answers, and especially details about what?s keeping this stick remain hidden, so from my perspective no one can help out. I?ve stated to look at other options like https://github.com/irvingpop/packer-chef-highper...
2016 Feb 03
1
nfs stuck, don't know what processes to kill
....nfs: /disk/x: device is busy > > > > If I use df or lsof to try to figure out what process to kill, they hang. > > I > > am reluctant to just reboot, as many other users are getting stuff done. > > dmesg doesn't show anything useful. > > > > How to get unstuck? > > *IF* I understand what you're saying, on that one client, you're trying to > umount the nfs share. Is that the case? > > IF that is the case... is autofs running? If so, service autofs stop, and > you should be able to umount it. > > mark > > # serv...
2001 Jan 05
1
PORTING to IBM OS/390: select() always returning 0 in entropy.c
Hello, I'm attempting to port OpenSSH to IBM's S/390 mainframe. Things have gone well but I have come a little unstuck with the internal PRNG. Although the commands in ssh_prng_cmds are being executed the select() seems to be returning 0 and therefore the cose is assuming that the forked process has timed out. This could be a difference in the way that select is implemented on OS/390. The Unix environment provided...
2003 Jan 26
0
Strange delays/hangs/freezes with samba
...uot;freezing" or hanging when accessing the Samba server. It sometimes happens when loggin in, at the beginning of the login script. The script will stall; explorer will hang (not even the task manager can be brought to the front). At that point all you can do is wait it out. Things get "unstuck" in 10-30 seconds usually. Similar effects can be seen when doing other forms of file I/O against samba. When this happens, the client seems to be sending some form av request to the server on port 139; *AND* getting an ACK. This happens with an interval of a few seconds, until it gets unstu...
2004 Mar 03
1
FreeBSD ipsec and NAT
Hi All, I currently have setup a site to site vpn using racoon on my freebsd firewall. All is well there and I can connect through the vpn when I am on the firewall and get the connection fine. Now I want to be able to connect from other machines through the firewall - this is where I come unstuck, the ipsec policy allows for my external address range to connect through the vpn, but then I would like my internal addresses to first get translated and then routed through the tunnel. But instead when I connect with my internal addresses they get translated, but then try and use the conventional...
2008 Dec 19
1
'Error: C stack usage is too close to the limit' when adding an overarching function
Hi, I encountered an error of type 'C stack usage is too close to the limit', and could not find information so far to get unstuck. The error occurs when subsetting columns from a data frame (see stack trace below). However if I step through the sequence of code found in the 'topmost' function buildCombinations the data processing is successful. I get an identical behavior on WindowsXP and an Ubuntu box. Any help/poin...
2016 Mar 27
1
[PATCH 0/1] EFI image booting capabilities
...sted including the new code? > > (I still do not receive the list) > > Patrick, I'm not sure why but I am now seeing traffic in my Yahoo! > account from this mailing list including your last message though > seems to have had significant delays. A few days ago the pipe got unstuck and I've received even the missing e-mails.Currently I'm receiving the list correctly Best,Patrick
2015 Aug 18
1
initial setup of centos linux 7 core license information license not accepted
...==================== Initial setup of CentOS 7 (Core) 1) [!] License information (License not accepted) Please make your choice from above ['q' to quit | 'c' to continue | 'r' to refresh]: My caffeine-deprived response was to try q, c, and r, none of which got me unstuck. Forced to actually use my brain, I typed 1. More confusing text appeared, and I finally understood that in order to accept the license I must type 2. Then I had to type 1 again for some reason. Then my machine booted. It is probably apparent that I wouldn't have all this text to email you if...
2010 Jul 28
2
Beginner stucked with raster + geoR package.
...in 4th step to the RasterLayer object that was created at first step. r <- setValues(r,temp) # Unfortunately this ends with the message: Error in setValues(r, temp) : values must be a vector and at this point I am completely stuck :( I would like to request some of your kindness to help me unstuck Best Regards Alex. [[alternative HTML version deleted]]
2012 Aug 07
1
Which R function for GLMM with binary response, nested random factors with temporal correlation?
...re? Or is MCMC the only option? 2) to make things more complicated, I'd also like to include a varFunc variance structure to cope with heterogeneity. Is this possible in ML methods in R? I'd also like to extend to a multinomial response at a later stage. GEE seems the best bet, but I come unstuck with the three-way nested factors. Thanks for your help.
2013 Aug 28
2
"Stuttering" display, NVA0 chipset.
...several times a minute, the entire display completely freezes, for an interval ranging between about quarter of a second, to sometimes as long as 5-6 seconds. By "freezes" I mean that it just stops updating. No artifacts, just a frozen display. When the display eventually becomes unstuck, it's completely up to date. Everything that should be rendered, to that point, is rendered. It's as if the framebuffer continues to get updated normally, but the display is not being refreshed. Except for the mouse pointer! When the display is not refreshing, the mouse pointer cont...
2006 Feb 18
1
Another permissions problem?
...In kmail on this workstation I have created an imap account, for which Inbox was created. I also created Trash and sent-mail as top-level folders, and they display correctly with the cur, new and tmp sub-folders on the server. I now want to create subfolders of Inbox, and there I'm coming unstuck. According to the info box URL: (unknown) Date and time: Saturday 18 February 2006 16:51 Additional information: imap://anne at 192.168.0.30:143/INBOX/LAN//;INFO=ASKUSER Possible causes: Your access permissions may be inadequate to perform the requested operation on this resource The location...
2007 Jun 27
6
Aspects in RSpec 1.0.5
Forgot post this when I did it... For anyone else that used the "aspect" method of the rspec-ext gem, here''s a New World version of the code to drop into spec_helper.rb. (I''m assuming rspec-ext hasn''t been updated since I did this a week or two ago) module Spec module DSL module BehaviourEval module ModuleMethods def
2018 May 30
2
Filtering using multiple rows in dplyr
Hi Folks, I have just started using dplyr and could use some help getting unstuck. It could well be that dplyr is not the package to be using, but let me just pose the question and seek your advice. Here is my basic data frame. head(h) subject ageGrp ear hearingGrp sex freq L2 Ldp Phidp NF SNR 1 HALAF032 A L A F 2 0 -23.54459 55...
2019 Jan 08
5
idmap problems
...the member server I think this is correct and my domain seems healthy. All good!. My one remaining question concerns examples presented in the wiki - they routinely use 'Domain Admin' as an example for aspects such as setting up shares and permissions. I think this is where I have become unstuck in the past. If I setup the domain as per my understanding, Domain Admins cannot be used as in the example given in https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs because its gid is not mapped (and should not typically be mapped). You gave me some good alternative advice, w...