search for: carelessly

Displaying 20 results from an estimated 154 matches for "carelessly".

Did you mean: careless
2002 Mar 12
3
failsafe against "stupid" / careless users
I'm admin on a samba PDC with 150 users, and as normal users they are quit "stupid". This means that they ofte deletes something that shouldnt have been deleted. And I find it anoying to restore their files from tapebackup. So would it be possible to get samba to "move" files instead of deleting them? This way I could allocate a disk to store deleted files for a periode of
2007 Jul 26
0
(PR#9810) Problem with careless user of RODBC (was SQL
Your error message was >> d <- sqlFetch(channel, District) > Error in odbcTableExists(channel, sqtable) : > object "District" not found and as you had not defined an object 'District' in that session, it seems perfectly plain. If you want to refer to table "District" you have to give a character string (with quotes), not the name of an R
2005 Sep 13
3
How to erase objects
Hi, I admit that I rather carelessly built lots of large objects and therefore ran out of memory. Most objects, which I have at the moment are now unnecessary, but it would take a lot of time to recreate the last few ones from scratch. So I would like to erase (get rid of) selected objects in order to be able to continue. Does anyone...
2004 Oct 25
2
Revision: post on Intro to R lecture
Hi All: This follows my earlier post on webized slides on lecture presentation on introducing R. I learned that in Mozilla (Firefox) browsers, the slides did not show up. Sorry for the no show. As a reluctant windows user, I kind of carelessly clicked through Powerpoint to convert the presentation file to its html form, unwittingly leading to the mess. See if it got corrected now (I do not have firefox yet in my computer, so no way of knowing whether it works), and please let me know. Also, made some changes and reformatted the original...
2007 Jan 14
3
MOAB advisories
Hi Colin! I would like to know, that these following "vulnerabilities" does affect FreeBSD's reliability? If the answer is "yes", what version of FreeBSD affected, when will be fixed, etc. http://projects.info-pull.com/moab/MOAB-12-01-2007.html http://projects.info-pull.com/moab/MOAB-10-01-2007.html Thank you! -- kobi
2016 Oct 07
7
Debug info interacting with optimization and code generation
In theory, compiler should generate bit-identical code with and without debug info. I.e. # clang -c -O2 -g a.cc -o a.g.o # clang -c -O2 -g0 a.cc -o a.g0.o # strip a.g.o a.g0.o # diff a.g.o a.g0.o The diff should find two binaries identical. For brevity, in the rest of the mail, I'll refer to this requirement as "codegen consistency" (any better name?) Unfortunately, LLVM does not
2015 Dec 17
2
Setting up PXE server
Folks On a lark, I am trying to set up a PXE server so I can use network boots to load new computers {some of which are virtual) at home. It's more of an intellectual exercise than a work necessity. I've read several "how to" documents, and even the one on the RedHat site doesn't help. (For example, it refers to /etc/xinet.d instead of /etc/xinetd.d, and the careless
2006 Aug 14
4
[PATCH] HVM SMBIOS v3 [5/5]
[HVM] Pick up SMBIOS entry point in the ROMBIOS. Signed-off-by: Andrew D. Ball <aball@us.ibm.com> diff -r 1d817bfc5ed9 tools/firmware/rombios/rombios.c --- a/tools/firmware/rombios/rombios.c Fri Aug 11 14:22:54 2006 +0100 +++ b/tools/firmware/rombios/rombios.c Fri Aug 11 14:55:22 2006 -0400 @@ -9443,6 +9443,43 @@ rom_scan_increment: mov ds, ax ret +#ifdef HVMASSIST + +; Copy the
2005 Sep 13
3
where is eda library (Prof. Ripley's Exploratory Data Analysis Library)
...----- Original Message ----- From: Luis Ridao Cruz <Luisr at frs.fo> Date: Tuesday, September 13, 2005 1:32 pm Subject: Re: [R] How to erase objects > ?rm > > > >>> <v.schlecht at arcor.de> 13/09/2005 12:08:55 >>> > > Hi, I admit that I rather carelessly built lots of large objects > and therefore ran out of memory. Most objects, which I have at the > moment are now unnecessary, but it would take a lot of time to > recreate the last few ones from scratch. So I would like to erase > (get rid of) selected objects in order to be able t...
2015 May 20
2
[LLVMdev] Implement a Register Allocator in LLVM
I'm working on my project for completion undergraduate courses, consisting of an experimental analysis of registers allocation algorithms. For this task, I am using the set of tools from the LLVM project. However, I have read the documentation of the LLVM project and not yet found a way to put the pieces of the puzzle together. So far I know: - As passes work as engage them to LLVM and
2013 May 31
2
Help me understand these log messages
OK, I need a bit of help here. I'm configuring a new Asterisk 11 system and I accidentally let my firewall rules drop for a day or so. When I logged in today, I found messages like the ones below on my asterisk console. Obviously somebody was trying to take advantage of my carelessness. So can someone explain what would cause these types of messages to show up on my console? I understand
2019 Sep 12
2
why windows 10 can't access centos samba
On Thu, 12 Sep 2019, John Hodrien wrote: > On Thu, 12 Sep 2019, qw wrote: > >> Hi, >> >> I can access centos's samba via windows 7, but fail via windows 10. Why? > > I'm pretty sure this is because the default Samba config doesn't enable SMB2. > > Make sure this is set in your smb.conf and I think you should be good: > > [global] > max
2004 Nov 22
2
dtmf tones during conversation
I have a * box running our house and on one extension we are getting spurious DMTF tones during conversations. It only happens on one of the 3 FXS ports and it's the one w/ a cordless phone on it. At first I thought someone was being careless and just hitting a button on the other end of the line, but it's happening too much for that... Has anyone run into this before? -- -M There
2007 Jun 24
1
usbmon fails silently to start with invalid RUN_AS_USER values
Hi. I have an improvement suggestion. Say that a careless user starts editing upsmon.conf before having read the complete documentation (not that I know of any such users of course) and starts by adding "RUN_AS_USER = nutmon" and then creates this user. Later he discovers that the rpm package already has created a "nut" user and therefore deletes the nutmon user but forgets to
2012 Aug 29
1
delete storage pool error
hi,all I create pool with lvm,but i carelessly add a blank space in the pool name like ' lvm_pool' , now I want to delete this pool,but encounter a error: error: Failed to delete pool lvm_pool error: internal error Child process (/sbin/vgremove -f lvm_pool) status unexpected: exit status 5 how to solve this problem? thanks ------...
2012 Aug 28
1
Don't dput() data frames?
/src/main/attrib.c contains this comment in row_names_gets(): /* This should not happen, but if a careless user dput()s a data frame and sources the result, it will */ which svn blame says Prof Ripley placed there in r39830 with the commit message "correct the work of dput() on the row names of a data frame with compact representation." Is there a problem / better way to
2013 Mar 25
1
downgrading to R 2.15.1-4 from sid beta 3.0.0
Hi, I'm using sid, and this morning I carelessly upgraded R core packages, which are currently at the beta 3.0.0 version. I hadn't read that packages need to be re-built to be used with this beta version. I'd happily do that locally (via 'install.packages') for those that haven't yet been re-built in Debian, but some just do...
2005 Jan 07
2
Windows package development: bad html links to functions in non-standard packages
...d (such as to odbcConnect above). The link points to a non-existent file in the main library (file:///c:/r/library/RODBC/html/odbcConnect.html) rather than to the existing file in R_LIBS (z:/r/library/RODBC/html/odbcConnect.html). I would be very grateful if someone could point out what I have carelessly overlooked in endeavouring to link to HTML files in both the main and in non-standard packages libraries. Thank you very much for your advice. Regards, Andrew C. Ward, Senior Analyst (Quantitative), Tel: +61 7 3864 0439 Queensland Studies Authority, Fax: +61 7 3229 3318 295 Ann...
2001 May 29
2
Re: Are AMDs preferable? [was: Choosing a proces
...u one last question? If I wish to _ensure_ that I can _always_ do real-time encoding, what is the cheapest AMD chip I should buy? I really don't need "better than real-time" encoding, but I do wish to be sure that the CD is ripped when I am finished listening to it, so that I can carelessly eject it without checking if the encoder has already finished its job in the background... Any advice? Thanks! Bye, Joane Lispton _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. --- >8 ----...
2016 Mar 05
2
Using 'ForceCommand' Option
Nico Kadel-Garcia <nkadel at gmail.com> writes: > Dag-Erling Sm?rgrav <des at des.no> writes: > > It is relatively trivial to write a PAM module to do that. > Which will have the relevant configuration overwritten and disabled > the next time you run "authconfig" on Red Hat based sysems. I'm not > sure if this occurs with other systems, but tuning PAM is