Ubuntu Networking :: Universal Network Folder Syntax For The Network And Other "special" File Systems?

Jun 16, 2011

Paths displayed in Nautilus appear to be just that. Nautilus private syntax. Esp with respect to anything "special". Apparently when you hand a path like this to a program to open, you get a folder in your home directory: smb://cyberstorm/c_drive/

At least that is what my program does with it. A folder called smb: in my home directory. Probably because the default folder for the program is the home directory [~]. Is there a universal network folder syntax for the network and other "special" file systems?

I see things like: network:/// and computer:/// showing up in "properties" dialogs for some things. But these are useless to a program apparently.

At least a program written in Qt. Is this a Qt problem, or a problem with Ubuntu not yet making the network a first class citizen in the world of paths? Who do I complain to? Time for the network to be a first class citizen, right?

View 9 Replies


ADVERTISEMENT

OpenSUSE Network :: Share The Folder To Only Special User?

Feb 9, 2010

figure out how to share the folder to only special user? For example I have two computers host1 with users: user1, user2, user3 and host2 with same users: user1, user2, user3, how to share test user2 folder form host1 to only user2 from host2 ? My system is openSuse 11.1. There is all Ive understood:

host1
[test]
inherit acls = Yes
path = /home/user2/test (drwxr-xr-x)
read only = No
guest ok = Yes
read list = user2
valid users = user2
admin users = user2
host2
mount t cifs //host1/test /home/user2/test

It works but either user2 from host2 cant write to test share on host1 (drwxr-xr-x) OR all can write in this share (drwxrwxrwx). Ive googled it, searched here and read this: Chapter16.File, Directory, and Share Access Controls, but without successes.

View 9 Replies View Related

Ubuntu :: Distribute A File Across Multiple Systems In A Network?

Mar 23, 2011

I have more than 60 ubuntu systems in my network. I want to copy files from one system to other ubuntu systems. All IP addresses are listed in a text file. So what command can I use to complete the task?

View 6 Replies View Related

Networking :: IPV4 Syntax - Any Host On Network?

Sep 2, 2009

Can someone explain me ipv4 notation like:
192.168.1.0/255.255.255.0
Does it mean "any host on 192.168.1.x" network?

View 1 Replies View Related

Networking :: Configure AD-hoc Network Between Two Systems?

Mar 9, 2011

I am doing a project based on the AD-HOC network. i have to do this on the two linux systems currently i am using fedora 13 and opensuse 10.3 beacuse the two laptops supports only these. the exact problem is how to configure the adhoc network to connect these two systems urgent reply needed please

View 1 Replies View Related

Ubuntu Networking :: No Unix/Mac Systems Visible In Network Environment?

Feb 13, 2010

I am using Ubuntu 9.10 and I've installed a Samba Server. Unfortunately I can't see any Linux/Unix/Mac systems in the networ environment. Only the Windows computers are visible.

View 1 Replies View Related

Networking :: How To Connect Systems In Private Network With Public

Jan 11, 2011

We have to connect one PC in private network (campus) with other PC (mostly a modem in our case)in public network. Connection should be peer to peer like and we have to use C coding for establishing connection between this two systems. Is it possible if we use port forwarding or is there any other way?

View 2 Replies View Related

Networking :: Network Has An Intermittent Fault - File Share Network Stops Working

May 7, 2011

Sometimes my file share network stops working,and will then work again.I'm lost with this problem. The server pc is a Zenwalk pc.The other pc is a win7 pc. This error only occurs on Zenwalk. When i run puppy from the live cd the file shares are always visible,without fail.Under puppy i use pNethood. When the ping command is used there is no problem, and the pc name can be pinged.This is shown below:

[Code]...

View 6 Replies View Related

Ubuntu :: Alias - SCP File From Folder To Network

Dec 17, 2010

I know this is a relatively simple problem but no matter what combination I try for my alias, I don't seem to be able to get it right! All I want to do is scp a file from my current folder to a location on the network:
Code:
scp filename username@computername:/folder1/folder2

This is the usual layout of the command that I use, so I thought that to save time, I would create an alias or even a function which did this for me, so all I had to type was
Code:
scp101 filename
and it would copy it to the set folder on the remote computer...

My attempt at an alias looks like:
Code:
alias scp101='scp !* username@computername:/folder1/folder2'
and I have also attempted a function:
Code:
scp101()
{
scp "$1" username@computername:/folder1/folder2
}

The alias tells me that filename is not a directory, which I assume means that I have some of the syntax wrong in the alias but I did a google search and I can't seem to find a decent example of what I'm trying to do. When I load up a terminal, I get an error message about the "(" of the scp101 function - so I've obviously can't get the syntax of that right either...

