search for: home1

Displaying 20 results from an estimated 108 matches for "home1".

Did you mean: home
2009 Jan 28
2
ZFS+NFS+refquota: full filesystems still return EDQUOT for unlink()
...his is a big problem. We don''t want to allow (or force) users to log in to the NFS server to delete files. Why is the behavior different over NFSv3/4 (I tried both, same problem both times) versus locally? In case it matters, here are the properties of the filesystem above: # zfs get all home1/willm1 NAME PROPERTY VALUE SOURCE home1/willm1 type filesystem - home1/willm1 creation Mon Jun 2 14:37 2008 - home1/willm1 used 3.47G - home1/willm1 available 136M - home1/w...
2009 Oct 17
3
zvol used apparently greater than volsize for sparse volume
What does it mean for the reported value of a zvol volsize to be less than the product of used and compressratio? For example, # zfs get -p all home1/home1mm01 NAME PROPERTY VALUE SOURCE home1/home1mm01 type volume - home1/home1mm01 creation 1254440045 - home1/home1mm01 used 14902492672 - home1/home1mm01 available 16240062464...
2001 Sep 14
3
R Installation problem: 'make check' errors
...on an Intel machine running Linux (RedHat 6.2) and I am getting errors (Error 139, Error 2, and Error 1) on 'make check'. Perhaps I've forgotten something basic? --------------------------------------------------------------------- Here's what I've done: /configure --prefix=/home1/froth/R --enable-R-shlib --with-tcltk --with-x make make clean ---------------------------------------------------------------------- The output from 'make clean' is as follows: [froth at lama R-1.3.1]$ make check make[1]: Entering directory `/home1/froth/R/src/R-1.3.1/tests' make[2]: E...
2012 Jun 07
2
[LLVMdev] VMKIT: Assertion at build
Hi Nicolas, I thought MMTk is written in java and it is compiled by javac. retried a clean build with JIT enabled llvm configuration ../../llvm/configure --enable-doxygen --enable-optimized --enable-jit vmkit configuration ../../llvm/vmkit/configure --with-llvmsrc=/home1/public/zakkak/llvm/ --with-llvmobj=/home1/public/zakkak/java/llvm/ --with-gnu-classpath-glibj=/home1/public/zakkak/java/classpath-0.97.2/lib/glibj.zip--with-gnu-classpath-libs=/home1/public/zakkak/java/classpath-0.97.2/lib/ and the problem persists Foivos On 07/06/12 16:54, Nicolas Geoffray wr...
2005 Aug 27
1
Samba works!: Samba, Kerberos, Win2K Active Directory authentication
...tar xvf openldap-2.2.26.tar it creates the directory openldap-2.2.26 tar xvf samba-3.0.14a.tar.gz it creates the directory samba-3.0.14a 2. Compile and install programs. Here is made the explicit instruction that the programs be installed in /home1/. Follow this order: 2.1. Kerberos Locate in kerberos/krb5-1.4.1/src Execute ./configure --prefix=/home1/kerberos5 \ CC=/usr/local/bin/gcc make make install 2.2. OpenLDAP Locate in openldap-2.2.26 Execute ./configure --prefix=/home/openldap ?-without-bdb \ ?-disab...
2012 Jun 07
2
[LLVMdev] VMKIT: Assertion at build
Still the same. Is there any chance that the placement of my directories are causing this? Also the exact command that fails is /home1/public/zakkak/java/vmkit/Release+Asserts/bin/vmjc -std-compile-opts -load=/home1/public/zakkak/java/vmkit/Release+Asserts/lib/MMTKRuntime.so -load=/home1/public/zakkak/java/vmkit/Release+Asserts/lib/MMTKMagic.so -LowerMagic /home1/public/zakkak/java/vmkit/mmtk/java/mmtk-vmkit.jar -disable-exce...
2012 Jun 07
0
[LLVMdev] VMKIT: Assertion at build
...MMTk (through the JIT) and generates the binary code through llvm. > retried a clean build with JIT enabled > > llvm configuration > ../../llvm/configure --enable-doxygen --enable-optimized --enable-jit > > > vmkit configuration > ../../llvm/vmkit/configure --with-llvmsrc=/home1/public/zakkak/llvm/ > --with-llvmobj=/home1/public/zakkak/java/llvm/ > --with-gnu-classpath-glibj=/home1/public/zakkak/java/classpath-0.97.2/lib/glibj.zip--with-gnu-classpath-libs=/home1/public/zakkak/java/classpath-0.97.2/lib/ > > and the problem persists > Could you do make ENABLE...
2012 Jun 07
2
[LLVMdev] VMKIT: Assertion at build
Hi, My machine is running Ubuntu server 64-bit And the revision from the trunk is 158095 for llvm, clang and vmkit llvm configuration ../../llvm/configure --enable-doxygen --enable-optimized --disable-jit vmkit configuration ../../llvm/vmkit/configure --with-llvmsrc=/home1/public/zakkak/llvm/ --with-llvmobj=/home1/public/zakkak/java/llvm/ --with-gnu-classpath-glibj=/home1/public/zakkak/java/classpath-0.97.2/lib/glibj.zip --with-gnu-classpath-libs=/home1/public/zakkak/java/classpath-0.97.2/lib/ Thank you Foivos On 06/06/12 22:35, Nicolas Geoffray wrote: > Hi F...
2012 Jun 07
0
[LLVMdev] VMKIT: Assertion at build
...being generated? What does it contain? Nicolas On Thu, Jun 7, 2012 at 5:47 PM, Foivos S. Zakkak <foivos at zakkak.net> wrote: > Still the same. > > Is there any chance that the placement of my directories are causing this? > > Also the exact command that fails is > > /home1/public/zakkak/java/**vmkit/Release+Asserts/bin/vmjc > -std-compile-opts -load=/home1/public/zakkak/**java/vmkit/Release+Asserts/ > **lib/MMTKRuntime.so -load=/home1/public/zakkak/** > java/vmkit/Release+Asserts/**lib/MMTKMagic.so -LowerMagic > /home1/public/zakkak/java/**vmkit/mmtk/java...
2012 Jun 07
0
[LLVMdev] VMKIT: Assertion at build
...is 158095 for llvm, clang and vmkit > > llvm configuration > ../../llvm/configure --enable-doxygen --enable-optimized --disable-jit > Why do you disable the JIT? VMKit needs it to compile MMTk. Cheers, Nicolas > vmkit configuration > ../../llvm/vmkit/configure --with-llvmsrc=/home1/public/zakkak/llvm/ > --with-llvmobj=/home1/public/zakkak/java/llvm/ > --with-gnu-classpath-glibj=/home1/public/zakkak/java/classpath-0.97.2/lib/glibj.zip > --with-gnu-classpath-libs=/home1/public/zakkak/java/classpath-0.97.2/lib/ > > Thank you > Foivos > > > On 06/06/12...
2012 Jun 07
4
[LLVMdev] VMKIT: Assertion at build
...at 5:47 PM, Foivos S. Zakkak <foivos at zakkak.net > <mailto:foivos at zakkak.net>> wrote: > > Still the same. > > Is there any chance that the placement of my directories are causing > this? > > Also the exact command that fails is > > /home1/public/zakkak/java/__vmkit/Release+Asserts/bin/vmjc > -std-compile-opts > -load=/home1/public/zakkak/__java/vmkit/Release+Asserts/__lib/MMTKRuntime.so > -load=/home1/public/zakkak/__java/vmkit/Release+Asserts/__lib/MMTKMagic.so > -LowerMagic > /home1/public/zakkak...
2012 Jun 06
0
[LLVMdev] VMKIT: Assertion at build
...your configuration? Cheers, Nicolas On Tue, Jun 5, 2012 at 3:08 PM, Fivos <fivosz at gmail.com> wrote: > Hello, > > after completing the build i get > > ... > BUILD SUCCESSFUL > Total time: 5 seconds > llvm[2]: Building Release+Asserts mmtk-vmkit.jar all > vmjc: /home1/public/zakkak/llvm/lib/VMCore/Type.cpp:747: static > llvm::PointerType *llvm::PointerType::get(llvm::Type *, unsigned int): > Assertion `EltTy && "Can't get a pointer to <null> type!"' failed. > 0 vmjc 0x0000000000d24e1f > 1 vmjc 0...
2012 Jun 10
0
[LLVMdev] VMKIT: Assertion at build
...at zakkak.net >> <mailto:foivos at zakkak.net>> wrote: >> >> Still the same. >> >> Is there any chance that the placement of my directories are causing >> this? >> >> Also the exact command that fails is >> >> /home1/public/zakkak/java/__vmkit/Release+Asserts/bin/vmjc >> -std-compile-opts >> >> -load=/home1/public/zakkak/__java/vmkit/Release+Asserts/__lib/MMTKRuntime.so >> >> -load=/home1/public/zakkak/__java/vmkit/Release+Asserts/__lib/MMTKMagic.so >> -Lowe...
2012 Jun 05
3
[LLVMdev] VMKIT: Assertion at build
Hello, after completing the build i get ... BUILD SUCCESSFUL Total time: 5 seconds llvm[2]: Building Release+Asserts mmtk-vmkit.jar all vmjc: /home1/public/zakkak/llvm/lib/VMCore/Type.cpp:747: static llvm::PointerType *llvm::PointerType::get(llvm::Type *, unsigned int): Assertion `EltTy && "Can't get a pointer to <null> type!"' failed. 0 vmjc 0x0000000000d24e1f 1 vmjc 0x0000000000d25334...
2002 May 22
1
unexplained error (code 255)
...version 26, running on Solaris 8. Write failed flushing stdout buffer. write stdout: Broken pipe rsync error: unexplained error (code 255) at main.c(925) _exit_cleanup(code=255, file=main.c, line=925): about to call exit(255) Full -vvv output mach9$/opt/rsync/bin/rsync -e ssh -vvv admin@mach3:/home1/admin/rsyncdir/* 052002/mach3 opening connection using ssh mach3 -l admin rsync --server --sender -vvv . "/home1/admin/rsyncdir/*" server_sender starting pid=23230 make_file(1,datefile) expand file_list to 4000 bytes, did move recv_file_name(datefile) make_file(1,unamefile) recv_file_nam...
2009 Aug 04
7
Sol10u7: can''t "zpool remove" missing hot spare
...(shared) hot spare. We reconfigured disks a while ago and now the controller is c4 instead of c2. The hot spare was originally on c2, and apparently on rebooting it didn''t get found. So, I looked up what the new name for the hot spare was, then added it to the pool with "zpool add home1 spare c4t19d0". I then tried to remove the original name for the hot spare: root at box:~# zpool remove home1 c2t0d8 root at box:~# zpool status home1 pool: home1 state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM home1 ONLINE...
2012 Jun 11
2
[LLVMdev] VMKIT: Assertion at build
...to:foivos at zakkak.net>> wrote: >>> >>> Still the same. >>> >>> Is there any chance that the placement of my directories are causing >>> this? >>> >>> Also the exact command that fails is >>> >>> /home1/public/zakkak/java/__**vmkit/Release+Asserts/bin/vmjc >>> -std-compile-opts >>> -load=/home1/public/zakkak/__**java/vmkit/Release+Asserts/__** >>> lib/MMTKRuntime.so >>> -load=/home1/public/zakkak/__**java/vmkit/Release+Asserts/__** >>> lib/MMTK...
2009 Jun 03
1
all connections closed if user gives wrong pwd (#long posting inside)
...s on a single client with diffrent usernames. if any user on the client gives a wrong password all existing cifs mounts are closed by the server. Since this problem occured in a productive environment i set up a testing env and tried to keep it as easy as can be: Servername: serverA Servicename1: home1 Servicename2: home2 Clientname: clientA Username1: tom Username2: max Linux Distribution (Server+Client): Red Hat Enterprise Linux Server release 5.3 (Tikanga) Kernel (Server+Client): 2.6.18-128.1.10.el5 (also tested on: 2.6.26-2 and 2.6.18-92.1.18.el5) Samba version: 3.0.33-3.7.el5 (also tested...
2008 Nov 20
1
My ignorance and Fuse (or glusterfs)
...) Both the user FAQ and technical FAQ don't seem to mention anything even remotely related to this so I am starting to think that this has to be incredibly simple and I am missing the obvious.. (kind of like yesterday.. ) ===================== client ws1 vol ======================== volume home1 type storage/posix option directory /var/glusterfs/export end-volume volume home2 type protocol/client option transport-type tcp/client option remote-host ws2 option remote-subvolume home2 end-volume volume afr type cluster/afr option read-subvolume home1 subvolumes home1 home2...
2004 Jul 03
1
netlogon loop (migrating from 2.2.7 to 3.0.x)
...lem. My users can log in, can mount the shares but only if I remove the netlogon script. I can browse the available shares from windows and linux. I am using the same netlogon script which is similar to the one found in the documentation. My smb.conf [netlogon] comment = netlogon path = /home1/netlogon guest ok = yes writable = no share modes = no browseable = no [devel] comment = Development path = /home1/devel valid users = @devel write list = @devel @admin public = no writable = yes printable = no create mask...