OpenSUSE Network :: Access NAS Box With Telnet - Missing File In Directory

Jan 20, 2011

I can access my NAS box with telnet but the file I am looking for is not in the expected directory. Of course I could go through all the directories using ls -a but that would take days. Is there a command I can run to look for the file for me using the telnet console?

View 3 Replies


ADVERTISEMENT

OpenSUSE Network :: [smb] Lost Access To Shared Directory?

Mar 24, 2010

Unfortunately I haven't been able to figure out yet how to share specific directories only, so I set up my Samba server to share users' home directories (which is not a security issue here since the only possible client is my other machine). My user's home directory contains a symlinked directory on another hard drive partition, which I had to explicitly share to be able to access it from the other machine. This setup has been working for months now, but for a reason that escapes me at the moment it stopped working today, presumably after samba got updated from 3.4.2-1.1.3.1 to 3.4.3-3.2.1.

The error message on the client (Windows XP/SP3) for this one above mentioned directory, and for this directory alone, is "Access denied"; I can access all other directories fine.

View 9 Replies View Related

OpenSUSE Network :: Give User Only FTP Access / Browsing Rights For Certain Directory?

Feb 12, 2011

Is it possible to give user only FTP access / browsing rights for certain directory within /srv/www/htdocs and prevent same user to browse all other directories, even user's /home directory on that server?

View 8 Replies View Related

OpenSUSE Network :: Telnet Does Not Work In IPv6 Test Environment

Aug 27, 2010

In an IPv6 test environment I have installed an openSUSE 11.2 system. I have also installed telnet and it works with IPv4 (I can open a session from a Windows console with "telnet ipv4addr").

If I try to open a session with "telnet ipv6addr" I get the response: "Connecting To ipv6addr. Could not open connection to the host, on port 23: Connect failed".

Does the telnetserver support IPv6 or did I something wrong?

View 4 Replies View Related

General :: Unable To Access File /home/username/.iceauthority: No Such File Or Directory

Apr 21, 2011

Can't log into my XFCE desktop like I normaly do. all the sudden I get notified that my xsession lasted less then 10 secondsLooking at the error I can see this:

Unable to access file /home/username/.iceauthority: No such file or directory

Using failsafe I can start a terminal. From terminal I tried to start X

Code: sudo startx Result: Running on desplay:0

So I tried to run this;

Code: sudo startxfce4 And I get up a graphical desktop.

So this is not a critical situation as I easily can use this method to log on, but as there has been something causing this I would like to be able to resolve this nonetheless. Btw it is not the old chmod trick in play here, cause my .iceauthority file is gone alltogheter.

View 6 Replies View Related

Red Hat / Fedora :: IPConfig File Missing In Sbin Directory

Jun 4, 2010

I am trying to find the ip address on my Red Hat Linux box, but there is no ipconfig file in my /sbin/ directory. I did a 'locate ipconfig' in the terminal and the only files I got were plipconfig, sipconfig.py/c/o, plipconfig.8.gz, ipconfig.h. I dont know what happened to my ipconfig file. Where I can get a new copy of it?

View 4 Replies View Related

Debian Multimedia :: OpenOffice Binary Missing - No Such File Or Directory

Feb 22, 2011

% apt-file search bin/ooffice
openoffice.org-common: /usr/bin/ooffice
% apt-cache policy openoffice.org-common
openoffice.org-common:
Installed: 1:3.3.0-6
Candidate: 1:3.3.0-6

Version table:
*** 1:3.3.0-6 0
500 ftp://ftp.us.debian.org/debian/ sid/main amd64 Packages
100 /var/lib/dpkg/status
1:3.2.1-11+squeeze2 0
500 ftp://ftp.us.debian.org/debian/ wheezy/main amd64 Packages
% /usr/bin/ooffice
zsh: no such file or directory: /usr/bin/ooffice

View 11 Replies View Related

Ubuntu Servers :: Directory Listing Missing File Icons For Apache

Sep 9, 2010

For some reason my directory listings are missing their icons for Apache on Ubuntu Server. An example: [URL]. They all come up not found.

