Displaying 20 results from an estimated 500 matches similar to: "(no subject)"
2001 Aug 13
0
(no subject)
>From nfs-admin@lists.sourceforge.net Wed Jan 31 09:21:55 2001
>Return-Path: <nfs-admin@lists.sourceforge.net>
Received: from usw-sf-list1.sourceforge.net (usw-outbound.sourceforge.net [216.136.171.194])
by gateway.camelot.jp (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id JAA03106
for <jareth@camelot.co.jp>; Wed, 31 Jan 2001 09:21:53 +0900
X-Authentication-Warning:
2019 Feb 25
0
Problem with mdadm, raid1 and automatically adds any disk to raid
> Hi.
>
> CENTOS 7.6.1810, fresh install - use this as a base to create/upgrade
> new/old machines.
>
> I was trying to setup two disks as a RAID1 array, using these lines
>
> mdadm --create --verbose /dev/md0 --level=0 --raid-devices=2 /dev/sdb1
> /dev/sdc1
> mdadm --create --verbose /dev/md1 --level=0 --raid-devices=2 /dev/sdb2
> /dev/sdc2
> mdadm
2019 Feb 25
7
Problem with mdadm, raid1 and automatically adds any disk to raid
Hi.
CENTOS 7.6.1810, fresh install - use this as a base to create/upgrade new/old machines.
I was trying to setup two disks as a RAID1 array, using these lines
mdadm --create --verbose /dev/md0 --level=0 --raid-devices=2 /dev/sdb1 /dev/sdc1
mdadm --create --verbose /dev/md1 --level=0 --raid-devices=2 /dev/sdb2 /dev/sdc2
mdadm --create --verbose /dev/md2 --level=0 --raid-devices=2
2008 Mar 14
0
Help needed in Building lustre using pre-packaged releases
Hi,
Can anyone guide me in building the lustre using pre-packaged lustre release.I''m using Ubuntu 7.10 I want to build lustre using RHEL2.6 rpms available on my system.I''m referring how_to in wiki. but in that no detailed step by step procedure is given for building lustre using pre-packed release.
I''m in need of this.
Thanks and Regards,
Ashok Bharat
-----Original
2011 Sep 05
1
Error on creating snapshots (btrfs: could not do orphan cleanup -116)
This happens on a freshly created btrfs filesystem in a raid10 (4x1TB)
configuration with three
subvolumes and 1.5 TB data.
When I try to snapshot one of the subvolumes (with 100 GB of data), it
says that the snapshot
creation failed and I get the following error message:
btrfs: could not do orphan cleanup -116
After the failure:
- The snapshot exists in `btrfs subvolume list''
- The
1998 Jul 02
1
redirector timeout (actually sun y2k)
Gregory Hosler <greg@camelot.eno.ericsson.se> wrote:
> Everything was running smoothly, and then I applied the solaris "y2k" patches.
> Now, most accesses to samba will hang for a minute or 2, before completing. In
> the event log I see messages like:
>
> The redirector has times out a request to <server name>
>
> This did not used to happen.
2003 Sep 28
0
Re: LARTC digest, Vol 1 #1385 - 4 msgs
Здравствуйте lartc-request,
Sunday, September 28, 2003, 8:45:03 AM, you wrote:
lrmdn> Send LARTC mailing list submissions to
lrmdn> lartc@mailman.ds9a.nl
lrmdn> To subscribe or unsubscribe via the World Wide Web, visit
lrmdn> http://mailman.ds9a.nl/mailman/listinfo/lartc
lrmdn> or, via email, send a message with subject or body ''help'' to
2005 Sep 20
2
upssched-cmd wrong call
Hi,
i am running nut-2.0.0-5 on Fedora core 3.
I have the following Problem:
In my upssched.conf i have set the Following Parameter:
CMDSCRIPT /usr/local/guzman/sbin/upssched-cmd
...
AT COMMBAD * START-TIMER upsgone 10
AT COMMOK * CANCEL-TIMER upsgone
...
Now if I pull the serial Plug, in my log i see the following error:
Event: upsgone
Execute command failure:
2019 Apr 16
4
Time Synchronisation - SELinux Labeling and Policy
hi, i want set selinux to usw with ntpd
but when i run (as described in wiki)
semanage -a -t ntpd_t "/usr/local/samba/var/lib/ntp_signd"
i have that error
"
usage: semanage [-h]
{import,export,login,user,port,ibpkey,ibendport,interface,module,node,fcontext,boolean,permissive,dontaudit}
...
semanage: error: argument subcommand: invalid choice:
2009 May 06
6
by-group processing
Given a dataframe like
> data
ID Type N
1 45900 A 1
2 45900 B 2
3 45900 C 3
4 45900 D 4
5 45900 E 5
6 45900 F 6
7 45900 I 7
8 49270 A 1
9 49270 B 2
10 49270 E 3
18 46550 A 1
19 46550 B 2
20 46550 C 3
21 46550 D 4
22 46550 E 5
23 46550 F 6
24 46550 I 7
>
containing an identifier (ID), a
2011 Feb 21
3
[LLVMdev] attaching metadata to llvm::Argument
Hey everyone,
I'm trying to retrieve information about signed-/unsignedness of an
llvm::Argument so I can print out it's value to the user properly. llvm itself
doesn't distinguish signed and unsigned and so llvm::Type is of no help here.
Checking for nsw/usw is only an unreliable approximation and only available
for llvm::Instructions anyways.
I tried to use debugging
2011 Feb 22
0
[LLVMdev] attaching metadata to llvm::Argument
I too would have an immediate application if metadata could be attached
to arguments. I'm currently working around it by using named metadata
in the module (matched by index to the arguments).
Andrew
On 02/21/2011 11:18 AM, Florian Merz wrote:
> Hey everyone,
>
> I'm trying to retrieve information about signed-/unsignedness of an
> llvm::Argument so I can print out
2010 Jan 07
1
"diag", "diag<-" and "[" , "[<-"
Dear all
I have the following problem.
M <- matrix(0,3,3) # dimension of M is dinamic and this can lead to the
next subscript
diag(M[1,1]) <- rep(100,1)
#Error in `diag<-`(`*tmp*`, value = 100) :
# only matrix diagonals can be replaced
diag(M[1,1,drop=F]) <- rep(100,1)
#Error in diag(M[1, 1, drop = F]) <- rep(100, 1) :
# incorrect number of subscripts
diag(M[2:3,1:2]) <-
2002 Feb 14
1
[BUG] [PATCH]: handling bad inodes in 2.4.x kernels
hi folks,
i already posted this to the kernel mailing list a few days ago but nobody
there seems to be interested in what i found out.
since i believe this is a serious bug, i'm posting my perception again...
the bug is about the handling of bad inodes in at least the 2.4.16, .17,
.18-pre9 and .9 kernel releases (i suspect all 2.4 kernels are affected)
and causes the names_cache to get
2013 Jan 18
1
pam_smbpass.so on AIX
Yet another odd one...
I've got it set up now so that swat uses pam_smbpass.so, and once a user logs into swat at least once, it'll update their password in the passdb backend configured for Samba. But, I also need to ensure that when a user changes their password via passwd, it also gets updated. I added the following in /etc/security/login.cfg:
usw:
auth_type = PAM_AUTH
and
2001 Apr 14
2
Extreme samba newbie needs help
Hi,
I am having some troubles setting samba up nicely on my Slackware 7.1
machine. It is currently just a web/ftp server mainly for my personal use
at home. I downloaded the tarball samba-2.0.7 and did everything to install
it "properly." I edited services to include:
netbios-ns 137/tcp # NETBIOS Name Service
netbios-ns 137/udp
netbios-dgm
1998 Jun 22
0
redirector timeout ?
I am running samba 1.9.18p3 on Solaris 2.5.1
The clients are NT 4.0 sp3
Everything was running smoothly, and then I applied the solaris "y2k" patches.
Now, most accesses to samba will hang for a minute or 2, before completing. In
the event log I see messages like:
The redirector has times out a request to <server name>
This did not used to happen. This is very puzzling,
2009 Jun 06
0
Text corruption in DAoC Labyrinth - no error?
I'm having a hard time figuring out if this is reported somewhere else. In the current version of Wine, Dark Age of Camelot - Labyrinth client, a scroll with a different color of tect seems to frequently trigger the chat windows corrupting graphically to the point of becoming unusable. The inventory screen, and the system messages that splash in midscreen are also vulnerable to corruption. In
2002 Aug 14
0
Newbie - RedHat 7.2, Samba 2.2.5 problem - I'm begging here
Hello Samba Guru's,
I have been fighting with Samba on my RedHat 7.2 machine on my home LAN for
about two weeks now. Had no problems getting it working on a machine at work
running Debian powerpc 'woody' and Samba 2.2.1a but for the life of me I
can't get it working at home. It appears to be a netbios problem. The box
shows up in network neighborhood and when I do a net
2002 Feb 10
0
"The Ogg Vorbis Musical Abyss"
Just found this one:
http://camelot.kingarthur.com/phoco/ogg_vorbis/info.html
It seems to have music dedicated to vorbis (by the names, don't have
player here) and a link to an interview with Monty ("more information
on the Ogg Vorbis format") and the artists seem very excited about it.
The browser says the pages are quite old (Jul./Sep. 2001) but I don't
remember it being