Displaying 13 results from an estimated 13 matches for "asdasd".
2019 Jul 16
2
Unexpected result from LIST EXTENDED command
...t; "INBOX.uuyy.sdfsdf.New Folder.dfgdfg.sdfsdfsdf.sdfsdfsfsdf"
S: * STATUS "INBOX.uuyy.sdfsdf.New Folder.dfgdfg.sdfsdfsdf.sdfsdfsfsdf" (HIGHESTMODSEQ 1)
S: * LIST (\Subscribed \HasNoChildren \UnMarked) "." "INBOX.uuyy.sdfsdf.New Folder.dfgdfg.sdfsdfsdf.sdfsdfsfsdf.asdasdasd"
S: * STATUS "INBOX.uuyy.sdfsdf.New Folder.dfgdfg.sdfsdfsdf.sdfsdfsfsdf.asdasdasd" (HIGHESTMODSEQ 1)
S: * LIST (\Subscribed \HasNoChildren \UnMarked) "." INBOX.uuyy.fdfgdfg
S: * STATUS INBOX.uuyy.fdfgdfg (HIGHESTMODSEQ 2)
S: * LIST (\Subscribed \HasNoChildren \UnMarked)...
2009 Aug 16
5
any help with captcha in my comments ?
this is my error:
Processing ApplicationController#create (for 127.0.0.1 at 2009-08-17
00:57:56) [POST]
Parameters: {"comment"=>{"name"=>"asdasd", "body"=>"asdasd"},
"commit"=>"Add Comment", "post_id"=>"19",
"authenticity_token"=>"B5dll5fTaDO+ZrEs1S0KkYsmK8VMzCOeDEf731w21zY=",
"captcha"=>"asdasd", "_"=>"&...
2012 Feb 13
2
Deleting rows and columns containing NA's and "" only
...s contain NA columns
and rows only. I know how to get rid of those ones but here is the R output
of a test data set read in with read.xls
> t1
A B X D X.1 X.2
1 test 1 NA NA
2 <NA> asd NA asdasd NA
3 NA asdasd NA
4 NA NA NA
t1[1,2], t1[4,5] and t1[4,6] are NA in text form in the excel sheet. I don't
understand why in the first column it is <NA> while in the last two is not.
I basi...
2006 Jul 20
5
Why don''t I get 404s?
When I go to a missing page in my rails app, I get the 500.html page,
and this in my log output:
no route found to match "/asdasd" with {:method=>:get}
./script/../config/../vendor/rails/actionpack/lib/action_controller/
routing.rb:1057:in `recognize_path''
./script/../config/../vendor/rails/actionpack/lib/action_controller/
routing.rb:1047:in `recognize''
./script/../config/../vendor/rails/railties/...
2007 Nov 08
1
setting external database error
Im using Instant Rails (turning off the mysql server part), Mysql 5.1
on another computer. and have these settings in database.yml
development:
adapter: mysql
database: jumba_development
username: root
password: asdasd
host: 192.168.1.1
and i get "Can''t connect to MySQL server on ''localhost'' (10061)",
any thought on why that would happen ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "...
2005 Nov 28
1
error whit more than one user.
...indows box, works fine. Don't know if it's in my samba configuration
or a file system problem. Tried whit ext3 and ntfs.
If anyone can help me to make more than one connection open the same
file, thanks.
here's my samba conf.:
[global]
locking = no
workgroup = (asd)
netbios name = (asdasd)
server string =
announce as = NT Server
security = share
log file = /var/log/samba/samba.%m
max log size = 100
debug level = 3
local master = no
os level = 100
domain master = no
preferred master = no
domain logons = no
wins support = no
dns proxy = no
keep alive = 20
load printers = no
hosts deny...
2011 Nov 19
2
extlinux from syslinux 4.04 failed hard after choosing bzImage.
...age-3.1.0 quiet rootfstype=ext4 luks enc_root=/dev/sda2 lvm
root=/dev/mapper/vg-rootfs
#initrd /initramfs.cpio.gz
LABEL Gentoo bzImage-3.1.0
KERNEL /bzImage-3.1.0
INITRD /initramfs.cpio.gz
APPEND quiet rootfstype=ext4 luks enc_root=/dev/sda2 lvm
root=/dev/mapper/vg-rootfs
LABEL test
MENU LABEL asdasd
KERNEL /bzImage
INITRD /initramfs
APPEND root=/dev/md2 softraid
I tested extlinux into KVM virtual machine and there everything was ok.
After booting livecd and reinstalling grub's mbr I was able boot it just
fine - so the kernel image is correct.
Any idea what could went wrong? I never...
2008 Jul 05
18
Java Bridge Itext Example Anyone?
I MAY be able to derive something out of the present example given here
:
http://blog.codeinmotion.com/index.php/2006/12/22/pdf-generation-in-ruby-on-rails/
but this deals with filling out forms. Is there a simpler example that
just allows you to talk to itext , send it some plain text and get back
a pdf and then send that pdf to the user as downloadable / renderable
data?
--
Posted via
2008 Jan 19
10
lose focus event?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I''m new to wxruby, and I haven''t found any answer with google: Is
there a way to capture a lose focus event on controls, such as a combo
box? All my experiments show events when changing the text, but not
when leaving the box.
I want to make a combobox that autocompletes if I press tab (or down
arrow or something), but if I
2003 Dec 05
0
Samba 3.0.1pre3/ldap - Strange gid mappings server side
...rw-
group:2147483404:r-x #effective:r-x
mask:rwx
other:r--
GID for "Domain Admins" is fishy. Things look OK on the Windows side of things
though (in the security tab, Domain Admins is right there with proper
permissions).
Samba logs show the following few error messages:
asdasd (192.168.1.52) connect to service data initially as user mat
(uid=2006, gid=2000) (pid 718)
[2003/12/05 08:27:09, 0] rpc_server/srv_util.c:get_domain_user_groups(371)
get_domain_user_groups: primary gid of user [mat] is not a Domain group !
get_domain_user_groups: You should fix it, NT doesn...
2012 Nov 08
3
strsplit with invalid regular expression
Hi all,
> diff_operator <- "\\("
> strsplit(cond, diff_operator)
[[1]]
[1] "andsin" "log_angle_1_4)"
> diff_operator <- "\\sin("
> strsplit(cond, diff_operator)
Error in strsplit(cond, diff_operator) :
invalid regular expression '\sin(', reason 'Missing ')''
When I am going to split with "("
2016 Dec 14
0
Cannot get plaintext+pam auth to work on 4.2.10
...ific circumstances, where I think I can tolerate
plaintext passwords on the wire as long as I get samba to authenticate
against the system /etc/shadow (using PAM) in exchange.
0) I'm using Debian 8.4 (jessie), samba packages 2:4.2.10+dfsg-0+deb8u3.
1) I have created user smbtest with password asdasd
2) put the following into /etc/samba/smb.conf and reloaded smbd:
[global]
debug level = 10 passdb:10
server role = standalone server
obey pam restrictions = yes
encrypt passwords = no
lanman auth = yes
ntlm auth = no
server max protocol = LANMAN2
client lanman auth = yes
client plaintext...
2018 Feb 23
2
smbcontrol reload & close-share not working like previous version
Hello.
I just upgrade my kernel, smbd and changed my smb.conf. (4.14.12-1-Arch" to
"4.14.19-1-lts") "samba 4.7.4-1"
But now, "reload smbd" and "close-share" can not drop connected users to
share. Because of that I have to restart smbd service for destroy a share
right now.
But it was working previous version and I don't know what is wrong right