Ubuntu Servers :: WebDAV - Mountable But Empty Below 2nd Subdir Level?

Jul 3, 2011

I am using Safesync from Trendmicro to backup my data. Since some time I am experiencing heavy problems. Normally my Backup should look like this: But when I am mounting it with WebDAV, it is looking different:

Code:
cdrewing@christian-desktop:~$ sudo mount -t davfs http://dav.trendmicro.safesync.com /media/Safesync
[sudo] password for cdrewing:
Gib bitte den Benutzernamen f�r den Server http://dav.trendmicro.safesync.com an; wenn du keinen angeben willst, dr�cke Return.

[Code]...

Note: When I am mounting Safesync with Nautilus, everything is functional and ok. But I need my command line access because I want to use rsync. A workaround could be to access the resource via the nautilus mount. Where can I find this via the command line?

View 1 Replies


ADVERTISEMENT

Ubuntu Servers :: Migrate WebDAV To New WebDAV?

Feb 2, 2011

I have a WebDAV folder (complete folder hierarchy in fact) currently managed by SAP's KM module. Long story short: it's in Windows, it's slow, I hate it.

I want to migrate the hole tree to my brand new Ubuntu Server 10.04 with a functional WebDAV server I just finished configuring. It connects to LDAP for user authentication, it's fast, it works like a charm.

Do you guys know any way I can transfer/migrate files from the Windows WebDAV to to Ubuntu WebDAV? The only thing that is important to keep is file security properties. Both WebDAVs have the same user database: our corporate Active Directory.

View 1 Replies View Related

Hardware :: HP Printer Still Reads Ink Level Empty Even After Replacements

Jan 25, 2010

My father has an HP PSC 1510 All in One Printer - Scanner - Copier. I have recently managed to convert him over to Linux, his current distro of choice is Fedora 12.Everything was going surprisingly well until recently: the message came up on his screen saying that the ink levels were low. After replacing the cartridges the message continued to appear. However the main nuisance is that it will not allow the printer to print at all now.

The cartridges are working as he still has vista on his system and logged in and printed out from there without hassle. Is there a way to reset the memory of the printer in Fedora? I am not much help to him here as I know nothing about printers.

View 2 Replies View Related

Ubuntu Servers :: Error While Setting Up WebDAV?

May 27, 2010

I've been trying to set up a webDAV server on my remote server and while trying to enable a vhost 'webdav' with the command

Code:
sudo a2ensite webdav
sudo /etc/init.d/apache2 restart

[Code]....

View 7 Replies View Related

Ubuntu Servers :: Webdav 405 Method Not Allowed?

May 6, 2011

Trying to setup WebDav on Ubuntu server. Stuck on the last few steps of the setup. Trying to test the setup with cadaver, but reach this error:

