search for: mmultipl

Displaying 4 results from an estimated 4 matches for "mmultipl".

Did you mean: multipl
2001 Sep 24
1
ext3-2.4-0.9.10
An ext3 patch against linux 2.4.10 is at http://www.uow.edu.au/~andrewm/linux/ext3/ This patch is *lightly tested* - ie, it boots and does stuff. The changes to ext3 are small, but the kernel which it patches has recently changed a lot. If you're cautious, please wait a couple of days. The patch retains the buffer-tracing code. This will soon be broken out into a separate patch to make
2007 Dec 14
0
"Multiple default values" with Rails migration
...userval, :integer, :limit => 1, :null=> false #will use smallint becuase of plug-in end end def self.down drop_table :users end end == CreateUsers: migrating ================================================ -- create_table(:users) rake aborted! RuntimeError: ERROR C42601 Mmultiple default values specified for column "id" of table "users" Fanalyze.c L1216 RtransformColumnDefinition: CREATE TABLE users ("id" serial primary key DEFAULT NULL, "user_id" integer DEFAULT NULL, "timestamp" integer DEFAULT NULL, "use...
2020 Aug 24
2
smbclient mask command seems not to work the same way with recurse ON for mget and mput
...k to "*" after using the mget or mput commands. " I am no native English speaker, but as far as my understanding of your language goes, it confirms that both * are necessary when recurse is on. This is my interpretation. a) recurse OFF; mask *.lsx; mput *.xls -> will transfer all (MMultiple) the files ending with .xls, but only in the current directory. The mask *.lsx is ignored, as recurse is off. b) a- recurse ON; mask *.lsx; mput *.xls -> should only transfer directories existing in the current directory whose name end with .xls, very unlikely, probably none; should they exist...
2020 Aug 24
2
smbclient mask command seems not to work the same way with recurse ON for mget and mput
Dear fellows. Another piece of information. The issue reprduces on RHEL 7.7, Samba 4.9.1 [root at vnhprerhds01 ~]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.7 (Maipo) [root at vnhprerhds01 ~]# smbclient -V Version 4.9.1 [root at vnhprerhds01 ~]# smbclient -W "${d}" -U "${u}" "${s}" "${p}" Try "help" to get a list of