Displaying 20 results from an estimated 6000 matches similar to: "Case Sensitive Problem in SMBFS mount"
2004 Dec 01
0
Case Sensitive Problem in SMBFS mount
Hi,
I am using Redhat Linux 9.0 on one machine and Windows XP on another machine. There is a folder named "Test" on WinXP which is mounted on my linux machine using
mount -t smbfs //servername/Test /mount-point.
Everything is working fine and I am able to get into this folder. My problem is when I am trying to access Test in linux using " cd test", I am able to access it
2012 Mar 07
1
Long delays in rsync manifested by repeated entries, CentOS, rsync v2.6.8.
Hello, rsync list folks,
Recently, rsyncs abort during busier times of the day, although they
run error-free during non-busy hours.
Problem 1 - Many rsyncs abort these errors:
Read from remote host www.xxx.yyy.zzz: Connection reset by peer
rsync: writefd_unbuffered failed to write 4 bytes [sender]: Broken pipe (32)
rsync: connection unexpectedly closed (3929920 bytes received so far)
2010 Aug 22
1
Question about RVM installation; where to find .bashrc and/or .bash_profile files?
Hi--
Have just installed downloaded and installed RVM from Github and got
this message after download:
You must now finish the install manually:
1) Place the folowing line at the end of your shell''s loading
files(.bashrc or .bash_profile for bash and .zshrc for zsh), after all
path/variable settings:
[[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm
Please
2012 Mar 15
3
Problem with stored configs / Invalid unicode escaping
Hello,
i have a problem with stored configs since the migration from "sqlite"
to "postgresql".
dho@appelbaum:~$ sudo puppetd --test --verbose
info: Retrieving plugin
info: Loading facts in disks
info: Loading facts in users
info: Loading facts in mountpoints
info: Loading facts in disks
info: Loading facts in users
info: Loading facts in mountpoints
err: Could not retrieve
2019 May 13
0
root .bash_profile?
On Mon, May 13, 2019 at 04:20:17PM -0400, Bee.Lists wrote:
> > On May 13, 2019, at 2:46 PM, Pete Biggs <pete at biggs.org.uk> wrote:
> > Why do you think that? '~' is just shell shorthand for user's home
> > directory.
>
> root quite often isn?t recognized as a proper user. ~/.bash_profile
> isn?t loaded because it?s not a normal login shell when
2005 Aug 25
0
Running wine from php pages with "Xvfb" not fix yet
Thanks for your reply before
I tried your solution, but my problem not fix yet.
Maybe I missundertand about:
- What is startup script do you mean? Is it not ".bash_profile" that located
on my home user folder (/home/takeda)? If I false, please show me the file
and where the folder located. While I trying your solution, I embedded
script "Xvfb :1 &" on my
2017 Aug 03
0
fcitx-anthy request (for Japanese users)
On 08/02/2017 09:07 PM, Scott Robbins wrote:
> On Wed, Aug 02, 2017 at 08:15:58PM -0400, H wrote:
>
>
>> On 08/02/2017 09:46 AM, Scott Robbins wrote:
>>> On Wed, Aug 02, 2017 at 09:37:06AM -0400, H wrote:
>>>>> Ah, also, in my .xinitrc (I boot into text mode then run startx I have,
>>>>> above the line calling the window manager
2017 Aug 05
0
fcitx-anthy request (for Japanese users)
On 08/05/2017 11:39 AM, H wrote:
> On 08/03/2017 07:34 PM, H wrote:
>> On 08/02/2017 09:07 PM, Scott Robbins wrote:
>>> On Wed, Aug 02, 2017 at 08:15:58PM -0400, H wrote:
>>>
>>>
>>>> On 08/02/2017 09:46 AM, Scott Robbins wrote:
>>>>> On Wed, Aug 02, 2017 at 09:37:06AM -0400, H wrote:
>>>>>>> Ah, also, in my
2013 Jan 21
0
Custom locale, LC_TYPE and urxvt
I have a custom locale in use on our system. Consequently, Xlib does
not recognize the default environment setting for LC_TYPE. To get an
urxvt window opened without encountering the locale error message I am
therefore constrained to use some variant of the following:
LC_TYPE=en_US.UTF-8 urxvt&
I would like to set LC_TYPE to a different value than LANG. However,
based on experiment it
2005 Oct 02
1
FreeNX and bash-completion
Hi!
I have the following packages installed:
freenx-0.4.4-1.centos4.noarch from extras
bash-completion-20050721-1.2.el4.rf.noarch from dries/dag
bash-3.0-19.2.i386 from base
seems to result in a non-working nxserver (the window manager doesn't
start up, although X applications can be launched via logging in
through a seperate ssh and setting the DISPLAY variable accordingly)...
As far as
2017 Aug 05
2
fcitx-anthy request (for Japanese users)
On 08/03/2017 07:34 PM, H wrote:
> On 08/02/2017 09:07 PM, Scott Robbins wrote:
>> On Wed, Aug 02, 2017 at 08:15:58PM -0400, H wrote:
>>
>>
>>> On 08/02/2017 09:46 AM, Scott Robbins wrote:
>>>> On Wed, Aug 02, 2017 at 09:37:06AM -0400, H wrote:
>>>>>> Ah, also, in my .xinitrc (I boot into text mode then run startx I have,
2017 Aug 03
2
fcitx-anthy request (for Japanese users)
On Wed, Aug 02, 2017 at 08:15:58PM -0400, H wrote:
> On 08/02/2017 09:46 AM, Scott Robbins wrote:
> > On Wed, Aug 02, 2017 at 09:37:06AM -0400, H wrote:
> > > > Ah, also, in my .xinitrc (I boot into text mode then run startx I have,
> > > > above the line calling the window manager
> > > >
> > > > export LC_CTYPE=en_US.UTF-8
> >
2019 May 13
3
root .bash_profile?
$ man bash (INVOCATION)
When bash is invoked as an interactive login shell, or as a non-interactive shell with the --login option, it first reads and executes commands from the file /etc/profile, if that file
exists. After reading that file, it looks for ~/.bash_profile, ~/.bash_login, and ~/.profile, in that order, and reads and executes commands from the first one that exists and
2019 May 13
0
root .bash_profile?
On Mon, 2019-05-13 at 08:28 -0400, Bee.Lists wrote:
> Hi folks. Just wondering how I can implement an automatic .bash_profile for root. I have to load my
> user .bash_profile every time I get into root, and I would like a better solution. There is no /home/
> for root, so I?m a bit confused if this is even allowed.
>
> Any insight appreciated.
>
>
> Cheers, Bee
>
2002 Nov 15
1
workaround for 'hang on exit' bug does not seem to work
Hi, I am using Redhat 7.3 which comes with openssh 3.1p1. I am running
an antivirus software called vexira on this server. It starts of 2
daemon processes in the background. Whenever I stop/start these daemons
in an ssh session, it hangs.
I added "shopt -s huponexit" (without the quotes) in /etc/bashrc, but
the hangs still occur. Any advice on this would be appreciated
Regards, Yusuf
2009 Mar 03
0
unable to use myse home share on a member server
Hi all,
I have a strange problem :
smb.conf :
[global]
netbios name = CORLI01
workgroup = CORMAN
server string = Ancien Serveur administratif (%v)
# Definition de la securite
#security = user
security = domain
password server = ADMIN01
# passwd chat debug = yes
# passwd chat = *new*password* %n\n *new*password* %n\n
2016 Aug 24
0
Linux Work Station USER ID PROBLEM
On Wed, 24 Aug 2016 11:53:15 +0300
barış tombul via samba <samba at lists.samba.org> wrote:
> Dear all,
>
> I set up the client as in the document that you can see the link
> below.
>
> https://community.spiceworks.com/how_to/44885-setup-centos-to-authenticate-via-active-directory
>
> User's home directories automatically mounted with NFS.(NFS directory
>
2017 Oct 23
1
Firefox Sync Server 1.5 on CentOS 7
Le 22/10/2017 ? 21:37, Gordon Messmer a ?crit?:
>
> Yes, I use the following httpd configuration file:
>
> WSGIProcessGroup sync
> WSGIPassAuthorization On
>
> WSGIDaemonProcess sync user=apache group=apache processes=2 threads=25
> python-path=/usr/local/lib/sync-1.5/syncserver/local/lib/python2.7/site-packages/
>
> WSGIScriptAlias /sync1.5
2019 May 13
0
root .bash_profile?
Once upon a time, Bee.Lists <bee.lists at gmail.com> said:
> No, this isn?t a case of multi partitions, clusters, or anything silly. I just want a set of aliases loaded for su. /root/.bash_profile isn?t loading, and there isn?t any obvious choice as to where the loaded .bash* were loading from.
.bash_profile will not be read when you just run "su", because
.bash_profile is
2001 Apr 24
1
HELP! sftp hangs on exit / Bug?
Hi,
The following discussion was posted to comp.security.ssh
however, it seems that my problems may be a bug in
SSH. Could someone please indicate whether there
is a bug fix, or perhaps whether I should go back a
version or so.
In summary:
- Win98 machine (client)
- OpenSSH as packaged with Cygwin tools 1.1.8
(openssh-2.5.2p2-3)
- Connecting to a Sun running Solaris.
ssh: SSH Secure Shell