View 6 Replies View Related

OpenSUSE :: PCP / PMCD Directory Missing In 11.2?

May 12, 2010

Looks like somewhere down the line the pmda's for pcp fell out of the distro? The pmcd config (in /var/lib/pcp/config/pmcd/pmcd.conf) shows that pmcd expects 2 pmda's.

bypass:/var/lib/mooty # cat /var/lib/pcp/config/pmcd/pmcd.conf
# Performance Metrics Domain Specifications
#
# This file is automatically generated during the build
# Name Id IPC IPC Params File/Cmd
pmcd 2 dso pmcd_init /var/lib/pcp/pmdas/pmcd/pmda_pmcd.so
linux 60 dso linux_init /var/lib/pcp/pmdas/linux/pmda_linux.so

Yet the whole /var/lib/pcp/pmdas directory is missing.

View 1 Replies View Related

Ubuntu :: Access To The Requested Directory Is Only Available From The Local Network?

Aug 30, 2010

New XAMPP security concept: Access to the requested directory is only available from the local network. This setting can be configured in the file "httpd-xampp.conf". If you think this is a server error, please contact the webmaster.

View 9 Replies View Related

OpenSUSE Network :: Network Icon Missing In System Tray (KDE)

Apr 20, 2011

In the LiveCD there is an Icon. You can see it left of this pic.

This Icon is missing in a FULL INSTALL of openSuSE, how can I make it shown up.

I have KDE Desktop.

View 7 Replies View Related

General :: Ls: Cannot Access *.php: No Such File Or Directory

Apr 30, 2011

Code:

count=`ls *.php -l | wc -l`
if [ "$count" -ne "0" ]; then
mv *.php ~/Desktop/PHP

[code]....

With this code I am attempting to ensure a php file exists, then attempting to move it to another folder. My script has 40 or so extensions, this is one of many. My problem is this: if the current folder contains no php files i receive an error.

ls: cannot access *.php: No such file or directory

Typically I would use 2> /dev/null to handle output suppression but in this case it prevents the variable assignments.

View 5 Replies View Related

General :: Ls: Cannot Access Grep: No Such File Or Directory

Mar 16, 2010