View 2 Replies View Related

Ubuntu :: Special Way To Turn Network Wireless Card On?

May 6, 2011

Alright so i have two drivers installed for my network wireless card and the damn thing still dont work. What do i do ? does anyone have any suggestions.is there a special way to turn my network wireless card on? i mean i see it but its just not turning on and scanning

View 5 Replies View Related

OpenSUSE Network :: Flash In Mozilla - Cannot Find The File That The Plugin Folder Is In

May 20, 2011

I am trying ti instal adobe flash but I cannot find the file that the plugin folder is in. I am running open suse 11.4. Mozilla firefox beta 12. =

View 9 Replies View Related

General :: Filesystems - Best File-systems / Mount-configuration For Each Folder On GNU?

Apr 10, 2011

One of the good points of linux is that is easy to customize the partitioning scheme of the disk and put each directory (/home, /var, etc) in diferent partitions and/or diferent disk. Then we can use diferen file system/configurations for each of them for make them better. xamples:

noatime is a mount option to not write access time on the files. data=writeback is an option to layz write metadata on new files. ext3/4 has journaling that make the partition more secure in case of a crash. bigger blocks make the partition waste more space, but make it faster to read and may become more fragmented. (not sure) Then: What are the best filesystem/configurations for each directory? Note: given the answer of Patches, will only discuss /, /home and /var only.

/var -> It's modified constantly, it write logs, cache, temporal, etc.
/home -> stores important files.
/-> stores everything else (/etc and /usr should be here)

View 1 Replies View Related

Ubuntu Networking :: Access Denied To Network Drive Folder

Mar 31, 2010

I have a network drive setup on windows to a samba share that is on ubuntu 9.1. The folder im connecting to has a couple symbolic links setup and all of them give me an Access denied error when I try to open them. I have dont everything I can think off including chowning all the folders to the user that Im logged in as and doing chmod 777 on all folders and files. I have tried deleting the link and recreating it and nothing works. This was working fine a few days ago and now it doesn't.

View 2 Replies View Related

Fedora Networking :: Can't Share A Folder On Samba Network?

Jul 12, 2011

In this post I will give a quick solution for a possible problem with sharing a folder in Fedora 15.I had to spend some time for research and frustration so, hopefully this post will save you from both. If you have Samba installed and configured to share certain folders on your Fedora machine for a Windows network but, they can't be accessed then following might solve the problem:

1. Go to Applications, Other and run FIREWALL

a). go to TRUSTED SERVICES and check SAMBA and SAMBA CLIENT that are located in the list of services
b). click APPLY
c). go to ICMP FILTER and check ECHO REPLY (PONG) and ECHO REQUEST (PING)
c). click APPLY

[Code]...

If your Samba is configured correctly, your shared folder should be available on your Windows network.A little hint: if you don't want other users to use passwords for accessing your shared folder, select SHARE as an Authentication Mode in Samba GUI Configuration Tool, Preferences, Server Settings, Security

View 3 Replies View Related

Networking :: Network Sharing Folder - Shows Me A Blank After A Few Seconds

May 26, 2009

I have windows 2003 server which i stored some important data that the workstation will connect it or access by thru network connection...

My current setup is: i have a linux distro i used mandriva 2009 and i installed samba...if i used windows to browse in network i can see the name of the pc of linux and i can able to access the linux shared folder.

My problem is if the linux try to access the windows 2003 thru network it seems to be nothing happened coz everytime i click the linux network it shows me a blank after a few seconds...

I really dont have idea if there is any requirements for the windows.

I really want to implement the linux workstation but i still have a big problem issue in networking.

View 4 Replies View Related

General :: Universal Linux Autostart Folder

May 29, 2010

I'm a complete Linux beginner who wrote his first little script.I'm writing an 'installer' for it (so I can share it with friends) and I'm wandering if there is a universal method to add it to autostart in all Linux distributions.I was thinking about cron/crontab but it's not the best choice, as writing an uninstaller which removes a specific line from crontab is out of my league. I'd rather copy a *.desktop file to autostart folders and then be able to remove them.BTW do you have to put *.desktop files in ~/.config/autostart in Ubuntu, but ~/.kde/Autostart in Kubuntu even if they are shell scripts?

View 3 Replies View Related

General :: Can't Open File/abcd/configFiles/vim/syntax/syntax.vim?

Mar 7, 2011

