search for: unam

Displaying 20 results from an estimated 4628 matches for "unam".

Did you mean: uname
2003 Jul 24
2
'which' and installing Linux software on -STABLE
Has anyone else had frustrating problems with the use of 'which' in Linux mode ? I have some SUN software which I am trying to install. I am running Linux bash to run the install script - running 'uname' returns 'Linux' But the SUn code does 'which uname' to get the path to 'uname' before running it. the ;which' command is a bash builtin, and this returns the '/usr/bin/uname' command rather than '/bin/uname'. Thus it runs /usr/bin;uname, egts the a...
2002 Oct 24
1
rsync -e ssh does not work well
...I have made two kind of attempts, of which there is an example below. I think I only need these two kinds of rsync operations: 1.connection Linux to Linux and 2.connection from W2000 to Linux. More accurately, I try 1.From SuSe Linux Enterpise server to another one: rsync -trvuz -e ssh file.wrk uname@servername:uname-html works wierdly since file.wrk changes to a file named uname-html in the user's "uname" home. This would not happen without ssh. 2.With a windows 2000 laptop to the SuSe server: rsync -trvuz -e ssh file.wrk uname@servername:uname-html unexpected EOF in read_tim...
2015 May 15
3
[PATCH v2 0/2] customize: Allow --selinux-relabel flag to work on cross-architecture builds.
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1212807 Since v1: - Combine the virt-builder detection code into virt-customize. - Enables us to delete Architecture and Uname modules completely. Rich.
2006 Aug 08
11
Newb question- method not working
I know this shouldn''t be in the view but to test the code it is. Anyway if I do just session[user] I get back the user id (the id from the user table) which is good. However this code does not work. <% a = session[:user] %> <% uname = User.find(:first, :conditions => id = a) %> <%= @uname %> TIA Stuart
2011 Sep 01
4
hfsplus.ko
Hey on Centos 5 hfsplus.ko is part of the Kernel: kernel-2.6.18-238.12.1.el5.x86_64 : The Linux kernel (the core of the Linux operating system) Repo : installed Matched from: Filename : /lib/modules/2.6.18-238.12.1.el5/kernel/fs/hfsplus/hfsplus.ko doing a yum provides "*/hfsplus.ko" on CentOS 6 finds nothing. What happened to hfsplus.ko on Centos 6? Thanks, Jerry
2013 Apr 10
5
How to determine 64 vs 32 bit processor
...with other work and Holidays. Now back to some server work that is long overdue. I lost an old server yesterday so it is crunch time. I believe my new platform is suppose to be an x86_64. The order form says 64 bit. I booted Centos 6.3 i386 liveCD to check the system out before an install. uname -i reports i386 dmidecode -t processor reports Characteristics of 64 bit capable. The processor is an AMD duo-core Opteron. I thought that in a prior thread I found that booting with an i386 live CD and using uname would confirm the processor type. It seems not. I am going to go with the...
2009 Apr 27
3
%d does not expand to domain
Hello, dovecot-1.1.7 on FreeBSD 7.1. Usernames have dot in them (like uname.example for a user in example.com). in dovecot.conf I have: mail_location: maildir:/userhomes/maildirs/%d/%n/Maildir and for authentication: username_format: %Ln In the client, tried with CONE and Mail.app, I put the username as: uname.example at example.com So, the authentication w...
2010 Sep 07
5
Remus blktap2 issue
Hello, I have been playing around with Remus on Xen 4.0.1, attempting to fail-over for an HVM domU. I''ve run into some problems that I think could be related to tapdisk2 and its interaction with how one sets up Remus disk replication in the domU config file. A few things I''ve noticed: -The tap:remus:backupHostIP:port|aio:imagePath notation does not work for me, although this
2014 Mar 10
2
[PATCH] builder: complete architecture handling
...+++-- builder/downloader.ml | 8 +++--- builder/downloader.mli | 10 +++---- builder/index_parser.ml | 22 ++++++++++---- builder/list_entries.ml | 2 ++ builder/test-virt-builder-list.sh | 14 ++++----- builder/test-virt-builder.sh | 1 + builder/uname-c.c | 60 +++++++++++++++++++++++++++++++++++++++ builder/uname.ml | 27 ++++++++++++++++++ builder/uname.mli | 28 ++++++++++++++++++ builder/virt-builder.pod | 35 +++++++++++++++++++---- po/POTFILES | 1 + po/POTFI...
2008 Oct 16
1
attaching 2nd vol unsupported?
...win2008ss phy:/dev/zvol/dsk/pool1/win2008ss.dsk2 \ hdd:disk w 0 results in: elkner.sol ~ > + xm block-list win2008ss --long (0 (vbd (uuid 7cb8fadf-619d-dde6-bda9-dcc18023c7d5) (bootable 1) (devid 768) (driver paravirtualised) (dev hda:disk) (uname phy:/dev/zvol/dsk/pool1/win2008ss.dsk) (mode w) (backend 0) ) ) (1 (vbd (uuid fbbc4777-3d56-cc87-e7ea-b4cc2ec17ffc) (bootable 0) (devid 5632) (driver paravirtualised) (dev hdc:cdrom) (uname file:/pool1/isos/win2008_x86.iso)...
2008 Mar 21
1
[LLVMdev] Just got bitten by accidentally using the wrong gcc
...also depends on >> the target and in some cases the OS. >> http://llvm.org/docs/GettingStarted.html#brokengcc >> >> So for example, GCC 3.3.3 on Suse or GCC 3.4.0 on linux/x86 >> (32-bit) has issues. Is it easy to check these kinds of things? >> > > uname identifies arch. > > /etc/lsb-release identifies Linux distribution; I'm not sure how to > identify Apple and Cygwin. > > uname on Apple (at least in a Terminal) returns 'Darwin'. dom
2009 Jul 29
1
Q : install OCFS On SuSe Linux Enterprise Server 9
...I haven't found it. ?where the variable typeversion stands for the type and version of the kernel you are using. ? Does anybody know? how to found this kernel module RPM . Thanks for any help! ? SuSeLX:/etc # more /etc/SuSE-release SUSE LINUX Enterprise Server 9 (i586) VERSION = 9 SuSeLX:/etc # uname -a Linux SuSeLX 2.6.5-7.97-default #1 Fri Jul 2 14:21:59 UTC 2004 i686 i686 i386 GNU/Linux SuSeLX:/etc # uname -r????????????? --print the kernel release 2.6.5-7.97-default SuSeLX:/etc # uname -v????????????? --print the kernel version #1 Fri Jul 2 14:21:59 UTC 2004 SuSeLX:/etc # uname -m????????...
2018 May 15
2
centos-qemu-ev repository not work for x86_64 arch on CentOS 7.5
...9;t debug this issue more deeply, sorry. >> >> I have freshly installed CentOS 7.5 on a Dell server, and >> /etc/yum/vars/contentdir >> contains 'altarch' too. CentOS 7.4->7.5 upgraded servers have 'centos'. >> > > I see in %post: > /usr/bin/uname -m | grep -q 'x86_64' && echo 'centos' > >/etc/yum/vars/contentdir || echo 'altarch' > /etc/yum/vars/contentdir > > can you please check > > /usr/bin/uname -m > > on your system? > Also, can you share your anaconda logs? Maybe some pac...
2006 Sep 28
6
[Patch] Fix blktap to work with a bootloader
If a Xen guest has a bootloader configured, then it will fail to start on a blktap image. The problem is blkdev_uname_to_file, which cannot parse the "tap:aio:$filename" image strings: it tries to split the string apart at ":" and assign the result to a 2-tuple, and this results in a python error if the split results in three or more strings. The fix is to split only at the first ":&quot...
2014 Mar 11
4
Re: [PATCH] builder: complete architecture handling
...e only case that matters is a 32 bit > requested guest architecture on a compatible 64 bit host (eg. ppc on > ppc64 host). So a simple mapping table of host architecture -> > compatible guest architectures, and drop the option. Sounds sensible, will do. > > diff --git a/builder/uname-c.c b/builder/uname-c.c > > I would have just done: > > List.hd (external_command "uname -m") > > but now you've written the FFI code, that's fine :-) I'm starting to think that in the next stable series (say 1.27/1.28) we could require ExtUnix, and g...
2007 Sep 19
2
Error: (22, ''Invalid argument'')
...9;'linux'', [''kernel'', ''/boot/xen-3.gz''], [''ramdisk'', ''/boot/initrd.img-2.6.18-xen''], [''root'', ''/dev/sda1 ro'']]], [''device'', [''vbd'', [''uname'', ''file:/home/xen/domains/xen1.example.com/disk.img''], [''dev'', ''sda1''], [''mode'', ''w'']]], [''device'', [''vbd'', [''uname'', ''file:/home/xen/do...
2002 Nov 26
3
Solaris 8, Can't find recent OpenSSL libcrypto
...-- This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.53. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## uname -m = sun4u uname -r = 5.8 uname -s = SunOS uname -v = Generic_108528-07 /usr/bin/uname -p = sparc /bin/uname -X = System = SunOS Node = caroubier Release = 5.8 KernelID = Generic_108528-07 Machine = sun4u BusType = <unknown> Serial = <unknown> Users = <unknown> OEM# = 0 Orig...
2007 Jan 11
2
Symbolic Link
Hi List; To create the symbolic link, I read in the documenation that I have to type this command: # ln -s /usr/src/'uname -r' /usr/src/linux-2.4 1) What it means by 'uname -r'? 2) Why I have to create such symbolic link to do pointing for the kernel? For what exctly will be used with asterisk? 3) What is the relation between creating such symbolic link and build directory? Any advise. Regards Bilal...
2004 Oct 25
0
[PATCH] klibc/utils/uname.c
Here's a patch to add klibc/utils/uname.c. I wrote uname.c and it can be published under the klibc copyright/left/middle/public domain/whatever. It supports all standard options except -p and -o. -- Thayne Harbaugh Linux Networx -------------- next part -------------- A non-text attachment was scrubbed... Name: klibc-uname.patch Typ...
2008 Jul 23
3
Trouble authenticating to Samba shares with Win 2k3 ADS
...main, it shows up in DNS and ADS, I can ping it, but I can't get samba shares to be accessible to users, or even get the smbclient to return shares properly. wbinfo -g returns the domain groups properly wbinfo -u return the domain users properly [root@solar samba]# wbinfo -a 'DNAME\uname'%secret plaintext password authentication succeeded challenge/response password authentication succeeded [root@solar samba]# wbinfo -K 'DNAME\uname'%secret plaintext kerberos password authentication for [DNAME\uname%secret] succeeded (requesting cctype: FILE) credentials were...