I ran into a bit of trouble making a bash script. (Desktop is a directory, and I try to get it's modification date)

Code:

lamp:~# cmd='ls -l Desktop | grep -o "....-..-.. ..:.."'
lamp:~# $cmd
ls: cannot access |: No such file or directory
ls: cannot access grep: No such file or directory

[code]....

When I type in the command directly, without using an inbetween variable, it works fine.

View 3 Replies View Related

Server :: Cannot Access /var/log/apache2/*: No Such File Or Directory

Aug 24, 2009

I am trying to access log file which located in /etc/log/apache2. I could get into the directory using `su`. I was able to run ls command under the directory and everything was file. I could run a command,

ls -d /var/log/apache2/*

However after I switched to my account, I got an error. sudo ls -d /var/log/apache2/* ls: cannot access /var/log/apache2/*: No such file or directory

I want to use this command in a bash script to get a list of log files. Should I write the script as root and run it as root?

View 3 Replies View Related

OpenSUSE Network :: 11.3 Amd64 - Having Internet Access But Cannot Access Repos - IPV6?

Aug 26, 2010

I installed 11.3amd64 as a VM under Vista/VMWare Player - all worked fine. I have now installed it as a physical system. It nstalled cleanly BUT during first boot it could not access the repos. With each repo it gave the message

- download (curl) error for (repo)
- error code connection failed
- error message could not resolve host (repo)

This was followed by a message box containing

- UI syntax error
- no widget with ID 'contents

Firefox could not access the internet (cannot find server) until I disabled IPV6 (I used about:config), now it works fine. I think the repos problem is because of IPV6 - I usually have trouble with IPV6. I tried disabling IPV6 with the following (How To Disable ipv6 on SuSE Linux | Linux Poison)

[code]......

View 8 Replies View Related

Ubuntu :: Chmod: Cannot Access 'afk-kick' File Or Directory Not Exist?

Oct 22, 2010

here is the most importent part of the file setup.shhere link to pastebin:http://pastebin.com/mwQ1UArHand here the part:

cd
chmod 777 ../bin/panel
cd ../bin/panel

[code]....

View 2 Replies View Related

OpenSUSE Network :: Active Directory - Cannot See Suse In Network

Apr 15, 2011

I am attempting to setup a linux file server in active directory. It has been kind of an ongoing project(nightmare) for me... I have tried a few distributions of linux and I have to say I really enjoy openSUSE. YaST is my best friend. Now to the problem at hand.

I have samba installed and configured for the domain. I was able to successfully join the machine to the domain. I can even log on using domain user names and passwords (more than I was able to accomplish with other distros...). Where I am having a problem currently is I cannot see the suse machine from a windows machine. I can access shares from suse to windows though.

View 1 Replies View Related

Fedora Servers :: Can't Access Or Modify File Unless Directory Mode Is 777 And Files Are 666

Nov 8, 2010

I have a multi user system for my roommates and myself that has separate folders for each of us. I've got user authentication working with samba, but unless I set every file and folder readable/writeable by all users, I can't browse it or edit the files.This isn't ideal as the shares are open to other users access, so I'm hoping there's a way to keep folders at 750 and files at 660 while allowing samba users to browse, delete and edit.Also, the samba share is actually a mounted NFS share from another server. Both the NFS server and the Samba server have the same users/uid's. When a file is created from a Windows host via the Samba client, the NFS server's permissions do show that the correct user owns the files, but since the files aren't mode 666 but 640 I can't edit or delete the file.

View 4 Replies View Related

General :: Use Symlink To Provide Access To A Specific File Under A Restricted Directory

Jan 24, 2011

My home directory's permissions allow only myself access to it. Is it possible to put a file inside my home directory with.. say.. full permissions, and create a symlink to it so other users can access that file alone inside my home folder? System is Ubuntu Karmic.

View 2 Replies View Related

Debian :: Error Processing AdobeReader Cannot Access Archive - No Such File Or Directory

Mar 19, 2009

I'm trying to install Adobe Reader 8 and the command #dpkg -1 AdobeReader_enu-8.1.3-1.i386.deb comes up with the message error processing AdobeReader Cannot access archive. No such file or directory. Error was encountered while processing.

View 9 Replies View Related

Red Hat / Fedora :: Want To Be Able To Telnet Into Machine To Access It Remotely

May 11, 2010

I'm a computer technician and I'm interested in learning Linux. I did some research about the different distributions last night decided to try Fedora. I downloaded the latest version of it and installed it onto a brand new machine in my office. Is there a website out there that I can use as a guide for all of the Linux commands. I know that if I wanted to I could just learn my way around the gui, but I want to REALLY learn Linux. I also want to be able to telnet into the machine so that I can access it remotely. How can I set that up? I installed Fedora with all of the default settings and didn't change anything.

View 4 Replies View Related

Programming :: System() Routine Returns: Access: Unix Error (2) No Such File Or Directory

Oct 23, 2010

I am running shell command through C program using system() routine.

I am executing "opcontrol --status" an executable using the this routine and I get the following error. access: unix error (2) No such file or directory

But when I give the complete path to the executable it runs perfectly.

The executable is installed in "/usr/local/bin/" And the path variable has this path.

View 1 Replies View Related

OpenSUSE Network :: Samba Security Update / Lost Access To Network

Mar 25, 2010

Installed a security update for samba tonight via Opensuse updater.Now, when trying to access my home network an authentication box pops up (never used to)Asks me to enter authentication for my home network.I enter my username and password and hit enter. After a few seconds the authentication box pops up again askingfor the same indicating I have entered the wrong username / password combination (which I know I have not).

View 9 Replies View Related

Ubuntu :: Cant Get Access To Telnet Console / 'connection Refused'

Mar 2, 2010

I have an application that uses a telnet console, and I have an autostart script to start it (and check that it is running).The problem is that if the program is not startet by root, or by using sudo, I cant get access to the telnet console, it just says "connection refused".The application works fine, but I cant acces its console, so I have to shut it down, and then restart it with sudo to be able to log in to it.Anyone know how to make the script start the application with enough rights?

View 1 Replies View Related

General :: Unable To Access Linux 5.4 Through Telnet On Windows Xp

Jul 26, 2011

linux 5.4(RHEL) and window machine are pinging nicely.able to access window on linux but not linux at window(xp)? xinetd is running on linux as well as telnet service is also running on xp.

View 1 Replies View Related

OpenSUSE Network :: Two Network Cards With Different Settings For Internet Access

Feb 9, 2010

I have a desktop computer running OpenSUSE 11.2 with two network cards installed. I would like to use both cards for connecting to the internet using different networks. The setting would be the following: eth0 is the main (default) card, almost all programs should use this NIC for connecting to the internet. eth1 is used only by a few programs, which have setting for selecting which network interface to use. The two NIC's are connected to different networks, so the IP address of the NIC's, the related subnet masks and gateways are also different.

Saying short, I would like to have the two NIC's as they would be in two separate computers. I can set the IP address and subnet mask of the NIC's. The main problem is that I can only declare one gateway. How can i setup this? I do not use network manager, I configure network cards using yast, but if needed I can of course use ifconfig directly.

View 9 Replies View Related

OpenSUSE Network :: Network / DNS - Can't Access Any Internet Resources Or Router

Jul 30, 2010

I'm having a strange problem with my network connection/DNS. I turn computer the on and it recognizes and connects to wireless or wired but I can't access any Internet resources or my router. If I ping the default gateway, I get no response and I get DNS errors from any network services that run at start up. If I stop and start the network daemon then it all works fine until the next time I turn on my laptop. It does this for both wireless and wired connection.

I've tried to edit the network interface information in YaST but it says that configuration is handled by knetworkmanager and I have no idea where that information is accessed. I should point out that it all worked fine until I tried to connect to open WAP at my school and couldn't so I connected to the wired network. Next morning I had this problem when connecting to my home network. My questions are 1. What could be the cause of this error and 2. where does one configure the network interfaces when using knetworkmanager

View 4 Replies View Related

OpenSUSE Network :: Share Files Across The Network Or Access The Printer?

Feb 22, 2011

i have 3 comps(running suse 11.3) and a laptop(running vista sp2). i have installed samba on all suse comps. i have a printer attached to one of the comps and it has been shared also the internet connection on that comp has been shared. all the computers are connected using lan cables through an ethernet switch. i also have a wireless router which is connected to the ethernet switch.

I am able to view all the comps on the network except the laptop running vista. all the desktops are visible on the network and are able to print and share files on the network and also connect to the internet. the laptop running vista can connect to the internet but its not visible on the network and nor can it share files across the network or access the printer.

View 1 Replies View Related

Fedora :: Missing /etc/sysconfig/network File And Eth0 And Wlan0 Files?

Oct 31, 2010

I just installed Fedora 13 on a new Dell XPS desktop and some of the networking files are not created/missing. The computer has Broadcom Gigabit wired card and Asus PCE-N13 wireless card. When I type lspci, I see that Network conroller: RaLink RT2860 and Ethernet controller: Broadcom BCM57780 Gigabit Ethernet. So, somehow they are being detected by the OS, but I am not sure if the drivers are installed or why some of the network files are missng.

View 1 Replies View Related

OpenSUSE Network :: SUSE 11.3 No Network Access With Static IP

Aug 20, 2010

New SUSE 11.3 install connects to network/internet etc OK with DHCP-assigned IP address. When I switch to static IP, I can no longer ping internal network, or anything else. This works OK with SUSE 11.2 on same hardware and (as far as I can see) same setup. Some diagnostics are shown below.

Firewall
Disabling the firewall makes no difference.

Not using a network manager (can't see how to assign fixed address if I do - all greyed out).

ifup eth0:
eth0 device: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 02)
SuSEfirewall2: Warning: no default firewall zone defined, assuming 'ext'
(not sure why the warning - eth0 is assigned to external in the firewall setup).

[code]....

View 9 Replies View Related







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