cadaver http://10.0.6.103/webdav
Could not access /webdav/ (not WebDAV-enabled?):
405 Method Not Allowed
Connection to `10.0.6.103' closed.

[Code].....

View 2 Replies View Related

Ubuntu Servers :: Restarting Apache (webdav) After Installing PHP & MySQL

Jun 7, 2011

i am using ubuntu 10.10. I had installed apache2 and subversion, using webdav, as described in the unbuntu wiki. SVN was working as expected, I could commit files, etc. I then installed php5 and mysql, as described in the ubuntu wiki, and i now get the following on apache restart:

apache2: Syntax error on line 203 of /etc/apache2/apache2.conf: Syntax error on line 2 of /etc/apache2/mods-enabled/dav_svn.load: Cannot load /usr/lib/apache2/modules/mod_dav_svn.so into server: /usr/lib/libgssapi_krb5.so.2: symbol krb5_authdata_context_copy, version krb5_3_MIT not defined in file libkrb5.so.3 with link time reference Action 'configtest' failed.

View 4 Replies View Related

Ubuntu Servers :: Webdav Access - When Connect From Nautilus - Says - Access Was Denied

Mar 26, 2010

I'm having a problem with my webdav share. I have a secure webdav folder that gets accessed via a non-standard port and requires basic authentication. I can connect and interact with it fine via cadaver. However, when I try to connect from nautilus, it says "Access was denied." To make it even stranger, sometimes I can click on the folder in nautilus (it still mounts) and access it. Sometimes not (just repeats the error message and won't show me the contents). I may not even un-mount it, but just look at other folder, then click it again and be able to access it, but again - only rarely.

I asked a friend to try connecting from his windows vista computer and it would not work. It would not work from my windows XP virtual computer either. However, it mounts and works just find from my work computer (also Windows XP).

So it seems to be a 50/50 chance that the drive will mount on any given computer/system and work. Do anyone know what the problem may be? I'm guessing user permissions, but I can't figure out what.

I've made sure the webdav folder is owned by www-data and www-data has read access to the password file as well.

When I try connecting from nautilus, I get this in the log file:

Code:

Here is one of the (many) sites I've tried looking at: [url]

View 4 Replies View Related

Ubuntu Servers :: WebDAV Best Option For Internet Wide "samba-like" File Sharing?

Sep 14, 2010

What is the best option for Internet wide "samba-like" file sharing? WebDAV?

View 8 Replies View Related

Ubuntu Servers :: Webdav + Nautilus = Forbidden - DON'T Have "Options Indexes" In Apache Config File When Try To Access Via Firefox

Feb 20, 2010

I've installed webdav on my server and I can access it fine through cadaver. However, when I try to access it via nautilus, I get Forbidden. It is NOT secured (SSL). When I try to access it via firefox, I get an error since I DO NOT have "Options Indexes" in my apache config file. If I add this option in, then I can browse the root direction and webdav folder via firefox, but still not from nautilus. what other information you need. I've googled and searched the forums for awhile, but not "solutions" I found have worked for me. I want the webdav folder to just be a single folder within the direction, so this is how I have my config file setup:

[Code]....

As a side-note...when I included "Option Indexes", it allowed me to view the passwd.dav file from firefox!That doesn't seem very good...

View 4 Replies View Related

General :: How To Archive - Tar - Every Subdir

Jul 26, 2010

I am stuck trying to write a script that does the following :

1. loops through all subdirectories of a given directory

2. for each found subdirectory, first create an archive carrying the same name as the subdir itself

3. then moves the actual subdirectory to a different path

Here is what I have so far: my base dir is /home/bob/Bureau, and it contains two sub dirs, "florissant 86 a" and "saule 84" I would like to create one archive for each subdir in /media/public/atelierPhotoArchive and then move the folder entirely to /tmp/photo.write

Everything goes well until I have to either tar or loop through the file with spaces in names

This last statement outputs different lines after each space in my lst file

Question 1: Is it possible to make it output once for each line in the file ?

Question 2: Is it possible to do some exec tar in the find command? I had difficulties extracting the "short" name for the archive ("saule 84") without /home/bob/Bureau, it is possible only with the printf %f, but how in the world can I get this value in to the exec option ?

View 7 Replies View Related

Software :: Can't Prepend Subdir Name To Each File?

Jun 24, 2011

To investigate an issue, I need to tarball all the files in a sub-directory without prepending the name of the subdir to each file. For instance, I do notwant tar to include MYSUBDIR:

Code:
/tmp# tar czvf package.tar.gz MYSUBDIR
MYSUBDIR/
MYSUBDIR/file1
MYSUBDIR/file2
I tried "-C MYSUBDIR", or "tar cvPf", but tar always includes the path to the files.

The only way I found is to "cd MYSUBDIR" before running "tar cvf".

Is there a way to tell tar to exlude the subdir name?

View 7 Replies View Related

Ubuntu :: Recurse A Subdir Tree To Apply Chmod And Chown And Ls -al?

May 30, 2011

Need to recurse a subdir tree, to apply chmod and chown and ls -al .

chmod -R xxx yyy does not function properly; -R is nonfunctional.
chown -R xxx yyy functions OK.

Is there a script which will follow a subdir tree and open each subdir ? glene77is

View 9 Replies View Related

Ubuntu Servers :: DSS : New Playlist : Available Content Empty?

Jan 24, 2010

I've installed DarwinStreamingServer 5.5.5 with User qtss:qtss (setted up manually). Everything fine.I changed the permission of the config-file

Code:
sudo chmod 755 /etc/streaming/streamingserver.xml
And Configured the webinterfaces. So far so good.
Streaming like: rtsp://<Server-IP>/sample_100kbit.mp4 worx.

But i can not set up Playlist and the List where you should find your files is empty, although there are files in my default directory.I Expect that any file permissions are wrong, but which.

View 2 Replies View Related

Ubuntu Servers :: Mass Country-level Block On UFW?

Sep 14, 2010

The following before.rules file will block all connections from:

Korea
China
India
Russia

[code]....

View 3 Replies View Related

Ubuntu Servers :: Samba Permissions On Share Level

Oct 13, 2010

I'm trying to set up my samba server so that all the shares are visible to everybody but that some shares can only be accessed by certain users. I have a folder Video that everybody can access without a username or password. I now want to create a share that only I can access called webserver.

This is my samba.conf
Code:
[global]
dns proxy = No
netbios name = DATABOX
guest account = nobody
restrict anonymous = no
browseable = yes
server string = server
workgroup = WORKGROUP
public = yes
security = share

[Video]
Writeable = yes
Path = /media/data/Video
Public = yes

[webserver]
Writeable = yes
Public = no
User = malteser
Path = /media/data/Webserver

Windows does not let me enter a username or password. I'm pretty sure this used to work.

View 1 Replies View Related

Red Hat / Fedora :: RAID Level For Servers?

Sep 1, 2010

How can we know which Raid level is useful for the server E.g Mail, Web, Database server. Also things we can keep in mind before configuring RAID / LVM on live servers.

View 2 Replies View Related

Ubuntu Servers :: Changing RAID Level On An Existing Server

Mar 9, 2011

We have been using Ubuntu Server at our department since several months now. It hosts a website, e-mail and nfs(only intra).

It was set-up as RAID 0 with two 1TB Hard drives but I want to change it to RAID 1 for fault tolerance. Is it possible to change existing RAID level? If yes can someone point me to the proper place?

I tried "mdadm" documentation and level set option is available but no explanation available that whether it is only while creating the array or it can change the level too.

View 1 Replies View Related

Ubuntu :: Adjust Level At Which Battery Criticality Level Is Triggered?

May 8, 2010

How can I adjust the levels at which the battery is considered to be critically low?ight now it seems this is set at 5 or 10%. I want to make it 20 or 25%This is for Gnome. I am using Lucid x86

View 1 Replies View Related

Ubuntu Servers :: Clean Install: /etc/apt/sources.list Empty?

Aug 30, 2010

During 10.04 install I ran into an error every time I tried to install packages, so I just skipped the step figuring I'd do it later.Boot up, nothing but the cd in /etc/apt/sources.list. Does anyone know where I can find the default sources.list?

View 2 Replies View Related

Ubuntu Servers :: Using TShark And Grep - Output Empty File?

Jul 13, 2011

I am not sure why this does not work..
tshark |grep 'string'
Gives me what I want but
tshark |grep 'string' >/tmp/outputfile
Gives me an empty file.

View 3 Replies View Related

Fedora Servers :: Catching The Spam At The Sendmail Level

Oct 16, 2009

I'm running FC10, with the sendmail that was part of it in Feb 09. Anyway, Up till now I've been using the user client to do spam filtering, But I'd like to start catching the spam at the sendmail level. What are my options today? I tried searching the forums and found a bunch of threads from 2001-2006, but I figured many of the ideas are now longer vaild.

View 2 Replies View Related

Ubuntu Servers :: Turn Up The Level Of Logging That DHCP Server Is Writing To SYSLOG?

Feb 14, 2011

turn up the level of logging that my DHCP Server is writing to SYSLOG?I can't seem to find a syslog.conf file to edit.

View 1 Replies View Related

Fedora Servers :: Convert A Running System To RAID Level 1?

Sep 30, 2009

I was recently requested to try and convert a running system to RAID level 1. I did not succeed in this task. However, I am still interested in accomplishing this task in a test environment.What I did was create a RAID device with a device missing e.g.

mdadm --create /dev/md0 --level=1 --raid-devices=2 missing /dev/sdb2

Once the RAID was up and running I created the /etc/mdadm.conf file so that it would activate the RAID device on boot. Once the device was created I copied all the data from the running root filesystem to the /dev/md0 device. The only directory that I didn't copy was the /proc directory. When I rebooted the machine I had a kernel panic and the system couldn't find /dev/root. I would greatly appreciate it if someone could provide some information/tips regarding the problem.

View 1 Replies View Related

OpenSUSE :: Move Transparently Between Run Level 3 And Run Level 5 As Autologin User?

Aug 10, 2010

I've been able to kludge a kill script which finds the correct pid for the kdeserver (or gnome server) after my system comes up in run level 5 so I can drop back to run level 3 mode. Lots of experimentation showed me that using telinit 3 and telinit 5 would occasionally leave the video memory in a mess and I would have the black screen of death.

I set the security parameter setting to autologin for me since I am the only user of my machine, but I still have to kludge the default setting under sysconfig (the DEFAULT_WM) under Window Manager to pick a certain window manager, so it takes time to manually switch the desktop.

Right now I can leave the gui and drop back to cli, but painful experimenting showed me that killing the X server is a no no. Right now I kill the kde server, which sends the SIGTERM to the X windows manager, which then figures out that it has to shut down.

Questions: Is there a better way of doing this? Apparently openSUSE figures that we have multiple users logging into the gui desktop, so the gui is always kept running and a login window with the desktop manager option forces the user to login in. With autologin, this never happens, but no choice of desktop is possible on the fly.

Can some type of script be set up to painlessly enable this to happen? And what is the best way of bringing either the Gnome or KDE desktop manager down gracefully? I do get lots of error messages as the system attempts to recover and X shuts down. It appears that apparently the single user with autologin is left out in the cold.

View 4 Replies View Related

OpenSUSE Install :: Admin Level Software To User Level?

Feb 6, 2010

I want to install a software called TinyOS which is an operating system designed for wireless sensor embedded networks in my account. The problem is it has instructions to install the software as an administrator since i'm not an admin of the department network i can not able to install. Is there any method to install this software as an user level rather than admin level.

View 3 Replies View Related

Ubuntu Servers :: Modify The Httpd.conf File But It's Empty And Wordpress Installation

Jun 17, 2011

I'm installing Wordpress and I want Hosting Multiple Sites with them. For that I need modify the httpd.conf file but it's empty. Where I can make that changes? These are the changes:

1. Type: LoadModule rewrite_module /libexec/mod_rewrite.so
2. Find the <VirtualHost> section in the httpd.conf file.
3. Find a line in the <VirtualHost> section of the httpd.conf that looks like this: AllowOverride None
3. Replace that line with this line: AllowOverride FileInfo Options
4. On a new line, type ServerAlias *.[URL].
5. Save the httpd.conf file and close it.

View 1 Replies View Related

Fedora Servers :: Can't Upload File To Empty Home Directory

Feb 1, 2009

I just installed FC10 and then used yumex to install the vsftpd FTP daemon package. I'm using the vsftpd.conf file that came with the distribution, and its almost identical to one I copied from my FC2 machine's working set-up. When I try to FTP in as a known system user I'm presented with my home directory /home/myusername/. The directory appears empty to the FTP program, but isn't in reality. I can't upload a file to the empty home directory. I can move up the directory hierarchy to /home/, but again that appears as an empty directory.

I don't think it's a vsftpd.conf file issue. I've tried everything I can there. Could it have something to do with permissions? I fiddled with those, but couldn't make an FTP directory listing work.

[code]....

View 5 Replies View Related

General :: Initializing Run Level 4 At Inittab Default Level

Jan 15, 2011

hello everyone, im having a problem when my computer enters in the run level 4 as the default when i start slackware. The strange thing is that it not seems that is a X window problem, it looks like more like a configuration problem in some part of the kde script to initialize the log in, because if i manually start the X service it works fine, i dont know what is the source. Thank you in advance for the help.

View 3 Replies View Related

Programming :: Accessing SPI From Kernel Level And User Level

Jan 6, 2009

I want to know what are the advantages and disadvantages for accessing spi(serial peripheral inerface )from kernel level and user level. like methods of doing it, speed ,memeory utilization etc

View 1 Replies View Related

Ubuntu :: Un-Mountable Sony DVD+R/RW DRU540A !?

Jan 4, 2010

I can't get Ubuntu to mount my Sony DRU540A, no matter what I do. Audio CDs, Data CDs and burning are impossible, does anybody have any ideas on how to mount this unmountable drive? It worked well enough to install Jaunty Jackalope, and I never had any problems using this drive with windows xp, but now that I've upgraded Karmic Koala it doesn't seem to work no matter what I try.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved