search for: obliterate

Displaying 20 results from an estimated 90 matches for "obliterate".

2016 Feb 03
4
How bad is "rm -rf /" ?
...empt to remove everything, I executed the command with an extra option: rm -rfv --no-preserve-root / and finally things started flying away, then the box locked with a bunch of rm: cannot remove "/proc/sys/fs...": permission denied OK, looks like I achieved the goal. I let this "obliterated" box sit for another couple of hours like that. Then I did the only thing you can do in this situation: pulled the power cord. After that was done, I had two drives: one subjected to "rm -rf /" and another not. This is not quite clean experiment as one drive was not a clone of anot...
2019 Mar 29
2
Can only access new SAMBA fileshare from Windows as privileged user SAMDOM/Administrator, not as an ordinary user.
...r my username and password to access the share FS1. Below is my smb.conf for my fileserver FS1: pi at fs1:~ $ cat /etc/samba/smb.conf [global]         workgroup = samdom         realm = samdom.example.com         netbios name = fs1         security = ADS         dns forwarder = XXX XXX XXX (obliterated here for privacy reasons!) idmap config * : backend = tdb idmap config *:range = 3000-7999 idmap config SAMDOM:backend = ad idmap config SAMDOM:schema_mode = rfc2307 idmap config SAMDOM:range = 10000-999999    template homedir = /home/%D/%U    template shell = /bin/bash    winbind use default d...
2011 Sep 09
4
Please explain your workflow from R code -> package -> R code -> package
...I to into the man folder and manually edit the Rd files. I don't change anything in the R folder because I think it is OK so far. And eventually I end up with a tarball mypackage_1.0.tar.gz. Stage 3. How to make the round trip? I add more R code, and re-generate a package. package.skeleton obliterates the help files I've already edited. So keeping the R code in sync with the documentation appears to be a hassle. In other languages, I've seen to write the documentation inside the code files and then post-process to make the documentation. Is there a similar thing for R, to unify the R...
2009 Feb 13
2
Identifying graphics files produced by R
...e been produced by R, but I can never be sure. Or can I? I notice that PostScript files include a "%%%Creator: R Software" line, but do R graphics drivers encode any identifying information in GIF or PNG files more commonly used on the web? And of so, would such evidence necessarily be obliterated in post-processing (e.g cropping)? I'm trying to do an informal survey of R's use to create statistical graphics on the web, and if there's a way to identify graph files I see as coming from R it would help a lot. Thanks, # David Smith -- David M Smith <david at revolution-comput...
2016 Jul 05
2
Sequential ID Git hook
> On Jul 5, 2016, at 3:44 AM, Renato Golin via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Quick re-cap. > > After a few rounds, not only the "external server" proposal got > obliterated as totally unnecessary, but the idea that we may even need > a hook at all is now challenged. This is not clear to me. How is the umbrella repository updated? — Mehdi > > Jared's idea to use "git describe" is in line with previous proposals > to use rev-list --cou...
2004 Sep 18
3
[LLVMdev] Files to lib/System/Win32
...head. What purpose does create_file serve? Is there really a need to create empty files? (It also leaks an open file handle, BTW). I would expect set_file to alter only the file name portion of the path and leave the directory portion unchanged, and the opposite for set_directory. set_directory obliterates the file name portion of the path (OK, I guess) but set_file doesn't make any sense at all. -------------- next part -------------- A non-text attachment was scrubbed... Name: Path.diff Type: application/octet-stream Size: 10799 bytes Desc: not available URL: <http://lists.llvm.org/pipermai...
2006 Aug 08
3
params object nil in controller action
Hi All I am trying to implement a Back to Search Results functionality, by storing the user''s search criteria (params) in session and then reusing those params instead of request params when user clicks on "Back to Search Results link". here is my code ________________________________________________________________________ def search if session[:incidentSearch].nil? or
2019 Mar 29
0
Can only access new SAMBA fileshare from Windows as privileged user SAMDOM/Administrator, not as an ordinary user.
...1. > > Below is my smb.conf for my fileserver FS1: > > pi at fs1:~ $ cat /etc/samba/smb.conf > [global] >         workgroup = samdom >         realm = samdom.example.com >         netbios name = fs1 >         security = ADS >         dns forwarder = XXX XXX XXX (obliterated here for privacy > reasons!) You might as well 'obliterate' totally, it is only used on a DC. > idmap config * : backend = tdb > idmap config *:range = 3000-7999 > idmap config SAMDOM:backend = ad > idmap config SAMDOM:schema_mode = rfc2307 > idmap config SAMDOM:range =...
2019 Mar 29
2
Can only access new SAMBA fileshare from Windows as privileged user SAMDOM/Administrator, not as an ordinary user.
...ly I (and every other Raspberry Pi user) is stuck with this for now since this is the default Samba package that Raspbian currently uses unfortunately. I did check to see if it could be upgraded using apt to something a little more recent but apparently not :( > dns forwarder = XXX XXX XXX (obliterated here for privacy reasons!) > > You might as well 'obliterate' totally, it is only used on a DC. Duly noted, thanks for the tip. > So, stephenellwood is an AD user, but is it also a Unix user? Aha! That's probably why my setup is not working! My passwd file on fs1 below sug...
2010 Nov 07
1
Rdindex truncating titles?
...The INDEXes always seem to be up do to date to *me*. Then I thought to compare the INDEX from the package source with the INDEX in the installed package (after building with the --force flag set). Doing a diff on the old INDEX (saved outside the source package directory so that --force didn't obliterate it) and the new INDEX in the installed package directory, I got: > 7c7 > < in terms of the NCEA gpa. > --- > > in terms of the NCEA > 19c19 > < number of successes ("old" and "new&quot...
2016 Feb 02
12
Latest version of kate editor
On 02/02/2016 03:50 PM, Lamar Owen wrote: > On 02/02/2016 09:28 AM, Jonathan Billings wrote: >> CentOS is not a bleeding-edge distribution that constantly keeps >> packages up to date with the upstream projects. If you want that, try >> another distribution like Fedora. > <rant> > GNOME can get a rebase to a newer version, but KDE can't..... this > from a
2016 Aug 19
2
GRUB 2 dumps to grub prompt when installed on >4TB disk
...tition. | | I suspect two things that can cause normal.mod to not be found: | a. The system is not in fact booting in UEFI mode and there's been | some mistake in the installation of grub. | b. The system is in UEFI mode, but either the installer, or | post-install, grub2-install was run which obliterates the grub2-efi | package installed grubx64.efi, i.e. it's not really proper to run | grub2-install on UEFI systems. I suspect this is the case. when attempting to run grub-install the system claims that the grub2-efi-modules packages aren't installed, so this may be an installer bug. | B...
2004 Apr 07
1
Re: specified network name no more available
I was stung by this bug yesterday myself and although there are numerous references to this error message I haven't seen any qualified resolution of the problem. Not that the following rant hopes to be such, but it's a good story. My setup is a stable 2.2.8a production domain and an experimental 3.0.2a-SuSE domain. The passwd backend is still smbpasswd. I wish there were a better
2006 Feb 14
3
Master privileges unavailable on UPS
...Feb 13 10:37:57 lupin upsmon[31324]: Reason: Access denied </quote> And of course I think I've done everything I'm supposed to do. The configuration follows, with most comments stripped out, and passwords obliterated. # Network UPS Tools: example ups.conf user nutmon [lupin1500AVR] driver = cyberpower port = /dev/tty01 # Network UPS Tools: example upsd configuration file ACL all 0.0.0.0/0 ACL localhost 127.0.0.1/32 ACCEPT localhost REJECT all # Network UPS Tools: Example upsd.users [monmaster] passw...
2006 Aug 04
2
anyone experience problems with mongrel and sessions?
I''ve moved an application that was running under apache2/fcgi to apache2/mongrel(mod_proxy). under the original setup i had no problems with sessions. now under mongrel, the users are experiencing application errors. after looking at the logs, I am seeing that a piece of code that relies on a session variable is what is causing the error. It seems that the session variable no longer
2017 Nov 04
3
low end file server with h/w RAID - recommendations
...t??s way easier to do with a cli. And yes, when with one controller GUI daemon was failing to do one task I needed, I did use UNIX cron job which was executing what was necessary through cli interface. This does not change my perception that _I_ with my mentality have less chance to screw up and obliterate RAID array when I need, say, to start rebuild if _I_ use GUI web interface, as opposed to command line interface (cli). Even if it is just me, I stay convinced to keep doing it this way which is safer for the data of my users that live on RAID I am dealing with. And still after all that said, I am...
2016 Aug 18
2
GRUB 2 dumps to grub prompt when installed on >4TB disk
Hi All, I have a Dell R710 that has 6x1TB in a RAID-5 configuration. When installing CentOS 7 using the full disk capacity and booting in UEFI mode the machine dumps me into a GRUB rescue mode prompt. error: disk `,gpt2' not found Entering rescue mode... grub rescue> If I use the PERC RAID controller to make the disk smaller ROOTDISK volume of 100GB in size and then a DATA volume
2007 Sep 14
3
The use for an XML based metadata format
...e understood so far: * Daniel is still not trying to read and understand the _other_ metadata proposals; he makes several non-true statements regarding them. * Daniel wants to "stuff in" a new metadata format no matter the cost to backwards-compatibility; he also intends it to completely obliterate Vorbis Comment. All of this is highly ambitious, especially for someone with no actual knowledge in the field. * There's interest again in metadata in Ogg. This be a good thing. * Skeleton still seems to me to be the more advanced and logical step for metadata in Ogg. Here's my take on t...
2009 Oct 22
1
Error in link in Rd file stops package installation
...html is.regular html lag.zoo html Error: argument is of length zero * removing '/a/seafiler01.na.tibco.com/vol/vol2/users/bill/packages/Rlib3/zoo' The tryCatch calls in the installer code obliterate most traces of where this 'argument is of length zero' comes from. If I run the install from a directory containing the .Rprofile file containing the line utils::assignInNamespace("tryCatch", function(expr, ...) expr, ns="base") then I get: ... is.regular...
2020 Jul 18
1
[PATCH] drm/nouveau: Accept 'legacy' format modifiers
...wrong, or should we use it here instead? > > Or is there something else going on entirely? This may be slightly clearer with the expanded change description: Canonicalize assumes the old modifiers are only used by certain Tegra revisions, because the Mesa patches were supposed to land and obliterate all uses beyond that. That assumption means it can assume the specific page kind (0xfe) used by the display-engine-compatible layout on those specific devices. There is no way to generally canonicalize a legacy modifier without referencing a specific device type, as is indirectly done here....