When ever i open vim, i get the error that the following error: E484: Can't open file/abcd/configFiles/vim/syntax/syntax.vim There was a .vimrc file in my home folder that i have removed.

Still i keep getting the same error. Presently in my home folder there is no .gvimrc or .vimrc file.

But still i keep getting the same error. I am not too sure where this file is mentioned.

Background info: The SHELL has been changed from tcsh to bash Earlier i had created a .vimrc file in tcsh, i have removed the .vimrc in bash SHELL.

View 1 Replies View Related

OpenSUSE Network :: Confused With File Sharing \ When Go To Dolphin/network There Is Nothing?

Jan 31, 2010

I know that this is easy, but I am confused.I have three computers all with a clean install of SUSE 11.2. Two of them use wifi with the internet and the third is wired.I would like to share files between them all of them.When I go to dolphin/network there is nothing there and I don't know how to set it up.

View 1 Replies View Related

OpenSUSE Network :: Configuring File Sharing On Network Using Suse

Jun 27, 2011

I just installed suse on this computer, and am wanting to allow other computers to store files on it as a file server. I was reading the online manual and in the personal file preferences, it shows an option to enable 'share public files over network'. The problem is I don't see that option when I open up file preferences. All I see is an option to allow sharing using bluetooth, nothing about sharing over the network. When I look in the network I can see the computer running suse, but when I try to connect to it, it says 'unable to mount drive: connection refused by server.'

View 3 Replies View Related

Fedora Networking :: Bridged Networking And NetworkManager - No Network Connection Because Network Isn't Managed

Mar 2, 2011

