Re: changes made to a file are also made in his copy

2014-07-03 Thread g
On 07/04/14 01:04, angelo.moresch...@medident-sw.it wrote: <> The command "ls -l" shows the two files are colored blue which (I think) indicates that the files are a link to each other. this is true. Since I am convinced that I used the "cp" command; my question is: which mistake can I hav

Cannot login to KDE - solved

2014-07-03 Thread Stephen Davies
I usually leave myself logged in 24/7 to my Fedora 20 system but recently, I went on holidays in Europe leaving house-sitters so logged out. When I returned on Monday, I found that I could login to a tty and to ssh but not to KDE. As soon as I entered my password, the Fedora page appeared for

changes made to a file are also made in his copy

2014-07-03 Thread angelo.moresch...@medident-sw.it
Hi, I apologize for a trivial question but that's because I yet have not much experience with Linux. I made, some time ago, a copy of the smb.conf file, for security reasons, before making to it any changes: (cp smb.conf.original smb.conf.original.orig ) Yesterday I wanted to give a look at

Re: 4K monitors?

2014-07-03 Thread Tim
Allegedly, on or about 03 July 2014, don fisher sent: > I have a laptop that attach an external monitor to when I am at home. > Until today, it always came up in single screen mode, duplicated on > both monitors. I had a power failure, and now the system is treating > them as two monitors side by s

Re: XFS error during mount

2014-07-03 Thread Roman Kravets
I don't remember, this error appeared immediately after create file system or after created many files. But after I add parameter vmalloc to grub2.conf problem was resolved. On Thu, Jul 03, 2014 at 03:24:37PM -0600, Chris Murphy wrote: > > On Jul 3, 2014, at 10:49 AM, Roman Kravets wrote: > >

Re: Somewhat OT, but possibly useful to all Fedorites

2014-07-03 Thread JD
On Thu, Jul 3, 2014 at 2:00 PM, Roger Heflin wrote: > ​​ > ​​ > It will almost certainly be fine, at worst it may be a bit slower > under the right benchmark, but unlikely to be anything that matters > unless you need it as fast as it possibly can be. > > The underlying platter data rate is almos

Re: 4K monitors?

2014-07-03 Thread Tom Horsley
On Thu, 03 Jul 2014 16:09:41 -0700 don fisher wrote: > Any ideas on where the button > for single screen is hidden? Not really. I haven't ever done much with multiple monitors. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedor

Re: 4K monitors?

2014-07-03 Thread don fisher
On 07/03/14 15:26, Tom Horsley wrote: On Thu, 03 Jul 2014 15:11:34 -0700 don fisher wrote: Can you tell me where documentation exists on how to set up the XWindow system. I used /etc/X11/xorg.conf in the past, but that all appears to have been replaced by something I cannot find. You don't, i

Re: 4K monitors?

2014-07-03 Thread Tom Horsley
On Thu, 03 Jul 2014 15:11:34 -0700 don fisher wrote: > Can you tell me where documentation exists on how to set up the XWindow > system. I used /etc/X11/xorg.conf in the past, but that all appears to > have been replaced by something I cannot find. You don't, it "just works" (except when it doe

Re: 4K monitors?

2014-07-03 Thread don fisher
On 06/30/14 05:37, Tethys wrote: On Mon, Jun 30, 2014 at 1:18 PM, Tom Horsley wrote: Is anyone using a 4K monitor on fedora with open source video drivers and actually getting a 60HZ 3840x2160 image of a single desktop? If so, care to share which video card and monitor you use? Not on a sin

Re: OT: Web server no longer works [Further problems?]

2014-07-03 Thread Joe Zeff
On 07/03/2014 02:36 PM, Rick Stevens wrote: You could use traceroute with a "-T" option (to try a TCP SYN probe), but you also need to specify a port you know the machine is listening on but is NOT blocked by the ISP. Most ISPs don't block SSH on port 22, so a "traceroute -T -p 22 " may succeed I

Re: OT: Web server no longer works [Further problems?]

2014-07-03 Thread Rick Stevens
On 07/03/2014 02:03 PM, Dave Stevens issued this missive: Quoting Jack Craig : ditto, ... Jack, Telus is my ISP and they block port 80. As a test I recently added "Listen 81" to my apache2.conf file and restarted the http service. Now when I want to connect to my computer from off-site I use

Re: XFS error during mount

