Displaying 7 results from an estimated 7 matches for "usernm".
Did you mean:
userm
2003 Oct 04
0
klibc: kbuild improvements
...do I do that?
Already tried majordome@zytor.com - no luck.
Sam
===== Makefile 1.415 vs edited =====
--- 1.415/Makefile Thu Jul 31 22:15:44 2003
+++ edited/Makefile Sat Oct 4 06:51:19 2003
@@ -255,7 +255,7 @@
include $(KLIBSRC)/arch/$(ARCH)/MCONFIG
-export USERLD USERCC USERAR USERSTRIP USERNM \
+export KLIBSRC USERLD USERCC USERAR USERSTRIP USERNM \
USERCFLAGS USERAFLAGS USERLIBGCC USERSHAREDFLAGS USERSTRIPFLAGS \
USERCRT0 USERLIBC
===== scripts/Makefile.user 1.3 vs edited =====
--- 1.3/scripts/Makefile.user Tue Jun 10 05:56:56 2003
+++ edited/scripts/Makefile.user Sat Oct 4...
2009 Dec 11
1
Unable to access shares with capital letters in OpenSUSE 11.0 using samba-3.2.4
...ult value for username
level is 0; meaning the samba server will try to find the user with all
lowercase/uppercase/first letter capitalized name combinations.
But looks like in SUSE this is handled differently.
I tried with the same setup in Ubuntu 7.0, and I am able to access the share
with "usernme level = 0" (default) value in smb.conf.
Please find the smb.conf file attached.
My question is
1. Is the username level option handled differently in OpenSUSE? If yes,
please suggest any links where i can confirm this...
2. Is the samba server version (3.2.4) handling this differently. I do...
2005 Jul 29
1
move kbuild files to reflect dir structure in kernel
...LIBSRC)/arch/$(ARCH)/MCONFIG
-
-USERWARNFLAGS := -W -Wall -Wsign-compare
-
-USERCROSS := $(CROSS_COMPILE)
-
-USERLD := $(USERCROSS)ld
-USERCC := $(USERCROSS)gcc
-USERAR := $(USERCROSS)ar
-USERRANLIB := $(USERCROSS)ranlib
-USERSTRIP := $(USERCROSS)strip
-USERNM := $(USERCROSS)nm
-
-USERCPPFLAGS := -I$(srctree)/usr/include/arch/$(ARCH) \
- -I$(srctree)/usr/include/bits$(BITSIZE) \
- -I$(srctree)/usr/include \
- -Iinclude...
2005 Jul 30
3
kbuild updates to klibc
Hi Peter & others.
Here are three patches that does the following:
#1 - Update kbuild part of klibc so make clean works
Adds gzip including a sample kbuild file
#2 - Factor out definition of usr/ to two variables
#3 - Move kbuild files to reflect location in the kernel
As requested in earlier mail I need a bit of guidiance of what you
expect from the kernel integrated parts of klibc.
2010 Apr 09
5
SSH Through R Script
Hi,
I am trying to SSH to a remote server through R script. In other words, I
would like to know how I can get a SSH connection to the remote server and
then execute commands on that server with the R script.
So in bash, I would normally type ssh -lusername remoteserver.com; press
enter and then wait for the password prompt to key in my password.
I have tried system("ssh
2010 Jan 07
1
voicemail /odbc problem
...ct to instal res_odbc and cdr_odbc
Back end database DB2
Database name voiceml
Tables created on server
AST_CDR
AST_CONFIG
VOICEMESSAGES
I've checked the unix ODBC side of things and I can connect to the DB2
database o.k.
I've set up
cdr_odbc.conf
[global]
dsn=voiceml
username=<usernme>
password=<password>
loguniqueid=yes
dispositionstring=yes
table=ast_cdr ;"cdr" is default table name
usegmtime=yes ; set to "yes" to log in GMT
res_odbc.conf
odbcstorage => voiceml
[voiceml]
enabled => yes
dsn => voiceml
username =>...
2005 Jul 26
2
[PATCH] better kbuild integration
...- a/klibc/Kbuild
+++ b/klibc/Kbuild
@@ -119,6 +119,7 @@ $(SOLIB): $(CRT0) $(call objectify,__sha
# Build sha1 hash values
targets += klibc.so libc.so.hash
hostprogs-y := sha1hash
+clean-files += klibc-???????????????????????????.so
quiet_cmd_solibhash = HASH $@
cmd_solibhash = $(USERNM) $< | egrep '^[0-9a-fA-F]+ [ADRTW] ' | \
@@ -129,7 +130,7 @@ $(SOLIB).hash: $(SOLIB) $(obj)/sha1hash
quiet_cmd_sohash = GEN $@
cmd_sohash = cat $< > $@; \
$(USERSTRIP) $(USERSTRIPFLAGS) $@;...