search for: slike

Displaying 7 results from an estimated 7 matches for "slike".

Did you mean: like
2002 May 08
4
losing print driver associations on reboot
Hello all, I've got a strange problem with Samba 2.2.4. I'm able to associate print drivers to printers (raw queue in cups). My clients are able to see that the drivers belong to the printers, and they download them, but as soon as the server reboots, I lose my driver associations and I need to once again specify a driver on the windows end. The Print server was an upgrade from Samba
2009 Jun 03
3
Samba+Ldap problems
I'm trying to trobuleshoot my previuos problem from the basics. I've a box setup with Ubuntu, samba and ldap. I have a lot of problems with user authentications. I'm checking if LDAP and PAM ar working together. I've added an user to ldap with smbldap-useradd command (as posix account) and I'm trying to use it to login via ssh. This user cannot authenticate. Here is the result
2003 Oct 18
1
why does data frame subset return vector
...be the for the rownames of the data frame the other contains numeric values). > df.rr <- read.table("RR_anova.txt", header=T, comment.char="", row.names=1) > df.rr[c(1,2,3),] [1] 1.11e-16 1.11e-16 1.11e-16 Why are the rownames not displayed? The data file itself look slike this: > df.rr <- read.table("RR_anova.txt", header=T, comment.char="") > df.rr[c(1,2,3),] QUAL PVALUE 1 AJ224120_at 1.11e-16 2 rc_AA893000_at 1.11e-16 3 rc_AA946368_at 1.11e-16 and assigning the rownames explicitely works as I'd expect: > row...
2006 Sep 01
4
Helping CentOS automatically
...If you like the majority of us as I am...there is something we can do for the centos scene that really doesn't cost anything. When you download the distro...just let bittorrent seed indefinitely. By doing this you are contributing to centos as a whole. ...go figure...I'm actually giving the centos cause 17-18 KB/s and the beauty...I don't even miss it! My boxes run 24/7 anyway so
2008 Apr 09
3
[SO]HO Software RAID5 server: which implementation should I choice?
...photos, multi-layer PhotoShop files and FLAC-encoded music consume a lot of space, and they should be availible both from desktop & notebook. Also, all photo-content is unique, so I need some insuranse from single HDD crash. I understand, that I will not safe from fire, PSU failure and thing slike this. I selected hardware platform: Intel Q35-based MoBo with 6xSATA-II ports (all of them is chipset-based, so no SiliconImage/JMicron/Whatever crappy controllers), some low-end Core2Duo, 2Gb of memory. Storage will be 5x500Gb WD HDDs for RAID + one small HDD for boot, system, swap, etc. I wa...
2003 Sep 11
2
SIP client<->NAT<->Asterisk<->NAT<->SIP client. only works with canreinvite=no.
Hi! I have this configuration: SIP client A <-> NAT box A (real external IP) <-> Asterisk server (real IP) <-> (real external IP) NAT box B <-> SIP client B The echo test form any of the clients to the asterisk server is working just fine, even without canreinvite=no. When I try to call from SIP client A to B, wihtout the canreinvite=no in the sip.conf, the call
2013 Nov 10
3
accepts_nested_attributes_for how, example
I have following tables with following models: users(id, role_id) *has_many :entries* categories(id, category_name) *has_many :entries* entries(id, category_id, user_id) *belongs_to :user, belongs_to :category, has_one :storage* storages(id, title, content, entry_id)* belongs_to :entry*, *has_one :vote* votes(id, count, storage_id) *belongs_to :storage* Now,