Displaying 20 results from an estimated 21 matches for "harmfull".
Did you mean:
harmful
2005 Feb 21
1
LD_LIBRARY_PATH is harmfull
...pent
quite a while editing lib/R/bin/R and wondering an abscence of
any effect :-)
After all the troubles I manage to load an extension, but, frankly, I
think there were too many problems. It would be very nice if R-project
reject the idea of using LD_LIBRARY_PATH because its setting is
considered harmfull and leads to too many problems:
http://www.linuxmafia.com/faq/Admin/ld-lib-path.html
--
Regards,
ASK
2005 Feb 21
1
LD_LIBRARY_PATH is harmfull
...pent
quite a while editing lib/R/bin/R and wondering an abscence of
any effect :-)
After all the troubles I manage to load an extension, but, frankly, I
think there were too many problems. It would be very nice if R-project
reject the idea of using LD_LIBRARY_PATH because its setting is
considered harmfull and leads to too many problems:
http://www.linuxmafia.com/faq/Admin/ld-lib-path.html
--
Regards,
ASK
2003 Sep 17
0
FW: opiekey segfault ... isn't that harmfull? it's setuid root
Hi,
I dunno much about exploiting, but I was wondering about the setuid root
program 'opiepasswd' to use one-time-passwords.
When having a seed of (null) and a sequence of -1, I get a segfault.
Kernel/base:
FreeBSD lama.inet-solutions.be 4.8-RELEASE-p4 FreeBSD 4.8-RELEASE-p4 #0:
Sun Aug 31 21:00:38 CEST 2003
root@lama.inet-solutions.be:/usr/obj/usr/src/sys/LAMA i386
Make.conf:
2006 Dec 30
2
megatec over USB - using Andrey Lelikov's approach
.... What's wrong with them?
I think, he made a great job to simplify future support for this kind of
UPSes.
His patch is outdated now but if you don't mind I can try to merge it to
the
current code. Or maybe Andrey wants to do it himself?
If you consider this change of the megatec driver harmfull I'll write
separate
driver, basing on his code.
--
Alexander
2014 Jan 16
2
samba 4.1.4 bind9 putrr: unhandled record type 0
Hai,
?
In seeing these messages in my logs,?
named: samba b9_putrr: unhandled record type 0??
?
Everything looks and works ok, but i can find what the above message means and/or if its harmfull.
?
?
Greetz.
?
Louis
2008 Aug 01
1
importing explicitly declared missing values in read.spss (foreign)
...s there some way or other function to be able to import spss files, with an
option that replaces all missing values with <NA>'s in R? Of course this
comes with the trade-off of losing the meaning of the missingness when there
are multiple types of missingness, but I think this is far less harmfull
than treating all missing values as normal values.
[code]
> mydata <- read.spss("c:/users/jeroen/desktop/missingdata.sav",
> to.data.frame=T)
Warning messages:
1: In read.spss("c:/users/jeroen/desktop/missingdata.sav", to.data.frame =
T) :
c:/users/jeroen/desktop/mi...
2017 Apr 03
1
(Live) Migration safe vs. unsafe
...sidered to be unsafe it is rejected unless the --unsafe
option is prodivided.
As a part of those checks virsh considers the cache settings for the
underlying storage resources. In this context only cache="none" is
considered to be safe.
I wonder why cache="directsync" might be harmfull as it bypasses the
host page cache completely.
Regards,
Michael
2004 Sep 07
1
interpolation of lost frames
Hi,
When an audiopacket is received too late I could interpolate this frame. The problem is that I don't know if it is a true bufferloss or just the last audiopacket of a talkspurt. Now my question is if it's harmfull for the audioquality that at the end of the talkspurt one frame is interpolated? Or would this be almost inpossible to hear since the last audiopacket in the talkspurt already is about silent? This obviously depends on how speex interpolates a frame.
Greetings Jeroen de Kleijn
Developer of VoIPer...
2009 Feb 24
7
Add .html extension by default
Hi all,
i would like to add the .html extension by default to all my
resources. What is the best way to do that? The reason for this is
that i need to download the generated sites via wget and i need
the .html extension for the downloaded files. Also it would be nice if
the link_to would automatically generate the links with .html...
Thanks,
Gerold
2017 Dec 06
4
[RFC] - Deduplication of debug information in linkers (LLD).
...nfo going to the linker)
>type units are mostly /just/ overhead in the .dwo files: since the debug info is not linked, there's no opportunity to remove the
>duplication anyway (unless you're making a DWP - like a >dsym file)
Yeah. Looks -gsplit-dwarf? and -fdebug-types-section are harmfull together. Probably it worth to restrict using of them together or
emit a warning (both clang and gcc silently allows the combination and output has size penalty you describing).
But then does it make sence to emit multiple .debug_info sections with -gsplit-dwarf, so that objects will contain skele...
2006 Feb 27
8
Newbie question - Automatically update _form.rhtml?
Hi all, I''ve got an odd issue. I''m new to Ruby/Rails and have a bit of a
silly question. I''m following along with the nice little tutorial here,
to get an idea of the system:
http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=3
However, I''m running into an issue where the author adds a new field in
his database, refreshes the browser and shows
2007 Nov 30
3
How to delete mails in the mailq in ONE DAY -- POSTFIX
I am runnig posfix on Centos 4.4 as a Mailgateway. It only accepts mails for
domains and then forwards mails to Lotus domino Server.
All clients sends outgoing mails to that Lotus domino Server. Then , That
Lotus Domino Server sends mails to Postfix mailgateway. This postfix
mailgateway sends mails to all the destinations. But, This Postfix
mailgateway has about 150 messages in the mailq. Some
2017 Jan 23
2
Linking Linux kernel with LLD
Our tokenizer recognize
[A-Za-z0-9_.$/\\~=+[]*?\-:!<>]+
as a token. gold uses more complex rules to tokenize. I don't think we need
that much complex rules, but there seems to be room to improve our
tokenizer. In particular, I believe we can parse the Linux's linker script
by changing the tokenizer rules as follows.
2017 Dec 07
4
[RFC] - Deduplication of debug information in linkers (LLD).
...;>type units are mostly /just/ overhead in the .dwo files: since the debug info is not linked, there's no opportunity to remove the
>>>duplication anyway (unless you're making a DWP - like a >dsym file)
>>
>>Yeah. Looks -gsplit-dwarf​ and -fdebug-types-section are harmfull together. Probably it worth to restrict using of them together or
>>emit a warning (both clang and gcc silently allows the combination and output has size penalty you describing).
>
>Nah, only if you're not producing a DWP at the end ( https://gcc.gnu.org/wiki/DebugFissionDWP ).
Su...
1999 Jan 25
5
solaris 2.6 printing
I have ran across a problem
that I cant resolve and no one else seems to either. I recently built
solaris 2.6 on
an ULTRA 1 Sun Box. I retrieved compiled and installed samba 2.0 from
their web site
I compiled with gcc and everything works well except for the printing.
Samba does deliver a file in my /var/spool/smbprint dir but nothing happens
from there no matter what lp or other commands I
2007 Jun 09
1
How to avoid the network reinstall in pxelinux?
Hi, syslinux:
I am using pxelinux to install the Linux by network, it works fine.
My question is in order to boot the client machine from network, my boot
order(which set in BIOS) is: First, network; Second, Harddisk; Third, ......
But when the client machine finished the Linux installation, it will
boot from network again and reinstall the OS again.
So how can avoid this reinstall issue
2007 Jun 25
9
xen 3.1 - domU hangs just after "xm create"
What are methods to debug domU when it hangs? Using xen 3.1 compiled from sources I could not manage to launch no domU. Fot instance, I run something like this:
=====8<=====================
disk = [ ''file:/oradata-act/sles.disk,hda1,w'', '',hdc:cdrom,r'' ]
kernel = "/boot/vmlinuz-2.6.18-xen"
ramdisk = "/boot/initrd-2.6.18-xen"
cpus =
2004 Apr 01
15
ANNOUNCE: Flash Operator Panel
http://sip.house.com.ar/operator
Its a server/client combo that displays the status of your Asterisk PBX
in a web browser in real time.
You can also perform some actions. Hang-up channels and Transfers via
drag and drop.
The difference with other similar tools is that it displays status in
real time (no refreshing necessary), and its graphically appealing.
It's a work in progress... so
2004 Apr 12
1
Initial samba + ldap howto
...nager,dc=ahm,dc=nl"
ldap ssl = start_tls
ldap passwd sync = yes
ldap delete dn = Yes
idmap uid = 15000-20000
idmap gid = 15000-20000
winbind separator = +
Still not sure what idmap uid and gid now exactly do, but the
entries don't seem to be harmfull as up till now.The reference
guide and howto explain it(page 151), but I don't understand
that explanation or it's implication. It doesn't seem to influence
the UID_START GID_START parameters of the smbldap_tools or prevent
the correct working of the net command, so I suppose it's...
2017 Dec 04
5
[RFC] - Deduplication of debug information in linkers (LLD).
Hi all !
We have an issue with LLD, it is "relocation R_X86_64_32 out of range" (PR31109)
which occurs during resolving relocations in debug sections. It looks happens
because .debug_info section can be too large sometimes and 32x relocation is not enough
to represent the value. One of possible solutions looks to be to deduplicate information
to reduce .debug_info size.
The rest of