Sponsored Content
Full Discussion: dsl out
Top Forums UNIX for Dummies Questions & Answers dsl out Post 24357 by auswipe on Wednesday 10th of July 2002 01:42:58 PM
Old 07-10-2002
Sounds like the web page is cached.

Is it dynamic?
Are you using a proxy server to connect to your website? At the company where I work, the proxy is real bad about caching pages and not checking to see if new pages are available.

The next time it happens, flush your cache and try again.
 

10 More Discussions You Might Find Interesting

1. IP Networking

really really really new to unix...need help setting up dsl

I just installed solaris 8 on my comp....NIC was recognized at startup so it's allrite... for hostname I so far put hostname and for the IP I put in the 192.168.0.XX can anyone instruct me step by step on what I should change and how about would I go seeting up the dsl connection ... ... (2 Replies)
Discussion started by: czoka
2 Replies

2. UNIX for Advanced & Expert Users

DSL Router

How do I configure my Solaris system to connect to internet thro Linksys DSL Router? Thanks in adavnce. (9 Replies)
Discussion started by: praveenk
9 Replies

3. Shell Programming and Scripting

Startup script DSL

Hi, I'm using Damn Small Linux 2.3, could you tell me which script starts up the browser when fluxbox loads? Thanks C19 (0 Replies)
Discussion started by: c19h28O2
0 Replies

4. UNIX for Advanced & Expert Users

adding language to dsl

Hi can any one point me to a procdure to add lang to dsl os (Damn Small Linux ) TU :) (0 Replies)
Discussion started by: lione.heart
0 Replies

5. Shell Programming and Scripting

add language in dsl

Hi can any one point me to a procdure to add lang to dsl os (Damn Small Linux ) TU :) (2 Replies)
Discussion started by: lione.heart
2 Replies

6. Linux

cfdisk in DSl

ive been playing around in dsl (damn small linux) live for some time and i love the simplicity of it. but when i go into cfdisk to partition my hard drive, it says like "Fatal Error:Does not have permission" i am trying out Xandros desktop os 2.0 right now on my laptop. Can some one help me... (4 Replies)
Discussion started by: Texasone
4 Replies

7. UNIX for Dummies Questions & Answers

DSL Cfdsik error

I'm trying to instal dsl to hd ,but cfdisk comand returns an error. dmesg | grep hda returns : Optarac DVD RW AD-7530B, ATAPI CD/DVD-rom drive attached ide-scsi driver So i figure that is the problem.Right? What should i do? (1 Reply)
Discussion started by: SNAk55
1 Replies

8. Linux

DSL Cfdisk error

I'm trying to instal dsl to hd ,but cfdisk comand returns an error. dmesg | grep hda returns : Optarac DVD RW AD-7530B, ATAPI CD/DVD-rom drive attached ide-scsi driver So i figure that is the problem.Right? What should i do? (9 Replies)
Discussion started by: SNAk55
9 Replies

9. UNIX for Dummies Questions & Answers

Question on DSL Linux

Hi, I downloaded the DSL Linux, I am able to boot and work on it. But I want to install this on my old laptop. How do I do that? Please advise. Thanks. (1 Reply)
Discussion started by: samnyc
1 Replies

10. SCO

DSL on SCO OpenServer 5.0.7

I have a dual boot computer with Windows 7 Pro 64 on one drive and SCO OpenServer 5.0.7 on another drive. The DSL modem works perfectly on the Windows side; I can input the gateway and DNS address 192.168.1.1 in Windows network configuration. On the UNIX side, I created the /etc/resolv.conf... (8 Replies)
Discussion started by: Transpower
8 Replies
UNSHARE(1)							   User Commands							UNSHARE(1)

NAME
unshare - run program with some namespaces unshared from parent SYNOPSIS
unshare [options] program [arguments] DESCRIPTION
Unshares specified namespaces from parent process and then executes specified program. Unshareable namespaces are: mount namespace mounting and unmounting filesystems will not affect rest of the system (CLONE_NEWNS flag), UTS namespace setting hostname, domainname will not affect rest of the system (CLONE_NEWUTS flag), IPC namespace process will have independent namespace for System V message queues, semaphore sets and shared memory segments (CLONE_NEWIPC flag), network namespace process will have independent IPv4 and IPv6 stacks, IP routing tables, firewall rules, the /proc/net and /sys/class/net directory trees, sockets etc. (CLONE_NEWNET flag). See the clone(2) for exact semantics of the flags. OPTIONS
-h, --help Print a help message, -m, --mount Unshare the mount namespace, -u, --uts Unshare the UTS namespace, -i, --ipc Unshare the IPC namespace, -n, --net Unshare the network namespace. NOTES
The unshare command drops potential privileges before executing the target program. This allows to setuid unshare. SEE ALSO
unshare(2), clone(2) BUGS
None known so far. AUTHOR
Mikhail Gusarov <dottedmag@dottedmag.net> AVAILABILITY
The unshare command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. util-linux October 2008 UNSHARE(1)
All times are GMT -4. The time now is 11:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy