search for: arrises

Displaying 20 results from an estimated 39 matches for "arrises".

Did you mean: arises
2002 Jun 27
2
extension of rsync on crypted files
...its successive versions v1 v2 v3 ... on a distant server B but rather to save the private ciphering of these files on the server. Let C be the cipher algorithm and xi=C(vi) the ciphering of the clear file vi, the client A wishes to save x0, x1, x2... on the server B and not v0,v1.... This situation arrises for secured files backup providers which offer an option of a secured and confidential file's history backup - a client can keep the history of a file. Trying to use rsync here is not a good solution because the ciphering transformation on file versions disperses the correlations between the...
2002 Dec 30
2
Maildir format
...n. I currently have ~/Maildir which contains new, cur, and tmp all containing email that should be in my inbox and it pops up correctly as such when I connect to dovecot using Mutt. After the connection a new .INBOX is created under ~/Maildir with sym links back to new, cur, and tmp. The problem arrises when I want to view email from another folder, I have a folder called "test" which contains some email also in Maildir format, however when I attempt to view this email I only get an empty listing with the ".." to go one directory up. Thanks. Gareth Greenaway -- &quo...
2001 Nov 14
1
Directory Permissions.
...#39;s and I've got a permissions problem. I've got a share //dcomp2/windows which points to my vfat partition mounted on /drvc/ with UID/GID options in fstab set to my unix user. I can then connect to that share okay, and I can create/amend/delete files without a problem. The problem arrises when I descend down the tree, e.g. double click on the 'Program Files' folder. Once I do this, I can read fine, but I can no longer create/amend/delete. Anyone got any ideas how to fix this? -- Gary Stainburn This email does not contain private or confidential material as it may be...
2005 Jan 05
1
second samba problem
Hello, second problem just arrised: The same user from the same host can print via samba/lprng using windows 98. If windows xp is booted on the same host/ip, samba returns: [2005/01/05 16:21:59, 3] rpc_server/srv_spoolss_nt.c:_spoolss_open_printer_ex(1181) access DENIED for printer open any hints regards Christoph Galuschka ================================================ TI.KOM Tirol
2004 Apr 15
1
FLAC, ogg and iRiver
I've seen in this discussion: http://www.xiph.org/archives/vorbis/200304/0000.html that not only is it possible for the iRiver iMP-350 to play Ogg, it can also play FLAC - I didn't know this, and two question arrise: * It is possible to get the iRiver H120/140 to play FLAC (I know the Rio Karma can) * People sometimes say things like "Ogg is not tuned well for high bit rates"
2006 Jul 26
1
List directory names in a dropdown control?
I''ve been trying to find the "right" way to do this and I''m now appealing to the Rails masses. :) I want to list all the directory names in a specific location and have just the directory names appear in a dropdown control for the user. The Dir.entries("somepath") includes the "." and ".." folders plus all files and folders. The
2006 Feb 22
2
accessing an attribute within an embedded object
When I dump an instance variable to the web browser using object.inspect I get the following: This: <%= debug archive.inspect %> Yields this: #<RapturePost:0x2aaaacada118 @attributes={\"date_created\"=>\"2006-02\"}>" How do I access that date created value? Neither of the following work. The don''t give me the actual date value, only nil or
2017 Feb 02
2
Buttons too big in Firefox for Linux
...e ? > > jh Most of the pages / sites that have issues are my own. Presumably this is because I don't include a CCS Reset Stylesheet so therefore rely on the browser defaults. There have been other broken sites but I can't recollect any at the moment. I'm guessnig at my problem arrises because for some reason at some point Firefox have changed a CSS default. Very frustrating as controlling the appearance of buttons through CSS to get exactly what you want seems very hard. I've managed to get the button looking right, but the text is wrong, or the text looks right but the...
2017 May 06
2
xrealloc namespace conflict
I have a package on CRAN now (corpus-0.3.1) that is currently failing tests on Linux, but passing on all other architectures: https://cran.r-project.org/web/checks/check_results_corpus.html I believe that the issue arrises from a namespace class between "xrealloc", which my package provides for internal use, but which R also seems to provide (possibly as part of TRE in src/extra/tre/xmalloc.c). It looks like my package is not picking up my custom xrealloc, but using an xrealloc provided by R. Besides t...
2012 Mar 19
2
Loading Dataset into R continual issue
Hi, this is related to academic research I am trying to conduct. Please pardon my lack of socialization for this forum. For my project, I had to combine two different datasets, Democracy dataset from Pippa Norris and World Bank Patents dataset. My issue arrises from just loading the file into R. My colleagues proficient in R have been stumped as well. Often times the file would seem to load fine using read.table command, however when I tried to run summary statistics of variables, it would say "object not found". I have tried different formats...
2017 May 11
0
xrealloc namespace conflict
.../blob/master/xmalloc.c#L67 Patrick Perry wrote: > > I have a package on CRAN now (corpus-0.3.1) that is currently failing > tests on Linux, but passing on all other architectures: > > https://cran.r-project.org/web/checks/check_results_corpus.html > > I believe that the issue arrises from a namespace class between > "xrealloc", which my package provides for internal use, but which R > also seems to provide (possibly as part of TRE in > src/extra/tre/xmalloc.c). It looks like my package is not picking up > my custom xrealloc, but using an xrealloc provided...
2020 Jul 17
3
[PATCH] RFC: ACPI / OSI: remove workarounds for hybrid graphics laptops
It's hard to figure out what systems are actually affected and right now I don't see a good way of removing those... But I'd like to see thos getting removed and drivers fixed instead (which happened at least for nouveau). And as mentioned before, I prefer people working on fixing issues instead of spending time to add firmware level workarounds which are hard to know to which
2016 Sep 05
2
[SOLVED] Re: Feature Request: what about "core stop panic" ?
...reminded me that being sure that whenever such issue occurs, it's >> useful to have a core file or various data at hand to analyze and exchange >> with support teams. >> >> How can you double check a running Asterisk system would produce such >> data if a segfault arrises ? >> >> 1. To my knowledge, no tool exists for this. Is it correct ? >> 2. If such tool do not exist, what would you say about something like >> "core stop panic", "core stop segfault" or whatever ? >> > > > How about just running "pki...
2017 May 11
1
xrealloc namespace conflict
On 11 May 2017 at 12:16, Patrick Perry wrote: | I've done a bit more investigation into this issue. Here is my current | understanding of the situation: | | 1. I have a package on CRAN (corpus-0.3.1) that passes tests on all | platforms except for Linux. | 2. My package defines a C function, "xrealloc", for internal use. | 3. The libreadline library that R links to defines a
2020 Jul 19
2
[PATCH] RFC: ACPI / OSI: remove workarounds for hybrid graphics laptops
On Fri, Jul 17, 2020 at 9:52 PM Alex Hung <alex.hung at canonical.com> wrote: > > On 2020-07-17 1:05 p.m., Karol Herbst wrote: > > It's hard to figure out what systems are actually affected and right now I > > don't see a good way of removing those... > > > > But I'd like to see thos getting removed and drivers fixed instead (which > > happened
2011 Feb 25
1
The problems with rsync continues. (code 255)
...ync -az --delete --numeric-ids --relative --delete-excluded --rsh=/usr/bin/ssh root at server1:/var/spool/cron /data/backups/daily.0/server1 ------------------------------------- 8< ----------------------- 8< -------------------- As you can see seems to be a timeout problem cause the timeout arrises 21 seconds after the command is invoked. But why this happens in some paths and not in others? The paths are always the same paths (from day to day). What can I do? Where can I change timeouts? Any help will be appreciated, cause this is getting me crazy. Thanks in advance: Xabi ----------...
2017 Feb 02
0
Buttons too big in Firefox for Linux
...he pages / sites that have issues are my own. Presumably this is > because I don't include a CCS Reset Stylesheet so therefore rely on the > browser defaults. > > There have been other broken sites but I can't recollect any at the moment. > > I'm guessnig at my problem arrises because for some reason at some point > Firefox have changed a CSS default. Very frustrating as controlling the > appearance of buttons through CSS to get exactly what you want seems very > hard. I've managed to get the button looking right, but the text is wrong, > or the text loo...
2005 Aug 15
0
Strange crashes on xen-box (imagemagick/mysql/swap)
Hi, I''m relatively new to xen but do never the less very much like the concept & trying to run xen on a production-web-sever. "Trying" because problems start to arrise and the circumstances are rather strange: (But quit to describe) When running imagemagick from apache mysql crashes with a Signal 11. (sometimes). The other strange thing is that no swapspace at all is
2000 Jan 19
0
indentation in Rd-help files
Dear colleagues, Happy New Millennium, first of all! It would be very nice to be able to use indentation inside \code{ } as well, not only in \examples{ } when writing Rd-help files. Such a situation arrises, for instance, if one wishes to include a small piece of code in the _main_ text but not in the end as \examples{ } command does. The only way I know to put the next 3 lines my.function <- function() { other.function() } inside the text is the following: \code{my.function <- fun...
2008 Feb 08
0
Cumulative multinomial regression using VGAM
...out a multinomial regression using the cumlogit link function. I have tried using the VGAM package, and have gotten some results... fit1 <- vgam(Y ~ X1 + X2 + X3 + X4, cumulative(link=logit,intercept.apply=FALSE,parallel=TRUE), data = data1 ) The problem arrises when I try to get the information out of the fitted object. I can get the coefficient estimates using: coef(fit1) When using the summary, I get the following table: Number of linear predictors: 5 Names of linear predictors: logit(P[Y<=1]), logit(P[Y<=2]), logit(P[Y<=3]), logit(P[Y...