search for: overwritten

Displaying 20 results from an estimated 1838 matches for "overwritten".

2019 Aug 05
1
R CMD check: should .Rout.save contain the new "Registered S3 method overwritten by" message?
Hi Since I believe 3.6, there is a message when loading a package that overwrites S3 methods, reading like "Registered S3 method overwritten by...". Should this message be included in the xxx.Rout.save files saved in the tests/ folder of a package? It seems R CMD check is not happy about it? I simply ran R CMD BATCH xxx.R xxx.Rout.save but running later on R CMD check on the package complains about the presence of the "Regist...
2005 Oct 01
1
X-Axis Label Overwritten By TickMark Values
...<- function(spectrum, ...) { saved.par <- par(las = 1, tcl = 0.3) on.exit(par(saved.par)) plot(spectrum, type = "l", col = "blue", xlab = "", ylab = "", ...) title(main = "x-axis label overwritten by tick values", xlab = "Index", ylab = "Intensity") } grdev() plotFixMe(rnorm(50)*20000, ylim = c(0, 50000)) ---------------------------------------------------------- SIGSIG -- signature too long (core dumped)
2013 Apr 05
1
[BUG?] Btrfs quota: overwritten space is counted twice
When data in a file is overwritten, starting somewhere in the middle of the file, the overwritten space is counted twice against the space usage numbers. Is this a bug, or did I something wrong? This is what I did: I create a subvolume and limit it to 4 MB, and create a 1000 KB file in the subvol: # btrfs subvol create s...
2020 May 17
2
[Bug 3164] New: Default port 22 sometimes not overwritten by included configuration
https://bugzilla.mindrot.org/show_bug.cgi?id=3164 Bug ID: 3164 Summary: Default port 22 sometimes not overwritten by included configuration Product: Portable OpenSSH Version: 8.2p1 Hardware: amd64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: sshd Assignee: unassigned-bugs at...
2009 May 09
2
Recover files from overwritten zpool?
To make a long story short, after a Solaris reinstall I needed to access a disk from the previous install. I realize now I should have done a zpool import, but instead I recreated the pool, thinking this would bring my file system back. I destroyed the new pool, but other than that I have done nothing to overwrite data. Is it possible to recover the data from the old pool? --Stig
2003 Jun 11
1
performance issue with overwritten files
Hi Guys, I have experienced a recent performance issue with an ext2 filesystem. Essentially I have had several files that get overwritten on average once per day. This has been happening for about a hear when the program accessing and reading those files started from several milliseconds to 15-20 seconds to open and read the file. Moving the directory to a new name and copying the contents solved the issue. What could cause such a...
2013 Feb 22
1
[Bug 9670] New: missing substructure within partial-dir causes files to be lost or overwritten
https://bugzilla.samba.org/show_bug.cgi?id=9670 Summary: missing substructure within partial-dir causes files to be lost or overwritten Product: rsync Version: 3.0.9 Platform: All OS/Version: All Status: NEW Severity: major Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: hans at korneder.de QAContact: r...
2010 Nov 07
2
Asterisk 1.6 (realtime) - Overwritten CallerID(num) Problem
Hello, I am running Asterisk 1.6 with Realtime enabled for my SIP users and peers. The backend is a MySQL database running through the ODBC backend in Asterisk. At this point everything works in terms of phones registering, placing calls between them, etc. However, I am having a problem setting the Caller ID number whenever I am using the Realtime database for the SIP users/peers. If I use a
2016 Oct 18
2
Why stdin is required to be overwritten in SSH?
...18 12:28:24 CDT 2016 Tue Oct 18 12:28:25 CDT 2016 Tue Oct 18 12:28:25 CDT 2016 Tue Oct 18 12:28:26 CDT 2016 Tue Oct 18 12:28:26 CDT 2016 Tue Oct 18 12:28:27 CDT 2016 Tue Oct 18 12:28:27 CDT 2016 Tue Oct 18 12:28:28 CDT 2016 Tue Oct 18 12:28:29 CDT 2016 ~~~ Could you tell me why `stdin` needs to be overwritten in SSH? Thanks. My machine info is as below. ~~~ $ bash --version GNU bash, version 4.3.42(1)-release (x86_64-apple-darwin15.0.0) Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software; you are f...
2008 Apr 11
2
DO NOT REPLY [Bug 5389] New: With --progress, progress stats are overwritten when connection broken
https://bugzilla.samba.org/show_bug.cgi?id=5389 Summary: With --progress, progress stats are overwritten when connection broken Product: rsync Version: 3.0.2 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: D...
2005 Oct 14
0
Adding extra field in form using ajax causes extra field to be overwritten, any way around that.
...I try to add another field in the form using ajax. I''m trying to add another line_item object into the invoice and i''m using the link_to_remote function to implement this. When I do that though and submit to the form, the line_item entries all have the same field name so they get overwritten. I''m not sure how to get around that. Here is my _form.rhtml: <%= error_messages_for ''invoice'' %> <!--[form:invoice]--> <p><label for="invoice_invoice_date">Invoice date</label><br/> <%= datetime_select ''invoice...
2017 May 21
0
Xapian 1.4.3 "Db block overwritten - are there multiple writers?"
On Wed, May 17, 2017 at 09:08:32PM +0200, Jean-Francois Dockes wrote: > I have a user reporting the following error during recoll indexing: > > flush() failed: Db block overwritten - are there multiple writers? > > "flush() failed" is from recoll, the rest is, I think the text of the Xapian > exception. > > This is with Xapian 1.4.3 on Linux (I asked for more details, should be > coming). > > I don't think that I've ever seen this...
2018 Mar 05
2
Xapian 1.4.5 "Db block overwritten - are there multiple writers?" with Glass
...d the migration to Glass, i've recurrent database corruption errors. I've to reindex my database to make it works again. > DatabaseCorruptError: Expected block 200713 to be level 2, not 1 Theses problems always occur after this error: > xapian.DatabaseCorruptError: Db block overwritten - are there multiple writers? I've remarked the error occur when i'm trying to get stored values from a database with a lot of stored values. I can reproduce the error with simple python2 script i've posted on github https://github.com/staverne/xapian_test https://github.com/s...
2017 Sep 04
7
Reaching definitions on Machine IR post register allocation
Hi, Just to clarify I am looking for a whole machine function analysis not just something restricted to within a machine basic block. Thanks. Regards, Venu. From: Raghavan, Venugopal Sent: Saturday, September 02, 2017 12:56 PM To: llvm-dev at lists.llvm.org Subject: Reaching definitions on Machine IR post register allocation Hi, Given a definition of a register by a machine instruction in
2006 Nov 03
4
Roaming Profile gets deleted
...main. Then the users should be able to use their old roaming profile without changing the profiles sid. This works if the computer which acesses the domain has already the profile on its disk. If the profile is not there, the default profile gets loaded and the profile on the samba server gets overwritten. It is the same for new computers without any user profile. The samba profile does not get loaded but the default one and whe closing the session the samba profile gets overwritten. If I use this default profile all works well or if the profile already exists I can work as exspected. If I dele...
2004 Jan 10
2
Symbolic link gets overwritten
Hi, Using Samba 3.0.1 on SuSE Linux (follow symlinks on) we noticed the following behaviour: A symbolic link to a file gets overwritten (replaced) by the target-file contents if the symbolic link is saved from a windows client. This is not what we expected, because a link represents the file, and so all actions executed on the link should actually be executed on the target-file, not the link. I found one and only one message in t...
2010 May 20
5
Resolv.conf being overwritten
I am trying to add 127.0.0.1 to my resolv.conf. I added it through the system-config-network but if I reboot, its gone. I do not have the caching nameserver package installed. My ISP's nameservers are there. It must have something to do with DHCP. Also, in the network config GUI, should I select the IPv6 option for either or both network cards? TIA
2005 Sep 24
3
Preserving overwritten/deleted items
Hi, doing a rather usual backup: | rsync -av --delete /path/to/sender/ /path/to/receiver/ some items might be removed or overwritten on the receiving side. I'd like to keep a copy of these files/links/whatever. Is there a way to create a copy of them in another tree right before they are purged? Christoph
2017 May 17
2
Xapian 1.4.3 "Db block overwritten - are there multiple writers?"
Hi, I have a user reporting the following error during recoll indexing: flush() failed: Db block overwritten - are there multiple writers? "flush() failed" is from recoll, the rest is, I think the text of the Xapian exception. This is with Xapian 1.4.3 on Linux (I asked for more details, should be coming). I don't think that I've ever seen this error, and I also don't think that t...
2011 Apr 03
0
Rescuing Overwritten Pools
Hi All, I have a usb drive (80gb) that was formatted as zfs and had my music collection on it when I inadvertently used a bug in freenas to recreate as a new zfs volume which no longer seems to contain my music. It used the 80gb rather then the clean 2Tb that I intended it to use. The overwrite is not catastrophic as the drive only contained the FLAC rips of my own music collection,