2014-07-03 Thread Chris Murphy
On Jul 3, 2014, at 10:49 AM, Roman Kravets wrote: > > On Wed, Jul 02, 2014 at 02:50:10PM -0600, Chris Murphy wrote: >> >> On Jun 30, 2014, at 9:44 PM, Roman Kravets wrote: >> >>> [softded@softded ~]$ mount | grep xfs >>> /dev/mapper/encrypt-store on /mnt/store type xfs >>> (rw,noatime,nodira

Re: OT: Web server no longer works [Further problems?]

2014-07-03 Thread Dave Stevens
Quoting Jack Craig : ditto, ... Jack, Telus is my ISP and they block port 80. As a test I recently added "Listen 81" to my apache2.conf file and restarted the http service. Now when I want to connect to my computer from off-site I use the form URL:91 and I get through fine. It looks to

Re: Brother HL-5250DN duplex printing: loves me, loves me not, ...

2014-07-03 Thread D. Hugh Redelmeier
| From: D. Hugh Redelmeier | See | | I'd love feedback. Thanks for the feedback. We've noticed that we can no longer print envelopes. I wonder why. The printer no longer stops with a blinking light, awaiting a blank envelope to be

Re: OT: Web server no longer works [Further problems?]

2014-07-03 Thread Jack Craig
ditto, ... traceroute 99.121.57.131 traceroute to 99.121.57.131 (99.121.57.131), 30 hops max, 60 byte packets 1 192.168.2.1 (192.168.2.1) 0.213 ms 0.153 ms 0.162 ms 2 cruzio_gw (63.249.90.1) 12.075 ms 12.983 ms 13.879 ms 3 115.at-5-0-0.gw3.200p-sf.sonic.net (74.220.64.25) 15.307 ms 1

Re: XFS error during mount

2014-07-03 Thread Roman Kravets
Dear Chris, Yes. It is correct. I have software raid10 witch 4x80GB HDD. I store on it raid my mail archive. On Wed, Jul 02, 2014 at 02:50:10PM -0600, Chris Murphy wrote: > > On Jun 30, 2014, at 9:44 PM, Roman Kravets wrote: > > > [softded@softded ~]$ mount | grep xfs > > /dev/mapper/encrypt

Re: OT: Web server no longer works [Further problems?]

2014-07-03 Thread Mike Wright
07/03/2014 12:55 PM, Jonathan Ryshpan wrote: On Thu, 2014-07-03 at 13:12 -0500, Kevin Martin wrote: On 07/03/2014 12:47 PM, Jonathan Ryshpan wrote: I run a small weather station that acts as a web server. Recently it's become impossible to access it via the web, though I can still access it

Re: Somewhat OT, but possibly useful to all Fedorites

2014-07-03 Thread Roger Heflin
It will almost certainly be fine, at worst it may be a bit slower under the right benchmark, but unlikely to be anything that matters unless you need it as fast as it possibly can be. The underlying platter data rate is almost certainly less than 3Gbps. Check the manufacturer's web site I would s

Re: OT: Web server no longer works [Further problems?]

2014-07-03 Thread Jack Craig
have you looked in httpd's access & error logs? mine are in sudo ls -al /var/log/httpd/ total 1916 drwx--. 2 root root 4096 Jun 29 03:38 . drwxr-xr-x. 15 root root 4096 Jul 2 07:18 .. -rw-r--r--. 1 root root 303141 Jul 3 12:51 access_log -rw-r--r--. 1 root root 126121 Jun 1 03:25 ac

Re: OT: Web server no longer works [Further problems?]

2014-07-03 Thread Jonathan Ryshpan
On Thu, 2014-07-03 at 13:12 -0500, Kevin Martin wrote: > On 07/03/2014 12:47 PM, Jonathan Ryshpan wrote: > > I run a small weather station that acts as a web server. Recently it's > > become impossible to > > access it via the web, though I can still access it over my local network. > > Some

Re: OT: Web server no longer works

2014-07-03 Thread Jonathan Ryshpan
On Thu, 2014-07-03 at 13:12 -0500, Kevin Martin wrote: > On 07/03/2014 12:47 PM, Jonathan Ryshpan wrote: > > I run a small weather station that acts as a web server. Recently it's > > become impossible to access it via the web, though I can still access it > > over my local network. > Do a goog

Re: OT: Web server no longer works

2014-07-03 Thread Jonathan Ryshpan
On Thu, 2014-07-03 at 13:12 -0500, Kevin Martin wrote: > On 07/03/2014 12:47 PM, Jonathan Ryshpan wrote: > > I run a small weather station that acts as a web server. Recently it's > > become impossible to > > access it via the web, though I can still access it over my local network. > > Some d

Re: OT: Web server no longer works

2014-07-03 Thread Kevin Martin
On 07/03/2014 12:47 PM, Jonathan Ryshpan wrote: > I run a small weather station that acts as a web server. Recently it's > become impossible to access it via the web, though I can > still access it over my local network. Some details: > > * My ISP is AT&T using their Uverse service. > * The

Re: Somewhat OT, but possibly useful to all Fedorites

2014-07-03 Thread lee
JD writes: > I have a 2.5" drive, 7200RPM and eSATA 3 (6gbps) drive. > > If I put it in an enclosure that is eSATA 2 (3gbps), > how much impact does it have on the drive's performance > using the various i/o throughput benchmarking apps, > compared with if the enclosure supported 6gbps? > > (assu

OT: Web server no longer works

2014-07-03 Thread Jonathan Ryshpan
I run a small weather station that acts as a web server. Recently it's become impossible to access it via the web, though I can still access it over my local network. Some details: * My ISP is AT&T using their Uverse service. * The server was accessible from the web a month or so a

Re: Headless Google Cloud Print only works when started from ssh -Y

2014-07-03 Thread dexter
On 3 July 2014 14:59, Gary Stainburn wrote: > Apparently there is a problem with the current stable version > google-chrome-stable-35.0.1916.153-1.x86_64 > > I downloaded the current BETA and that's working as expected, works in a text > only session and doesn't die when logging out. > > Now all I

Re: postfix starting before network

2014-07-03 Thread Greg Woods
I've had similar issues. Google for NetworkManager-wait-online.service and you will probably find something to help. This is a service that uses "nm-online" to wait for NetworkManager to report itself ready before exiting. I can't remember all the details of making use of this, but one of my system

Re: Headless Google Cloud Print only works when started from ssh -Y

2014-07-03 Thread Gary Stainburn
Apparently there is a problem with the current stable version google-chrome-stable-35.0.1916.153-1.x86_64 I downloaded the current BETA and that's working as expected, works in a text only session and doesn't die when logging out. Now all I need is a systemctl system unit to start it up on syst

Re: firefox defaults to offline

2014-07-03 Thread Tim
Allegedly, on or about 02 July 2014, Joe Zeff sent: > My attitude toward this is that *I* am the network check. It tends to be the best approach. It's confusing if a client decides it's offline, for some reason (that may not be correct), and not only goes offline, but doesn't really inform you a

Re: DNF Doesn't Appear to Have --skip-broken

2014-07-03 Thread Tim
Allegedly, on or about 03 July 2014, Stephen Morris sent: > I have view-->Character Encoding set to Unicode and I see those > characters in Fred's Mail but not in Rahul's. I have opened Rahul's > mail in a new tab and switched the encoding to Western and i shows the > characters as you said, what

Re: Somewhat OT, but possibly useful to all Fedorites

2014-07-03 Thread Wolfgang S. Rupprecht
g writes: > a 6gbps drive connected to a 3gbps controller is not going to > have a 6gbps throughput. And just to hammer that point home, any good modern SSD is going to have a capacity of 550 MBytes/sec or more. It is going to mostly saturate that 6 Gbit/sec SATA channel. Putting the drive on

Headless Google Cloud Print only works when started from ssh -Y

2014-07-03 Thread Gary Stainburn
I've followed the instructions on https://support.google.com/a/answer/2906017?hl=en to set up a Google Cloud printer using a headless F19 server. I used ssh -Y -C to log into the service, install Chrome and set up the printer. I then ran nohup /usr/bin/google-chrome \ --type=service

Re: Somewhat OT, but possibly useful to all Fedorites

2014-07-03 Thread g
On 07/03/14 02:56, Ian Malone wrote: <> Lastly, you may just have violated the rules of this mailing list... now we should all sing to the tune from "Hair", this is the season of the violation of the list rules... -- peace out. in a world with out fences, who needs gates. tc.hago. g

Re: Somewhat OT, but possibly useful to all Fedorites

2014-07-03 Thread Ian Malone
On 3 July 2014 01:08, JD wrote: > On Wed, Jul 2, 2014 at 2:46 PM, poma wrote: >> >> On 02.07.2014 19:24, JD wrote: >>> >>> I have a 2.5" drive, 7200RPM and eSATA 3 (6gbps) drive. >>> >>> If I put it in an enclosure that is eSATA 2 (3gbps), >>> how much impact does it have on the drive's performan