search for: furhter

Displaying 20 results from an estimated 29 matches for "furhter".

2016 Aug 04
2
Re: Libvirt: dynamic ownership did not work
...irt/images/test.img > > > Michal I did together with Michael Tremer some debugging and Michael posted our results in the bugtracker. So it seems that the chown function is not executed, because a other function return a wrong value. Maybe the describtion in the bug report hepls to go furhter, when not say what you need (logs) to debug the problem. Regards Jonatan
2012 Feb 13
1
Problem with libpri / asterisk
...s issue, since on their end, the disconnect comes from the telco... They suggested I try a different version of asterisk, wich I did to no avail, or try there NBE product instead of libpri... So, did anybody ever encontered something like that ? What steps should I take to diagnose the problem furhter ? Thanks for any help.
2012 Oct 15
2
Puppet not picking up files
...gt; ''/etc/ntp/ntp.conf'', ensure => file, # require => Package[''ntp''], # source => "puppet:///modules/ntp/files/${conf_file}", source => "/etc/puppet/modules/ntp/files/${conf_file}", } } Furhter info from puppet server: puppet apply --configprint: /etc/puppet/modules:/usr/share/puppet/modules pluginsource = puppet://puppet/plugins pluginsync = false Can someone please help me please, as I''m lost with this error? Thanks in advance Dan -- You received this message because you...
2004 May 05
1
Printproblems in 3.0.3 - Postscript files contain log messages
...script files that Samba creates, contain log messages like this: [...] [2004/05/05 11:43:08, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(544) free_pipe_context: destroying talloc pool of size 600 [2004/05/05 11:43:08, 3] smbd/process.c:process_smb(890) Transaction 1907 of length 3804 [...] Furhter on in the file I can find parts which look pretty much like Postscript: [...] [2004/05/05 11:43:08, 3] rpc_server/srv_pipe.c:api_rpcTNP(1509) api_rpcTNP: rpc command: SPOOLSS_WRITEPRINTER 716 562 L 689 654 L 691 653 L 718 561 L cp 0.801 0.535 0.113 r [...] "Sadly", this error doesn...
2016 Aug 05
0
Re: Libvirt: dynamic ownership did not work
...g the bz transcript, you are not passing the path directly into the XML rather than use a volume from a storage pool. This is supported but the previous case is more tested. Again, this would help me to narrow down the possible causes. > > Maybe the describtion in the bug report hepls to go furhter, when not > say what you need (logs) to debug the problem. Maybe I'm misreading this, but I think I've told you what I need to debug the problem. Moreover, it's usually better to provide as many information as possible when debugging a problem. Even a tiny little thing that user thi...
2018 Nov 27
0
NBDE, clevis and tang for non-root disk
...r the root device). Once I have manually added the other volumes in the /etc/crypttab file from the initramfs image, clevis is able to decrypt all volumes. Now the question is why the generated iniramfs image has a different /etc/crypttab. How can I specify /etc/crypttab for the initramfs so that furhter kernel updates will not replace it with the wrong file? Radu
2018 Nov 27
1
NBDE, clevis and tang for non-root disk
...I have manually added the > other volumes in the /etc/crypttab file from the initramfs image, clevis > is able to decrypt all volumes. Now the question is why the generated > iniramfs image has a different /etc/crypttab. How can I specify > /etc/crypttab for the initramfs so that > furhter kernel updates will not replace it with the wrong file? > Sorry, I think you misunderstood. The key for root is *not* in /etc/crypttab - that's only for the secondary ones. mark
2004 Mar 12
1
access R remotely
This is not the right place for this question, but however: when you connect to a remote machine with ssh with a user name "user" you aren't able to use the specific shell profile ($PATH,....) of "user", then you have to specify the complete PATH of all command (i.e. /usr/local/bin/R). Best A.S. ---------------------------- Alessandro Semeria Models and Simulations
2011 Aug 26
1
Add lines to xy plot with temporal x axis
Hi. I'm trying to add some vertical lines to an xyplot in which x axis is a temporal variable (class=dates) and y axis a factor variable. This is my code: xyplot(factor(Abacus$Emisor)~Abacus$Dia,xlab="Date", ylab="Fish",pch=124, scales=list(x=list(format="%b %Y",tick.number=30)) , panel=function(...){ panel.xyplot(...) panel.abline(v=08/08/2008) }) I'd
2006 Nov 30
1
CAPI module issue
Hi List, I am experiencing an issue in a server that I have installed asterisk; configured an AVM FRITZ card to work with the capi module. Once istalled the card works perfect; however every time I reboot the machine I found that I have to re install the capi4k-utils before I can load asterisk otherwise the capi module will not loadup. Can anyone direct me in the right direction in order to
2005 May 05
0
Mac OS X 10.4 AD / Samba problems
...empting to connect to samba machine manually returns an error. >From log.$CLIENT on the samba box: [2005/05/04 19:15:13, 1] smbd/sesssetup.c:reply_spnego_kerberos(265) make_server_info_from_pw failed! Domain users who login to the Mac are able to manually map shares on Windows servers. To furhter complicate matters, my domain administrator IS able to successfully mount his network home directory on the mac. Attempts to connect to the home directory share from the Finder just reports "you're already connected" error message. I am at a loss here. I'll post more informatio...
2003 Sep 04
0
Suggestion for 'contrasts' help page
The help page for 'contrasts' has a mention of the 'options' in the Details section. Would it make sens to include an example of how to use options to set the contrasts? # Set contrasts for furhter computations options(contrasts=c("contr.treatment","contr.poly")) This seems useful to me. Kevin Wright
2017 Sep 19
0
Extracting Europe from a netCDF file
...e started with the following script: *f <- "~/gfdl_preci.nc <http://gfdl_preci.nc>"library(raster)pr <- brick(f)print(pr)pt <-as.data.frame(extract(pr, extent(-10.375, 43.375, 35.125, 71.375)), xy = TRUE)* I would be grateful if anyone could kindly help me to proceed furhter. Regards, Eeusha [[alternative HTML version deleted]]
2006 Mar 08
0
Checking effective group membership - Linux side
.../group or does not like the groupmap linkage... just not sure how to debug it. Logging in to Windows with the accound in question, "ifmember.exe /list" returns exactly the group membership I would expect to see, never an inconsistency with this. <><><><><> Furhter, trying to grant rights to a unixgroup name always fails. Granting rights to user accounts works as expected, just not on a consistent basis. Thus, I get the hint something is not quite 100% when on the Linux side about groups in /etc/group. aaaahhhh.... I looked at Mr. Terpstra's example a b...
2015 Aug 07
0
EFI: HP + syslinux = crash [ brown paper bag update ]
...pdated? I seem to remember seeing a shell script pulling in the >> newest version during compilation... > > It's version locked to a certain commit ID. Okay, so that's good. No worries there. === preamble === In this mail I talk about two different commits. To identify them furhter, they are: | commit 8702009fc7a6689432d17d4ea05d9c878452c57a | Author: Gene Cumm <gene.cumm at gmail.com> | Date: Sun Jul 19 08:09:10 2015 -0400 This is the "latest and greatest" from the (offical?) git repository on git://repo.or.cz/syslinux.git. | commit e466d2498604c8ee...
2006 May 17
20
X86_emulate to be moved into qemu...
> Hmmm... wouldn''t it be nice if we didn''t have a bespoke, > buggy & incomplete emulator for hvm mmio. ;-) In the process of solving this one, I''ve got to (another) of the blocking points... At the moment, we translate the virtual address from the guest in the page-fault-handler to guest physical address via the gva_to_gpa() function in svm.c/vmx.c:
2009 Nov 27
5
Installing CentOS 5.4 64bit on server with LSI SAS 1068E controller.
I'm trying to install CentOS 5.4 on a machine with a LSI SAS 1068E controller. I've googled all over the place and found a few different drivers for RHEL5 for it.. and tried a few of them.. Some will load, some complain that this isn't the correct version.. non of them work when it comes to showing Hard Drivers in the partition manager. The machine is a Supermicro SYS-6015V-M3
2006 Jul 07
2
Authentication by certificats (a bug or my misconfiguration)
Today I've been trying to get dovecot (1.0 rc2) to use certificates for client side authentication. If my memory serves right, beta8 had no problems with it (although it was some time ago and on different machine). Similar setup works perfectly well for postfix (for authentication that is, on the same machine). Originally I thought I overdid some certificate settings (keyUsage, nsCertType,
2006 Dec 05
4
[Bug 1269] PAM Callback returns garbage if user unknown or root with disabled login in ssh-config
...s... I am unable to complete the list of problems, cause I have no overview over pam modules using the callback function. Further problems: If a pam module is doing something with the information provided from the callback function, it is impossible to request data for users not existing for ssh. Furhter it is also unknown what it is doing with the special characters. Maybe it uses just "\b" as an identifier cause of the leading "\b\n". Maybe an attacker sets some password or something else in the system to use this default as an backdoor or something like that. I think this sit...
2015 Aug 05
3
EFI: HP + syslinux = crash [ brown paper bag update ]
On Wed, Aug 5, 2015 at 3:03 PM, Oscar Roozen via Syslinux <syslinux at zytor.com> wrote: > Unfortunately I can't test anymore until Friday. Maybe gnu-efi got > updated? I seem to remember seeing a shell script pulling in the > newest version during compilation... It's version locked to a certain commit ID. -- -Gene