I have installed qemu/kvm and created a Bridged network connection which works just fine(Windows 7 VM won't work in NAT mode.)

But when I try to use NetworkManager it says that I have no network connection because the network isn't managed, (I set the settings in ifcfg-br0 and ifcfg-eth0 to be managed)

The real problem is that now I can't use my VPN connections (I have many) in NetworkManager.

Is there a way to have both of these pieces of functionality?

I am using FC14

View 5 Replies View Related

Ubuntu Networking :: Configuring The Network Interface Via Dhcp - Network Messages - Code: 00 55 89 E5 0f 1f 44 00 00 Fa 5d C3 90 8d 74 26

Apr 7, 2011

I am totally new to Linux and have just installed ubuntu 10.10. After configuring the network interface via dhcp I started getting these messages that come in so frequently I can't configure anything else.

[87.186415] Stack:

Why I am getting this messages and more importantly how do I get rid of them.

The installation is on a VM on Hyper-V.

View 1 Replies View Related

Ubuntu Networking :: Network Manager Will Not Auto-connect To New Network After Resume?

Jul 1, 2010

I recently fixed an annoying problem and I thought it would be nice to share my solution here. The problem was that after a cycle of suspend/resume, Network Manager would only auto-connect to the same network as it was previously connected to. So, for example, if I suspended my laptop at home, and then I went to school and resumed it, it would try to connect to the home network, and then just give up. It would not connect to the school network unless I explicitly told it to.irst, I'll describe the fix. If you're having this problem, you can this. Copy the following:

Code:
#!/bin/sh
case "$1" in

[code]....

View 5 Replies View Related

Ubuntu Networking :: If Plug Into An Ethernet Network After Boot The Network Never Connects

Oct 5, 2010

I have a system running a very basic LTS install (10.04). Ubuntu has been setup with very little additional packages. No GUI. Once it's booted to a prompt for the first time I add the following packages,

cups cupsys ssh pi memtester nfs-common
aptitude safe-upgrade

At this time I don't have additional information on exactly what packages are installed. I did not perform the installs myself. I will update this thread when I get more details from my IT counterpart on how the system was setup.

This is used for a headless(no monitor, no keyboard) system running some custom applications.

Here are two problems.

1. If I plug into an ethernet network after I boot, the network never connects. I need to reboot with the network connected in order to get an IP. What is the service to "auto connect" to a network?

2. I have a network printer configured on lpd called myprinter. If I am connected to the network when I boot, I can print to this printer just fine using:

Code:

However, If I boot disconnected from the network and print to myprinter, the jobs obviously cannot print. They get spooled. Using 'lpstat -t' I can see that the spooled print jobs are assigned a job number and that myprinter is trying to connect. I shutdown, reconnect my ethernet network and boot up. All my printer configuration is blown away.

/etc/cups/printers.conf has been wiped out to look like this:

Code:

My 'good' printer configuration is copied to printers.conf.O

To recover from this, I need to stop cups, copy printers.conf.O to printers.conf, restart cups, and re-setup my network printer.

So, What causes my printers to get wiped out? I've repeated this on 4 systems with the same setup.

View 1 Replies View Related

Ubuntu Networking :: Network Manager Stopped Recognizing Wireless Network

Jan 24, 2011

I am a Windows refugee who discovered Ubuntu as a way to save my files from my virus-ravaged computer. Had no installation discs for Windows, so when I had to wipe my hard drive and start over, I decided to give Ubuntu a try. I've had mixed success, but that's another post...

Right now, the problem is that I installed 10.10 two weeks ago and was able to connect to the Internet with no problems - until yesterday. Suddenly, our wireless network (the only one in the vicinity) does not come up as available in Network Manager. In fact, the entire wireless option disappeared. I know there are many posts and threads on here about this, but weeding through them trying to find an answer is more frustrating than actually dealing with the problem. I know the router works because I can post on this forum from the Macbook. I really like Ubuntu and would like to keep using it, but not being able to connect to the Internet now on top of the other issues I've had is making me doubt I want to continue down this Linux road.

P.S. When I attempted an analysis through System Testing, it said something about there being no proprietary drivers?

View 2 Replies View Related

Ubuntu Networking :: Sudo Iwlist Scan Works But Cannot Connect To Network Using Network Manager

Jun 14, 2010

I have used ubuntu in the past but had a lot of hardware issues with it and unfortunately moved back to windows (( BUT i have tried Ubuntu again and all seems to work great except wifi My wifi connection is sort of working because when i run SUDO IWLIST SCAN it does pull up all available networks. But in the network manager icon on the panel i left click but i see no networks and can't connect to anything. I WOULD LOVE TO keep Ubuntu and use it permanently but I must get wifi working or else this won't be possible.

View 4 Replies View Related

Ubuntu Networking :: Wireless Home Network Is Not Recognized By Network Card (RealTek RTL8190 Mini PCI)

Jul 12, 2010

my wireless home network is not recognized by my network card (RealTek RTL8190 mini PCI). The post was as follows: "I am using a new computer with Windows 7 , Athlon quad core 2.60 64 bit, 8GB RAM. Internet conection works fine with ethernet but ubuntu does not see my wireless network. card (RealTek RTL 8190 ID: 10ec:8190). Have searched this forum but unable to come up with a fix. I was looking for windows XP drivers to use Ndiswrapper but could not find a list of .inf files. My network is OK and works perfectly in windows and with my 2 laptops. Can anyone point me in the right direction? Additional info: install was done within Windows using WUBI to a separate partition on my HDD. I am new to this and thouroughly confused as to the procedure for installing the drivers if they are in fact available."

I am very frustrated in that I would like to use Ubuntu 10.04 but it is useless without internet connectability. I am new to linux and do not understand where to get the appropriate drivers or how to install them. I wish someone would answer this post and either give me a clue what to do or just say "give up" and uninstall ubunutu.

View 2 Replies View Related

Ubuntu Networking :: Network-Manager Tries Always To Autoconnect To Wired Network

Feb 18, 2010

I have the problem with my notebook, that, after I used it at work, the network-manager always tries to autoconnect after boot. He has no cable network and so I get the message "not connected" after a while.how to tell the network-manager, not to autoconnect each time?

View 4 Replies View Related

Ubuntu Networking :: Network-manager And Wicd Can See But Not Connect To Network

Jul 10, 2010

I recently put Linux on a Thinkpad T40 I got. The wireless card works out of the box--I can see nearby networks. However, I can't connect to mine. network-manager would try (spin spin spin), fail, ask for the password, and then go back to the beginning and repeat indefinitely. This happened to me on a different computer, and on that one all I had to do was use wicd instead of network-manager. So I installed wicd, but it's not working either--it hangs at "Obtaining IP address".

I've found many, many threads with people who had the same problem, but none of their fixed worked for me.

I also tried to get wifi going manually, using this guide, but that didn't work.

View 3 Replies View Related

Networking :: Cannot Find The Network Storage Drive On MS Network Using Ubuntu?

Dec 26, 2010

i can not find the network storage drive on my MS network using Ubuntu.i can find other computer using xSMBrowser but not the hard drive connected to my router (LAN)i have tried samba and a few others

View 5 Replies View Related

Ubuntu Networking :: Change Folder Names Over A Network On A Machine Using A Mac Machine

Jul 24, 2010

It seems whenever i create a folder it creates the folder as untitled folder, but i can't change the folder name it just says "you don't have permission to rename item" but yet i created the folder and it is there. One thing i have noticed is that once i enter a folder it won't even let me move the folder.

View 6 Replies View Related







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