Displaying 12 results from an estimated 12 matches for "overwriten".
Did you mean:
overwritten
2001 May 03
0
addition to Index vectors get overwriten ?!
sorry I forgot:
platform alphaev67-dec-osf4.0f
arch alphaev67
os osf4.0f
system alphaev67, osf4.0f
status
major 1
minor 2.1
year 2001
month 01
day 15
language R
--
-------------------------------------------------------
Dr. Thomas Bruns <thomas.bruns at ptb.de>
Physikalisch-Technische Bundesanstalt
2001 May 03
3
Index vectors get overwriten ?!
...----------")
print("M_ind")
str(M_ind)
print("Q1_ind")
str(Q1_ind)
print("Q2_ind")
str(Q2_ind)
print("MS_ind")
str(MS_ind)
#-----------------------------------------------------
Although the Index vectors *_ind have different names they get
subsequently overwriten, as you see in the diagnostic output:
[1] "M_ind"
int [1:12023] 6952 6953 6954 6957 6958 6959 6962 6963 6964 6965 ...
[1] "Q1_ind"
int [1:331] 1 2 3 4 5 6 7 8 9 10 ...
[1] "Q2_ind"
int [1:331] 6952 6957 6962 6963 6964 6965 6966 6967 6968 6969 ...
[1] "MS_ind&q...
2007 Jun 06
5
Feature request: External deletion command
Hi everyone,
it would be nice if rsync could call an external command to delete files. Than one could call a secure deletion tool like "wipe", which overwrites files a few times before deleting them.
Right now Im wiping personal data which I dont need anymore, but it doesnt help much since they can easily be recovered from my backup made with rsync.
Bye,
Mario
--
Der GMX
2000 Jun 26
1
"Root" passwd overwritten by user's passwd
I've Samba 2.0.6 running as a NT-Server, but there is a problem:
When user change password at their workstation, the "root" password get
overwriten by the new user password as well. Appreciate your assistance.
Thank you.
Below is same setting at the Samba server FYI:
================================
workgroup = BGCM
encrypt passwords = Yes
update encrypted = Yes
passwd program = /usr/bin/passwd
passwd chat = *New*UNIX*password* %n\n *Re...
2016 Mar 29
2
CentOS6: Building a modified kernel rpm
...4/.config
created file with:
rpmbuild -bb --without xen --without debug --without debuginfo --target=x86_64
./SPECS/kernel.spec
says "# CONFIG_NUMA_EMU is not set"
So I change this file with an editor and rebuild the rpm package of the kernel
with the same command. The .config file is overwriten.
Today I've founded the "Howto Rebuild Centos 6.0 Linux Kernel" page of Vaidas
Jablonskis
(https://jablonskis.org/2011/howto-rebuild-centos-6-0-linux-kernel/index.html)
rpm -i
http://vault.centos.org/6.7/updates/Source/SPackages/kernel-2.6.32-573.22.1.el6.src.rpm
edit ~/rpmbuild...
2016 Mar 29
0
CentOS6: Building a modified kernel rpm
...h:
> rpmbuild -bb --without xen --without debug --without debuginfo
> --target=x86_64 ./SPECS/kernel.spec
> says "# CONFIG_NUMA_EMU is not set"
>
> So I change this file with an editor and rebuild the rpm package of the
> kernel with the same command. The .config file is overwriten.
>
As you found out, editing the existing config-x86-generic file would not
work because the final config file is created on the fly. This is why the
wiki instructions tell you to create your customized config file and show
you how to get that config file to be used during the build process.
I...
2009 Mar 04
5
[PATCH 0/2] ocfs2: two bug fixes about xattr and inline-data
Mark and Joel,
I found two serious bugs about xattr and inline-data.
the first bug:
in ocfs2_mknod(), we check and found the ACL or security xattr entry
could be set into inode in ocfs2_calc_xattr_init(), then don't reserve
block for them. But in ocfs2_mknod_locked(), if we found ocfs2 support
inline-data, then set id_count with the max_inline_data. After that, we
set acl/security xattr
2007 May 20
0
Branch 'as' - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_player.c
..._TYPE_AS_CONTEXT, NULL);
}
+/**
+ * swfdec_as_context_get_time:
+ * @context: a #SwfdecAsContext
+ * @tv: a #GTimeVal to be set to the context's time
+ *
+ * This function queries the time to be used inside this context. By default,
+ * this is the same as g_get_current_time(), but it may be overwriten to allow
+ * things such as slower or faster playback.
+ **/
+void
+swfdec_as_context_get_time (SwfdecAsContext *context, GTimeVal *tv)
+{
+ SwfdecAsContextClass *klass;
+
+ g_return_if_fail (SWFDEC_IS_AS_CONTEXT (context));
+ g_return_if_fail (tv != NULL);
+
+ klass = SWFDEC_AS_CONTEXT_GET_CLA...
2016 Mar 30
1
CentOS6: Building a modified kernel rpm
...--without xen --without debug --without debuginfo
>> --target=x86_64 ./SPECS/kernel.spec
>> says "# CONFIG_NUMA_EMU is not set"
>>
>> So I change this file with an editor and rebuild the rpm package of the
>> kernel with the same command. The .config file is overwriten.
>>
> As you found out, editing the existing config-x86-generic file would not
> work because the final config file is created on the fly. This is why the
> wiki instructions tell you to create your customized config file and show
> you how to get that config file to be used durin...
2016 Mar 25
2
CentOS6: Building a modified kernel rpm
I'm very confused on the right step to use to setup a modified kernel in centOS6.
As a simple user, I've downloaded the latests sources (I'm runing an old kernel
version) :
rpm -i
http://vault.centos.org/6.7/updates/Source/SPackages/kernel-2.6.32-573.22.1.el6.src.rpm
in the spec file ~/rpmbuild/SPECS/kernel.spec I've set:
%define buildid .numa
Now I want to set
2001 Dec 13
3
Delays opening Excel/Word files off samba shares.
At my work, I've been pushing linux as a server solution for quite some
time. They've decided to give it a go, and the main company file server is
now a piii 933 with 512Mb RAM, a promise 6 channel RAID5 controller (IDE),
and 6 x 80Gb drives.
It's running RedHat 7.1 (with the usual kernel updates to 2.4.10), with
samba 2.2.1a and the latest Reiser FS...
Now at the moment, we
2000 Jun 25
2
Login script
Is there a file I can place in the netlogin directory (or anywhere else
for that matter) that will represnet a logon script? I want to have my
workstations auto-mount particular shares on the samba server, without the
user having to make the mount. This way when I add new users, the shares
are automatically present.
If there is a script I can place somwehre, please tell me what it's name
is