Displaying 20 results from an estimated 7000 matches similar to: "can't get into home dir share (username stuck on "guest")"
2003 May 14
7
some simple samba problems
hello,
there are 3 problems i've been having with samba for a very long time. i was
hoping to get them resolved once and for all. my smb.conf file is attached.
1) my printer is shared via samba and i'm using the cups print system. i can
see the printer from my win2k and winxp machines, but it says "unable to
connect, access denied". how do i remedy this problem?
2)
2004 Apr 21
2
help with smbmount and permissions
ok, on my windows machine, i see:
myname on 'computer01\home' (H:)
so i went to my linux box and did:
smbclient -L //computer01 -U myname
and i see Home listed as a sharename (why does windows show it as "home" but its really "Home" as reported by smbclient?).
well everything works fine if i mount it like this:
smbmount //computer01/Home /mnt/computer01/Home -o
2008 Mar 11
6
saving an ActiveRecord without trigging the callbacks
Hello,
How can I save an ActiveRecord without trigger before_save,
after_save, etc?
Thanks for the help.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group,
2005 Jan 22
2
Windows XP connects as guest instead of letting me choose the username / password
Hi,
I suspect this is more of a WinXP issue, but since it drives me mad,
I'll ask anyway.
What I want:
In Windows XP network neighborhood, select my samba server, select one
of the shares, then have a dialog asking me for the respective
Samba-username & -password to access the share.
What I get:
I get a dialog with the username "Guest", greyed out, asking me for a
2011 Aug 05
5
named context or calling include_context with block?
Hello,
I''m playing around with Rspec again after going from test/unit to
rspec then back to test/unit... :) Right off the bat, I find myself
wanting to do something like this: https://gist.github.com/1128091
Basically, I want to name a context, then call it later by name,
passing a block to it.
Or in other words... what is the best way to DRY this code?
2006 Nov 16
2
dynamically adding static (class) methods to a class
Hello again,
I guess this is more of a Ruby question, but here goes anyways...
I want to intercept all calls to non existent class methods and then
call an existing class method with the non existent name.
In code...
class MyModel < ActiveRecord::Base
def MyModel.method_missing(symbol, *args)
MyModel.func(symbol.id2name)
end
def MyModel.func(func_called)
puts "You
2001 Oct 04
2
"Access Denied" when trying to rename a file from win2k
hello,
i'm new to samba, don't really know much besides getting the samba server up and running. i have redhat-7.1 running samba on one machine and i access my home from my win2k machine. i can listen to my mp3's, etc from win2k, but when i try to rename from win2k, i get the access denied message. also, in my mp3s dir, i can create a new file, edit/rename it, delete it, etc, but
2005 Feb 18
2
can't specify username under WinXP
Hello!
One little problem when accessing Samba shares that require password
authentication. I have WinXP. When clicking on the name of share in the
Network Neighbourhood, I get prompt for password. But the user name
field is greyed out and is preset to "guest". So I can't specify needed
username. If I try to access password protected share created on some
other Windows machine, then
2006 Mar 28
1
Capistrano: env not setup properly over ssh
Hi,
If I make a Capistrano task like
task :test, :roles => :app do
run "env"
end
It prints something completely different than if I just do
ssh login@host env
I need all my login scripts to run so all my environment vars (including
PATH) are set. All my Capistrano tasks are failing because the paths
are setup properly.
Thanks for the help.
--
Posted via
2007 Aug 30
1
belongs_to with foreign keys that reference non primary key columns
Hello,
I have a situation where the foreign key into a table doesn''t
correspond to that table''s primary key:
my_table
-------------
id (pk)
name
...
other_table
--------------
id (pk)
my_table_name (fk references my_table(name))
...
I want to be able to say something like:
class OtherTable < ActiveRecord::Base
belongs_to :my_table, :foreign_key => { :my_table_name
2004 Aug 20
1
dvdshrink crashes after a while (errors included)
i start up dvdshrink like this:
wine /path/to/dvdshrink z:/path/to/VIDEO_TS.IFO
immediately wine outputs the following:
fixme:ole:CoRegisterMessageFilter stub
err:x11drv:X11DRV_CreateWindow invalid window height 0
err:x11drv:X11DRV_CreateWindow invalid window height 0
err:listview:LISTVIEW_WindowProc unknown msg 1044 wp=00000000 lp=21a4e0ec
fixme:quartz:Filtergraph_QueryInterface unknown
2004 Sep 03
1
DvdRemake doesn't start: X error
wine .wine/drive_c/Program\ Files/DvdReMake.exe
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 53 (X_CreatePixmap)
Serial number of failed request: 2704
Current serial number in output stream: 2761
any ideas or suggestions on the next step i can take to resolving this
problem? i'm using the latest wine 20040813. i've
2008 May 22
1
Why can't I define vars in caller's binding using eval?
In other words, why can''t I do this?
def f(b)
eval("x = 10", b)
end
f(binding)
puts "x = #{x}"
Is there any way to make that code work (besides obviously setting x
to something before calling f).
Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2024 Jan 29
1
A computer in the Domain got stuck with and old username
Hi all,
==== SETUP ====
I have a samba AC/DC in Debian stable. Several Windows client and a few
Linux/Debian-stable client in the domain, one of those client is called
CORE1 and it is giving problems.
==== THE FACT ====
2 weeks ago i changed all the Domain user names to a standardized
"name.lastname"
==== PROBLEM ====
One computer, CORE1, which runs Jupyter, got stuck with an old
2006 Nov 09
2
help with join tables and has_and_belongs_to_many
Hi,
I have a user model and a privilege model. They have the
has_and_belongs_to_many relationship. Here are the model defs:
class User < ActiveRecord::Base
belongs_to :status
has_and_belongs_to_many :privileges
end
class Privilege < ActiveRecord::Base
has_and_belongs_to_many :users
end
Now I have a migration script to create the join table and populate a
few users with some
2006 Dec 09
1
WinBUGS14 and R
I'm trying to call BUGS from R. But it's not working. R freezes up and
BUGS gives me a strange output in the log. Just to know, BUGS is
registered. The modified date on the keys file is today (Dec. 9th). It
should be fully registered so that I can use it fully. And, the BUGS model
is syntactically correct. Any suggestions would be very helpful.
Here is my BUGS model:
model {
2012 Dec 04
1
Winbugs from R
Hi,
I am trying to covert a Winbugs code into R code. Here is the winbugs code
model{# model’s likelihoodfor (i in 1:n){time[i] ~ dnorm( mu[i], tau ) # stochastic componenent# link and linear predictormu[i] <- beta0 + beta1 * cases[i] + beta2 * distance[i]}# prior distributionstau ~ dgamma( 0.01, 0.01 )beta0 ~ dnorm( 0.0, 1.0E-4)beta1 ~ dnorm( 0.0, 1.0E-4)beta2 ~ dnorm( 0.0, 1.0E-4)#
2024 Jan 29
1
A computer in the Domain got stuck with and old username
On Mon, 29 Jan 2024 22:07:36 +0100
"Dr. Nicola Mingotti" <nmingotti at gmail.com> wrote:
> Done, it says what I would expect, the Domain Controller name is DC1
>
> foo at dc1> sudo samba-tool user show nicola
> ERROR: Failed to get password for user 'nicola': Unable to find user
> "nicola"
>
> foo at dc1> sudo samba-tool user show
2004 Jul 09
0
Samba Mount ignoring username
>Max Kipness wrote:
>| Hello -
>|
>| When trying to create a mount to an XP workstation I continue to get
>| ERRDOS - ERRnoaccess (Access denied). When I turned on
>logging on the
>| XP workstation I discovered that it's logging a failed login attempt
>| by ROOT, and also using the default workgroup name that is
>entered in
>| the smb.conf file.
>|
2001 Nov 03
1
Free Agent works flawlessly!
Wow!
I simply copied the Free Agents folder from Windows to Linux, and it
worked flawlessly.
Only if *all* Windows programs work this well on WINE-Linux, who needs
Windows?